UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.81 kB
'use strict' 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: 'SpeakerEdit16Filled', 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.693 2.04a.5.5 0 0 1 .306.46v6.878l-1.657 1.656a3.777 3.777 0 0 0-.818 1.224L5.222 10.98H3.5A1.5 1.5 0 0 1 2 9.48V6.492a1.5 1.5 0 0 1 1.5-1.5h1.724l2.926-2.85a.5.5 0 0 1 .543-.103zm-.644 9.702a2.776 2.776 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 */ ) ]) ) ) } })