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.31 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 12 12' } export default defineComponent({ name: 'StarOneQuarter12Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.718 1.546a.8.8 0 0 0-1.435 0L4.172 3.798l-2.486.361a.798.798 0 0 0-.444 1.365l1.8 1.753l-.425 2.476a.837.837 0 0 0-.005.254a.801.801 0 0 0 1.165.59l2.224-1.17l2.223 1.17a.8.8 0 0 0 1.161-.844L8.96 7.277l1.8-1.753a.8.8 0 0 0-.444-1.365L7.83 3.8L6.718 1.545zM5 8.824V4.376a.799.799 0 0 0 .022-.041L6 2.352l.979 1.983a.8.8 0 0 0 .602.438l2.19.318l-1.585 1.544a.8.8 0 0 0-.23.708l.374 2.18l-1.958-1.03a.8.8 0 0 0-.744 0L5 8.825z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })