UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 884 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 BackpackBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M172 48.55V36a28 28 0 00-28-28h-32a28 28 0 00-28 28v12.55A60.08 60.08 0 0032 108v112a20 20 0 0020 20h152a20 20 0 0020-20V108a60.08 60.08 0 00-52-59.45zM112 32h32a4 4 0 014 4v12h-40V36a4 4 0 014-4zm48 128H96v-8a4 4 0 014-4h56a4 4 0 014 4zm-64 24h64v32H96zm104 32h-16v-64a28 28 0 00-28-28h-56a28 28 0 00-28 28v64H56V108a36 36 0 0136-36h72a36 36 0 0136 36zm-40-116a12 12 0 01-12 12h-40a12 12 0 010-24h40a12 12 0 0112 12z" })); exports.default = BackpackBold;