iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 kB
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 BriefcaseDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 118.31V200a8 8 0 01-8 8H40a8 8 0 01-8-8v-81.69A191.14 191.14 0 00128 144a191.08 191.08 0 0096-25.69z", opacity: ".2" }),
React.createElement("path", { d: "M104 112a8 8 0 018-8h32a8 8 0 010 16h-32a8 8 0 01-8-8zm128-40v128a16 16 0 01-16 16H40a16 16 0 01-16-16V72a16 16 0 0116-16h40v-8a24 24 0 0124-24h48a24 24 0 0124 24v8h40a16 16 0 0116 16zM96 56h64v-8a8 8 0 00-8-8h-48a8 8 0 00-8 8zM40 72v41.62A184.07 184.07 0 00128 136a184 184 0 0088-22.39V72zm176 128v-68.37A200.25 200.25 0 01128 152a200.19 200.19 0 01-88-20.36V200h176z" }));
exports.default = BriefcaseDuotone;