UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.05 kB
"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 BasketDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 88l-15.07 113.06A8 8 0 01209 208H47a8 8 0 01-7.93-6.94L24 88z", opacity: ".2" }), React.createElement("path", { d: "M136 120v56a8 8 0 01-16 0v-56a8 8 0 0116 0zm36.84-.8l-5.6 56a8 8 0 007.16 8.8 7.32 7.32 0 00.81 0 8 8 0 007.95-7.2l5.6-56a8 8 0 00-15.92-1.6zm-89.68 0a8 8 0 00-15.92 1.6l5.6 56a8 8 0 008 7.2 7.32 7.32 0 00.81 0 8 8 0 007.16-8.76zm156.77-30.14l-15.07 113.06A16.06 16.06 0 01209 216H47a16.06 16.06 0 01-15.86-13.88L16.07 89.06A8 8 0 0124 80h44.37L122 18.73a8 8 0 0112 0L187.63 80H232a8 8 0 017.93 9.06zM89.63 80h76.74L128 36.15zm133.23 16H33.14L47 200h162z" })); exports.default = BasketDuotone;