@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
19 lines (15 loc) • 1.01 kB
JavaScript
;
var React = require('react');
var SvgPayoutIcon = function SvgPayoutIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 4.5c-3.038 0-5.5 2.462-5.5 5.5 0 .915.223 1.777.617 2.534.191.368.048.82-.32 1.012-.367.19-.82.048-1.01-.32-.503-.966-.787-2.064-.787-3.226 0-3.866 3.134-7 7-7s7 3.134 7 7c0 1.162-.284 2.26-.786 3.226-.192.368-.644.51-1.012.32-.367-.191-.51-.644-.32-1.012.395-.757.618-1.619.618-2.534 0-3.038-2.462-5.5-5.5-5.5Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.5 15.5c.414 0 .75.336.75.75s-.336.75-.75.75h-13c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h13Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 6.25c-.414 0-.75.336-.75.75s.336.75.75.75c1.243 0 2.25 1.007 2.25 2.25 0 .414.336.75.75.75s.75-.336.75-.75c0-2.071-1.679-3.75-3.75-3.75Z"
}));
};
SvgPayoutIcon.displayName = "PayoutIcon";
exports.SvgPayoutIcon = SvgPayoutIcon;