{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconOpenaiSora/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 IconOpenaiSora: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"openai-sora\"><path d=\"M8.41916 9.51611C8.4391 9.4363 8.53899 9.40933 8.59629 9.46824L9.07215 9.96804C9.08593 9.9824 9.10549 9.992 9.12481 9.99676L9.79408 10.1605C9.87402 10.1805 9.90047 10.2814 9.84099 10.3386L9.34311 10.8135C9.32879 10.8272 9.31819 10.8459 9.31343 10.8652L9.15066 11.5354C9.13063 11.6155 9.02977 11.642 8.97257 11.5823L8.49671 11.0835C8.48307 11.0693 8.46504 11.0586 8.44597 11.0538L7.77574 10.891C7.69573 10.8711 7.66852 10.7712 7.72787 10.7139L8.22575 10.2371C8.24002 10.2234 8.25066 10.2055 8.25543 10.1863L8.41916 9.51611Z\" fill=\"currentColor\"/><path d=\"M13.6833 8.10289C13.7031 8.02284 13.804 7.99591 13.8614 8.05502L14.3382 8.55386C14.352 8.56822 14.3706 8.57783 14.3899 8.58258L15.0582 8.74631C15.1386 8.76606 15.1657 8.86707 15.1061 8.9244L14.6082 9.40122C14.594 9.4149 14.5833 9.43283 14.5785 9.45196L14.4148 10.1212C14.395 10.2013 14.295 10.2292 14.2377 10.1701L13.7618 9.67026C13.7481 9.65593 13.7294 9.64631 13.7101 9.64154L13.0399 9.47781C12.9599 9.45771 12.9334 9.3569 12.993 9.29973L13.4908 8.82386C13.5052 8.81009 13.5167 8.79241 13.5215 8.77312L13.6833 8.10289Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.37088 2.18576C11.1759 1.70239 13.0087 2.19059 14.3229 3.32227C16.0284 2.99798 17.8626 3.49276 19.1849 4.81496C20.5066 6.13684 21 7.96945 20.6766 9.67409C21.8096 10.9886 22.2977 12.823 21.8141 14.629C21.3301 16.4355 19.9888 17.7788 18.35 18.3506C17.7783 19.9889 16.4362 21.3295 14.6302 21.8138C12.8243 22.2976 10.9899 21.8091 9.67535 20.6763C7.97048 21.0002 6.13741 20.5067 4.81526 19.1846C3.49332 17.8624 2.99758 16.0289 3.32161 14.3235C2.18976 13.0088 1.70243 11.1746 2.18606 9.36962C2.67009 7.56414 4.00987 6.21916 5.64825 5.647C6.22058 4.009 7.56548 2.66963 9.37088 2.18576ZM10.6845 10.3979C10.3601 9.18768 9.32184 8.44835 8.30139 8.72142C7.281 8.99496 6.75195 10.1537 7.07583 11.364L7.43201 12.6949C7.75656 13.905 8.79477 14.6444 9.81514 14.3714C10.8351 14.0975 11.3646 12.938 11.0407 11.7279L10.6845 10.3979ZM15.9496 8.98568C15.6251 7.77539 14.587 7.03585 13.5665 7.30915C12.5463 7.58287 12.018 8.74155 12.3419 9.95176L12.6981 11.2817C13.0225 12.4918 14.0599 13.232 15.0802 12.9592C16.1005 12.6854 16.6298 11.5259 16.3058 10.3156L15.9496 8.98568Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconOpenaiSora;\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,gBAA4uE,EAA5uE,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,6gBAA6gB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2gBAA2gB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iiCAAiiC,KAAK,eAAc,CAAI,GAGtuE",
  "debugId": "962102AA04D5874664756E2164756E21",
  "names": []
}