UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 828 B
"use strict"; 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 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 56h-40v-8a24 24 0 00-24-24h-48a24 24 0 00-24 24v8H40a16 16 0 00-16 16v128a16 16 0 0016 16h176a16 16 0 0016-16V72a16 16 0 00-16-16zM96 48a8 8 0 018-8h48a8 8 0 018 8v8H96zm120 24v41.61A184 184 0 01128 136a184.07 184.07 0 01-88-22.38V72zm0 128H40v-68.36A200.19 200.19 0 00128 152a200.25 200.25 0 0088-20.37V200zm-112-88a8 8 0 018-8h32a8 8 0 010 16h-32a8 8 0 01-8-8z" })); exports.default = Briefcase;