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.32 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 = "#FF8114"; const SiLinkvertise = React__namespace.forwardRef(function SiLinkvertise2({ title = "Linkvertise", 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: "M7.876 23.998c-.008.006.009-.003.028-.011a606 606 0 0 1 3.027-1.48.6.6 0 0 1 .25-.056q3.705-.004 7.412-.003c.178 0 .36-.01.535-.039a4.1 4.1 0 0 0 3.475-4.064l.002-7.571c0-.1.026-.207.07-.3.25-.53.512-1.06.771-1.588.156-.322.312-.643.476-.985zM.078 16.021l.016.011A45293 45293 0 0 1 16.001.025L15.98 0l-.123.056c-.807.394-1.612.794-2.422 1.183a.8.8 0 0 1-.331.078c-2.453.006-4.906.003-7.362.006q-.368-.001-.732.056a4.096 4.096 0 0 0-3.44 4.055q0 3.68-.003 7.357c0 .092-.022.19-.064.274q-.636 1.317-1.28 2.634zm11.12-6.344c.276 0 .524-.03.763.006 1.056.162 1.802.747 2.175 1.748.379 1.015.195 1.966-.524 2.778-.45.506-.952.967-1.43 1.448q-1.192 1.197-2.384 2.389l-4.096 4.109c-.022.022-.042.047-.072.08.036.004.056.006.075.01.79 0 1.582.002 2.37-.004.052 0 .12-.036.158-.075q1.705-1.699 3.405-3.401 1.543-1.55 3.091-3.1c.922-.92 1.387-2.03 1.384-3.339-.003-1.936-1.309-3.709-3.152-4.274-.086-.025-.142-.017-.209.05-.487.496-.98.988-1.47 1.483-.025.025-.045.05-.084.092m1.74 4.459q-.003-.016-.008-.031c-.247 0-.5.025-.743-.006-1.309-.165-2.333-1.334-2.342-2.662-.002-.772.26-1.438.802-1.986.888-.898 1.782-1.79 2.673-2.685l4.761-4.789c.031-.03.056-.061.103-.117h-.172c-.727 0-1.456.003-2.183-.003a.36.36 0 0 0-.273.115q-3.083 3.105-6.17 6.209c-.83.836-1.261 1.852-1.323 3.024a4.35 4.35 0 0 0 .452 2.17c.57 1.158 1.478 1.935 2.7 2.335.048.017.131.009.165-.022.526-.512 1.041-1.032 1.559-1.552zm-11.34 4.416c.044-.039.075-.064.103-.092 1.949-1.958 3.895-3.919 5.847-5.877.07-.07.092-.134.07-.23a4.9 4.9 0 0 1 0-1.94c.038-.196.091-.392.141-.601-.025.022-.036.03-.05.041a6082 6082 0 0 0-6.047 6.081.27.27 0 0 0-.07.174c-.005.777-.003 1.555-.003 2.33 0 .03.003.064.009.114m14.849-4.632.07-.067c1.792-1.801 3.588-3.602 5.379-5.406a.28.28 0 0 0 .072-.185c.006-.76.003-1.522.003-2.28 0-.033-.006-.07-.009-.125l-.114.109-3.088 3.102q-1.067 1.073-2.135 2.142c-.059.056-.078.106-.064.196q.064.364.086.733a5.6 5.6 0 0 1-.2 1.781" }) ] } ); }); exports.default = SiLinkvertise; exports.defaultColor = defaultColor;