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)

24 lines (18 loc) 680 B
'use strict'; var React = require('react'); var _ref = /*#__PURE__*/ React.createElement("path", { d: "M18 16.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 16.5V9h2v4h2.382c.379 0 .725.214.894.553L8 15h4l.724-1.447a.998.998 0 0 1 .894-.553H16V9h2v7.5z" }); var _ref2 = /*#__PURE__*/ React.createElement("path", { d: "M8.293 8.707l-3-3a.999.999 0 1 1 1.414-1.414L9 6.586l4.293-4.293a.999.999 0 1 1 1.414 1.414l-5 5a.997.997 0 0 1-1.414 0z" }); var SvgMarkFulfilledMinor = function SvgMarkFulfilledMinor(props) { return React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), _ref, _ref2); }; exports.SvgMarkFulfilledMinor = SvgMarkFulfilledMinor;