iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 888 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 Backpack4Fill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-backpack4-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 0a2 2 0 00-2 2H3.5a2 2 0 00-2 2v1a2 2 0 002 2h4v.5a.5.5 0 001 0V7h4a2 2 0 002-2V4a2 2 0 00-2-2H10a2 2 0 00-2-2m1 2a1 1 0 00-2 0zm-4 9v2h6v-2h-1v.5a.5.5 0 01-1 0V11z" }),
React.createElement("path", { d: "M14 7.599A3 3 0 0112.5 8H9.415a1.5 1.5 0 01-2.83 0H3.5A3 3 0 012 7.599V14a2 2 0 002 2h8a2 2 0 002-2zM4 10.5a.5.5 0 01.5-.5h7a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5z" }));
exports.default = Backpack4Fill;