@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.1 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CartWheelOutlineSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#CartWheelOutlineSIcon__a)" },
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M1 1h2.631l.938 9.104c.039.25.17.48.367.644.198.165.45.253.71.25h6.789c.235.013.467-.05.662-.18s.34-.317.415-.535l1.434-4.21a1.03 1.03 0 0 0-.151-.947 1.1 1.1 0 0 0-.406-.337 1.1 1.1 0 0 0-.52-.105h-9.86m8.17 10.566a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5m-7.429 0a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "CartWheelOutlineSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
CartWheelOutlineSIcon.displayName = 'CartWheelOutlineSIcon';