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.72 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: 'TooltipQuote24Regular', 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: 'M6.25 5.5a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.135.644A4.658 4.658 0 0 1 5.72 9.22a.75.75 0 1 0 1.06 1.06C7.212 9.85 8.5 8.401 8.5 6.25a.75.75 0 0 0-.75-.75h-1.5zm4 0a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.135.644A4.658 4.658 0 0 1 9.72 9.22a.75.75 0 1 0 1.06 1.06c.432-.431 1.72-1.879 1.72-4.03a.75.75 0 0 0-.75-.75h-1.5zM2 4.25A2.25 2.25 0 0 1 4.25 2h9a2.25 2.25 0 0 1 2.25 2.25v7.5A2.25 2.25 0 0 1 13.25 14h-1.942l-1.894 3.6a.75.75 0 0 1-1.328 0L6.192 14H4.25A2.25 2.25 0 0 1 2 11.75v-7.5zm2.25-.75a.75.75 0 0 0-.75.75v7.5c0 .414.336.75.75.75h2.395a.75.75 0 0 1 .663.4l1.442 2.74l1.441-2.74a.75.75 0 0 1 .664-.4h2.395a.75.75 0 0 0 .75-.75v-7.5a.75.75 0 0 0-.75-.75h-9zm2.128 13H2.75a.75.75 0 0 0 0 1.5h4.417l-.79-1.5zm3.955 1.5H21.25a.75.75 0 0 0 0-1.5H11.122l-.79 1.5zM2.75 20.5a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5h-12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })