iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 844 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 BriefcaseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M100 100a12 12 0 0112-12h32a12 12 0 010 24h-32a12 12 0 01-12-12zm136-32v128a20 20 0 01-20 20H40a20 20 0 01-20-20V68a20 20 0 0120-20h36v-8a28 28 0 0128-28h48a28 28 0 0128 28v8h36a20 20 0 0120 20zM100 48h56v-8a4 4 0 00-4-4h-48a4 4 0 00-4 4zM44 72v35.23A180.06 180.06 0 00128 128a180 180 0 0084-20.78V72zm168 120v-58.06A204.27 204.27 0 01128 152a204.21 204.21 0 01-84-18.06V192z" }));
exports.default = BriefcaseBold;