{"version":3,"file":"itslearning.mjs","names":[],"sources":["../../src/react/itslearning.tsx"],"sourcesContent":["import { useId, type SVGProps } from 'react';\n\nexport type ItslearningIconProps = SVGProps<SVGSVGElement> & {\n  /** Accessibility title for the icon, set aria-hidden=\"true\" if the icon is purely decorative. */\n  title?: string;\n  /**\n   * The size of the icon.\n   * It sets the font-size, possible as the width and height is `1em`. If not set, the icon will inherit the font size of its parent.\n   */\n  size?: '2xl' | 'xl' | 'large' | 'medium' | 'small';\n  /**\n   * The color of the icon.\n   * @default 'inherit'\n   */\n  color?: 'inherit' | 'primary' | 'gray' | 'black' | 'white';\n};\n\nexport const ItslearningIcon = ({ title, size, color, ...props }: ItslearningIconProps) => {\n  const titleId = useId();\n  return (\n    <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable='false' role='img' width='1em' height='1em'  aria-labelledby={title ? titleId : undefined} data-size={size} data-color={color} {...props}>{title ? <title id={titleId}>{title}</title> : null}<path fillRule=\"evenodd\" d=\"M4 9.174 4.003 9c0 .038-.003.077-.003.116zm0 0L4.003 9z\" clipRule=\"evenodd\" /><path d=\"M5.477 9.174A3.694 3.694 0 0 1 9.17 5.478h9.354v10.348a3.694 3.694 0 0 1-3.693 3.696H9.17a3.694 3.694 0 0 1-3.693-3.696zM20 4H9.17A5.172 5.172 0 0 0 4 9.174v6.652A5.172 5.172 0 0 0 9.17 21h5.661a5.172 5.172 0 0 0 5.17-5.174V4Z\" /></svg>\n  );\n};"],"mappings":";;;AAiBA,MAAa,mBAAmB,EAAE,OAAO,MAAM,OAAO,GAAG,YAAkC;CACzF,MAAM,UAAU,OAAO;CACvB,OACE,qBAAC,OAAD;EAAK,OAAM;EAA6B,MAAK;EAAe,SAAQ;EAAY,WAAU;EAAQ,MAAK;EAAM,OAAM;EAAM,QAAO;EAAO,mBAAiB,QAAQ,UAAU,KAAA;EAAW,aAAW;EAAM,cAAY;EAAO,GAAI;YAA7N;GAAqO,QAAQ,oBAAC,SAAD;IAAO,IAAI;cAAU;IAAc,CAAA,GAAG;GAAK,oBAAC,QAAD;IAAM,UAAS;IAAU,GAAE;IAA0D,UAAS;IAAY,CAAA;uBAAC,QAAD,EAAM,GAAE,sOAAuO,CAAA;GAAM"}