@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.55 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 16 16'
}
export default defineComponent({
name: 'Flashlight16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm2.854-.354a.5.5 0 0 0-.707 0l-1 1a.5.5 0 0 0 .707.708l1-1a.5.5 0 0 0 0-.708zm-8 8.708a.5.5 0 0 0-.707-.707l-1 1a.5.5 0 1 0 .707.707l1-1zm1.707-8a1.5 1.5 0 0 0-2.122 0L5.147 3.146A.5.5 0 0 0 5 3.5v3.793l-3.646 3.646a1.5 1.5 0 0 0 0 2.122l1.585 1.585a1.5 1.5 0 0 0 2.122 0L8.707 11H12.5a.5.5 0 0 0 .354-.146l1.293-1.293a1.5 1.5 0 0 0 0-2.122L8.56 1.854zm-1.414.707a.5.5 0 0 1 .707 0l5.585 5.585a.5.5 0 0 1 0 .708l-.939.939L6.207 3.5l.94-.94zM6 4.707L11.293 10H8.5a.5.5 0 0 0-.353.146L4.354 13.94a.5.5 0 0 1-.707 0L2.06 12.354a.5.5 0 0 1 0-.708l3.793-3.792A.5.5 0 0 0 6 7.5V4.707zM13.5 5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})