@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 520 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M11 3h3V1h-3v2zm7-2a1 1 0 0 1 1 1v2h-2V3h-1V1h2zm1 17a1 1 0 0 1-1 1h-2v-2h1v-1h2v2zM2.5 19H9V1H2.5A1.5 1.5 0 0 0 1 2.5v15A1.5 1.5 0 0 0 2.5 19zM14 19h-3v-2h3v2zm5-5h-2v-3h2v3zm-2-5h2V6h-2v3z"
});
var SvgSidebarLeftMajor = function SvgSidebarLeftMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgSidebarLeftMajor = SvgSidebarLeftMajor;