@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 kB
JavaScript
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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Speaker120Regular',
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: 'M11.997 3.006c0-.873-1.04-1.327-1.68-.733L6.445 5.866a.5.5 0 0 1-.34.134H3.497a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h2.608a.5.5 0 0 1 .34.133l3.872 3.594c.64.593 1.68.14 1.68-.733V3.006zM7.125 6.599l3.872-3.593v13.988L7.125 13.4a1.5 1.5 0 0 0-1.02-.4H3.497a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h2.608a1.5 1.5 0 0 0 1.02-.4zm6.956 6.334a.5.5 0 0 1-.183-.683a4.498 4.498 0 0 0-.001-4.5a.5.5 0 0 1 .866-.5a5.498 5.498 0 0 1 .001 5.5a.5.5 0 0 1-.683.183z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})