@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: 'FlashOff24Regular',
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: 'M2.147 2.3l.073-.084a.75.75 0 0 1 .976-.073l.084.073l18.5 18.509a.75.75 0 0 1-.976 1.133l-.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.084zm5.64 6.546L6.744 12.5h2.51c.456 0 .798.4.746.837l-.018.095l-1.316 5.264l4.39-4.578l-5.269-5.272zM8.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-1.06-1.061L17.49 9.5H13.75a.75.75 0 0 1-.737-.89l.026-.097l1.67-5.013H9.316L8.73 5.547L7.518 4.333l.51-1.79a.75.75 0 0 1 .612-.535L8.75 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})