iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 929 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-briefcase", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M22 13.478V18a3 3 0 01-3 3H5a3 3 0 01-3-3v-4.522l.553.277a20.999 20.999 0 0018.897-.002l.55-.275zM14 2a3 3 0 013 3v1h2a3 3 0 013 3v2.242l-1.447.724a19.002 19.002 0 01-16.726.186l-.647-.32-1.18-.59V9a3 3 0 013-3h2V5a3 3 0 013-3h4zm-2 8a1 1 0 00-1 1 1 1 0 102 .01c0-.562-.448-1.01-1-1.01zm2-6h-4a1 1 0 00-1 1v1h6V5a1 1 0 00-1-1z" }));
exports.default = Briefcase;