@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.16 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Cart2FilledMIcon = 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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#Cart2FilledMIcon__a)", clipRule: "evenodd" },
React.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.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.465 2.465 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.createElement("defs", null,
React.createElement("clipPath", { id: "Cart2FilledMIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))))); });
Cart2FilledMIcon.displayName = 'Cart2FilledMIcon';