@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
31 lines (24 loc) • 930 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M8.707 7.707l6-6A1 1 0 0 0 13.293.293l-6 6a1 1 0 0 0 1.414 1.414z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M2 0a1 1 0 0 0 0 2h1v12.17A3.001 3.001 0 1 0 6.83 16h5.34A3 3 0 1 0 15 14H5v-2h11.566a1.5 1.5 0 0 0 1.485-1.288l.939-6.57a1 1 0 0 0-1.98-.283L16.133 10H5V1.5A1.5 1.5 0 0 0 3.5 0H2zm13 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM4 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"
});
var _ref3 =
/*#__PURE__*/
React.createElement("path", {
d: "M8.5 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM15 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"
});
var SvgDiscountAutomaticMajor = function SvgDiscountAutomaticMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2, _ref3);
};
exports.SvgDiscountAutomaticMajor = SvgDiscountAutomaticMajor;