{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFormSeal/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 IconFormSeal: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"form-seal, badge\"><path d=\"M10.7625 1.92679C11.4459 1.24348 12.5537 1.24348 13.2371 1.92679L15.3123 4.00199C15.3591 4.04867 15.4229 4.07523 15.489 4.07523H18.1746C19.141 4.07534 19.9246 4.8588 19.9246 5.82523V8.51078C19.9247 8.57695 19.9511 8.64071 19.9978 8.68754L22.073 10.7627C22.7561 11.4461 22.7563 12.554 22.073 13.2373L19.9978 15.3125C19.951 15.3594 19.9246 15.423 19.9246 15.4893V18.2481C19.9245 19.2144 19.1409 19.998 18.1746 19.9981H15.4822C15.417 19.9981 15.3541 20.0238 15.3074 20.0694L13.2224 22.1045C12.5427 22.7682 11.457 22.768 10.7771 22.1045L8.68436 20.0616C8.63887 20.0174 8.57786 19.9924 8.51444 19.9912L5.79374 19.9424C4.83962 19.9254 4.0751 19.1467 4.07499 18.1924V15.4893C4.07499 15.4231 4.04843 15.3594 4.00175 15.3125L1.92655 13.2373C1.24323 12.5539 1.24323 11.4461 1.92655 10.7627L4.00175 8.68754C4.04851 8.64071 4.07493 8.57695 4.07499 8.51078V5.82523C4.07499 4.85873 4.85849 4.07523 5.82499 4.07523H8.51053C8.57671 4.07518 8.64047 4.04875 8.68729 4.00199L10.7625 1.92679Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFormSeal;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAuiC,EAAviC,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,+8BAA+8B,KAAK,eAAc,CAAI,GAGjiC",
  "debugId": "FAB2E56C8E010FC664756E2164756E21",
  "names": []
}