@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
24 lines (18 loc) • 661 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M18 5.65l-8-3.555L2 5.65V19H0V5c0-.396.232-.753.594-.913l9-4a.999.999 0 0 1 .812 0l9 4A1 1 0 0 1 20 5v14h-2V5.65z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
d: "M9 15a.997.997 0 0 1-.707-.293l-2-2a1 1 0 0 1 1.414-1.414L9 12.586l3.293-3.293a1 1 0 1 1 1.414 1.415l-4 4A.999.999 0 0 1 9 15z"
});
var SvgUpdateInventoryMajor = function SvgUpdateInventoryMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2);
};
exports.SvgUpdateInventoryMajor = SvgUpdateInventoryMajor;