iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 791 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 BriefcaseMetalFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M28 112h200a4 4 0 014 4v40a4 4 0 01-4 4H28a4 4 0 01-4-4v-40a4 4 0 014-4zm-4 88a16 16 0 0016 16h176a16 16 0 0016-16v-20a4 4 0 00-4-4H28a4 4 0 00-4 4zM232 72v20a4 4 0 01-4 4H28a4 4 0 01-4-4V72a16 16 0 0116-16h40v-8a24 24 0 0124-24h48a24 24 0 0124 24v8h40a16 16 0 0116 16zm-72-24a8 8 0 00-8-8h-48a8 8 0 00-8 8v8h64z" }));
exports.default = BriefcaseMetalFill;