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.56 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: 'TooltipQuote24Filled', 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: '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 */ ) ]) ) ) } })