@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
22 lines (17 loc) • 694 B
JavaScript
import React from 'react';
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M9 5a1 1 0 1 0 0 2h2.586l-3.293 3.293a1 1 0 1 0 1.414 1.414L13 8.414V11a1 1 0 1 0 2 0V6c0-.025 0-.05-.003-.075A1 1 0 0 0 14 5H9zm-8 9.5A1.5 1.5 0 0 1 2.5 13h3A1.5 1.5 0 0 1 7 14.5v3A1.5 1.5 0 0 1 5.5 19h-3A1.5 1.5 0 0 1 1 17.5v-3z"
});
var _ref2 =
/*#__PURE__*/
React.createElement("path", {
d: "M2.5 1A1.5 1.5 0 0 0 1 2.5V11h2V3h14v14H9v2h8.5a1.5 1.5 0 0 0 1.5-1.5v-15A1.5 1.5 0 0 0 17.5 1h-15z"
});
var SvgMaximizeMajor = function SvgMaximizeMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref, _ref2);
};
export { SvgMaximizeMajor as S };