@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
18 lines (14 loc) • 1.52 kB
JavaScript
;
var React = require('react');
var SvgMarketsRupeeIcon = function SvgMarketsRupeeIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M3 10a7 7 0 0 1 13.54-2.5h-3.79a2 2 0 0 0-1.985 2.25h-.23a.25.25 0 0 0-.208.111l-.374.562a1.857 1.857 0 0 1-3.36-.637 1.75 1.75 0 0 1-2.089.432 5.491 5.491 0 0 0 2.126 4.13.776.776 0 0 1 .065-.033l1.956-.87a.487.487 0 0 0 .192-.153 2.606 2.606 0 0 1 1.923-1.037c.069.539.351 1.01.76 1.327a2.225 2.225 0 0 0-.06.168h-.537c-.35 0-.677.164-.886.442a1.987 1.987 0 0 1-.783.624l-.946.42a5.502 5.502 0 0 0 3.231.043c.163.365.44.694.843.942l.357.22a7 7 0 0 1-9.745-6.441Zm7-5.5a5.502 5.502 0 0 0-5.31 4.06l.439.291a.25.25 0 0 0 .339-.058l.262-.35c.648-.864 2.013-.554 2.224.505l.103.515a.357.357 0 0 0 .648.128l.374-.562a1.75 1.75 0 0 1 1.456-.779h.184a.25.25 0 0 0 .243-.19l.121-.484a1.75 1.75 0 0 1 1.698-1.326h.219a.25.25 0 0 0 .25-.25v-.438a5.475 5.475 0 0 0-3.25-1.062Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.889 16.643a.75.75 0 0 0-.246-1.032l-1.713-1.054a2.486 2.486 0 0 0 1.059-1.807h1.261a.75.75 0 0 0 0-1.5h-1.25v-1h1.25a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h1.75v1h-1.75a.75.75 0 0 0 0 1.5h1.721a.989.989 0 0 1-.96.75c-.901 0-1.237 1.184-.468 1.657l2.814 1.732a.75.75 0 0 0 1.032-.246Z"
}));
};
SvgMarketsRupeeIcon.displayName = "MarketsRupeeIcon";
exports.SvgMarketsRupeeIcon = SvgMarketsRupeeIcon;