@icons-pack/react-simple-icons
Version:
This package provides the Simple Icons packaged as a set of React components.
52 lines (45 loc) • 3.79 kB
JavaScript
;
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 = "#7738C8";
const SiInfinityfree = React__namespace.forwardRef(function SiInfinityfree2({ title = "InfinityFree", 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: "M16.4323 6.3262a5.2924 5.2924 0 0 0-.7638.0611l1.5511.6818zm.5736.2641.8686.7408.9765-.4535c-.597-.2081-1.2097-.3026-1.8451-.2873Zm-12.8836.1375c-.973.2083-1.868.691-2.59 1.4111C.8304 8.841.3538 9.707.1358 10.65l.0961-.0098A5.2331 5.2331 0 0 0 0 12.1842c0 .2688.0204.534.06.7947l.1845-.1218c.174 1.0753.677 2.0659 1.4625 2.8497.5708.5713 1.2509.993 1.9928 1.2478l.1536-2.6135a2.6386 2.6386 0 0 1-.4318-.3498c-.5306-.529-.8229-1.2337-.8229-1.984 0-.3508.0655-.6925.1894-1.0118l-.133.0755a2.8303 2.8303 0 0 1 .5255-.8029l-.2406-.053a2.8635 2.8635 0 0 1 .3053-.3643c.244-.244.5383-.4367.8614-.572l.049.4955a2.8008 2.8008 0 0 1 .3786-.179 2.88 2.88 0 0 1 1.2338-.1855l.0009-.0006c.4876.0325.9545.1862 1.3494.4398.1567.1006.302.2169.4328.348l5.9407 5.706c.7683.7702 1.7452 1.2648 2.8114 1.4383l.0957.2778c.2508.0363.5062.0547.7649.0547.763 0 1.5001-.1635 2.173-.4717l-2.352-1.9831c-.4203-.0257-.8256-.1412-1.183-.3334l-.1142-.3266a2.5998 2.5998 0 0 1-.4996-.3886c-1.9797-1.9018-3.9604-3.8026-5.94-5.7045a5.1265 5.1265 0 0 0-1.7668-1.1515c-.0042-.0017-.0087-.0032-.0128-.005A5.2593 5.2593 0 0 0 5.574 6.959c-.495 0-.9793.07-1.4428.203zm12.4437.2664c-1.1716.1327-2.2569.6533-3.1032 1.5011-.497.4768-.9935.9541-1.4902 1.4313l1.745 1.685 1.4418-1.3868c.538-.5357 1.2382-.8339 1.974-.8419.0223-.0013.0444.0002.0666.0002.7354.0095 1.4236.2994 1.9416.8202.5311.5303.8237 1.2344.8237 1.9826a2.7884 2.7884 0 0 1-.2303 1.1135l.2154-.0136a2.7871 2.7871 0 0 1-.6317.9667c-.5076.5073-1.2296.7981-1.981.7981-.067 0-.1336-.003-.2-.0076l2.3687 1.987a5.2153 5.2153 0 0 0 1.5261-1.0618c.8132-.8128 1.3246-1.8457 1.4804-2.9637l-.1905.011c.0895-.5608.0716-.9823.0477-1.27l-4.4595-4.041.0178-.0143-.0321.0064zm2.4011.196-.7966.513 4.4659 4.1044c-.0895-1.2528-.6196-2.4193-1.518-3.3172-.6117-.612-1.348-1.053-2.1513-1.3002Zm-15.1346 3.12c.0303.2306.0754.4573.1352.6799l.5484-.1038zm19.1478 1.9606.1158.9891a8.4392 8.4392 0 0 0 .399-.7838zm-13.9673.4945-1.4333 1.3783a2.8112 2.8112 0 0 1-1.4736.7766 2.91 2.91 0 0 1-.5372.0504c-.5624 0-1.1102-.1676-1.564-.4699l-.1639 2.6176a5.2243 5.2243 0 0 0 2.4253.2472l.514-.6115 2.5787-.9576 1.401-1.3442ZM24 13.126l-1.0916.857.8438-.2816c.0973-.1872.18-.3794.2478-.5754zm-7.4458 1.0525.0042.5581.689-.5694a5.3413 5.3413 0 0 0-.693.0113zm-6.487 1.6948-2.6192.9825.5685.399c.6917-.2594 1.327-.6654 1.8661-1.2044ZM6.8415 16.943l-.575.6844a5.189 5.189 0 0 0 .6794-.1362z" })
]
}
);
});
exports.default = SiInfinityfree;
exports.defaultColor = defaultColor;