{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUmbrellaSecurity/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 IconUmbrellaSecurity: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"umbrella-security\"><path d=\"M12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75V4.02707C6.66452 4.35893 2.91655 7.70682 1.97754 12.0961C1.93017 12.3176 1.98538 12.5486 2.12777 12.7246C2.27017 12.9007 2.48449 13.003 2.71094 13.003H21.2904C21.5169 13.003 21.7312 12.9007 21.8736 12.7246C22.016 12.5486 22.0712 12.3176 22.0239 12.0961C21.0847 7.70638 17.3361 4.35825 12.75 4.02697V2.75Z\" fill=\"currentColor\"/><path d=\"M12.7501 15.25C12.7501 14.8358 12.4144 14.5 12.0001 14.5C11.5859 14.5 11.2501 14.8358 11.2501 15.25V19.3267C11.2501 19.9747 10.7248 20.5 10.0769 20.5C9.51758 20.5 9.03605 20.1052 8.92636 19.5568L8.73558 18.6029C8.65435 18.1967 8.25923 17.9333 7.85306 18.0146C7.44689 18.0958 7.18348 18.4909 7.26471 18.8971L7.45549 19.851C7.7054 21.1005 8.80256 22 10.0769 22C11.5533 22 12.7501 20.8031 12.7501 19.3267V15.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUmbrellaSecurity;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAA+4B,EAA/4B,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,8XAA8X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2ZAA2Z,KAAK,eAAc,CAAI,GAGz4B",
  "debugId": "75A9BC629181B7F164756E2164756E21",
  "names": []
}