iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 901 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 BriefcaseLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M106 112a6 6 0 016-6h32a6 6 0 010 12h-32a6 6 0 01-6-6zm124-40v128a14 14 0 01-14 14H40a14 14 0 01-14-14V72a14 14 0 0114-14h42V48a22 22 0 0122-22h48a22 22 0 0122 22v10h42a14 14 0 0114 14zM94 58h68V48a10 10 0 00-10-10h-48a10 10 0 00-10 10zM38 72v42.79A186 186 0 00128 138a185.91 185.91 0 0090-23.22V72a2 2 0 00-2-2H40a2 2 0 00-2 2zm180 128v-71.63A198.12 198.12 0 01128 150a198.05 198.05 0 01-90-21.62V200a2 2 0 002 2h176a2 2 0 002-2z" }));
exports.default = BriefcaseLight;