UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShoppingBagSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ShoppingBagSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#ShoppingBagSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.51 4.462v-.924c0-.936-.367-1.835-1.025-2.499A3.5 3.5 0 0 0 8 0c-.934 0-1.827.375-2.485 1.039a3.55 3.55 0 0 0-1.026 2.5v.923H2.48a.75.75 0 0 0-.746.667l-.972 8.8a1.88 1.88 0 0 0 .462 1.451v.002a1.85 1.85 0 0 0 1.39.618h10.773a1.85 1.85 0 0 0 1.39-.618l.001-.002a1.87 1.87 0 0 0 .462-1.451l-.972-8.8a.75.75 0 0 0-.746-.667zM8 1.5c-.53 0-1.041.213-1.42.594a2.05 2.05 0 0 0-.59 1.444v.924h4.02v-.924c0-.543-.213-1.062-.59-1.444A2 2 0 0 0 8 1.5M5.24 5.962H3.15l-.898 8.132a.38.38 0 0 0 .09.289.36.36 0 0 0 .263.117h10.79a.35.35 0 0 0 .262-.117.37.37 0 0 0 .09-.289l-.897-8.132H5.239", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "ShoppingBagSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.ShoppingBagSIcon.displayName = 'ShoppingBagSIcon';