{"version":3,"file":"ai-sad.mjs","names":[],"sources":["../../src/react/ai-sad.tsx"],"sourcesContent":["import { useId, type SVGProps } from 'react';\n\nexport type AiSadIconProps = 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 AiSadIcon = ({ title, size, color, ...props }: AiSadIconProps) => {\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 d=\"M9.054 12.994a1.243 1.243 0 1 0 0-2.487 1.243 1.243 0 0 0 0 2.487m5.886.005a1.248 1.248 0 1 0 0-2.497 1.248 1.248 0 0 0 0 2.497\" /><path d=\"M11.994 3.012a3.694 3.694 0 0 1 3.614 2.94h3.907v5.299h1.471v1.5h-1.471v8.237H4.479V12.75H3.013v-1.5h1.466V5.953h3.902a3.694 3.694 0 0 1 3.613-2.94ZM5.98 19.488h12.036V7.453H5.979v12.035ZM12 14.246a3.248 3.248 0 0 1 3.246 3.246h-1.5a1.748 1.748 0 0 0-3.493 0h-1.5A3.248 3.248 0 0 1 12 14.246m-.006-9.734a2.19 2.19 0 0 0-2.055 1.44h4.11a2.192 2.192 0 0 0-2.055-1.44\" /></svg>\n  );\n};"],"mappings":";;;AAiBA,MAAa,aAAa,EAAE,OAAO,MAAM,OAAO,GAAG,YAA4B;CAC7E,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,EAAM,GAAE,mIAAoI,CAAA;uBAAC,QAAD,EAAM,GAAE,gXAAiX,CAAA;GAAM"}