{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconQuickAi/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 IconQuickAi: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"quick-ai, rising\"><path d=\"M9.89154 13.0479C10.1844 12.755 10.6592 12.755 10.9521 13.0479C11.2449 13.3407 11.2449 13.8155 10.9521 14.1084L5.28022 19.7803C4.98733 20.0732 4.51257 20.0731 4.21967 19.7803C3.92678 19.4874 3.92678 19.0126 4.21967 18.7197L9.89154 13.0479Z\" fill=\"currentColor\"/><path d=\"M11.4384 16.6572C11.7313 16.3644 12.2061 16.3643 12.499 16.6572C12.7918 16.9501 12.7918 17.4249 12.499 17.7178L10.4365 19.7803C10.1436 20.0732 9.66882 20.0731 9.37592 19.7803C9.08303 19.4874 9.08303 19.0126 9.37592 18.7197L11.4384 16.6572Z\" fill=\"currentColor\"/><path d=\"M6.28217 11.501C6.57507 11.2081 7.04983 11.2081 7.34272 11.501C7.63557 11.7939 7.63557 12.2686 7.34272 12.5615L5.28022 14.624C4.98733 14.9169 4.51257 14.9169 4.21967 14.624C3.92678 14.3311 3.92678 13.8564 4.21967 13.5635L6.28217 11.501Z\" fill=\"currentColor\"/><path d=\"M15.5781 2C15.9704 2.00002 16.3313 2.19886 16.5429 2.52051L16.624 2.66504L18.0888 5.79102C18.1136 5.84381 18.1561 5.88635 18.2089 5.91113L21.3349 7.37598C21.7406 7.56626 21.9999 7.97372 21.9999 8.42188C21.9999 8.87003 21.7406 9.27749 21.3349 9.46777L18.2089 10.9326C18.1561 10.9574 18.1136 10.9999 18.0888 11.0527L16.624 14.1787C16.4337 14.5844 16.0262 14.8437 15.5781 14.8438C15.1299 14.8438 14.7224 14.5845 14.5322 14.1787L13.0673 11.0527C13.0425 10.9999 13 10.9574 12.9472 10.9326L9.82123 9.46777C9.41548 9.2775 9.15619 8.87005 9.15619 8.42188C9.15619 7.9737 9.41548 7.56625 9.82123 7.37598L12.9472 5.91113C13 5.88634 13.0425 5.8438 13.0673 5.79102L14.5322 2.66504L14.6132 2.52051C14.8248 2.19886 15.1858 2 15.5781 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconQuickAi;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAqlD,EAArlD,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mtBAAmtB,KAAK,eAAc,CAAI,GAG/kD",
  "debugId": "D6C80D4C6B0C659B64756E2164756E21",
  "names": []
}