@icongo/fc
Version:
Flat Color Icons
24 lines • 891 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCDoNotInsert = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#7CB342",
children: [/*#__PURE__*/_jsx("path", {
d: "m31 29-7 7-7-7z"
}), /*#__PURE__*/_jsx("path", {
d: "M22 7h4v25h-4z"
}), /*#__PURE__*/_jsx("path", {
d: "M42 18c-3.3 0-6 2.7-6 6v12c0 1.1-.9 2-2 2H14c-1.1 0-2-.9-2-2V24c0-3.3-2.7-6-6-6H4v4h2c1.1 0 2 .9 2 2v12c0 3.3 2.7 6 6 6h20c3.3 0 6-2.7 6-6V24c0-1.1.9-2 2-2h2v-4h-2z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#37474F",
d: "M3.563 6.396 6.39 3.568l37.966 37.966-2.828 2.828z"
})]
}));
export { FCDoNotInsert };