@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.72 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CloudWords32Regular',
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 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6zm-7 7a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1zm13-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6zM16 6c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 13.47 2 16.644 2 19c0 1.145.284 2.665 1.372 3.909C4.485 24.178 6.292 25 9 25h14c2.15 0 3.915-.523 5.156-1.601C29.416 22.303 30 20.754 30 19c0-1.886-.937-3.41-2.264-4.435c-1.067-.825-2.403-1.343-3.78-1.508c-.225-2.319-1.277-4.043-2.698-5.206C19.682 6.561 17.7 6 16 6zm-6 8c0-1.3.438-2.818 1.399-3.992C12.334 8.866 13.799 8 16 8c1.3 0 2.818.438 3.992 1.399C21.134 10.334 22 11.799 22 14a1 1 0 0 0 1 1c1.296 0 2.577.424 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.247-1.156 2.889C26.084 22.549 24.85 23 23 23H9c-2.293 0-3.485-.68-4.122-1.409C4.216 20.835 4 19.855 4 19c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})