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.33 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'CameraDome28Regular', 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: 'M17.5 16.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0zm-10 0a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0zm6.5-5a5 5 0 1 0 0 10a5 5 0 0 0 0-10zM3.75 3A1.75 1.75 0 0 0 2 4.75v1.5c0 .698.409 1.3 1 1.582V15c0 6.075 4.925 11 11 11s11-4.925 11-11V7.832c.591-.281 1-.884 1-1.582v-1.5A1.75 1.75 0 0 0 24.25 3H3.75zM23.5 8v7a9.5 9.5 0 0 1-19 0V8h19zm.75-1.5H3.75a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h20.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })