UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 764 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WooAddToCart = void 0; const react_1 = __importDefault(require("react")); exports.WooAddToCart = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M5 12a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm8 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM3 0c.5 0 .9.3 1 .8L4.5 3H8v3H6l3 3 3-3h-2V3h5c.8 0 1.1.8.9 1.3l-2 6c-.1.4-.5.7-.9.7H5c-.5 0-.9-.3-1-.8L2.2 2H0V0h3Z" })));