@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
76 lines (75 loc) • 2.37 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 512 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VideocamOffOutline',
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)(
'path',
{
fill: 'none',
stroke: 'currentColor',
'stroke-linecap': 'round',
'stroke-width': '32',
'stroke-linejoin': 'round',
d: 'M374.79 308.78L457.5 367a16 16 0 0 0 22.5-14.62V159.62A16 16 0 0 0 457.5 145l-82.71 58.22A16 16 0 0 0 368 216.3v79.4a16 16 0 0 0 6.79 13.08z'
},
null,
-1 /* HOISTED */
),
(0, vue_1.createElementVNode)(
'path',
{
fill: 'none',
stroke: 'currentColor',
'stroke-linecap': 'round',
'stroke-width': '32',
'stroke-miterlimit': '10',
d: 'M50.19 140.57A51.94 51.94 0 0 0 32 180v152a52.15 52.15 0 0 0 52 52h184a51.6 51.6 0 0 0 22-4.9'
},
null,
-1 /* HOISTED */
),
(0, vue_1.createElementVNode)(
'path',
{
fill: 'none',
stroke: 'currentColor',
'stroke-linecap': 'round',
'stroke-width': '32',
'stroke-miterlimit': '10',
d: 'M208 128h60.48A51.68 51.68 0 0 1 320 179.52V248'
},
null,
-1 /* HOISTED */
),
(0, vue_1.createElementVNode)(
'path',
{
fill: 'none',
stroke: 'currentColor',
'stroke-linecap': 'round',
'stroke-width': '32',
'stroke-miterlimit': '10',
d: 'M416 416L80 80'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})