{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDrillingRig/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 IconDrillingRig: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"drilling-rig, oil, gas\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.315 2.25242C11.4532 2.14653 11.6915 2 12 2C12.3085 2 12.5467 2.14653 12.6849 2.25242C12.8364 2.36846 12.969 2.51402 13.0818 2.65908C13.3094 2.95168 13.5267 3.3338 13.714 3.7459C14.0854 4.56301 14.4 5.63394 14.4 6.6C14.4 7.92548 13.3255 9 12 9C10.6745 9 9.59998 7.92548 9.59998 6.6C9.59998 5.63394 9.91454 4.56301 10.286 3.7459C10.4733 3.3338 10.6905 2.95168 10.9181 2.65908C11.0309 2.51402 11.1636 2.36846 11.315 2.25242ZM11.6515 4.3666C11.3354 5.06199 11.1 5.91606 11.1 6.6C11.1 7.09706 11.5029 7.5 12 7.5C12.497 7.5 12.9 7.09706 12.9 6.6C12.9 5.91606 12.6645 5.06199 12.3485 4.3666C12.2302 4.10651 12.1095 3.88819 12 3.72305C11.8905 3.88819 11.7697 4.10651 11.6515 4.3666ZM12.2273 3.44308C12.2344 3.43766 12.2348 3.43829 12.2273 3.44308V3.44308ZM11.7676 3.43953C11.7673 3.43947 11.7693 3.44103 11.7734 3.44369C11.7703 3.44128 11.7678 3.43958 11.7676 3.43953Z\" fill=\"currentColor\"/><path d=\"M4 21.25C4 20.8358 4.33579 20.5 4.75 20.5H6.12938L7.94811 10.9517L11.035 14.765L6.39239 20.5H8.32228L12 15.957L15.6777 20.5H17.6076L12.9649 14.765L16.0519 10.9516L17.8706 20.5H19.25C19.6642 20.5 20 20.8358 20 21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25Z\" fill=\"currentColor\"/><path d=\"M12 13.573L9.10757 10H14.8924L12 13.573Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDrillingRig;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAu2C,EAAv2C,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m2BAAm2B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2RAA2R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2CAA2C,KAAK,eAAc,CAAI,GAGj2C",
  "debugId": "B2F172FE2491625E64756E2164756E21",
  "names": []
}