UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CartWheelFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CartWheelFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CartWheelFilledSIcon__a)", clipRule: "evenodd" }, react_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "CartWheelFilledSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.CartWheelFilledSIcon.displayName = 'CartWheelFilledSIcon';