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: 'PresenterOff24Regular', 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.06l5.854 5.855A1.75 1.75 0 0 0 7 10.75V12h1.5v-1.25l.007-.057a.25.25 0 0 1 .243-.193h.69l2.496 2.497H3.75c-.709 0-1.022.893-.469 1.336L8 18.11v1.645a2.25 2.25 0 0 0 2.25 2.25h3.495a2.25 2.25 0 0 0 2.25-2.25V18.11l.586-.468l4.138 4.139a.75.75 0 0 0 1.061-1.061L3.28 2.22zm12.234 14.354l-.737.59a.75.75 0 0 0-.282.586v2.005a.75.75 0 0 1-.75.75H10.25a.75.75 0 0 1-.75-.75V17.75a.75.75 0 0 0-.281-.585l-3.333-2.668h7.55l2.078 2.078zM12 8c-.344 0-.674-.057-.982-.164L9.164 5.982A3 3 0 1 1 12 8zm0-4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zm8.244 9.497H16.18l2.758 2.758l1.776-1.422c.553-.444.24-1.336-.469-1.336zM13.682 10.5l-1.5-1.5h3.063a1.75 1.75 0 0 1 1.744 1.607l.006.143V12h-1.5v-1.25a.25.25 0 0 0-.193-.243l-.057-.007h-1.563z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })