@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
16 lines (12 loc) • 344 B
JavaScript
import React from 'react';
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M0 0h20v2.79H2.79V20H0V0z"
});
var SvgButtonCornerSquareMajor = function SvgButtonCornerSquareMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
export { SvgButtonCornerSquareMajor as S };