@icons-pack/react-simple-icons
Version:
This package provides the Simple Icons packaged as a set of React components.
52 lines (45 loc) • 2.86 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 = "#ED1C24";
const SiHavells = React__namespace.forwardRef(function SiHavells2({ title = "Havells", 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.0031.3898c-.471.092-.8031.5296-.9065 1.104-.11.9203-.062 2.1818-.1504 2.7442-.3331 1.8956-2.2406 3.1016-3.9065 3.1705-2.3947.097-3.3764.1769-5.0306.3119-.4969.021-1.126.1578-1.6089.092-.6318-.092-1.1364-.4841-1.3777-1.0815-.2426-.62-.1888-1.1854.011-1.8714.1493-.517.3433-1.1497.6305-1.7816-.9536.9765-1.7564 2.114-2.3538 3.3433C.243 8.5852-.0002 10.6315-.0002 12.051c0 3.2512 1.2067 6.3183 3.3321 8.6275-.2872-.6778-.4705-1.3892-.5969-1.9521-.1228-.5263-.2841-1.2327-.013-1.9544.2297-.632.69-1.0688 1.3104-1.2296.5538-.14 1.1388-.01 1.7008.036 2.0828.1666 3.2252.2417 5.2842.3209 1.8122.068 3.7568 1.4772 4.0322 3.48.043.6982.1515 2.6465.1952 3.1707.1034.5284.4138.931.8504 1.0344.2098.048.371.058.8055-.1593 4.4335-2.0672 7.0995-6.6372 7.0995-11.41v-.092c-.02-4.685-2.6777-9.3475-7.2274-11.3604-.1493-.057-.6432-.1958-.7696-.1728zM5.7443 1.5723c-.4574 0-.8514.4663-.92.552-.5055.5974-.9402 1.5504-1.3193 2.8945-.1704.5964-.2139 1.0818-.036 1.5393.1723.425.53.7007.9895.7696.2696.038.5036-.01.6888-.022.6627-.074 1.7557-.1683 3.1122-.2513-.069-.471-.1369-.9075-.2288-1.3441-.2643-1.2752-.6096-2.3323-1.0232-3.0561-.3906-.7008-.8382-1.0815-1.2633-1.0815zM4.1579 16.0248c-.448.1264-.7813.449-.9536.92-.2057.5436-.086 1.1176.036 1.6649.3446 1.4246.7578 2.4352 1.2633 3.0785.1045.1437.4545.5745.8953.5745.2257 0 .7629-.127 1.3575-1.1713.4365-.7583.8254-1.8606 1.1241-3.1818.1149-.5284.22-1.0678.3119-1.6537-1.1245-.065-2.2461-.1672-3.368-.2647-.015 0-.3887-.042-.6664.034z" })
]
}
);
});
exports.default = SiHavells;
exports.defaultColor = defaultColor;