UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var Cart2OutlineMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#Cart2OutlineMIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.12.857a.75.75 0 0 1 .75-.75h4.187a.75.75 0 0 1 .746.675l.536 5.325h14.989a2.46 2.46 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-.75m6.37 6.75.803 7.982a.964.964 0 0 0 .961.804h10.848a.964.964 0 0 0 .964-.655l2.279-6.853a.97.97 0 0 0-.135-.867l-.004-.007a.96.96 0 0 0-.863-.404zm-.03 13.51a1.5 1.5 0 1 1 2.122 2.122 1.5 1.5 0 0 1-2.121-2.121m11.144 0a1.5 1.5 0 1 1 2.12 2.123 1.5 1.5 0 0 1-2.12-2.122", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "Cart2OutlineMIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))))); }); Cart2OutlineMIcon.displayName = 'Cart2OutlineMIcon';