@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.56 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SpeakerEdit24Filled',
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: 'M14.999 4.252v11.103l-2.51 2.51a3.684 3.684 0 0 0-.939 1.597l-3.123-2.776a.75.75 0 0 0-.498-.19H4.25A2.25 2.25 0 0 1 2 14.246V9.75A2.25 2.25 0 0 1 4.25 7.5h3.68a.75.75 0 0 0 .497-.19l4.492-3.992c.806-.716 2.08-.144 2.08.934zm3.392 7.71c.182-.181.38-.337.59-.467a6.96 6.96 0 0 0-.823-2.822a.75.75 0 0 0-1.319.714c.42.777.66 1.666.66 2.614c0 .318-.027.63-.08.933l.972-.971zm2.05-.95a3.294 3.294 0 0 1 1.53.237a9.95 9.95 0 0 0-1.932-5.194a.75.75 0 0 0-1.205.893a8.448 8.448 0 0 1 1.608 4.064zm-1.343 1.658l-5.901 5.901a2.685 2.685 0 0 0-.707 1.247l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.685 2.685 0 0 0 1.248-.706l5.902-5.901a2.285 2.285 0 1 0-3.233-3.232z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})