@central-icons-react/round-outlined-radius-3-stroke-2
Version:
A collection of round outlined React icons with 3px radius and 2px stroke width, designed for use in React applications.
11 lines • 2.68 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconFlowerShape/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 IconFlowerShape: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"flower-shape\"><path d=\"M7.89087 5.30149C8.65436 3.80832 10.2078 2.78613 12 2.78613C13.7922 2.78613 15.3456 3.80832 16.1091 5.3015C16.3064 5.68723 16.6832 5.961 17.111 6.02938C18.767 6.29409 20.2192 7.45563 20.773 9.1601C21.3268 10.8646 20.8347 12.6579 19.6506 13.8454C19.3446 14.1522 19.2007 14.5952 19.2679 15.0231C19.5279 16.6799 18.8719 18.42 17.422 19.4734C15.9721 20.5268 14.1145 20.6129 12.6192 19.8537C12.2329 19.6576 11.7671 19.6576 11.3808 19.8537C9.88548 20.6129 8.02789 20.5268 6.57798 19.4734C5.12806 18.42 4.47213 16.6799 4.73212 15.0231C4.79928 14.5951 4.65535 14.1522 4.34945 13.8454C3.16529 12.6579 2.67317 10.8646 3.22698 9.1601C3.7808 7.45562 5.233 6.29409 6.88903 6.02938C7.31683 5.961 7.69364 5.68723 7.89087 5.30149Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconFlowerShape;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA00B,EAA10B,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,6sBAA6sB,OAAO,eAAe,YAAY,IAAI,eAAe,QAAO,CAAI,GAGp0B",
"debugId": "B609B72A310FF52D64756E2164756E21",
"names": []
}