@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.7 kB
JavaScript
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 28 28'
}
export default defineComponent({
name: 'SpeakerUsb28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.395 3.902c.798-.748 2.105-.182 2.105.912v18.37c0 1.094-1.306 1.66-2.105.912L9.458 19.47a1.75 1.75 0 0 0-1.196-.473H5.25A3.25 3.25 0 0 1 2 15.747v-3.492a3.25 3.25 0 0 1 3.25-3.25h3.011c.445 0 .873-.17 1.197-.473l4.937-4.63zM15 5.392l-4.516 4.234a3.25 3.25 0 0 1-2.223.879H5.25a1.75 1.75 0 0 0-1.75 1.75v3.492c0 .966.784 1.75 1.75 1.75h3.012c.825 0 1.62.314 2.222.878L15 22.607V5.391zm4 2.358a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v2.422c.591.28 1 .883 1 1.581v4.5a1.75 1.75 0 0 1-1.75 1.75h-.3v3.247a.75.75 0 0 1-1.5 0v-3.247h-.95v3.25a.75.75 0 0 1-1.5 0v-3.25h-.25a1.75 1.75 0 0 1-1.75-1.75v-4.5c0-.698.409-1.3 1-1.581V7.75zm4.2 8.75c.025 0 .05 0 .073.003h.977a.25.25 0 0 0 .25-.25v-4.5a.25.25 0 0 0-.25-.25h-4.5a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3.377a.734.734 0 0 1 .073-.003zm-2.7-8V10h3V8.5h-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})