iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 kB
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 Backpack2Fill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-backpack2-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M5 13h6v-3h-1v.5a.5.5 0 01-1 0V10H5z" }),
React.createElement("path", { d: "M6 2v.341C3.67 3.165 2 5.388 2 8v1.191l-1.17.585A1.5 1.5 0 000 11.118V13.5A1.5 1.5 0 001.5 15h1c.456.607 1.182 1 2 1h7c.818 0 1.544-.393 2-1h1a1.5 1.5 0 001.5-1.5v-2.382a1.5 1.5 0 00-.83-1.342L14 9.191V8a6 6 0 00-4-5.659V2a2 2 0 10-4 0m2-1a1 1 0 011 1v.083a6 6 0 00-2 0V2a1 1 0 011-1m0 3a4 4 0 013.96 3.43.5.5 0 11-.99.14 3 3 0 00-5.94 0 .5.5 0 11-.99-.14A4 4 0 018 4M4.5 9h7a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5" }));
exports.default = Backpack2Fill;