UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.35 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'Reward24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M20.25 1.999c.966 0 1.75.784 1.75 1.75v3.043a2.75 2.75 0 0 1-1.477 2.437l-6.282 3.28a5 5 0 1 1-4.483 0L3.478 9.23A2.75 2.75 0 0 1 2 6.792V3.749c0-.966.784-1.75 1.75-1.75h16.5zM12 13.48a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7zm3.5-9.982h-7v6.662l3.384 1.768a.25.25 0 0 0 .232 0l3.384-1.769V3.498zm-8.5 0l-3.25.001a.25.25 0 0 0-.25.25v3.043c0 .465.259.892.671 1.108L7 9.376V3.498zm13.25.001L17 3.498v5.878L19.829 7.9a1.25 1.25 0 0 0 .671-1.108V3.749a.25.25 0 0 0-.25-.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })