iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 701 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 BriefcaseMetal = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 56h-40v-8a24 24 0 00-24-24h-48a24 24 0 00-24 24v8H40a16 16 0 00-16 16v128a16 16 0 0016 16h176a16 16 0 0016-16V72a16 16 0 00-16-16zM40 112h176v48H40zm56-64a8 8 0 018-8h48a8 8 0 018 8v8H96zm120 24v24H40V72zm0 128H40v-24h176v24z" }));
exports.default = BriefcaseMetal;