@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.54 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CartWheelOutlineMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CartWheelOutlineMIcon = (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("g", { clipPath: "url(#CartWheelOutlineMIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.12.857a.75.75 0 0 1 .75-.75h4.187a.75.75 0 0 1 .746.675l.536 5.325h14.989a2.46 2.46 0 0 1 2.098 1.033 2.46 2.46 0 0 1 .343 2.215l-2.28 6.859-.001.002a2.464 2.464 0 0 1-2.443 1.677H8.267a2.464 2.464 0 0 1-2.465-2.132l-.88-8.756a1 1 0 0 1-.015-.145L4.38 1.607H.87a.75.75 0 0 1-.75-.75m6.37 6.75.803 7.982a.964.964 0 0 0 .961.804h10.848a.964.964 0 0 0 .964-.655l2.279-6.853a.97.97 0 0 0-.135-.867l-.004-.007a.96.96 0 0 0-.863-.404zm-.03 13.51a1.5 1.5 0 1 1 2.122 2.122 1.5 1.5 0 0 1-2.121-2.121m11.144 0a1.5 1.5 0 1 1 2.12 2.123 1.5 1.5 0 0 1-2.12-2.122", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "CartWheelOutlineMIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))))); });
exports.CartWheelOutlineMIcon.displayName = 'CartWheelOutlineMIcon';