@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 2.13 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CartHandSIcon = 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", clipPath: "url(#CartHandSIcon__a)" },
React.createElement("path", { fillRule: "evenodd", d: "M10.885.858A2.14 2.14 0 0 0 9.387.25H6.635c-.559 0-1.098.217-1.498.608a2.1 2.1 0 0 0-.453.654 3.83 3.83 0 0 0-1.658 1.01c-.57.59-.93 1.35-1.022 2.162l-.17 1.508a1.87 1.87 0 0 0-1.114.591A1.82 1.82 0 0 0 .266 8.24l.804 5.923c.06.446.284.853.626 1.144.34.29.775.446 1.22.443h10.168c1.104 0 1.588-.443 1.846-1.586v-.001l.804-5.922v-.002a1.8 1.8 0 0 0-.442-1.442 1.85 1.85 0 0 0-1.104-.601L14.02 4.69v-.002a3.73 3.73 0 0 0-1.015-2.177l-1.684-1a2 2 0 0 0-.435-.653m-4.25.892a.64.64 0 0 0-.449.18.6.6 0 0 0-.157.266 1 1 0 0 1-.02.124v.026c0 .153.062.303.177.416.117.114.278.18.449.18h2.752a.65.65 0 0 0 .449-.18.6.6 0 0 0 .177-.416l-.002-.056a1 1 0 0 1-.015-.082.6.6 0 0 0-.16-.278.64.64 0 0 0-.449-.18zm4.728 1.37-.014.034a2.1 2.1 0 0 1-1.154 1.13 2.2 2.2 0 0 1-.808.158H6.635a2.14 2.14 0 0 1-1.498-.608 2.1 2.1 0 0 1-.471-.698 2.3 2.3 0 0 0-.56.426c-.343.357-.557.81-.612 1.292l-.148 1.32h9.33l-.149-1.325a2.23 2.23 0 0 0-.607-1.302 2.3 2.3 0 0 0-.557-.427M2.104 7.673a.37.37 0 0 0-.271.116.304.304 0 0 0-.08.25l.803 5.924a.32.32 0 0 0 .112.201c.064.055.15.087.24.086h10.185c.09 0 .175-.031.24-.086a.32.32 0 0 0 .11-.2l.804-5.923a.3.3 0 0 0-.078-.249.373.373 0 0 0-.263-.12H2.104", clipRule: "evenodd" }),
React.createElement("path", { d: "M6.009 9.615a.75.75 0 1 0-1.5 0v2.692a.75.75 0 1 0 1.5 0zM8.761 9.615a.75.75 0 0 0-1.5 0v2.692a.75.75 0 1 0 1.5 0zM11.513 9.615a.75.75 0 0 0-1.5 0v2.692a.75.75 0 1 0 1.5 0z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "CartHandSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
CartHandSIcon.displayName = 'CartHandSIcon';