@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
24 lines (18 loc) • 667 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M18 1h-7a1 1 0 0 0-.71.29l-9 9a1 1 0 0 0 0 1.42l7 7a1 1 0 0 0 1.42 0l.29-.29V16a6 6 0 0 1 6-6h2.42l.29-.29A1 1 0 0 0 19 9V2a1 1 0 0 0-1-1zm-2.5 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
d: "M19.707 14.293A1 1 0 0 0 19 14h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 .707-1.707z"
});
var SvgRemoveProductMajor = function SvgRemoveProductMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2);
};
exports.SvgRemoveProductMajor = SvgRemoveProductMajor;