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.

1 lines 4.18 kB
{"version":3,"sources":["../src/IconRotate/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRotate: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rotate, rotation, x-axis\">\n <path\n d=\"M12 3C12.5523 3 13 3.44772 13 4V11.5C13 12.0523 12.5523 12.5 12 12.5C11.4477 12.5 11 12.0523 11 11.5V4C11 3.44772 11.4477 3 12 3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 17.5C12.5523 17.5 13 17.9477 13 18.5V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V18.5C11 17.9477 11.4477 17.5 12 17.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.0134 9.14842C15.1037 8.60356 15.6186 8.23503 16.1634 8.32529C17.704 8.58048 19.0686 8.98204 20.0774 9.51359C21.0018 10.0006 22 10.8028 22 12C22 12.852 21.4811 13.5044 20.9117 13.9532C20.331 14.4108 19.5528 14.7792 18.6802 15.07C16.9246 15.6552 14.5629 16 12 16C9.43715 16 7.07541 15.6552 5.31981 15.07C4.44724 14.7792 3.66896 14.4108 3.08829 13.9532C2.51889 13.5044 2 12.852 2 12C2 11.0084 2.69519 10.2899 3.39843 9.82287C4.08047 9.36997 4.98122 9.00461 6 8.72361V8.02873C6 7.61152 6.48085 7.37781 6.80891 7.63557L8.99962 9.35684C9.2544 9.55703 9.2544 9.94297 8.99962 10.1432L6.80891 11.8644C6.48085 12.1222 6 11.8885 6 11.4713V10.8116C5.35932 11.0217 4.8575 11.2548 4.5048 11.489C4.26654 11.6472 4.1301 11.7838 4.05946 11.8821C4.02579 11.9289 4.01128 11.9612 4.00523 11.9781C3.99986 11.9932 3.99999 11.9993 4 12C4 12.0009 3.99998 12.0052 4.00305 12.0153C4.00645 12.0264 4.01483 12.0485 4.03507 12.0814C4.07752 12.1506 4.16408 12.2545 4.32624 12.3823C4.65642 12.6425 5.19616 12.9206 5.95227 13.1726C7.45402 13.6732 9.59229 14 12 14C14.4077 14 16.546 13.6732 18.0477 13.1726C18.8038 12.9206 19.3436 12.6425 19.6738 12.3823C19.8359 12.2545 19.9225 12.1506 19.9649 12.0814C19.9852 12.0485 19.9935 12.0264 19.9969 12.0153C20 12.0052 20 12.001 20 12.0001C20 11.9994 20 11.9983 19.9997 11.9965L19.999 11.9926C19.998 11.9881 19.9956 11.9789 19.9895 11.9648C19.9768 11.9357 19.948 11.8844 19.8856 11.8137C19.7556 11.6663 19.5208 11.4809 19.1451 11.283C18.3948 10.8877 17.2595 10.5341 15.8366 10.2984C15.2917 10.2081 14.9232 9.69328 15.0134 9.14842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,4BACpCC,EAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,2gDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRotate","props","React","CentralIconBase","IconRotate_default"]}