@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.06 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: 'SurfaceEarbuds20Regular',
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.126 8.25a4.875 4.875 0 1 1-1.102 9.625l-.085.033l-2.222.906a2.5 2.5 0 0 1-2.844-.689l-.111-.14l-.271-.367a2.5 2.5 0 0 1-.045-2.909l.113-.15l1.572-1.941c.055-.068.112-.135.172-.199a4.875 4.875 0 0 1 4.823-4.169zm-4.802 5.718l-.988 1.22a1.5 1.5 0 0 0-.122 1.715l.081.12l.271.368a1.5 1.5 0 0 0 1.636.546l.137-.049l1.341-.545a4.88 4.88 0 0 1-2.356-3.375zm4.802-4.718a3.877 3.877 0 0 0-3.758 2.926l-.064.31l-.033.242l-.014.184l-.006.213a3.877 3.877 0 0 0 2.821 3.73l.19.048l.223.044l.198.027l.18.017l.193.008l.27-.004a3.875 3.875 0 0 0-.2-7.745zM5.88 1c.66 0 1.29.131 1.864.37l.692-.23a2.5 2.5 0 0 1 2.67.728l.117.146l.114.166l.292.462c.53.84.509 1.909-.046 2.736l-.11.152l-.124.144l-.616.667A4.876 4.876 0 1 1 5.879 1zm-.04.999l.04.001a3.875 3.875 0 1 0 3.23 6.017l-.056.043l-.194.134a3.438 3.438 0 0 1-4.778-1.05a3.503 3.503 0 0 1 1.527-5.05l.23-.095zm4.583.615a1.5 1.5 0 0 0-1.53-.564l-.142.04l-2.361.783a2.503 2.503 0 0 0-1.462 3.739a2.438 2.438 0 0 0 3.39.741a2.63 2.63 0 0 0 .362-.28l.164-.164L10.6 5.01l.096-.112a1.5 1.5 0 0 0 .158-1.596l-.072-.126l-.28-.446l-.08-.116zm-.807.529l.054.073l.259.427a.5.5 0 0 1-.803.59l-.053-.072l-.259-.428a.5.5 0 0 1 .802-.59z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})