UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 kB
"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 BriefcasePlus1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.023 8.56a.75.75 0 00-.75.75V12h-2.69a.75.75 0 000 1.5h2.69v2.69a.75.75 0 001.5 0V13.5h2.691a.75.75 0 000-1.5h-2.69V9.31a.75.75 0 00-.75-.75z", fill: "#323544" }), 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.75v9c0 .414.336.75.75.75h14.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-14.5z", fill: "#323544" })); exports.default = BriefcasePlus1;