UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 963 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 BasketThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M132 120v56a4 4 0 01-8 0v-56a4 4 0 018 0zm49.2-4a4 4 0 00-4.38 3.58l-5.6 56a4 4 0 003.58 4.42h.41a4 4 0 004-3.6l5.6-56a4 4 0 00-3.61-4.4zm-106.4 0a4 4 0 00-3.58 4.38l5.6 56a4 4 0 004 3.6h.41a4 4 0 003.58-4.38l-5.6-56a4 4 0 00-4.41-3.6zM236 88.53l-15.11 113.06A12 12 0 01209 212H47a12 12 0 01-11.89-10.41L20 88.53a4 4 0 011-3.16A4 4 0 0124 84h46.18L125 21.37a4 4 0 016 0L185.82 84H232a4 4 0 013 1.37 4 4 0 011 3.16zM80.82 84h94.36L128 30.07zm146.61 8H28.57L43 200.53a4 4 0 004 3.47h162a4 4 0 004-3.47z" })); exports.default = BasketThin;