@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.89 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SpeakerEdit16Regular',
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: 'M8.999 2.5a.5.5 0 0 0-.85-.358l-2.925 2.85H3.5a1.5 1.5 0 0 0-1.5 1.5V9.48a1.5 1.5 0 0 0 1.5 1.5h1.722l1.302 1.278c.132-.318.307-.618.52-.89l-1.267-1.245a.5.5 0 0 0-.35-.143H3.5a.5.5 0 0 1-.5-.5V6.492a.5.5 0 0 1 .5-.5h1.927a.5.5 0 0 0 .349-.142l2.223-2.165v6.693l1-1V2.5zm-.95 9.242a2.78 2.78 0 0 0-.73 1.29l-.303 1.21a.61.61 0 0 0 .739.74l1.21-.303a2.777 2.777 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0-1.617-2.578a1.555 1.555 0 0 0-.59.371l-.338.339l-1.115 1.114l-2.834 2.835zm5.645-5.732a6.628 6.628 0 0 0-1.522-2.563a4.978 4.978 0 0 0-.327-.31l-.023-.02l-.007-.005l-.002-.002l-.002-.001a.5.5 0 1 0-.623.782l.012.01l.051.044c.047.042.116.108.201.196a5.64 5.64 0 0 1 1.221 1.973c.331-.103.679-.138 1.02-.104zm-1.914.597a3.818 3.818 0 0 0-.351-.756a3.372 3.372 0 0 0-.405-.54a2.493 2.493 0 0 0-.188-.183l-.015-.012l-.005-.005l-.002-.001l-.001-.001h-.001a.5.5 0 0 0-.623.78h-.001l.018.016c.018.017.048.045.085.085c.074.08.178.207.283.38c.151.248.307.596.382 1.05l.673-.673c.05-.049.1-.096.152-.14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})