@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.44 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 24 24'
}
export default defineComponent({
name: 'LiveOff24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06L4.418 5.48c-3.386 3.929-3.216 9.865.51 13.592a.75.75 0 1 0 1.062-1.06a8.5 8.5 0 0 1-.508-11.468L7.26 8.321a6.001 6.001 0 0 0 .497 7.922a.75.75 0 0 0 1.061-1.061a4.501 4.501 0 0 1-.486-5.79l2.219 2.22A1.503 1.503 0 0 0 12 13.5c.134 0 .264-.018.388-.05l8.331 8.33a.75.75 0 0 0 1.061-1.06L3.28 2.22zM19.39 16.207l1.093 1.094c2.418-3.861 1.947-9.014-1.41-12.372a.75.75 0 0 0-1.062 1.06a8.504 8.504 0 0 1 1.378 10.218zm-3.042-3.042l1.178 1.178a6.002 6.002 0 0 0-1.282-6.586a.75.75 0 1 0-1.061 1.061a4.498 4.498 0 0 1 1.165 4.348z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})