{
  "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 d=\"M17.0607 15.1105L2.22028 3.16577C1.89761 2.90605 1.42548 2.95709 1.16577 3.27977C0.906052 3.60245 0.957092 4.07457 1.27977 4.33428L3.1082 5.80595C3.03781 5.99656 3 6.20119 3 6.41194V12.9999C3 17.9705 7.02944 21.9999 12 21.9999C14.8442 21.9999 17.3802 20.6806 19.0295 18.6206L21.7798 20.8343C22.1024 21.094 22.5746 21.043 22.8343 20.7203C23.094 20.3976 23.043 19.9255 22.7203 19.6658L19.8691 17.371C19.8739 17.3624 19.8787 17.3538 19.8834 17.3452L17.0607 15.1105Z\" fill=\"currentColor\"/><path d=\"M21 12.9999C21 14.0355 20.8251 15.0302 20.5032 15.9561L5.7542 4.08494L11.3165 1.72516C11.7533 1.53985 12.2467 1.53985 12.6835 1.72516L19.9335 4.80092C20.5801 5.07524 21 5.70956 21 6.41194V12.9999Z\" 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,gBAAqxB,EAArxB,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,idAAid,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uMAAuM,KAAK,eAAc,CAAI,GAG/wB",
  "debugId": "0B5C8275BF8937D664756E2164756E21",
  "names": []
}