{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFormFlower/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 IconFormFlower: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"form-flower\"><path d=\"M12 2.25C12.9745 2.25 13.8368 3.83862 14.3683 6.2811C16.4715 4.92967 18.2055 4.41634 18.8946 5.10544C19.5836 5.79453 19.0692 7.52763 17.7179 9.63065C20.161 10.1622 21.75 11.0254 21.75 12C21.75 12.9746 20.1609 13.8368 17.7179 14.3683C19.0696 16.4717 19.5837 18.2054 18.8946 18.8946C18.2054 19.5837 16.4717 19.0696 14.3683 17.7179C13.8368 20.1609 12.9746 21.75 12 21.75C11.0254 21.75 10.1622 20.161 9.63065 17.7179C7.52761 19.0692 5.79454 19.5836 5.10544 18.8946C4.41634 18.2054 4.92965 16.4715 6.2811 14.3683C3.83862 13.8368 2.25 12.9745 2.25 12C2.25 11.0255 3.8385 10.1622 6.2811 9.63065C4.93001 7.52783 4.41642 5.79447 5.10544 5.10544C5.79448 4.41644 7.52784 4.93002 9.63065 6.2811C10.1622 3.8385 11.0255 2.25 12 2.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconFormFlower;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAyzB,EAAzzB,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,ktBAAktB,OAAO,eAAe,YAAY,MAAK,CAAI,GAGnzB",
  "debugId": "A81857C16EF6C67C64756E2164756E21",
  "names": []
}