{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMask1/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 IconMask1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"mask, medical-mask, covid\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.5342 3.10106C11.8387 3.01705 12.1613 3.01705 12.4658 3.10106L18.7158 4.82469C19.4745 5.0342 20 5.72512 20 6.51219V7.50048H21.25C22.2165 7.50048 23 8.28402 23 9.25048V11.7505C22.9998 12.7168 22.2163 13.5005 21.25 13.5005H20V16.1225C19.9998 16.794 19.6154 17.4068 19.0107 17.6987L12.7607 20.7163C12.2803 20.9481 11.7197 20.9481 11.2393 20.7163L4.98926 17.6987C4.38459 17.4068 4.00018 16.794 4 16.1225V13.5005H2.75C1.78366 13.5005 1.00025 12.7168 1 11.7505V9.25048C1.00005 8.28402 1.78353 7.50048 2.75 7.50048H4V6.51219C4.00004 5.72512 4.52553 5.0342 5.28418 4.82469L11.5342 3.10106ZM9 13.0005C8.5858 13.0005 8.25002 13.3363 8.25 13.7505C8.25024 14.1645 8.58593 14.5005 9 14.5005H15C15.4141 14.5005 15.7498 14.1645 15.75 13.7505C15.75 13.3363 15.4142 13.0005 15 13.0005H9ZM2.75 9.00048C2.61196 9.00048 2.50005 9.11245 2.5 9.25048V11.7505C2.50025 11.8883 2.61208 12.0005 2.75 12.0005H4V9.00048H2.75ZM20 12.0005H21.25C21.3879 12.0005 21.4998 11.8883 21.5 11.7505V9.25048C21.5 9.11245 21.388 9.00048 21.25 9.00048H20V12.0005ZM9 9.00048C8.5858 9.00048 8.25002 9.33628 8.25 9.75048C8.25024 10.1645 8.58593 10.5005 9 10.5005H15C15.4141 10.5005 15.7498 10.1645 15.75 9.75048C15.75 9.33628 15.4142 9.00048 15 9.00048H9Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMask1;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAs0C,EAAt0C,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+rCAA+rC,KAAK,eAAc,CAAI,GAGh0C",
  "debugId": "ECF4F505CF431EFF64756E2164756E21",
  "names": []
}