{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHashtag/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 IconHashtag: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"hashtag, #\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.84025 3.0054C9.25145 3.05525 9.54439 3.429 9.49455 3.8402L9.11155 6.99995H16.1006L16.5054 3.6597C16.5553 3.2485 16.929 2.95556 17.3402 3.0054C17.7515 3.05525 18.0444 3.429 17.9946 3.8402L17.6116 6.99995H20.25C20.6642 6.99995 21 7.33574 21 7.74995C21 8.16417 20.6642 8.49995 20.25 8.49995H17.4297L16.5812 15.5H20.25C20.6642 15.5 21 15.8357 21 16.25C21 16.6642 20.6642 17 20.25 17H16.3994L15.9946 20.3402C15.9447 20.7514 15.571 21.0443 15.1598 20.9945C14.7485 20.9447 14.4556 20.5709 14.5054 20.1597L14.8884 17H7.89943L7.49455 20.3402C7.44471 20.7514 7.07096 21.0443 6.65975 20.9945C6.24855 20.9447 5.95561 20.5709 6.00545 20.1597L6.38845 17H3.75C3.33579 17 3 16.6642 3 16.25C3 15.8357 3.33579 15.5 3.75 15.5H6.57027L7.41875 8.49995H3.75C3.33579 8.49995 3 8.16417 3 7.74995C3 7.33574 3.33579 6.99995 3.75 6.99995H7.60057L8.00545 3.6597C8.05529 3.2485 8.42904 2.95556 8.84025 3.0054ZM8.92973 8.49995L8.08125 15.5H15.0703L15.9188 8.49995H8.92973Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHashtag;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA4iC,EAA5iC,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,o7BAAo7B,KAAK,eAAc,CAAI,GAGtiC",
  "debugId": "12175A6BE11F0C0C64756E2164756E21",
  "names": []
}