UNPKG

@central-icons-react/square-outlined-radius-0-stroke-2

Version:

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

1 lines 3.88 kB
{"version":3,"sources":["../src/IconBrokenChainLink1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBrokenChainLink1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"broken-chain-link-1,unlink\">\n <path\n d=\"M8 3V4H10V3H8ZM10 2V1H8V2H10ZM16 21V20H14V21H16ZM14 22V23H16V22H14ZM3 10H4V8H3V10ZM2 8H1V10H2V8ZM21 14H20V16H21V14ZM22 16H23V14H22V16ZM3.79289 5.20711L4.5 5.91421L5.91421 4.5L5.20711 3.79289L3.79289 5.20711ZM4.20711 2.79289L3.5 2.08579L2.08579 3.5L2.79289 4.20711L4.20711 2.79289ZM20.2071 18.7929L19.5 18.0858L18.0858 19.5L18.7929 20.2071L20.2071 18.7929ZM19.7929 21.2071L20.5 21.9142L21.9142 20.5L21.2071 19.7929L19.7929 21.2071ZM2.5 14.5L1.79289 13.7929L1.08579 14.5L1.79289 15.2071L2.5 14.5ZM9.5 21.5L8.79289 22.2071L9.5 22.9142L10.2071 22.2071L9.5 21.5ZM21.5 9.5L22.2071 10.2071L22.9142 9.5L22.2071 8.79289L21.5 9.5ZM14.5 2.5L15.2071 1.79289L14.5 1.08579L13.7929 1.79289L14.5 2.5ZM10.2929 5.29289L9.58579 6L11 7.41421L11.7071 6.70711L10.2929 5.29289ZM6.70711 11.7071L7.41421 11L6 9.58579L5.29289 10.2929L6.70711 11.7071ZM17.2929 12.2929L16.5858 13L18 14.4142L18.7071 13.7071L17.2929 12.2929ZM13.7071 18.7071L14.4142 18L13 16.5858L12.2929 17.2929L13.7071 18.7071ZM10 3V2H8V3H10ZM14 21V22H16V21H14ZM3 8H2V10H3V8ZM21 16H22V14H21V16ZM5.20711 3.79289L4.20711 2.79289L2.79289 4.20711L3.79289 5.20711L5.20711 3.79289ZM18.7929 20.2071L19.7929 21.2071L21.2071 19.7929L20.2071 18.7929L18.7929 20.2071ZM1.79289 15.2071L8.79289 22.2071L10.2071 20.7929L3.20711 13.7929L1.79289 15.2071ZM22.2071 8.79289L15.2071 1.79289L13.7929 3.20711L20.7929 10.2071L22.2071 8.79289ZM13.7929 1.79289L10.2929 5.29289L11.7071 6.70711L15.2071 3.20711L13.7929 1.79289ZM5.29289 10.2929L1.79289 13.7929L3.20711 15.2071L6.70711 11.7071L5.29289 10.2929ZM18.7071 13.7071L22.2071 10.2071L20.7929 8.79289L17.2929 12.2929L18.7071 13.7071ZM10.2071 22.2071L13.7071 18.7071L12.2929 17.2929L8.79289 20.7929L10.2071 22.2071Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBrokenChainLink1;\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,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,EAAE,opDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconBrokenChainLink1","props","React","CentralIconBase","IconBrokenChainLink1_default"]}