UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.42 kB
'use strict' 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Flashlight20Filled', 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: 'M13.958 1.166a.5.5 0 0 1 .5.5v.833a.5.5 0 1 1-1 0v-.833a.5.5 0 0 1 .5-.5zm3.895.98a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l1.5-1.5a.5.5 0 0 1 .707 0zM6.999 5.206v2.585L12.207 13h2.586L6.999 5.206zm8.708 7.293l1.085-1.085a2 2 0 0 0 0-2.829l-5.378-5.379a2 2 0 0 0-2.829 0L7.5 4.292l8.207 8.207zM11 13.206L6.793 9l-4.086 4.086a2 2 0 0 0 0 2.829l1.379 1.378a2 2 0 0 0 2.828 0L11 13.206zm-3.146-.353l-1 1a.5.5 0 0 1-.708-.707l1-1a.5.5 0 1 1 .708.707zM17 6.041a.5.5 0 0 1 .5-.5h.833a.5.5 0 1 1 0 1H17.5a.5.5 0 0 1-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })