UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 3.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CartWheelMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CartWheelMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_317_24155)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.12085 0.857147C0.12085 0.442934 0.456636 0.107147 0.87085 0.107147H5.05714C5.44228 0.107147 5.76483 0.398877 5.80337 0.782092L6.33895 6.10715H21.3276C21.7331 6.09203 22.1361 6.17726 22.5008 6.35539C22.8699 6.53565 23.1881 6.80528 23.4264 7.13977C23.6544 7.45504 23.8045 7.81987 23.8643 8.20435C23.9243 8.59009 23.8917 8.98456 23.7693 9.35524L21.4888 16.2138L21.488 16.2161C21.3166 16.7262 20.9829 17.1661 20.5379 17.4687C20.0988 17.7673 19.5752 17.9159 19.0451 17.8929H8.26673C7.67406 17.8985 7.09916 17.6903 6.64748 17.3063C6.19463 16.9214 5.89615 16.3858 5.80704 15.7982C5.80516 15.7857 5.80359 15.7733 5.80233 15.7608L4.92167 7.00485C4.91234 6.9581 4.90735 6.90979 4.90714 6.86035L4.37878 1.60715H0.87085C0.456636 1.60715 0.12085 1.27136 0.12085 0.857147ZM6.48982 7.60715L7.29264 15.5892C7.3304 15.8129 7.44586 16.0163 7.61895 16.1634C7.79615 16.314 8.02182 16.3955 8.25437 16.3929L8.26285 16.3928L19.0628 16.3929C19.0759 16.3929 19.0889 16.3932 19.1019 16.3939C19.3122 16.4049 19.5203 16.3467 19.6944 16.2283C19.8682 16.1101 19.9986 15.9384 20.0659 15.7393C20.066 15.7389 20.0661 15.7385 20.0662 15.7382L22.345 8.88477C22.3449 8.88495 22.345 8.88459 22.345 8.88477C22.3927 8.74004 22.4055 8.5855 22.3821 8.43491C22.3587 8.28413 22.2997 8.1411 22.2101 8.01759L22.2056 8.01142C22.1123 7.87997 21.9875 7.774 21.8426 7.70325C21.6977 7.63249 21.5374 7.5992 21.3764 7.6064C21.3701 7.60668 21.3639 7.60688 21.3577 7.607C21.3528 7.6071 21.3478 7.60715 21.3428 7.60715H6.48982ZM6.46076 21.1179C6.74207 20.8366 7.1236 20.6786 7.52142 20.6786C7.91924 20.6786 8.30077 20.8366 8.58208 21.1179C8.86339 21.3992 9.02142 21.7808 9.02142 22.1786C9.02142 22.5764 8.86339 22.9579 8.58208 23.2392C8.30077 23.5205 7.91924 23.6786 7.52142 23.6786C7.1236 23.6786 6.74207 23.5205 6.46076 23.2392C6.17946 22.9579 6.02142 22.5764 6.02142 22.1786C6.02142 21.7808 6.17946 21.3992 6.46076 21.1179ZM17.6036 21.1179C17.8849 20.8366 18.2665 20.6786 18.6643 20.6786C19.0621 20.6786 19.4436 20.8366 19.7249 21.1179C20.0062 21.3992 20.1643 21.7808 20.1643 22.1786C20.1643 22.5764 20.0062 22.9579 19.7249 23.2392C19.4436 23.5205 19.0621 23.6786 18.6643 23.6786C18.2665 23.6786 17.8849 23.5205 17.6036 23.2392C17.3223 22.9579 17.1643 22.5764 17.1643 22.1786C17.1643 21.7807 17.3223 21.3992 17.6036 21.1179Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_317_24155" }, react_1.default.createElement("rect", { width: "24", height: "24", fill: "currentColor" }))))); }); exports.CartWheelMIcon.displayName = 'CartWheelMIcon';