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.59 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'TextHeader324Filled', 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 .575-.14.953-.317 1.214c-.18.268-.44.476-.772.636c-.692.336-1.559.4-2.13.4a1 1 0 1 0 0 2c.571 0 1.438.064 2.13.4c.331.16.592.368.772.636c.176.26.317.639.317 1.214c0 .948-.802 2-2.25 2c-1.636 0-2.158-.707-2.32-1.118a1 1 0 0 0-1.86.736c.498 1.256 1.816 2.382 4.18 2.382c2.552 0 4.25-1.948 4.25-4c0-.925-.234-1.703-.659-2.333a3.693 3.693 0 0 0-.889-.917c.33-.24.636-.541.89-.917c.424-.63.658-1.408.658-2.333c0-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 */ ) ]) ) ) } })