{
  "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.0029 3.24707C11.6553 3.06718 12.3447 3.06718 12.9971 3.24707L17.2471 4.41992C18.6985 4.82032 19.7493 6.04272 19.959 7.5H20C21.6565 7.5 22.9995 8.84359 23 10.5C23 12.1569 21.6569 13.5 20 13.5V14.8672C19.9999 16.3061 19.1757 17.6184 17.8799 18.2441L13.6299 20.2959C12.6001 20.7929 11.3999 20.7929 10.3701 20.2959L6.12012 18.2441C4.82435 17.6184 4.00008 16.3061 4 14.8672V13.5C2.34315 13.5 1 12.1569 1 10.5C1.00053 8.84359 2.34347 7.5 4 7.5H4.04102C4.25074 6.04272 5.30149 4.82032 6.75293 4.41992L11.0029 3.24707ZM9 13C8.58597 13 8.2503 13.336 8.25 13.75C8.25 14.1642 8.58579 14.5 9 14.5H15C15.4142 14.5 15.75 14.1642 15.75 13.75C15.7497 13.336 15.414 13 15 13H9ZM4 9C3.1719 9 2.50053 9.67202 2.5 10.5C2.5 11.3284 3.17157 12 4 12V9ZM20 12C20.8284 12 21.5 11.3284 21.5 10.5C21.4995 9.67202 20.8281 9 20 9V12ZM9 9C8.58597 9 8.2503 9.33604 8.25 9.75C8.25 10.1642 8.58579 10.5 9 10.5H15C15.4142 10.5 15.75 10.1642 15.75 9.75C15.7497 9.33604 15.414 9 15 9H9Z\" 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,gBAAokC,EAApkC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,67BAA67B,KAAK,eAAc,CAAI,GAG9jC",
  "debugId": "4767A4AB027C221464756E2164756E21",
  "names": []
}