UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

16 lines (12 loc) 1.57 kB
'use strict'; var React = require('react'); var SvgRewardIcon = function SvgRewardIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M8.654 14.33a2.084 2.084 0 0 1-.41-.48.568.568 0 0 0-.61-.252c-.219.05-.435.065-.643.048l-.935 1.604h.56a1 1 0 0 1 .832.445l.244.366.962-1.732Zm-3.011-1.349a2.048 2.048 0 0 1-.49-1.866.568.568 0 0 0-.253-.61 2.068 2.068 0 0 1 0-3.51.568.568 0 0 0 .253-.61 2.068 2.068 0 0 1 2.482-2.482.568.568 0 0 0 .61-.253c.81-1.3 2.7-1.3 3.51 0a.568.568 0 0 0 .61.253 2.068 2.068 0 0 1 2.482 2.482.567.567 0 0 0 .253.61c1.3.81 1.3 2.7 0 3.51a.567.567 0 0 0-.252.61 2.047 2.047 0 0 1-.44 1.81l1.353 2.321a1 1 0 0 1-.864 1.504h-1.227l-.478.782a1 1 0 0 1-1.72-.025l-1.457-2.539-1.41 2.538a1 1 0 0 1-1.706.069l-.55-.825h-1.164a1 1 0 0 1-.863-1.504l1.32-2.265Zm6.71 3.048-.986-1.718a2.09 2.09 0 0 0 .388-.46.567.567 0 0 1 .61-.254c.247.058.49.07.721.041l.94 1.612h-.636a1 1 0 0 0-.853.478l-.184.301Zm-1.871-2.972a.568.568 0 0 1-.964 0 2.068 2.068 0 0 0-2.223-.92.568.568 0 0 1-.681-.682c.2-.862-.17-1.756-.921-2.223a.568.568 0 0 1 0-.964 2.068 2.068 0 0 0 .92-2.223.568.568 0 0 1 .682-.681c.862.2 1.756-.17 2.223-.921a.568.568 0 0 1 .964 0 2.067 2.067 0 0 0 2.223.92.568.568 0 0 1 .681.682c-.2.862.17 1.756.921 2.223a.568.568 0 0 1 0 .964 2.068 2.068 0 0 0-.92 2.223.568.568 0 0 1-.682.681c-.862-.2-1.755.17-2.223.921Z" })); }; SvgRewardIcon.displayName = "RewardIcon"; exports.SvgRewardIcon = SvgRewardIcon;