{
  "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.9194 1.5 13.5716 2.23056 14 2.97559C14.3306 3.55075 14.6138 4.28075 14.8496 5.11621C15.6078 4.69174 16.3257 4.37707 16.9668 4.2041C17.7967 3.98025 18.7747 3.92504 19.4248 4.5752C20.0752 5.22558 20.0191 6.20354 19.7949 7.0332C19.6218 7.67394 19.3062 8.39063 18.8818 9.14844C19.7181 9.38439 20.4488 9.668 21.0244 9.99902C21.7696 10.4277 22.5 11.0805 22.5 12L22.4912 12.1689C22.4083 13.0002 21.7223 13.5994 21.0234 14.001C20.448 14.3316 19.7177 14.6138 18.8818 14.8496C19.3065 15.6078 19.6227 16.3247 19.7959 16.9658C20.0201 17.7957 20.0752 18.7744 19.4248 19.4248C18.7744 20.0752 17.7957 20.0201 16.9658 19.7959C16.3247 19.6227 15.6078 19.3065 14.8496 18.8818C14.6138 19.7177 14.3316 20.448 14.001 21.0234C13.5726 21.7687 12.9198 22.5 12 22.5C11.0805 22.5 10.4277 21.7696 9.99902 21.0244C9.668 20.4488 9.38439 19.7181 9.14844 18.8818C8.39062 19.3062 7.67394 19.6218 7.0332 19.7949C6.20353 20.0191 5.22558 20.0752 4.5752 19.4248C3.92504 18.7746 3.98024 17.7968 4.2041 16.9668C4.37707 16.3257 4.69173 15.6078 5.11621 14.8496C4.28075 14.6138 3.55075 14.3306 2.97559 14C2.27704 13.5983 1.59163 12.9999 1.50879 12.1689L1.5 12C1.5 11.0806 2.23038 10.4277 2.97559 9.99902C3.55084 9.66812 4.28053 9.38435 5.11621 9.14844C4.69207 8.39077 4.37703 7.67388 4.2041 7.0332C3.98015 6.20342 3.92497 5.22542 4.5752 4.5752C5.22542 3.925 6.20342 3.98016 7.0332 4.2041C7.67388 4.37702 8.39077 4.69208 9.14844 5.11621C9.38435 4.28053 9.66812 3.55084 9.99902 2.97559C10.4277 2.23038 11.0806 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,gBAAuiD,EAAviD,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,o9CAAo9C,KAAK,eAAc,CAAI,GAGjiD",
  "debugId": "F04CA08FEB6C02AF64756E2164756E21",
  "names": []
}