@icons-pack/react-simple-icons
Version:
This package provides the Simple Icons packaged as a set of React components.
52 lines (45 loc) • 3.49 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 = "#545C64";
const SiKenmei = React__namespace.forwardRef(function SiKenmei2({ title = "Kenmei", 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: "M4.3169 1.9395a.7508.7508 0 0 0-.4372.1446c-.0524.0372-.0968.0836-.142.1289a.751.751 0 0 0-.2203.5288l.0037 10.1784a.7466.7466 0 0 0 .5219.7134l3.7254 1.184a.752.752 0 0 0 .669-.109c.0516-.0372.0952-.084.1401-.1287a.7547.7547 0 0 0 .2196-.5295V3.8719a.746.746 0 0 0-.5219-.7127L4.5474 1.974a.751.751 0 0 0-.2305-.0344zm.2004 1.089L7.796 4.0702v4.3343L4.5187 7.347Zm5.4325.194c-.0577.0413-.107.0925-.157.1426a.8924.8924 0 0 0-.2604.6257l.0032 10.1841c0 .6565-.2028 1.2648-.5433 1.627a1.1456 1.1456 0 0 1-.1163.0984.9662.9662 0 0 1-.5783.1877 1.3904 1.3904 0 0 1-.4324-.0758L.6719 13.6843a.4568.4568 0 0 0-.1446-.023.4768.4768 0 0 0-.3348.1388l-.0543.0545a.4725.4725 0 0 0 .189.7834l7.1909 2.326c.2344.08.48.1223.7277.1252.4047 0 .799-.128 1.1264-.366.1113-.079.2086-.1748.3054-.2704.2787-.289.492-.6345.6258-1.013a3.8692 3.8692 0 0 0 .2259-1.3142V12.683l4.4543 1.4212v1.856a6.1935 6.1935 0 0 1-.0982 1.2152c-.0626.301-.1564.524-.279.6635a.6105.6105 0 0 1-.0627.0481.575.575 0 0 1-.3197.0795c-.229 0-.5288-.0789-.8905-.2353a.4718.4718 0 0 0-.5213.0995l-.0551.0545a.4673.4673 0 0 0-.0995.1464.4737.4737 0 0 0 .2453.6214c.4806.2078.9086.3129 1.2722.3129a1.464 1.464 0 0 0 .8324-.2347c.1079-.068.1993-.1568.289-.2465.2685-.269.4531-.6478.5632-1.1584a6.7225 6.7225 0 0 0 .1265-1.418L15.983 5.3744a.8886.8886 0 0 0-.6226-.8473l-4.6196-1.4343c-.2607-.083-.5563-.0401-.791.1295zm.5789.8654 4.455 1.3836v2.4762L10.5298 6.526zm6.7573 2.963a.3836.3836 0 0 0-.2822.1108l-.0546.0539c-.122.1245-.1695.3428-.1157.5512l2.5707 10.4795c.0701.2848.3067.3311.6352.395l.0238.0048 1.9312.1346a.3196.3196 0 0 0 .2253-.1063l.0544-.0551a.6258.6258 0 0 0 .1626-.5538L19.8642 7.5867c-.0363-.149-.0952-.2366-.1972-.2948-.102-.0582-.227-.0839-.4617-.1051zm-6.7573.5414 4.455 1.4205v4.0325l-4.4526-1.426zm-6.0114.818 3.278 1.0581v4.2941l-3.2748-1.0407ZM15.6896 18.8l-.0545.0544a.4656.4656 0 0 0-.1151.1878.4743.4743 0 0 0 .3048.5952l7.503 2.3999a.4574.4574 0 0 0 .1453.023.4743.4743 0 0 0 .3341-.1388l.0546-.055a.4612.4612 0 0 0 .115-.1878.4687.4687 0 0 0-.0288-.3599.4681.4681 0 0 0-.2753-.234l-7.5031-2.4005a.4738.4738 0 0 0-.48.1157z" })
]
}
);
});
exports.default = SiKenmei;
exports.defaultColor = defaultColor;