UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

24 lines (18 loc) 723 B
'use strict'; var React = require('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); }; exports.SvgMaximizeMajor = SvgMaximizeMajor;