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.35 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconColumnWide/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 IconColumnWide: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"column-wide, colums\"><path d=\"M4 16V8H2V16H4ZM20 8V16H22V8H20ZM18 18H6V20H18V18ZM6 6H18V4H6V6ZM20 16C20 17.1046 19.1046 18 18 18V20C20.2091 20 22 18.2091 22 16H20ZM22 8C22 5.79086 20.2091 4 18 4V6C19.1046 6 20 6.89543 20 8H22ZM4 8C4 6.89543 4.89543 6 6 6V4C3.79086 4 2 5.79086 2 8H4ZM2 16C2 18.2091 3.79086 20 6 20V18C4.89543 18 4 17.1046 4 16H2Z\" fill=\"currentColor\"/><path d=\"M11 19V20H13V19H11ZM13 5V4H11V5H13ZM13 19V5H11V19H13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconColumnWide;\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,gBAA+e,EAA/e,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,+TAA+T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wDAAwD,KAAK,eAAc,CAAI,GAGze", "debugId": "EE52516E0D3D4CDA64756E2164756E21", "names": [] }