@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.56 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: 'Lottery24Regular',
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: 'M14.148 4.72a2.499 2.499 0 0 0-4.296 0a5.96 5.96 0 0 0-1.412-.546a4 4 0 0 1 7.12 0a5.959 5.959 0 0 0-1.412.546zM9.384 7.437a7.95 7.95 0 0 1 1.658-.38a5 5 0 1 0-6.986 6.986a7.952 7.952 0 0 1 .381-1.659a3.5 3.5 0 0 1 4.947-4.947zm10.56 6.605a5 5 0 1 0-6.986-6.986a7.952 7.952 0 0 1 1.658.381a3.5 3.5 0 0 1 4.947 4.947c.183.53.312 1.085.38 1.658zM9.5 13.25a.75.75 0 0 1 .75-.75h4.25a.75.75 0 0 1 .495 1.313v.001l-.013.011l-.053.05a9.548 9.548 0 0 0-.925 1.048c-.557.731-1.188 1.77-1.53 3.024a.75.75 0 1 1-1.448-.394c.408-1.496 1.152-2.707 1.783-3.538L12.82 14h-2.57a.75.75 0 0 1-.75-.75zM12 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14zm0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})