{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldAccess/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 IconShieldAccess: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shield-access, full-access\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.707 1.55956C11.8942 1.48015 12.1058 1.48015 12.293 1.55956L20.543 5.05956C20.8201 5.17714 21 5.44899 21 5.74999V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.74999C3 5.44899 3.17995 5.17714 3.45703 5.05956L11.707 1.55956ZM12 14.5996C11.3925 14.5996 10.9004 15.0927 10.9004 15.7002C10.9004 16.3077 11.3925 16.7998 12 16.7998C12.6074 16.7997 13.0996 16.3076 13.0996 15.7002C13.0996 15.0927 12.6075 14.5997 12 14.5996ZM12 7.58007C11.743 7.58007 11.4975 7.67707 11.3252 7.8496C11.1525 8.02213 11.0671 8.25604 11.0801 8.49999C11.0834 8.56332 11.0865 8.62709 11.0898 8.69042C11.1498 9.83028 11.2095 10.9705 11.2695 12.1103C11.2729 12.1735 11.2769 12.2366 11.2803 12.2998C11.2899 12.481 11.3739 12.6551 11.5088 12.7832C11.644 12.9113 11.8187 12.9834 12 12.9834C12.1813 12.9834 12.356 12.9113 12.4912 12.7832C12.6261 12.6551 12.7101 12.481 12.7197 12.2998C12.7231 12.2366 12.7271 12.1735 12.7305 12.1103C12.7905 10.9705 12.8502 9.83028 12.9102 8.69042C12.9135 8.62709 12.9166 8.56332 12.9199 8.49999C12.9329 8.25604 12.8475 8.02213 12.6748 7.8496C12.5025 7.67707 12.257 7.58007 12 7.58007Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShieldAccess;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAqtC,EAArtC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6kCAA6kC,KAAK,eAAc,CAAI,GAG/sC",
  "debugId": "3AF8688AAC5DBF2764756E2164756E21",
  "names": []
}