UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 970 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShoppingBag = void 0; const react_1 = __importDefault(require("react")); exports.ShoppingBag = ({ 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: "M15.029 6.009h-1.403L10.921.6c-.3-.5-.902-.701-1.303-.5-.5.3-.7.9-.5 1.301l2.304 4.607H4.609l2.304-4.607c.2-.5 0-1.102-.4-1.302C6.011-.1 5.41.1 5.11.6L2.405 6.01H1.002C0 6.009-.1 7.01.1 7.41l3.006 8.011c.1.3.5.601.902.601h8.015c.4 0 .802-.3.902-.6L15.93 7.41c.2-.4.1-1.402-.902-1.402Zm-7.88 7.361V8.012h1.74v5.358h-1.74Zm-3.141-1.352V8.012h1.577v4.006H4.008Zm6.52 0V8.012h1.495v4.006h-1.495Z" })));