UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

25 lines (19 loc) 792 B
'use strict'; var React = require('react'); var _ref = /*#__PURE__*/ React.createElement("path", { d: "M10 3.414V7a1 1 0 1 0 2 0V3.414l1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a.998.998 0 0 0-1.414 0l-3 3a1 1 0 0 0 1.414 1.414L10 3.414z" }); var _ref2 = /*#__PURE__*/ React.createElement("path", { fillRule: "evenodd", d: "M1 1a1 1 0 0 1 1-1h1.5A1.5 1.5 0 0 1 5 1.5V10h11.133l.877-6.141a1 1 0 1 1 1.98.282l-.939 6.571A1.5 1.5 0 0 1 16.566 12H5v2h10a3 3 0 1 1-2.83 2H6.83A3 3 0 1 1 3 14.17V2H2a1 1 0 0 1-1-1zm13 16a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM3 17a1 1 0 1 1 2 0 1 1 0 0 1-2 0z" }); var SvgCartUpMajor = function SvgCartUpMajor(props) { return React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), _ref, _ref2); }; exports.SvgCartUpMajor = SvgCartUpMajor;