iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 798 B
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 Svg1f4b2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M48.9 28.2H15.1c-3.1 0-5.6-2.5-5.6-5.6 0-3.1 2.5-5.6 5.6-5.6h33.8c3.1 0 5.6 2.5 5.6 5.6H62c0-7.2-5.9-13.1-13.1-13.1H35.8V2h-7.5v7.5H15.1C7.9 9.5 2 15.4 2 22.6s5.9 13.1 13.1 13.1h33.8c3.1 0 5.6 2.5 5.6 5.6 0 3.1-2.5 5.6-5.6 5.6H15.1c-3.1 0-5.6-2.5-5.6-5.6H2c0 7.2 5.9 13.1 13.1 13.1h13.1V62h7.5v-7.5h13.1c7.2 0 13.1-5.9 13.1-13.1s-5.8-13.2-13-13.2", fill: "#4d5357" }));
exports.default = Svg1f4b2;