UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 897 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 BasketLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M134 120v56a6 6 0 01-12 0v-56a6 6 0 0112 0zm40.83-.6l-5.6 56a6 6 0 005.37 6.6h.61a6 6 0 006-5.4l5.6-56a6 6 0 00-11.94-1.2zm-93.66 0a6 6 0 00-11.94 1.2l5.6 56a6 6 0 006 5.4h.61a6 6 0 005.37-6.57zM238 88.79l-15.13 113.06A14 14 0 01209 214H47a14 14 0 01-13.87-12.15L18.05 88.79A6 6 0 0124 82h45.28l54.2-61.95a6 6 0 019 0l54.2 62H232a6 6 0 016 6.74zM85.22 82h85.56L128 33.11zm139.93 12H30.85L45 200.26a2 2 0 002 1.74h162a2 2 0 002-1.74z" })); exports.default = BasketLight;