{
  "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 1.5C12.8323 1.5 13.4447 2.10247 13.8584 2.74219C14.2544 3.35461 14.5835 4.17321 14.8496 5.11621C15.7051 4.63723 16.5179 4.29273 17.2314 4.13965C17.9766 3.97986 18.8362 3.98662 19.4248 4.5752C20.0134 5.16378 20.0203 6.02282 19.8604 6.76758C19.7071 7.4809 19.3608 8.29315 18.8818 9.14844C19.8257 9.41472 20.645 9.74516 21.2578 10.1416C21.8976 10.5556 22.5 11.1679 22.5 12L22.4932 12.1533C22.4247 12.9082 21.8568 13.4705 21.2568 13.8584C20.6441 14.2545 19.8254 14.5835 18.8818 14.8496C19.3611 15.7053 19.7071 16.5178 19.8604 17.2314C20.0203 17.9765 20.0135 18.8361 19.4248 19.4248C18.8361 20.0135 17.9765 20.0203 17.2314 19.8604C16.5178 19.7071 15.7053 19.3611 14.8496 18.8818C14.5835 19.8254 14.2545 20.6441 13.8584 21.2568C13.4447 21.8968 12.8325 22.5 12 22.5C11.1679 22.5 10.5556 21.8976 10.1416 21.2578C9.74516 20.645 9.41472 19.8257 9.14844 18.8818C8.29314 19.3608 7.4809 19.7071 6.76758 19.8604C6.02281 20.0203 5.16378 20.0134 4.5752 19.4248C3.98662 18.8362 3.97986 17.9766 4.13965 17.2314C4.29273 16.5179 4.63722 15.7051 5.11621 14.8496C4.1732 14.5835 3.35461 14.2544 2.74219 13.8584C2.14241 13.4705 1.57531 12.9079 1.50684 12.1533L1.5 12C1.5 11.1679 2.10247 10.5556 2.74219 10.1416C3.35469 9.74527 4.17296 9.4147 5.11621 9.14844C4.63748 8.29327 4.29267 7.48085 4.13965 6.76758C3.97988 6.02268 3.98669 5.1637 4.5752 4.5752C5.1637 3.98672 6.02268 3.97988 6.76758 4.13965C7.48085 4.29267 8.29327 4.63748 9.14844 5.11621C9.4147 4.17296 9.74527 3.35469 10.1416 2.74219C10.5556 2.10247 11.1679 1.5 12 1.5Z\" fill=\"currentColor\"/></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,gBAA0jD,EAA1jD,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,u+CAAu+C,KAAK,eAAc,CAAI,GAGpjD",
  "debugId": "2A051D2FC2893E6564756E2164756E21",
  "names": []
}