@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 589 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M19 2.5A1.5 1.5 0 0 0 17.5 1h-15A1.5 1.5 0 0 0 1 2.5v15A1.5 1.5 0 0 0 2.5 19H9a1 1 0 0 0 0-2H3V3h14v8a1 1 0 1 0 2 0V2.5zM14 11H6V9h8v2zm-8 4v-2h4v2H6zM6 5v2h8V5H6zm12.293 9.293L15 17.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l2 2a.997.997 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414z"
});
var SvgGrammarMajor = function SvgGrammarMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgGrammarMajor = SvgGrammarMajor;