@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 2.13 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CartWheelSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CartWheelSIcon = (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_317_24158)" },
react_1.default.createElement("path", { d: "M1 1H3.63138L4.56885 10.104C4.60782 10.3549 4.73833 10.5837 4.93635 10.7481C5.13437 10.9125 5.38654 11.0014 5.64641 10.9986H12.435C12.67 11.0105 12.9025 10.9471 13.0971 10.8178C13.2916 10.6886 13.4376 10.5007 13.5125 10.2829L14.9457 6.07296C14.9992 5.91469 15.0134 5.74627 14.9872 5.58157C14.961 5.41688 14.895 5.26063 14.7948 5.12573C14.6905 4.98225 14.551 4.86661 14.3891 4.78939C14.2272 4.71217 14.0481 4.67582 13.8681 4.68368H4.00853M12.1786 15.25C11.9797 15.25 11.7889 15.171 11.6483 15.0303C11.5076 14.8897 11.4286 14.6989 11.4286 14.5C11.4286 14.3011 11.5076 14.1103 11.6483 13.9697C11.7889 13.829 11.9797 13.75 12.1786 13.75C12.3775 13.75 12.5683 13.829 12.7089 13.9697C12.8496 14.1103 12.9286 14.3011 12.9286 14.5C12.9286 14.6989 12.8496 14.8897 12.7089 15.0303C12.5683 15.171 12.3775 15.25 12.1786 15.25ZM4.75 15.25C4.55109 15.25 4.36032 15.171 4.21967 15.0303C4.07902 14.8897 4 14.6989 4 14.5C4 14.3011 4.07902 14.1103 4.21967 13.9697C4.36032 13.829 4.55109 13.75 4.75 13.75C4.94891 13.75 5.13968 13.829 5.28033 13.9697C5.42098 14.1103 5.5 14.3011 5.5 14.5C5.5 14.6989 5.42098 14.8897 5.28033 15.0303C5.13968 15.171 4.94891 15.25 4.75 15.25Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_317_24158" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.CartWheelSIcon.displayName = 'CartWheelSIcon';