@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
17 lines (13 loc) • 1.39 kB
JavaScript
;
var React = require('react');
var SvgMakePaymentIcon = function SvgMakePaymentIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.25 7c0 .414.336.75.75.75s.75-.336.75-.75v-1.94l.72.72c.293.293.767.293 1.06 0 .293-.293.293-.767 0-1.06l-2-2c-.293-.293-.767-.293-1.06 0l-2 2c-.293.293-.293.767 0 1.06.293.293.767.293 1.06 0l.72-.72v1.94Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.432 8.031c.53-1.12 1.862-1.608 2.99-1.095 1.144.52 1.648 1.87 1.125 3.012l-1.528 3.334c-.451.984-1.225 1.785-2.194 2.269l-2.24 1.12c-.37.185-.82.035-1.006-.336-.185-.37-.035-.82.336-1.006l2.24-1.12c.662-.331 1.192-.879 1.5-1.552l1.528-3.333c.177-.388.007-.846-.381-1.022-.383-.174-.835-.009-1.015.371l-1.002 2.116c-.353.746-.938 1.347-1.656 1.72-.196.119-.41.21-.641.267l-1.806.452h-.005l-.995.25c-.402.1-.81-.144-.91-.546-.1-.402.144-.81.546-.91l2.624-.655c.155-.04.303-.094.444-.163.223-.15.364-.404.364-.685 0-.494-.43-.878-.921-.821l-.822.095c-1.954.225-3.498 1.762-3.733 3.715l-.28 2.331c-.049.412-.422.705-.833.656-.412-.05-.705-.423-.656-.834l.28-2.332c.317-2.642 2.406-4.721 5.05-5.026l.822-.095c.906-.105 1.74.324 2.206 1.024l.569-1.2Z"
}));
};
SvgMakePaymentIcon.displayName = "MakePaymentIcon";
exports.SvgMakePaymentIcon = SvgMakePaymentIcon;