@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 • 3.33 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconBeer/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 IconBeer: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"beer, cheers\"><path d=\"M5 7.5V17C5 18.6569 6.34315 20 8 20H14C15.6569 20 17 18.6569 17 17V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M17 9H18C19.6569 9 21 10.3431 21 12C21 13.6569 19.6569 15 18 15H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M7.9984 9.50004V8.50004C7.9984 7.94775 7.55069 7.50004 6.9984 7.50004H5.98538C5.36877 7.50004 4.79296 7.19188 4.45093 6.67883L4.41199 6.62041C4.14858 6.2253 4.06407 5.7374 4.17924 5.27671C4.36681 4.5264 5.04097 4.00004 5.81437 4.00004H6.78983C6.92871 4.00004 7.0674 3.99018 7.20488 3.97054L9.93272 3.58085C10.3079 3.52725 10.6889 3.52725 11.0641 3.58085L13.717 3.95984C13.9044 3.9866 14.0934 4.00004 14.2827 4.00004H16.0114C16.628 4.00004 17.2038 4.3082 17.5459 4.82125L17.6477 4.97396C17.8711 5.30902 17.9427 5.72276 17.8451 6.11343C17.6536 6.87923 16.8776 7.34484 16.1118 7.15339L15.9495 7.1128C15.6549 7.03916 15.3454 7.05104 15.0573 7.14707L14.5 7.33285C14.1706 7.44264 13.8194 7.4702 13.4769 7.41312L13.1345 7.35605C12.0163 7.16969 10.9984 8.03197 10.9984 9.16556V9.50004C10.9984 10.3285 10.3268 11 9.4984 11C8.66998 11 7.9984 10.3285 7.9984 9.50004Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconBeer;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAmzC,EAAnzC,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,yEAAyE,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,qEAAqE,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,01BAA01B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG7yC",
"debugId": "83E5124BE3DB187964756E2164756E21",
"names": []
}