UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 1.07 kB
import React from "react"; export const AddToCart = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24" }, React.createElement("g", { fill: "none", stroke: "currentColor", strokeMiterlimit: 10 }, React.createElement("path", { strokeLinecap: "square", d: "M13 3v7", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), React.createElement("path", { strokeLinecap: "square", d: "m15 10-2 2-2-2z", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), React.createElement("circle", { cx: 7, cy: 21, r: 2, strokeLinecap: "square", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), React.createElement("circle", { cx: 19, cy: 21, r: 2, strokeLinecap: "square", "data-color": "color-2", vectorEffect: "non-scaling-stroke" }), React.createElement("path", { d: "M17 6h5l-2 10H6L4 1H1", "data-cap": "butt", vectorEffect: "non-scaling-stroke" }), React.createElement("path", { d: "M9 6H4.667", "data-cap": "butt", vectorEffect: "non-scaling-stroke" }))));