@icons-pack/react-simple-icons
Version:
This package provides the Simple Icons packaged as a set of React components.
52 lines (45 loc) • 2.54 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 = "#8322FF";
const SiGreptimedb = React__namespace.forwardRef(function SiGreptimedb2({ title = "GreptimeDB", 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: "M12.005 0C5.375 0 0 5.373 0 12s5.375 12 12.005 12c6.428 0 11.679-5.052 11.991-11.4l.004-.07H13.33l-.017.04c-.227.52-.74.856-1.308.856h-.001c-.491.01-.85-.166-1.092-.433a1.48 1.48 0 0 1-.363-.993c0-.363.121-.726.363-.993.241-.267.6-.443 1.092-.433h.001c.51 0 .98.272 1.235.713l.02.033h1.722l-.022-.083A3.053 3.053 0 0 0 8.954 12a3.05 3.05 0 0 0 3.051 3.05 3.04 3.04 0 0 0 2.288-1.044h7.892c-.936 4.769-5.134 8.37-10.18 8.37-5.733 0-10.38-4.645-10.38-10.376S6.272 1.624 12.005 1.624c5.484 0 9.975 4.25 10.355 9.635l.004.061h1.628l-.004-.07C23.6 4.972 18.383 0 12.005 0m.009 2.983c-4.987 0-9.031 4.038-9.031 9.017 0 4.98 4.043 9.017 9.03 9.017a9.03 9.03 0 0 0 8.405-5.711l.036-.09h-1.771l-.018.037a7.4 7.4 0 0 1-6.651 4.14c-4.09 0-7.405-3.309-7.405-7.393s3.315-7.393 7.405-7.393a7.4 7.4 0 0 1 7.367 6.654l.006.06h1.632l-.006-.072c-.382-4.628-4.266-8.266-9-8.266m.007 2.984c-3.343 0-6.055 2.702-6.055 6.033s2.712 6.033 6.055 6.033a6.06 6.06 0 0 0 5.058-2.715l.068-.103H15.05l-.019.018a4.42 4.42 0 0 1-3.009 1.176A4.417 4.417 0 0 1 7.595 12a4.42 4.42 0 0 1 4.426-4.41 4.42 4.42 0 0 1 4.365 3.675l.01.055h1.643l-.009-.074a6.05 6.05 0 0 0-6.009-5.279" })
]
}
);
});
exports.default = SiGreptimedb;
exports.defaultColor = defaultColor;