UNPKG

@icons-pack/react-simple-icons

Version:

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

52 lines (45 loc) 2.53 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 = "#0062BE"; const SiFreshrss = React__namespace.forwardRef(function SiFreshrss2({ title = "FreshRSS", 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: "M11.738.003C5.217.151.006 5.476 0 11.999h2.25a9.74 9.74 0 0 1 6.02-9.008 9.74 9.74 0 0 1 10.628 2.113 9.74 9.74 0 0 1 2.113 10.626 9.74 9.74 0 0 1-9.01 6.02V24c4.85 0 9.23-2.927 11.088-7.408A12 12 0 0 0 11.738.003m.264.5v1.252c-1.32 0-2.653.25-3.922.775-3.674 1.521-6.06 5.03-6.256 8.97H.574c.2-4.443 2.89-8.413 7.028-10.126A11.4 11.4 0 0 1 12 .503m-.031 3.434a8 8 0 0 0-3.055.613A8.07 8.07 0 0 0 3.938 12h2.25a5.8 5.8 0 0 1 3.589-5.37 5.81 5.81 0 0 1 6.334 1.26 5.8 5.8 0 0 1 1.26 6.335 5.8 5.8 0 0 1-5.37 3.588v2.25a8.07 8.07 0 0 0 7.451-4.977 8.07 8.07 0 0 0-1.75-8.788c-2.125-2.125-4.667-2.365-5.732-2.362m.03.501V5.69a6.3 6.3 0 0 0-2.415.477c-2.2.911-3.633 2.987-3.823 5.332h-1.25C4.703 8.65 6.44 6.115 9.105 5.012A7.5 7.5 0 0 1 12 4.438M18.312 12h1.248a7.6 7.6 0 0 1-.57 2.896c-1.104 2.664-3.639 4.4-6.488 4.593v-1.25c2.345-.19 4.42-1.621 5.333-3.822A6.3 6.3 0 0 0 18.312 12m3.936 0h1.248c0 1.483-.278 2.978-.867 4.4-1.714 4.137-5.685 6.828-10.127 7.027v-1.25c3.94-.197 7.45-2.582 8.97-6.254A10.3 10.3 0 0 0 22.249 12m-7.155 0A3.094 3.094 0 0 1 12 15.094 3.094 3.094 0 0 1 8.906 12 3.094 3.094 0 0 1 12 8.906 3.094 3.094 0 0 1 15.094 12" }) ] } ); }); exports.default = SiFreshrss; exports.defaultColor = defaultColor;