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.65 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CameraOff24Regular', 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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.915 1.916A3.251 3.251 0 0 0 2 8.25v9.5A3.25 3.25 0 0 0 5.25 21h13.5c.358 0 .702-.058 1.024-.165l.945.945a.75.75 0 0 0 1.061-1.06L3.28 2.22zM18.44 19.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h.19l3.11 3.11a4.5 4.5 0 0 0 6.34 6.34l3.549 3.55zm-8.822-8.822l4.205 4.205a3 3 0 0 1-4.206-4.206zm1.628-2.615l1.54 1.541a3.006 3.006 0 0 1 2.111 2.11l1.54 1.541a4.5 4.5 0 0 0-5.192-5.192zm9.255.187v9.068l1.364 1.365c.089-.296.136-.609.136-.933v-9.5A3.25 3.25 0 0 0 18.75 5h-2.07l-.815-1.387a2.25 2.25 0 0 0-1.94-1.11h-3.803a2.25 2.25 0 0 0-1.917 1.073l-.55.896l1.09 1.091l.738-1.202l.065-.09a.75.75 0 0 1 .574-.268h3.803a.75.75 0 0 1 .646.37l1.032 1.757c.135.23.381.37.647.37h2.5c.966 0 1.75.784 1.75 1.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })