{
  "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.66504L17.7822 5.13574C18.0054 5.61181 18.3881 5.99458 18.8642 6.21777L21.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.8642 10.626C18.3881 10.8492 18.0054 11.2319 17.7822 11.708L16.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.374 11.708C13.1508 11.2319 12.768 10.8492 12.2919 10.626L9.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.2919 6.21777C12.768 5.99458 13.1508 5.6118 13.374 5.13574L14.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,gBAAulD,EAAvlD,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,qtBAAqtB,KAAK,eAAc,CAAI,GAGjlD",
  "debugId": "05A245F0E33685D464756E2164756E21",
  "names": []
}