@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 515 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M3 3h14a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2zm2 4h10a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2zm-2 4h14a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2zm2 4h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z"
});
var SvgTextAlignmentCenterMajor = function SvgTextAlignmentCenterMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgTextAlignmentCenterMajor = SvgTextAlignmentCenterMajor;