bonus-points-single-20.js 2.2 KB

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 21 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_273_6462", "style": { "maskType": "alpha" }, "width": 21, "height": 21, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.91 0.84H20.91V20.84H0.91z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_273_6462)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.3166 1.70022C10.6677 1.44408 11.1441 1.44408 11.4952 1.70022L13.4199 3.10418L15.8022 3.09964C16.2368 3.09882 16.6222 3.37882 16.7557 3.79244L17.4876 6.05958L19.4176 7.45619C19.7697 7.71099 19.9169 8.16405 19.7818 8.57715L19.0413 10.8415L19.7818 13.1058C19.9169 13.5189 19.7697 13.9719 19.4176 14.2267L17.4876 15.6233L16.7557 17.8905C16.6222 18.3041 16.2368 18.5841 15.8022 18.5832L13.4199 18.5787L11.4952 19.9827C11.1441 20.2388 10.6677 20.2388 10.3166 19.9827L8.39189 18.5787L6.00957 18.5832C5.57495 18.5841 5.18956 18.3041 5.05604 17.8905L4.32417 15.6233L2.39417 14.2267C2.04206 13.9719 1.89485 13.5188 2.02995 13.1057L2.77044 10.8415L2.02995 8.57715C1.89485 8.16405 2.04206 7.71099 2.39417 7.45619L4.32417 6.05958L5.05604 3.79244C5.18956 3.37882 5.57495 3.09882 6.00958 3.09964L8.39189 3.10418L10.3166 1.70022ZM14.9462 9.46522C15.3368 9.0747 15.3368 8.44153 14.9462 8.05101C14.5557 7.66049 13.9226 7.66049 13.532 8.05101L10.0725 11.5106L8.69624 10.1343C8.30572 9.74382 7.67255 9.74382 7.28203 10.1343C6.8915 10.5249 6.8915 11.158 7.28203 11.5486L9.36536 13.6319C9.75589 14.0224 10.3891 14.0224 10.7796 13.6319L14.9462 9.46522Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
  5. export var BonusPointsSingle20 = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'bonus-points-single-20',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. BonusPointsSingle20.displayName = 'BonusPointsSingle20';
  13. export default BonusPointsSingle20;
  14. //# sourceMappingURL=bonus-points-single-20.js.map