@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.55 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Flashlight20Regular',
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.458 1.666a.5.5 0 0 0-1 0v.833a.5.5 0 1 0 1 0v-.833zm3.395 1.187a.5.5 0 1 0-.707-.707l-1.5 1.5a.5.5 0 0 0 .708.707l1.5-1.5zm-10 10a.5.5 0 0 0-.707-.707l-1 1a.5.5 0 1 0 .708.707l1-1zM7 4.999v3.793l-4.293 4.293a2 2 0 0 0 0 2.829l1.379 1.378a2 2 0 0 0 2.828 0L11.207 13H15a.5.5 0 0 0 .353-.146l1.44-1.44a2 2 0 0 0 0-2.828l-5.38-5.379a2 2 0 0 0-2.827 0l-1.44 1.44A.5.5 0 0 0 7 4.999zm2.293-1.085a1 1 0 0 1 1.414 0l5.378 5.378a1 1 0 0 1 0 1.415L15 11.791L8.207 5l1.086-1.085zM8 6.206L13.793 12h-2.586L8 8.792V6.206zm-.5 3.5l2.793 2.793l-4.086 4.086a1 1 0 0 1-1.414 0l-1.379-1.378a1 1 0 0 1 0-1.415L7.5 9.707zm10-4.165a.5.5 0 0 0 0 1h.833a.5.5 0 0 0 0-1H17.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})