iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 853 B
JavaScript
;
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 Basket = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-basket", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M15.949 3.684L17.053 7H19a3 3 0 012.962 3.477l-1.252 7.131A4 4 0 0116.756 21H7.244a3.994 3.994 0 01-3.95-3.371l-1.258-7.173A3 3 0 015 7h1.945L8.05 3.684a1 1 0 011.898.632L9.053 7h5.893l-.895-2.684a1 1 0 111.898-.632M12 11a3 3 0 00-2.995 2.824L9 14a3 3 0 103-3" }));
exports.default = Basket;