UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 941 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 BasketBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M140 128v40a12 12 0 01-24 0v-40a12 12 0 0124 0zm28.06-1.19l-4 40a12 12 0 0010.75 13.13c.4 0 .81.06 1.2.06a12 12 0 0011.93-10.81l4-40a12 12 0 00-23.88-2.38zm-80.12 0a12 12 0 00-23.88 2.38l4 40A12 12 0 0080 180c.39 0 .8 0 1.2-.06a12 12 0 0010.75-13.13zm156-37.22l-15.07 113A20.06 20.06 0 01209 220H47a20.06 20.06 0 01-19.82-17.36l-15.07-113A12 12 0 0124 76h42.55L119 16.1a12 12 0 0118.06 0L189.45 76H232a12 12 0 0111.89 13.59zM98.45 76h59.1L128 42.22zm119.84 24H37.71l12.8 96h155z" })); exports.default = BasketBold;