iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Svg1f4b1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#4d5357" },
React.createElement("path", { d: "M25.4 15.1H8.6c-1.6 0-2.8-1.3-2.8-2.8S7 9.5 8.6 9.5h16.9c1.6 0 2.8 1.3 2.8 2.8H32c0-3.6-2.9-6.6-6.6-6.6h-6.6V2H15v3.8H8.6C4.9 5.8 2 8.7 2 12.3s2.9 6.6 6.6 6.6h16.9c1.6 0 2.8 1.3 2.8 2.8 0 1.6-1.3 2.8-2.8 2.8H8.6c-1.6 0-2.8-1.3-2.8-2.8H2c0 3.6 2.9 6.6 6.6 6.6h6.6V32H19v-3.8h6.6c3.6 0 6.6-2.9 6.6-6.6-.2-3.5-3.1-6.5-6.8-6.5M42.1 22.7l-4.9 4.9 15.2.6-.6-15.2-4.9 4.9-13-8.2zM19.8 36.7l.7 15.2 4.6-4.6 13.3 7.9-8-13.2 4.7-4.6zM53.5 43.2l8.5-8.6-2.6-2.6-7.7 7.9-7.8-7.9-2.5 2.6 8.4 8.6H46V47h3.8v3.8H46v3.7h3.8V62h3.8v-7.5h3.8v-3.7h-3.8V47h3.8v-3.8h-3.8z" })));
exports.default = Svg1f4b1;