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.87 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'SpeakerOff16Regular', 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: 'M9 9.707l5.146 5.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.14 3.139H3.5a1.5 1.5 0 0 0-1.5 1.5v2.989a1.5 1.5 0 0 0 1.5 1.5h1.723l2.926 2.875A.5.5 0 0 0 9 13.5V9.707zm-1-1v3.6l-2.222-2.182a.5.5 0 0 0-.35-.143H3.5a.5.5 0 0 1-.5-.5v-2.99a.5.5 0 0 1 .5-.5h1.786l2.713 2.715zm0-2.829V3.685L6.887 4.767l-.707-.707l1.97-1.918a.5.5 0 0 1 .848.358v4.378l-1-1zm3.709 3.71l-.795-.795c.055-.232.09-.497.09-.794c0-.748-.219-1.284-.428-1.628a2.382 2.382 0 0 0-.369-.465a.72.72 0 0 0-.018-.016h.001a.5.5 0 0 1 .623-.781h.001l.001.001l.002.002l.006.004l.015.013a2.495 2.495 0 0 1 .188.182c.113.123.26.302.404.54c.292.48.574 1.193.574 2.148a4.25 4.25 0 0 1-.295 1.589zm1.517 1.517l-.745-.745a5.504 5.504 0 0 0 .522-2.356a5.542 5.542 0 0 0-.919-3.069a5.513 5.513 0 0 0-.63-.794a3.951 3.951 0 0 0-.253-.24l-.011-.01a.5.5 0 0 1 .623-.782l.001.001l.003.002l.007.006l.022.019a4.973 4.973 0 0 1 .328.311c.205.213.476.527.746.938a6.542 6.542 0 0 1 1.083 3.618a6.503 6.503 0 0 1-.777 3.1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })