UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShoppingBagMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ShoppingBagMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.254 6.308a4.34 4.34 0 0 0-1.242-3.042A4.23 4.23 0 0 0 12 2a4.23 4.23 0 0 0-3.012 1.266 4.34 4.34 0 0 0-1.242 3.042v1.384H4.992a.75.75 0 0 0-.745.668L3.013 19.588s-.003.612.087.912c.09.28.25.55.45.78s.45.41.73.534c0 0 .43.186.87.186h13.696c.41 0 .875-.186.875-.186.279-.124.528-.307.73-.535l.001-.002a2.18 2.18 0 0 0 .535-1.69L19.753 8.36a.75.75 0 0 0-.745-.668h-2.754zM12 3.5c-.727 0-1.426.293-1.943.818a2.84 2.84 0 0 0-.81 1.99v1.384h5.507V6.308c0-.749-.293-1.464-.81-1.99A2.73 2.73 0 0 0 12 3.5M8.496 9.192H5.664l-.955 8.695-.205 1.865a.7.7 0 0 0 .166.53.65.65 0 0 0 .484.218h13.692a.64.64 0 0 0 .544-.297.7.7 0 0 0 .106-.45l-1.16-10.56h-9.84", clipRule: "evenodd" }))); }); exports.ShoppingBagMIcon.displayName = 'ShoppingBagMIcon';