@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.5 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'StarOff24Regular',
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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.804 4.805l-3.867.561c-1.107.161-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.251c-.19 1.103.968 1.944 1.959 1.423l4.715-2.479l4.716 2.48c.99.52 2.148-.32 1.96-1.424l-.04-.223l2.085 2.084a.75.75 0 0 0 1.061-1.06L3.28 2.22zm13.518 15.639l.345 2.014l-4.516-2.374a1.35 1.35 0 0 0-1.257 0l-4.516 2.374l.862-5.03a1.35 1.35 0 0 0-.388-1.194l-3.654-3.562l4.673-.679l8.45 8.45zm3.525-7.772l-3.572 3.482l1.06 1.06l3.777-3.68c.8-.781.359-2.142-.748-2.303l-5.273-.766l-2.358-4.777c-.495-1.004-1.926-1.004-2.421 0L9.3 6.118l1.12 1.12l1.578-3.2l2.259 4.577a1.35 1.35 0 0 0 1.016.738l5.05.734z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})