@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CameraOff24Filled',
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: 'M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-.946-.945A3.245 3.245 0 0 1 18.75 21H5.25A3.25 3.25 0 0 1 2 17.75v-9.5c0-1.403.89-2.599 2.135-3.054L2.22 3.28a.75.75 0 0 1 0-1.06zm11.602 12.663a3 3 0 0 1-4.206-4.206L8.55 9.612a4.5 4.5 0 0 0 6.34 6.34l-1.068-1.068zm2.615-1.628a4.5 4.5 0 0 0-5.192-5.192l-3.59-3.59l.55-.897a2.25 2.25 0 0 1 1.917-1.073h3.803a2.25 2.25 0 0 1 1.94 1.11L16.679 5h2.071A3.25 3.25 0 0 1 22 8.25v9.5c0 .324-.047.637-.136.933l-5.427-5.428z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})