UNPKG

@icons-pack/react-simple-icons

Version:

This package provides the Simple Icons packaged as a set of React components.

52 lines (45 loc) 3.4 kB
'use strict'; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } }); const jsxRuntime = require('react/jsx-runtime'); const React = require('react'); function _interopNamespaceDefault(e) { const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } }); if (e) { for (const k in e) { if (k !== 'default') { const d = Object.getOwnPropertyDescriptor(e, k); Object.defineProperty(n, k, d.get ? d : { enumerable: true, get: () => e[k] }); } } } n.default = e; return Object.freeze(n); } const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React); const defaultColor = "#3DC08D"; const SiKdeneon = React__namespace.forwardRef(function SiKdeneon2({ title = "KDE neon", color = "currentColor", size = 24, ...others }, ref) { if (color === "default") { color = defaultColor; } return /* @__PURE__ */ jsxRuntime.jsxs( "svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, fill: color, viewBox: "0 0 24 24", ref, ...others, children: [ /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }), /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15.832 12.017a3.85 3.96 0 0 1-3.85 3.96 3.85 3.96 0 0 1-3.848-3.96 3.85 3.96 0 0 1 3.849-3.96 3.85 3.96 0 0 1 3.849 3.96zM11.999 3.47a.723.723 0 0 0-.675.467A8.096 8.096 0 0 0 3.904 12a8.096 8.096 0 0 0 7.42 8.063.723.723 0 0 0 .676.467.723.723 0 0 0 .676-.468A8.096 8.096 0 0 0 20.096 12a8.096 8.096 0 0 0-7.421-8.064.723.723 0 0 0-.675-.467zm.648 1.044A7.518 7.518 0 0 1 19.517 12a7.518 7.518 0 0 1-6.871 7.485.723.723 0 0 0-.647-.401.723.723 0 0 0-.647.401A7.518 7.518 0 0 1 4.482 12a7.518 7.518 0 0 1 6.871-7.486.723.723 0 0 0 .646.401.723.723 0 0 0 .648-.401zM12 0a.723.723 0 0 0-.676.467A11.566 11.566 0 0 0 4.33 3.384a.723.723 0 0 0-.283-.06.723.723 0 0 0-.723.724.723.723 0 0 0 .056.28 11.566 11.566 0 0 0-2.913 6.996A.723.723 0 0 0 0 12a.723.723 0 0 0 .468.676 11.566 11.566 0 0 0 2.907 7.012.723.723 0 0 0-.05.263.723.723 0 0 0 .723.723.723.723 0 0 0 .265-.05 11.566 11.566 0 0 0 7.015 2.918.723.723 0 0 0 .672.457.723.723 0 0 0 .676-.467 11.566 11.566 0 0 0 7.012-2.907.723.723 0 0 0 .263.05.723.723 0 0 0 .723-.724.723.723 0 0 0-.05-.265 11.566 11.566 0 0 0 2.918-7.015A.723.723 0 0 0 24 12a.723.723 0 0 0-.468-.676 11.566 11.566 0 0 0-2.907-7.012.723.723 0 0 0 .05-.263.723.723 0 0 0-.724-.723.723.723 0 0 0-.265.05A11.566 11.566 0 0 0 12.671.458.723.723 0 0 0 12-.001zm-.652 1.035a.723.723 0 0 0 .652.41.723.723 0 0 0 .647-.401 10.988 10.988 0 0 1 6.632 2.739.723.723 0 0 0-.05.265.723.723 0 0 0 .722.723.723.723 0 0 0 .262-.05 10.988 10.988 0 0 1 2.751 6.628.723.723 0 0 0-.41.65.723.723 0 0 0 .401.648 10.988 10.988 0 0 1-2.738 6.632.723.723 0 0 0-.266-.05.723.723 0 0 0-.723.722.723.723 0 0 0 .05.262 10.988 10.988 0 0 1-6.627 2.752.723.723 0 0 0-.651-.411.723.723 0 0 0-.648.401 10.988 10.988 0 0 1-6.632-2.738.723.723 0 0 0 .05-.265.723.723 0 0 0-.722-.723.723.723 0 0 0-.262.05 10.988 10.988 0 0 1-2.742-6.633.723.723 0 0 0 .401-.646.723.723 0 0 0-.4-.647 10.988 10.988 0 0 1 2.752-6.628.723.723 0 0 0 .25.046.723.723 0 0 0 .724-.723.723.723 0 0 0-.049-.257 10.988 10.988 0 0 1 6.626-2.756z" }) ] } ); }); exports.default = SiKdeneon; exports.defaultColor = defaultColor;