iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 877 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 BriefcaseThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M108 112a4 4 0 014-4h32a4 4 0 010 8h-32a4 4 0 01-4-4zm120-40v128a12 12 0 01-12 12H40a12 12 0 01-12-12V72a12 12 0 0112-12h44V48a20 20 0 0120-20h48a20 20 0 0120 20v12h44a12 12 0 0112 12zM92 60h72V48a12 12 0 00-12-12h-48a12 12 0 00-12 12zM36 72v44a188 188 0 0092 24 188 188 0 0092-24V72a4 4 0 00-4-4H40a4 4 0 00-4 4zm184 128v-74.9a196.06 196.06 0 01-92 22.9 196 196 0 01-92-22.9V200a4 4 0 004 4h176a4 4 0 004-4z" }));
exports.default = BriefcaseThin;