iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 946 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 Backpack = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-backpack", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M4.04 7.43a4 4 0 017.92 0 .5.5 0 11-.99.14 3 3 0 00-5.94 0 .5.5 0 11-.99-.14M4 9.5a.5.5 0 01.5-.5h7a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5zm1 .5v3h6v-3h-1v.5a.5.5 0 01-1 0V10z" }),
React.createElement("path", { d: "M6 2.341V2a2 2 0 114 0v.341c2.33.824 4 3.047 4 5.659v5.5a2.5 2.5 0 01-2.5 2.5h-7A2.5 2.5 0 012 13.5V8a6 6 0 014-5.659M7 2v.083a6 6 0 012 0V2a1 1 0 00-2 0m1 1a5 5 0 00-5 5v5.5A1.5 1.5 0 004.5 15h7a1.5 1.5 0 001.5-1.5V8a5 5 0 00-5-5" }));
exports.default = Backpack;