@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
19 lines (14 loc) • 487 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M2 1.5A1.5 1.5 0 0 1 3.5 0h13A1.5 1.5 0 0 1 18 1.5v17a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 18.5v-17zM4 2h12v14H4V2zm6 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
});
var SvgTabletMajor = function SvgTabletMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgTabletMajor = SvgTabletMajor;