UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 959 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 Briefcase2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.773 5.25A2.25 2.25 0 0110.023 3h4a2.25 2.25 0 012.25 2.25V6h3a2.25 2.25 0 012.25 2.25v9a2.25 2.25 0 01-2.25 2.25h-14.5a2.25 2.25 0 01-2.25-2.25v-9A2.25 2.25 0 014.773 6h3v-.75zm7 0a.75.75 0 00-.75-.75h-4a.75.75 0 00-.75.75V6h5.5v-.75zm-10 2.25a.75.75 0 00-.75.75v2.25h5.419c.28-.591.883-1 1.581-1h2c.699 0 1.301.409 1.582 1h5.419V8.25a.75.75 0 00-.75-.75h-14.5zM9.442 12H4.023v5.25c0 .414.336.75.75.75h14.5a.75.75 0 00.75-.75V12h-5.418c-.28.591-.883 1-1.582 1h-2a1.75 1.75 0 01-1.581-1z", fill: "#323544" })); exports.default = Briefcase2;