{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMagicWand3/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMagicWand3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"magic-wand-3, magic stick, star\"><path d=\"M11 3L12 1L13 3L15 4L13 5L12 7L11 5L9 4L11 3Z\" fill=\"currentColor\"/><path d=\"M4 7L5 5L6 7L8 8L6 9L5 11L4 9L2 8L4 7Z\" fill=\"currentColor\"/><path d=\"M18 7L19 5L20 7L22 8L20 9L19 11L18 9L16 8L18 7Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.1067 10.9916C9.64821 11.2855 9.5 11.6008 9.5 11.8333C9.5 12.0659 9.64821 12.3812 10.1067 12.6751C10.5568 12.9636 11.2242 13.1667 12 13.1667C12.7758 13.1667 13.4432 12.9636 13.8933 12.6751C14.3518 12.3812 14.5 12.0659 14.5 11.8333C14.5 11.6008 14.3518 11.2855 13.8933 10.9916C13.4432 10.703 12.7758 10.5 12 10.5C11.2242 10.5 10.5568 10.703 10.1067 10.9916ZM14.5 14.0593C13.8028 14.4489 12.9268 14.6667 12 14.6667C11.0732 14.6667 10.1972 14.4489 9.5 14.0593V18.0833C9.5 18.3159 9.64821 18.6312 10.1067 18.9251C10.5568 19.2136 11.2242 19.4167 12 19.4167C12.7758 19.4167 13.4432 19.2136 13.8933 18.9251C14.3518 18.6312 14.5 18.3159 14.5 18.0833V14.0593ZM16 11.8333C16 10.9153 15.4207 10.1889 14.7028 9.72878C13.9768 9.26335 13.0191 9 12 9C10.9809 9 10.0232 9.26335 9.29715 9.72878C8.57933 10.1889 8 10.9153 8 11.8333V23H9.5V20.3093C10.1972 20.6989 11.0732 20.9167 12 20.9167C12.9268 20.9167 13.8028 20.6989 14.5 20.3093V23H16V11.8333Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMagicWand3;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAwxC,EAAxxC,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,EAAE,gDAAgD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yCAAyC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kDAAkD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y6BAAy6B,KAAK,eAAc,CAAI,GAGlxC",
  "debugId": "3126F747227FE0B164756E2164756E21",
  "names": []
}