{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNvidia/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 IconNvidia: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"nvidia\"><path d=\"M9.212 8.97602V7.62002C9.339 7.61002 9.468 7.60302 9.6 7.59902C13.196 7.48202 15.557 10.783 15.557 10.783C15.557 10.783 13.009 14.43 10.275 14.43C9.91336 14.4317 9.55402 14.3725 9.212 14.255V10.146C10.612 10.32 10.893 10.958 11.735 12.404L13.608 10.777C13.1661 10.2223 12.6092 9.76999 11.9756 9.4513C11.342 9.1326 10.6468 8.9551 9.938 8.93102C9.69437 8.93221 9.451 8.9469 9.209 8.97502M9.209 4.49902V6.52402C9.339 6.51402 9.468 6.50502 9.597 6.50002C14.599 6.32602 17.858 10.726 17.858 10.726C17.858 10.726 14.115 15.416 10.215 15.416C9.877 15.416 9.54 15.385 9.208 15.324V16.574C9.486 16.612 9.766 16.631 10.046 16.631C13.675 16.631 16.299 14.721 18.84 12.462C19.261 12.809 20.986 13.655 21.341 14.026C18.925 16.109 13.293 17.789 10.101 17.789C9.793 17.789 9.498 17.769 9.207 17.741V19.5H23V4.50002H9.21L9.209 4.49902ZM9.209 14.255V15.323C5.853 14.707 4.922 11.113 4.922 11.113C6.06376 9.93013 7.57721 9.17535 9.209 8.97502V10.147H9.204C8.7252 10.1425 8.25155 10.246 7.81834 10.45C7.38513 10.654 7.00354 10.9531 6.702 11.325C6.702 11.325 7.317 13.6 9.209 14.255ZM3.248 10.956C4.684 9.02102 6.852 7.80802 9.209 7.62002V6.52302C4.81 6.88702 1 10.723 1 10.723C1 10.723 3.158 17.15 9.21 17.738V16.572C4.77 16 3.25 10.958 3.25 10.958H3.248V10.956Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNvidia;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA4yC,EAA5yC,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,8tCAA8tC,KAAK,eAAc,CAAI,GAGtyC",
  "debugId": "21F3EB8F491DE35D64756E2164756E21",
  "names": []
}