@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 518 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M17.5 1H11v18h6.5a1.5 1.5 0 0 0 1.5-1.5v-15A1.5 1.5 0 0 0 17.5 1zM1 2a1 1 0 0 1 1-1h2v2H3v1H1V2zm1 17a1 1 0 0 1-1-1v-2h2v1h1v2H2zM6 1h3v2H6V1zm3 16H6v2h3v-2zM3 6v3H1V6h2zm0 8v-3H1v3h2z"
});
var SvgSidebarRightMajor = function SvgSidebarRightMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgSidebarRightMajor = SvgSidebarRightMajor;