@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
24 lines (18 loc) • 877 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M2 2h1V0H1.5A1.5 1.5 0 0 0 0 1.5V3h2V2zm3 0h3V0H5v2zm8 0h-3V0h3v2zM0 5v3h2V5H0zm0 5v3h2v-3H0zm18-5h-2v3h2V5zM5 18h3v-2H5v2zm-5-1a1 1 0 0 0 1 1h2v-2H2v-1H0v2zM16 3V2h-1V0h1.5A1.5 1.5 0 0 1 18 1.5V3h-2z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
d: "M10.814 14H5.5A1.5 1.5 0 0 1 4 12.5v-7A1.5 1.5 0 0 1 5.5 4h7A1.5 1.5 0 0 1 14 5.5v5.314l5.512 2.506a.832.832 0 0 1 .028 1.501l-2.898 1.45a.832.832 0 0 0-.372.371l-1.449 2.898a.832.832 0 0 1-1.501-.028L10.814 14zm-.909-2l-.828-1.821c-.318-.7.402-1.42 1.102-1.102L12 9.905V6H6v6h3.905z"
});
var SvgDragDropMajor = function SvgDragDropMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2);
};
exports.SvgDragDropMajor = SvgDragDropMajor;