{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHermesHelmet/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 IconHermesHelmet: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"hermes-helmet\"><path d=\"M12 10.9688L11.6212 5.66555C11.5441 4.58624 10.646 3.75 9.56394 3.75H2.71875L2.71875 4.78125C2.71875 5.92034 3.64216 6.84375 4.78125 6.84375H7.875\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M7.875 9.9375H4.78125V10.9688C4.78125 12.1078 5.70466 13.0312 6.84375 13.0312H9.9375\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M6.84375 6.84375H3.75V7.875C3.75 9.01409 4.67341 9.9375 5.8125 9.9375H8.90625\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><circle cx=\"12.0031\" cy=\"12.9289\" r=\"1.75313\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M6.8125 13.0312V15.9171C6.8125 16.3855 6.65311 16.8399 6.36054 17.2056L4.75 19.2188V20.25H8.18394C9.65048 20.25 11.0916 19.8673 12.3649 19.1397C13.4618 18.5129 14.6855 18.1408 15.9455 18.0508L19.3344 17.8087C20.4138 17.7316 21.25 16.8335 21.25 15.7514V14.5781L19.1875 13.5469C18.8955 10.3346 16.2021 7.875 12.9766 7.875H11.9688\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconHermesHelmet;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAy9B,EAAz9B,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,uFAAuF,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,gFAAgF,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,SAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,UAAU,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0UAA0U,OAAO,eAAe,YAAY,MAAK,CAAI,GAGn9B",
  "debugId": "977E5854575C584F64756E2164756E21",
  "names": []
}