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.88 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Icons20Filled', 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: 'M10 2a4 4 0 0 0-3.465 6H3.423C2.637 8 2 8.637 2 9.423A5.577 5.577 0 0 0 7.577 15H8.85a4.552 4.552 0 0 1-.351-1.754c0-1.198.668-2.21 1.463-2.892c.815-.701 1.905-1.193 3.1-1.342c.298-.038.594-.054.883-.056a3.012 3.012 0 0 0-.732-.575c.09-.122.175-.249.25-.381h1.703C16.179 8 17 7.18 17 6.167C17 5.522 16.478 5 15.833 5h-1.959A4.002 4.002 0 0 0 10 2zm7.5 8.5a.5.5 0 0 1 .447.723a5.404 5.404 0 0 1-.218.373l-.017.026c-.095.155-.206.335-.324.542a7.497 7.497 0 0 0-.769 1.86c-.156.557-.366 1.306-.735 1.937c-.238.408-.556.797-.996 1.083c-.444.29-.986.456-1.638.456c-1.06 0-1.808-.534-2.273-1.035a4.1 4.1 0 0 1-.582-.81c-.605.613-1.064 1.302-1.448 2.069a.5.5 0 1 1-.894-.448c.754-1.507 1.783-2.745 3.435-3.71c.664-.415 1.4-.783 2.198-1.102a.5.5 0 1 0-.372-.928c-1.431.572-2.725 1.313-3.776 2.23a3.558 3.558 0 0 1-.038-.52c0-.764.31-1.512.94-2.1c.627-.585 1.546-.992 2.748-1.142a8.515 8.515 0 0 1 2.952.152c.328.074.614.154.841.218l.095.027c.123.034.22.06.299.078a1.269 1.269 0 0 0 .117.02h.008z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })