@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'StarProhibited16Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M8.808 2.101a.9.9 0 0 0-1.614 0L5.673 5.183l-3.401.495a.9.9 0 0 0-.5 1.535l2.462 2.399l-.581 3.387a.9.9 0 0 0 1.306.949l.91-.479a5.486 5.486 0 0 1-.461-.887l-.735.387l.345-2.016a5.576 5.576 0 0 1 .138-1.76a.9.9 0 0 0-.186-.26L2.616 6.637l3.253-.473a.9.9 0 0 0 .677-.492l1.455-2.947L9.2 5.154a5.498 5.498 0 0 1 1.041-.149L8.808 2.101zM6 10.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0zm1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.485 3.485 0 0 1 7 10.499zm3.5 3.5c-.786 0-1.512-.259-2.096-.696l4.9-4.9A3.5 3.5 0 0 1 10.5 14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})