UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 921 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 BasketFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M238 82.73a8 8 0 00-6-2.73h-44.37L134 18.73a8 8 0 00-12 0L68.37 80H24a8 8 0 00-7.93 9.06l15.07 113.06A16.06 16.06 0 0047 216h162a16.06 16.06 0 0015.86-13.88l15.07-113.06a8 8 0 00-1.93-6.33zM81.6 184a7.32 7.32 0 01-.81 0 8 8 0 01-8-7.2l-5.6-56a8 8 0 0115.92-1.6l5.6 56a8 8 0 01-7.11 8.8zm54.4-8a8 8 0 01-16 0v-56a8 8 0 0116 0zM89.63 80L128 36.15 166.37 80zm99.13 40.8l-5.6 56a8 8 0 01-7.95 7.2 7.32 7.32 0 01-.81 0 8 8 0 01-7.16-8.76l5.6-56a8 8 0 0115.92 1.6z" })); exports.default = BasketFill;