UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.55 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'TooltipQuote24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.25 2A2.25 2.25 0 0 0 2 4.25v7.5A2.25 2.25 0 0 0 4.25 14h1.942l1.894 3.6a.75.75 0 0 0 1.328 0l1.894-3.6h1.942a2.25 2.25 0 0 0 2.25-2.25v-7.5A2.25 2.25 0 0 0 13.25 2h-9zM5.5 6.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75c0 2.151-1.288 3.599-1.72 4.03a.75.75 0 1 1-1.06-1.06c.2-.201.612-.662.915-1.326A.75.75 0 0 1 5.5 7.25v-1zm4 0a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75c0 2.151-1.288 3.599-1.72 4.03a.75.75 0 1 1-1.06-1.06c.2-.201.612-.662.915-1.326A.75.75 0 0 1 9.5 7.25v-1zM2.75 16.5h3.628l.79 1.5H2.75a.75.75 0 0 1 0-1.5zm18.5 1.5H10.333l.79-1.5H21.25a.75.75 0 0 1 0 1.5zM2 21.25a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })