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