{
  "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.7734 3.44369C11.766 3.4389 11.7663 3.43828 11.7734 3.44369V3.44369Z\" fill=\"currentColor\"/><path d=\"M8.14045 11.1893C7.92876 11.4962 7.77701 11.85 7.70359 12.2354L6.12938 20.5H4.75C4.33579 20.5 4 20.8358 4 21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25C20 20.8358 19.6642 20.5 19.25 20.5H17.8706L16.2964 12.2354C16.223 11.85 16.0712 11.4962 15.8595 11.1893L12.9649 14.765L17.6076 20.5H15.6777L12 15.957L8.32228 20.5H6.39239L11.035 14.765L8.14045 11.1893Z\" fill=\"currentColor\"/><path d=\"M14.7037 10.2331C14.3628 10.0828 13.9871 10 13.595 10H10.405C10.0129 10 9.63719 10.0828 9.29628 10.2331L12 13.573L14.7037 10.2331Z\" 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,gBAA0/C,EAA1/C,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yzBAAyzB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8XAA8X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,CAAI,GAGp/C",
  "debugId": "15D19A25AA6E036164756E2164756E21",
  "names": []
}