@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
17 lines (13 loc) • 1.58 kB
JavaScript
;
var React = require('react');
var SvgMarketsEuroIcon = function SvgMarketsEuroIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 3a7 7 0 1 0 2.806 13.415 4.453 4.453 0 0 1-.924-1.245 5.49 5.49 0 0 1-1.882.33c-.723 0-1.414-.14-2.046-.393l.357-.357a1.418 1.418 0 0 1 1.754-.2c.5.312 1.098.428 1.678.324a5.61 5.61 0 0 1-.242-.687 2.004 2.004 0 0 1-1.375-1.238 2.918 2.918 0 0 0-2.876.74l-.641.641a5.5 5.5 0 0 1 4.074-9.788l-.8.36a1.923 1.923 0 0 0-1.133 1.753.422.422 0 0 1-.289.4l-.75.25a2.537 2.537 0 0 0-1.7 2.825l.06.353a2.115 2.115 0 0 0 3.977.598l.123-.246a1.06 1.06 0 0 1 .947-.585h.401c.154-.522.373-.997.651-1.413a1.749 1.749 0 0 0-.545-.087h-.507a2.56 2.56 0 0 0-2.289 1.415l-.122.245a.615.615 0 0 1-1.157-.174l-.06-.353a1.038 1.038 0 0 1 .696-1.154l.75-.25a1.922 1.922 0 0 0 1.314-1.824c0-.166.097-.317.249-.385l2.27-1.023a5.527 5.527 0 0 1 1.902 1.848 3.963 3.963 0 0 1 1.697-.006 7.001 7.001 0 0 0-6.368-4.089Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.843 11.25c.185-.904.615-1.372 1.009-1.58a1.468 1.468 0 0 1 1.651.194.75.75 0 0 0 .994-1.124 2.968 2.968 0 0 0-3.349-.395c-.94.499-1.614 1.488-1.827 2.905h-.321a1 1 0 1 0 0 2h.321c.213 1.417.886 2.406 1.828 2.905a2.969 2.969 0 0 0 3.348-.395.75.75 0 0 0-.994-1.124 1.468 1.468 0 0 1-1.652.194c-.393-.208-.823-.676-1.008-1.58h2.157a1 1 0 1 0 0-2h-2.157Z"
}));
};
SvgMarketsEuroIcon.displayName = "MarketsEuroIcon";
exports.SvgMarketsEuroIcon = SvgMarketsEuroIcon;