@icons-pack/react-simple-icons
Version:
This package provides the Simple Icons packaged as a set of React components.
52 lines (45 loc) • 2.58 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 = "#60EA78";
const SiImagetoolbox = React__namespace.forwardRef(function SiImagetoolbox2({ title = "Image Toolbox", 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: "M13.995 7.152v1.834q0 .471.32.791t.792.32h1.834q.223 0 .43-.083.21-.085.376-.25l5.78-5.78q.25-.249.362-.57.111-.318.111-.625 0-.305-.125-.61a2 2 0 0 0-.347-.557L22.499.594a1.67 1.67 0 0 0-1.195-.5q-.305 0-.611.111a1.5 1.5 0 0 0-.556.362L14.33 6.346a1.1 1.1 0 0 0-.25.375 1.2 1.2 0 0 0-.084.43ZM16.72 8.43h-1.056V7.374l3.39-3.362 1.029 1.028zm2.995 4.627c0-1.376-.001-2.492-.03-3.424l1.873-1.871c.143 1.334.143 3.035.143 5.295 0 4.57 0 6.855-1.184 8.444a6 6 0 0 1-1.221 1.22c-1.59 1.185-3.875 1.185-8.445 1.185s-6.856 0-8.445-1.184A6 6 0 0 1 1.184 21.5C0 19.91 0 17.627 0 13.057s0-6.854 1.184-8.443a6 6 0 0 1 1.222-1.221C3.995 2.209 6.28 2.209 10.85 2.209c2.476 0 4.282 0 5.669.188l-1.842 1.841c-1.01-.042-2.247-.043-3.827-.043-2.33 0-3.916.002-5.123.136-1.168.129-1.74.36-2.136.654a4 4 0 0 0-.815.816c-.295.395-.526.967-.655 2.135-.133 1.207-.136 2.791-.136 5.121s.003 3.915.136 5.122q.044.392.102.702l.02-.014c1.797-1.31 3.657-2.667 5.25-1.749l1.36.837c1.33.824 2.86-.58 4.52-2.105 1.12-1.028 2.299-2.11 3.517-2.602 1.112-.45 1.858-.063 2.823.74v-.93ZM5.168 9.527c0 1.302 1.033 2.335 2.335 2.335S9.84 10.784 9.84 9.527c0-1.302-1.033-2.335-2.336-2.335S5.168 8.225 5.168 9.527" })
]
}
);
});
exports.default = SiImagetoolbox;
exports.defaultColor = defaultColor;