iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 886 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", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 1a1 1 0 011-1h3a1 1 0 011 1v1h4a1 1 0 011 1v3c0 .889-.387 1.687-1 2.236V11.5a1.5 1.5 0 01-1.5 1.5h-10A1.5 1.5 0 011 11.5V8.236A2.993 2.993 0 010 6V3a1 1 0 011-1h4V1zm4 0v1H6V1h3zM1 3h13v3a1.996 1.996 0 01-2 2H8v-.5a.5.5 0 00-1 0V8H3a1.996 1.996 0 01-2-2V3zm6 6H3c-.35 0-.687-.06-1-.17v2.67a.5.5 0 00.5.5h10a.5.5 0 00.5-.5V8.83c-.313.11-.65.17-1 .17H8v.5a.5.5 0 01-1 0V9z", fill: "currentColor" }));
exports.default = Backpack;