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 2.65 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconChainLink2/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 IconChainLink2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"chain-link-2,url\"><path d=\"M7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13V11ZM17 13C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11V13ZM16 16C15.4477 16 15 16.4477 15 17C15 17.5523 15.4477 18 16 18V16ZM16 6C15.4477 6 15 6.44772 15 7C15 7.55228 15.4477 8 16 8V6ZM8 18C8.55228 18 9 17.5523 9 17C9 16.4477 8.55228 16 8 16V18ZM8 8C8.55228 8 9 7.55228 9 7C9 6.44772 8.55228 6 8 6V8ZM7 13H17V11H7V13ZM21 10V14H23V10H21ZM19 16H16V18H19V16ZM16 8H19V6H16V8ZM1 10V14H3V10H1ZM5 18H8V16H5V18ZM8 6H5V8H8V6ZM3 10C3 8.89543 3.89543 8 5 8V6C2.79086 6 1 7.79086 1 10H3ZM21 14C21 15.1046 20.1046 16 19 16V18C21.2091 18 23 16.2091 23 14H21ZM1 14C1 16.2091 2.79086 18 5 18V16C3.89543 16 3 15.1046 3 14H1ZM23 10C23 7.79086 21.2091 6 19 6V8C20.1046 8 21 8.89543 21 10H23Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconChainLink2;\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,gBAAg0B,EAAh0B,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,wuBAAwuB,KAAK,eAAc,CAAI,GAG1zB", "debugId": "0D13F45C8472FBFD64756E2164756E21", "names": [] }