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.43 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 28 28' } export default defineComponent({ name: 'StarOneQuarter28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15.302 3.908c-.532-1.078-2.069-1.078-2.6 0L10.01 9.36l-6.017.875a1.447 1.447 0 0 0-1.243 1.444c0 .364.138.735.44 1.029l4.354 4.244l-1.028 5.993c-.108.63.193 1.181.66 1.474c.41.258.946.316 1.444.055l5.382-2.83l5.382 2.83c1.063.559 2.306-.344 2.103-1.529l-1.027-5.993l4.354-4.244c.86-.839.385-2.3-.804-2.473l-6.017-.875l-2.691-5.452zm-4.3 17.618V10.494a1.45 1.45 0 0 0 .342-.446l2.658-5.385l2.657 5.385c.212.428.62.724 1.092.793l5.943.864l-4.3 4.191a1.45 1.45 0 0 0-.417 1.284l1.015 5.919l-5.316-2.795a1.45 1.45 0 0 0-1.35 0l-2.324 1.223z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })