{
  "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=\"M9.34789 3.34032C10.8121 1.87631 13.1862 1.87662 14.6506 3.34032L14.7551 3.44481C15.1579 3.84763 15.705 4.07445 16.2746 4.0747C18.2899 4.0747 19.9238 5.70896 19.9241 7.72411C19.9242 8.29371 20.1513 8.84076 20.5539 9.24364L20.6584 9.34813C22.1226 10.8125 22.1226 13.1865 20.6584 14.6509L20.5686 14.7407C20.1582 15.1512 19.9242 15.7217 19.9241 16.3081C19.9239 18.3224 18.2928 19.9974 16.261 19.9975C15.6964 19.9977 15.1533 20.2184 14.7493 20.6128L14.6184 20.7407C13.1617 22.1624 10.8368 22.1624 9.38012 20.7407L9.24437 20.6089C8.84104 20.2154 8.28999 19.9863 7.72094 19.9761C5.72006 19.9401 4.07445 18.3089 4.07445 16.2905C4.07432 15.711 3.84363 15.1544 3.43383 14.7446L3.34008 14.6509C1.87638 13.1864 1.87607 10.8124 3.34008 9.34813L3.44457 9.24364C3.8475 8.84071 4.07433 8.29393 4.07445 7.72411C4.0747 5.70912 5.70887 4.07495 7.72387 4.0747C8.29368 4.07457 8.84047 3.84774 9.2434 3.44481L9.34789 3.34032Z\" 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,gBAAm+B,EAAn+B,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,24BAA24B,KAAK,eAAc,CAAI,GAG79B",
  "debugId": "BD0791E35E727F1E64756E2164756E21",
  "names": []
}