UNPKG

@brizy/ui-icons

Version:
16 lines (15 loc) 1.41 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.AddToCart = void 0; const react_1 = __importDefault(require("react")); exports.AddToCart = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24" }, react_1.default.createElement("g", { fill: "none", stroke: "currentColor", strokeMiterlimit: 10 }, react_1.default.createElement("path", { strokeLinecap: "square", d: "M13 3v7", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), react_1.default.createElement("path", { strokeLinecap: "square", d: "m15 10-2 2-2-2z", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), react_1.default.createElement("circle", { cx: 7, cy: 21, r: 2, strokeLinecap: "square", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), react_1.default.createElement("circle", { cx: 19, cy: 21, r: 2, strokeLinecap: "square", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), react_1.default.createElement("path", { d: "M17 6h5l-2 10H6L4 1H1", "data-cap": "butt", vectorEffect: "non-scaling-stroke" }), react_1.default.createElement("path", { d: "M9 6H4.667", "data-cap": "butt", vectorEffect: "non-scaling-stroke" }))));