@central-icons-react/square-outlined-radius-0-stroke-1.5
Version:
A collection of square outlined React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
1 lines • 3.62 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconGroup3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGroup3: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"group-3\">\n <path\n d=\"M1.75 20.25L1.002 20.1953L0.943159 21H1.75V20.25ZM14.25 20.25V21H15.0568L14.998 20.1953L14.25 20.25ZM22.5 19.25V20H23.3077L23.2479 19.1945L22.5 19.25ZM10.5 7C10.5 8.38071 9.38071 9.5 8 9.5V11C10.2091 11 12 9.20914 12 7H10.5ZM8 9.5C6.61929 9.5 5.5 8.38071 5.5 7H4C4 9.20914 5.79086 11 8 11V9.5ZM5.5 7C5.5 5.61929 6.61929 4.5 8 4.5V3C5.79086 3 4 4.79086 4 7H5.5ZM8 4.5C9.38071 4.5 10.5 5.61929 10.5 7H12C12 4.79086 10.2091 3 8 3V4.5ZM19 7.5C19 8.60457 18.1046 9.5 17 9.5V11C18.933 11 20.5 9.433 20.5 7.5H19ZM17 9.5C15.8954 9.5 15 8.60457 15 7.5H13.5C13.5 9.433 15.067 11 17 11V9.5ZM15 7.5C15 6.39543 15.8954 5.5 17 5.5V4C15.067 4 13.5 5.567 13.5 7.5H15ZM17 5.5C18.1046 5.5 19 6.39543 19 7.5H20.5C20.5 5.567 18.933 4 17 4V5.5ZM2.498 20.3047C2.6444 18.3025 3.22142 16.5832 4.15301 15.3831C5.06738 14.2052 6.3396 13.5 8 13.5V12C5.84779 12 4.14873 12.9424 2.96812 14.4633C1.80473 15.962 1.16305 17.9927 1.002 20.1953L2.498 20.3047ZM8 13.5C9.6604 13.5 10.9326 14.2052 11.847 15.3831C12.7786 16.5832 13.3556 18.3025 13.502 20.3047L14.998 20.1953C14.837 17.9927 14.1953 15.962 13.0319 14.4633C11.8513 12.9424 10.1522 12 8 12V13.5ZM1.75 21H14.25V19.5H1.75V21ZM17 13.5C18.4362 13.5 19.5308 14.0994 20.3177 15.0977C21.1216 16.1177 21.6244 17.5856 21.7521 19.3055L23.2479 19.1945C23.1051 17.2701 22.5354 15.4881 21.4957 14.1691C20.439 12.8285 18.9189 12 17 12V13.5ZM17 20H22.5V18.5H17V20ZM15.2958 13.8327C15.7909 13.6202 16.3567 13.5 17 13.5V12C16.1654 12 15.397 12.1569 14.7042 12.4543L15.2958 13.8327Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup3;\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,WACpCC,EAAA,cAAC,QACC,EAAE,q9CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGroup3","props","React","CentralIconBase","IconGroup3_default"]}