{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldBreak/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 IconShieldBreak: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shield-break, not-secure\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 5.71894L0.695312 3.86395L1.63583 2.69543L18.6798 16.4138C18.6824 16.4087 18.685 16.4036 18.6876 16.3985L19.8835 17.3452C19.8787 17.3538 19.8739 17.3624 19.8692 17.371L23.3043 20.1359L22.3638 21.3045L19.0295 18.6207C17.3802 20.6807 14.8442 22 12 22C7.02944 22 3 17.9706 3 13V5.71894ZM17.8609 17.6802C16.4866 19.399 14.3719 20.5 12 20.5C7.85786 20.5 4.5 17.1421 4.5 13V6.92626L17.8609 17.6802Z\" fill=\"currentColor\"/><path d=\"M19.5 13C19.5 13.6723 19.4115 14.324 19.2456 14.944L20.5032 15.9562C20.8251 15.0303 21 14.0356 21 13V5.25348L12 1.4353L5.75422 4.08503L7.07989 5.15203L12 3.06471L19.5 6.24652V13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShieldBreak;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAquB,EAAruB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6YAA6Y,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,CAAI,GAG/tB",
  "debugId": "FCB59DDAF6C674FF64756E2164756E21",
  "names": []
}