UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.62 kB
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 20 20' } export default defineComponent({ name: 'CameraOff20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3.502 4.209L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-.95-.95c-.22.062-.452.096-.691.096h-11a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 1.497-2.291zM15.292 16l-2.84-2.84A4 4 0 0 1 6.84 7.547L4.306 5.013a1.5 1.5 0 0 0-1.3 1.486V14.5a1.5 1.5 0 0 0 1.5 1.5h10.788zm-3.554-3.555L7.555 8.262a3 3 0 0 0 4.184 4.184zm-3.3-6.128l.785.785a3.004 3.004 0 0 1 3.675 3.675l.785.785a4 4 0 0 0-5.246-5.246zm8.567 8.183c0 .118-.014.233-.04.344l.776.775a2.49 2.49 0 0 0 .264-1.119v-8a2.5 2.5 0 0 0-2.5-2.5h-1.69l-.585-1.17A1.5 1.5 0 0 0 11.888 2H8.124a1.5 1.5 0 0 0-1.34.826L6.194 4h-.073l.79.79a.5.5 0 0 0 .038-.065l.728-1.449A.5.5 0 0 1 8.124 3h3.764a.5.5 0 0 1 .447.276l.723 1.447a.5.5 0 0 0 .448.276h1.999a1.5 1.5 0 0 1 1.5 1.5V14.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })