@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (13 loc) • 442 B
JavaScript
;
var React = require('react');
var _ref =
/*#__PURE__*/
React.createElement("path", {
d: "M16.28 2.79c-7.45 0-13.49 6.04-13.49 13.49V20H0v-3.72C0 7.287 7.288 0 16.28 0H20v2.79h-3.72z"
});
var SvgButtonCornerPillMajor = function SvgButtonCornerPillMajor(props) {
return React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), _ref);
};
exports.SvgButtonCornerPillMajor = SvgButtonCornerPillMajor;