UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.34 kB
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: 'FlashOff24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.147 2.3l.073-.084a.75.75 0 0 1 .976-.073l.084.073l18.5 18.509a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-6.603-6.605l-6.321 6.59c-.51.53-1.376.086-1.287-.606l.018-.096L8.294 14H5.75a.75.75 0 0 1-.742-.86l.02-.096l1.545-5.412L2.22 3.276a.75.75 0 0 1-.073-.976l.073-.084l-.073.084zM8.75 2h7a.75.75 0 0 1 .737.89l-.025.097L14.79 8h4.459a.75.75 0 0 1 .61 1.187l-.069.082l-3.596 3.746l-8.677-8.682l.51-1.79a.75.75 0 0 1 .612-.535L8.75 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })