@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.37 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextHeader224Filled',
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: 'M15.394 7.947c.196-.39.8-1.197 2.356-1.197c.79 0 1.342.244 1.688.57c.343.324.562.802.562 1.43c0 1.829-1.137 2.806-2.73 4.016l-.215.163c-1.44 1.088-3.305 2.496-3.305 5.071a1 1 0 0 0 1 1h6.5a1 1 0 1 0 0-2h-5.324c.367-.967 1.288-1.679 2.554-2.641C20.012 13.194 22 11.67 22 8.75c0-1.122-.406-2.144-1.188-2.883c-.779-.736-1.852-1.117-3.062-1.117c-2.445 0-3.673 1.36-4.144 2.303a1 1 0 1 0 1.788.894zM4 6a1 1 0 0 0-2 0v12a1 1 0 1 0 2 0v-5h6v5a1 1 0 1 0 2 0V6a1 1 0 1 0-2 0v5H4V6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})