UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CartWheelFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CartWheelFilledMIcon = (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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CartWheelFilledMIcon__a)", clipRule: "evenodd" }, react_1.default.createElement("path", { d: "M.12.857a.75.75 0 0 1 .75-.75h4.187a.75.75 0 0 1 .746.675l.536 5.325h14.989a2.47 2.47 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-.75M17.604 21.118a1.5 1.5 0 1 1 2.12 2.122 1.5 1.5 0 0 1-2.12-2.122M6.46 21.118a1.5 1.5 0 1 1 2.122 2.121 1.5 1.5 0 0 1-2.121-2.121" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "CartWheelFilledMIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))))); }); exports.CartWheelFilledMIcon.displayName = 'CartWheelFilledMIcon';