iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 958 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 Briefcase = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.543 18.155H3.22A2.22 2.22 0 0 1 1 15.935V5.94c0-1.226.994-2.22 2.22-2.22h3.331V2.055c0-.307.249-.555.555-.555h5.551c.307 0 .556.248.556.555v1.666h3.33a2.22 2.22 0 0 1 2.22 2.22V15.934a2.22 2.22 0 0 1-2.22 2.221zM12.103 2.61H7.662v1.11h4.44V2.61zm5.55 3.331a1.11 1.11 0 0 0-1.11-1.11H3.22a1.11 1.11 0 0 0-1.11 1.11v3.331h15.543v-3.33zm-9.992 4.442v2.22h4.441v-2.22h-4.44zm9.993 0h-4.441v3.331H6.55v-3.33h-4.44v5.55c0 .614.497 1.111 1.11 1.111h13.322a1.11 1.11 0 0 0 1.11-1.11v-5.552z", fill: "#000", fillRule: "evenodd" }));
exports.default = Briefcase;