@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 904 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Reward = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M20.25 2c.97 0 1.75.78 1.75 1.75v3.04c0 1.03-.57 1.97-1.48 2.44l-6.3 3.29a5 5 0 1 1-4.44 0l-6.3-3.29A2.75 2.75 0 0 1 2 6.79V3.75C2 2.78 2.78 2 3.75 2h16.5zM12 13.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm4-10H8v6.4l3.88 2.03c.08.04.16.04.24 0L16 9.9V3.5z"
}));
});
Reward.displayName = 'Reward';
export var RewardDimensions = {
height: 24,
width: 24
};