@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.84 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: 'PhoneSpeaker24Filled',
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: 'M13.75 2A2.25 2.25 0 0 1 16 4.25v8.673c-.368.051-.73.224-1.027.54L13.533 15H12a1 1 0 0 0-1 1v2H8.75a.75.75 0 0 0 0 1.5h2.384A1 1 0 0 0 12 20h1.533l1.44 1.536l.061.062A2.24 2.24 0 0 1 13.75 22h-7.5A2.25 2.25 0 0 1 4 19.75V4.25A2.25 2.25 0 0 1 6.25 2h7.5zm8.393 12.302c-.328-.547-.665-.921-.913-1.128a.75.75 0 1 0-.96 1.152c.127.106.353.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.234.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128c.536-.893.857-1.962.857-3.198s-.32-2.305-.857-3.198zm-2.269 1.095a3.075 3.075 0 0 0-.674-.747a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271c0 .5-.14.92-.374 1.271a1.68 1.68 0 0 1-.326.379l-.084.073a.75.75 0 0 0 .984 1.127c.189-.141.435-.388.674-.747A3.734 3.734 0 0 0 20.5 17.5c0-.812-.235-1.517-.626-2.104zM17 14.75a.75.75 0 0 0-1.314-.494L14.16 16h-1.41a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.41l1.526 1.744A.75.75 0 0 0 17 20.25v-5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})