UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Cart2OutlineSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Cart2OutlineSIcon = (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", { clipPath: "url(#Cart2OutlineSIcon__a)" }, react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M1 1h2.631l.938 9.104c.039.25.17.48.367.644.198.165.45.253.71.25h6.789c.235.013.467-.05.662-.18s.34-.317.415-.535l1.434-4.21a1.03 1.03 0 0 0-.151-.947 1.1 1.1 0 0 0-.406-.337 1.1 1.1 0 0 0-.52-.105h-9.86m8.17 10.566a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5m-7.429 0a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "Cart2OutlineSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.Cart2OutlineSIcon.displayName = 'Cart2OutlineSIcon';