@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
16 lines (12 loc) • 405 B
JavaScript
import React from '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);
};
export { SvgButtonCornerPillMajor as S };