@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 2.45 kB
JavaScript
"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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4012_654)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5107 4.46153V3.53846C11.5107 2.60241 11.1426 1.7032 10.4851 1.03905C9.82728 0.374642 8.93352 0 8 0C7.06647 0 6.17271 0.374642 5.51492 1.03905C4.85739 1.7032 4.48932 2.60241 4.48932 3.53846V4.46153H2.47866C2.09631 4.46153 1.77516 4.74916 1.73319 5.12921L0.761495 13.929C0.732616 14.1896 0.758582 14.4538 0.837809 14.7035C0.917131 14.9534 1.04815 15.1843 1.22267 15.3804L1.2238 15.3817C1.39846 15.5771 1.61281 15.734 1.85335 15.8408C2.09245 15.9471 2.35153 16.0015 2.61364 16H13.3864C13.6483 16.0015 13.9074 15.9472 14.1464 15.841C14.3868 15.7342 14.6015 15.5772 14.7763 15.3817L14.7773 15.3805C14.952 15.1842 15.0829 14.9533 15.1622 14.7036C15.2413 14.4541 15.2674 14.1896 15.2385 13.9288L14.2668 5.12921C14.2248 4.74916 13.9037 4.46153 13.5213 4.46153H11.5107ZM8 1.5C7.46917 1.5 6.95854 1.71292 6.58088 2.09439C6.20297 2.4761 5.98932 2.99541 5.98932 3.53846V4.46153H10.0107V3.53846C10.0107 2.99541 9.79702 2.4761 9.41911 2.09439C9.04145 1.71292 8.53082 1.5 8 1.5ZM5.23932 5.96153H3.1504L2.25237 14.0942C2.24657 14.1464 2.25172 14.1998 2.26756 14.2499C2.28333 14.2995 2.30913 14.3448 2.34273 14.3827C2.37682 14.4207 2.4182 14.4504 2.46273 14.4702C2.50808 14.4903 2.55664 14.5004 2.60527 14.5L2.61117 14.5L13.3947 14.5C13.4433 14.5004 13.4922 14.4902 13.5376 14.47C13.5823 14.4502 13.6233 14.4206 13.6573 14.3827C13.6908 14.3449 13.7166 14.2996 13.7324 14.2498C13.7448 14.2108 13.7506 14.1697 13.7499 14.129C13.7497 14.1174 13.7489 14.1057 13.7476 14.0942L12.8496 5.96153H11.8581H10.3541H5.23932Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4012_654" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.ShoppingBagSIcon.displayName = 'ShoppingBagSIcon';