{"version":3,"file":"cart-filled.mjs","names":[],"sources":["../../src/react/cart-filled.tsx"],"sourcesContent":["import { useId, type SVGProps } from 'react';\n\nexport type CartFilledIconProps = 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 CartFilledIcon = ({ title, size, color, ...props }: CartFilledIconProps) => {\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=\"M8.257 6.76a3.748 3.748 0 0 1 3.746-3.746 3.748 3.748 0 0 1 3.745 3.746v.749h-1.5V6.76a2.248 2.248 0 0 0-2.245-2.246A2.248 2.248 0 0 0 9.757 6.76v.749h-1.5z\" clipRule=\"evenodd\" /><path d=\"M18.244 7.509H5.762v10.235a2.497 2.497 0 0 0 2.496 2.496h7.49a2.497 2.497 0 0 0 2.496-2.496z\" /></svg>\n  );\n};"],"mappings":";;;AAiBA,MAAa,kBAAkB,EAAE,OAAO,MAAM,OAAO,GAAG,YAAiC;CACvF,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;IAA+J,UAAS;IAAY,CAAA;uBAAC,QAAD,EAAM,GAAE,gGAAiG,CAAA;GAAM"}