UNPKG

@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 3.38 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconDonutGlaze/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 IconDonutGlaze: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"donut-glaze\"><path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><path d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><path d=\"M11.8313 5.91472C12.7367 5.34516 13.93 5.58881 14.5396 6.46773L14.9646 7.08037C15.2053 7.42739 15.5497 7.68931 15.9484 7.82859L16.6523 8.07448C17.6621 8.42723 18.2156 9.51209 17.9085 10.5367L17.6945 11.2509C17.5732 11.6555 17.5832 12.088 17.7229 12.4866L17.9695 13.1902C18.3233 14.1997 17.8202 15.3088 16.8277 15.7076L16.1359 15.9856C15.744 16.143 15.412 16.4205 15.1875 16.7782L14.7911 17.4097C14.2225 18.3157 13.0417 18.6139 12.1111 18.0866L11.4624 17.719C11.095 17.5108 10.6711 17.4242 10.2514 17.4717L9.51054 17.5556C8.44768 17.6759 7.47829 16.9386 7.31037 15.8822L7.19333 15.1459C7.12702 14.7288 6.93039 14.3434 6.6316 14.0449L6.10411 13.518C5.34736 12.762 5.31937 11.5444 6.04059 10.7545L6.54331 10.2039C6.82807 9.89199 7.00679 9.49795 7.05386 9.07825L7.13695 8.3373C7.25616 7.27432 8.19065 6.49329 9.25792 6.56465L10.0018 6.61439C10.4232 6.64256 10.8427 6.53662 11.2002 6.31173L11.8313 5.91472Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconDonutGlaze;\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,gBAA83C,EAA93C,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,oHAAoH,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,0HAA0H,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,w4BAAw4B,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAGx3C", "debugId": "157B33923665A4A164756E2164756E21", "names": [] }