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.83 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconAirpods/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 IconAirpods: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"airpods, headphones, vibe\"><path d=\"M7 12.7439V18.5C7 19.3284 7.67157 20 8.5 20C9.32843 20 10 19.3284 10 18.5L10 8.5C10 6.01472 7.98528 4 5.5 4C5.14221 4 4.79416 4.04176 4.46048 4.12066C3.48628 4.35104 3 5.35864 3 6.35971V10.6403C3 11.6414 3.48628 12.649 4.46048 12.8793C4.79416 12.9582 5.1422 13 5.5 13C6.02595 13 6.53083 12.9098 7 12.7439ZM7 12.7439V12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M17 12.7439V18.5C17 19.3284 16.3284 20 15.5 20C14.6716 20 14 19.3284 14 18.5L14 8.5C14 6.01472 16.0147 4 18.5 4C18.8578 4 19.2058 4.04176 19.5395 4.12066C20.5137 4.35104 21 5.35864 21 6.35971V10.6403C21 11.6414 20.5137 12.649 19.5395 12.8793C19.2058 12.9582 18.8578 13 18.5 13C17.974 13 17.4692 12.9098 17 12.7439ZM17 12.7439V12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconAirpods;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAw4B,EAAx4B,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,iUAAiU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,2UAA2U,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGl4B", "debugId": "29E6B6A78C554D2F64756E2164756E21", "names": [] }