UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 895 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 Cart1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.316 3.25a.75.75 0 100 1.5h1.181a.75.75 0 01.743.646l1.254 8.917a2.25 2.25 0 002.228 1.937h10.344a.75.75 0 000-1.5H7.722a.75.75 0 01-.743-.646l-.12-.853h10.852a2.25 2.25 0 002.15-1.583l1.921-6.188a.75.75 0 00-.716-.972H5.516A2.25 2.25 0 003.498 3.25h-1.18zm3.525 2.758h14.207l-1.62 5.215a.75.75 0 01-.717.527H6.648l-.807-5.742zM7.784 17.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM14.57 19.5a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0z", fill: "#323544" })); exports.default = Cart1;