UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 810 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 Briefcase1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.023 3a2.25 2.25 0 00-2.25 2.25V6h-3a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h14.5a2.25 2.25 0 002.25-2.25v-9A2.25 2.25 0 0019.274 6h-3v-.75A2.25 2.25 0 0014.023 3h-4zm4.75 3h-5.5v-.75a.75.75 0 01.75-.75h4a.75.75 0 01.75.75V6zm-10 1.5h14.5a.75.75 0 01.75.75v9a.75.75 0 01-.75.75h-14.5a.75.75 0 01-.75-.75v-9a.75.75 0 01.75-.75z", fill: "#323544" })); exports.default = Briefcase1;