@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 507 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M9 7V1H2.5A1.5 1.5 0 0 0 1 2.5V7h8zm10-4.5A1.5 1.5 0 0 0 17.5 1H11v6h8V2.5zM1 9h8v2H1V9zm18 0h-8v2h8V9zM1 13h8v2H1v-2zm18 0h-8v2h8v-2zM1 17h4v2H1v-2zm14 0h-4v2h4v-2z"
});
var SvgColumnWithTextMajor = function SvgColumnWithTextMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgColumnWithTextMajor = SvgColumnWithTextMajor;