UNPKG

@central-icons-react/square-filled-radius-0-stroke-1.5

Version:

A collection of square filled React icons with 0px radius and 1.5px stroke width, designed for use in React applications.

1 lines 4.37 kB
{"version":3,"sources":["../src/IconCircleDashed/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconCircleDashed: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"circle-dashed\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.325 2.13978C10.8701 2.0478 11.4298 2 12 2C12.5702 2 13.1299 2.0478 13.675 2.13978L14.4145 2.26457L14.165 3.74366L13.4254 3.61888C12.9624 3.54075 12.4863 3.5 12 3.5C11.5137 3.5 11.0376 3.54075 10.5746 3.61888L9.83504 3.74366L9.58547 2.26457L10.325 2.13978ZM7.69275 4.6322L7.08145 5.06672C6.30236 5.6205 5.6205 6.30236 5.06672 7.08145L4.6322 7.69275L3.40959 6.82371L3.84411 6.21241C4.49513 5.29651 5.29651 4.49513 6.21241 3.84411L6.82371 3.40959L7.69275 4.6322ZM17.1763 3.40959L17.7876 3.84411C18.7035 4.49513 19.5049 5.29651 20.1559 6.21241L20.5904 6.82371L19.3678 7.69275L18.9333 7.08145C18.3795 6.30236 17.6976 5.6205 16.9186 5.06672L16.3072 4.6322L17.1763 3.40959ZM3.74366 9.83504L3.61888 10.5746C3.54075 11.0376 3.5 11.5137 3.5 12C3.5 12.4863 3.54075 12.9624 3.61888 13.4254L3.74366 14.165L2.26457 14.4145L2.13978 13.675C2.0478 13.1299 2 12.5702 2 12C2 11.4298 2.0478 10.8701 2.13978 10.325L2.26457 9.58547L3.74366 9.83504ZM21.7354 9.58547L21.8602 10.325C21.9522 10.8701 22 11.4298 22 12C22 12.5702 21.9522 13.1299 21.8602 13.675L21.7354 14.4145L20.2563 14.165L20.3811 13.4254C20.4592 12.9624 20.5 12.4863 20.5 12C20.5 11.5137 20.4592 11.0376 20.3811 10.5746L20.2563 9.83504L21.7354 9.58547ZM4.6322 16.3072L5.06672 16.9186C5.6205 17.6976 6.30236 18.3795 7.08145 18.9333L7.69275 19.3678L6.82371 20.5904L6.21241 20.1559C5.29651 19.5049 4.49513 18.7035 3.84411 17.7876L3.40959 17.1763L4.6322 16.3072ZM20.5904 17.1763L20.1559 17.7876C19.5049 18.7035 18.7035 19.5049 17.7876 20.1559L17.1763 20.5904L16.3072 19.3678L16.9186 18.9333C17.6976 18.3795 18.3795 17.6976 18.9333 16.9186L19.3678 16.3072L20.5904 17.1763ZM9.83504 20.2563L10.5746 20.3811C11.0376 20.4592 11.5137 20.5 12 20.5C12.4863 20.5 12.9624 20.4592 13.4254 20.3811L14.165 20.2563L14.4145 21.7354L13.675 21.8602C13.1299 21.9522 12.5702 22 12 22C11.4298 22 10.8701 21.9522 10.325 21.8602L9.58547 21.7354L9.83504 20.2563Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5C15.5899 5.5 18.5 8.41015 18.5 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCircleDashed;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,41DACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconCircleDashed","props","React","CentralIconBase","IconCircleDashed_default"]}