UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.23 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CartWheelFilledSIcon = 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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CartWheelFilledSIcon__a)", clipRule: "evenodd" }, React.createElement("path", { d: "M.25 1A.75.75 0 0 1 1 .25h2.631a.75.75 0 0 1 .746.673l.31 3.01h9.167c.296-.01.59.052.858.18a1.82 1.82 0 0 1 1.016 1.35c.045.286.02.577-.072.85l-1.434 4.212v.002c-.13.376-.38.697-.71.916a1.85 1.85 0 0 1-1.094.306H5.65a1.84 1.84 0 0 1-1.193-.424 1.8 1.8 0 0 1-.634-1.144L3.27 4.819a1 1 0 0 1-.012-.115L2.955 1.75H1A.75.75 0 0 1 .25 1M11.118 13.44a1.5 1.5 0 1 1 2.121 2.12 1.5 1.5 0 0 1-2.121-2.12M3.69 13.44a1.5 1.5 0 1 1 2.12 2.12 1.5 1.5 0 0 1-2.12-2.12" })), React.createElement("defs", null, React.createElement("clipPath", { id: "CartWheelFilledSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); CartWheelFilledSIcon.displayName = 'CartWheelFilledSIcon';