{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFormula1/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 IconFormula1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"formula1\"><path d=\"M20.5081 13.6875C20.6974 13.6875 20.8538 13.7506 20.9775 13.8775C21.1012 14.0044 21.1632 14.16 21.1632 14.345C21.1632 14.53 21.1018 14.6856 20.9787 14.8113C20.8557 14.9369 20.7 15 20.5107 15C20.3212 15 20.1637 14.9369 20.0388 14.81C19.9131 14.6831 19.8507 14.5275 19.8507 14.3425C19.8507 14.1575 19.9131 14.0019 20.0374 13.8763C20.1619 13.7506 20.3188 13.6875 20.5081 13.6875ZM17.5056 11.2469H9.52938C7.52938 11.2469 7.10376 11.4012 6.055 12.4181H6.05562L3.39438 15H0L4.22313 10.8087C5.79312 9.255 6.55 9 9.22687 9H19.8006L17.5056 11.2469ZM17.1631 11.6056L15.0594 13.7094H9.61687C8.61938 13.7094 8.39876 13.7562 7.90375 14.2512L7.155 15H4.0075L6.33438 12.6731C7.24813 11.76 7.56313 11.6056 9.5775 11.6056H17.1631ZM24 9L17.9838 15H14.2631L20.2632 9H24ZM20.507 13.7906C20.3519 13.7906 20.222 13.8444 20.1169 13.9519C20.0126 14.0594 19.9601 14.1894 19.9601 14.3425C19.9601 14.4956 20.0126 14.6256 20.1169 14.7331C20.2213 14.8406 20.3512 14.8944 20.507 14.8944C20.6625 14.8944 20.792 14.8413 20.8969 14.7344C21.0014 14.6275 21.0537 14.4975 21.0537 14.3438C21.0537 14.19 21.0014 14.0594 20.8969 13.9519C20.7925 13.8444 20.6625 13.7906 20.507 13.7906ZM20.5081 13.9813C20.6025 13.9813 20.6737 13.9988 20.7213 14.0344C20.7687 14.0694 20.7926 14.1225 20.7926 14.1931C20.7926 14.2638 20.7831 14.3163 20.7638 14.3506C20.7444 14.385 20.7118 14.4125 20.6656 14.4338L20.8024 14.71H20.6506L20.5263 14.4525H20.3794L20.3787 14.4519V14.7094H20.2344V13.9813H20.5081ZM20.3763 14.3388H20.5231C20.5681 14.3388 20.6007 14.3294 20.6201 14.31C20.64 14.2906 20.6501 14.2594 20.6501 14.2163C20.6501 14.1344 20.5987 14.0938 20.4957 14.0938H20.3763V14.3388Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFormula1;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA+qD,EAA/qD,IAAqB,EAAO,UAAU,YAAW,gBAAC,OAAD,CAAM,EAAE,+lDAA+lD,KAAK,eAAc,CAAI,GAGzqD",
  "debugId": "C7A15214177BE29C64756E2164756E21",
  "names": []
}