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.59 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: 'StarDismiss28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.701 3.908c.532-1.077 2.069-1.077 2.6 0l2.692 5.453l6.017.874c1.19.173 1.664 1.635.804 2.474l-1.06 1.032a7.443 7.443 0 0 0-1.58-.554l1.52-1.482l-5.943-.864a1.45 1.45 0 0 1-1.092-.793l-2.657-5.385l-2.658 5.385a1.45 1.45 0 0 1-1.092.793l-5.943.864l4.3 4.192c.342.333.498.813.417 1.283L8.011 23.1L13 20.476v.023c0 .543.058 1.073.167 1.583L8.62 24.474c-1.064.56-2.307-.344-2.104-1.528l1.028-5.993l-4.355-4.244c-.86-.84-.385-2.3.804-2.474l6.017-.874l2.691-5.453zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-9.146-3.354a.5.5 0 0 0-.708.708l2.647 2.646l-2.647 2.646a.5.5 0 0 0 .708.708l2.646-2.647l2.646 2.647a.5.5 0 0 0 .708-.708L21.207 20.5l2.647-2.646a.5.5 0 0 0-.708-.708L20.5 19.793l-2.646-2.647z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })