@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
25 lines (19 loc) • 613 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M7 4h6v2H7V4zm4 4H7v2h4V8z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
fillRule: "evenodd",
d: "M3 10V1.5A1.5 1.5 0 0 1 4.5 0h11A1.5 1.5 0 0 1 17 1.5V10h2v7.5a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 1 17.5V10h2zm2 2V2h10v10l-5 2.771L5 12z"
});
var SvgEmailNewsletterMajor = function SvgEmailNewsletterMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2);
};
exports.SvgEmailNewsletterMajor = SvgEmailNewsletterMajor;