@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.45 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'StarDismiss16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.194 2.102a.9.9 0 0 1 1.614 0l1.433 2.904a5.497 5.497 0 0 0-1.041.149L8 2.726L6.546 5.674a.9.9 0 0 1-.677.492l-3.253.473L4.97 8.933a.9.9 0 0 1 .186.261a5.514 5.514 0 0 0-.138 1.76l-.345 2.015l.735-.386c.127.31.282.607.462.887l-.911.478A.9.9 0 0 1 3.653 13l.58-3.388l-2.46-2.399a.9.9 0 0 1 .499-1.535l3.4-.494l1.522-3.082zM15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-2.646-1.146a.5.5 0 0 0-.708-.708L10.5 9.793L9.354 8.646a.5.5 0 1 0-.708.708L9.793 10.5l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L11.207 10.5l1.147-1.146z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})