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.68 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: 'TextPositionTight24Regular', 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: 'M3.75 4a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75zM3 8.25a.75.75 0 0 1 .75-.75h4.68A5.009 5.009 0 0 0 7.415 9H3.75A.75.75 0 0 1 3 8.25zM15.465 9a4.02 4.02 0 0 0-1.527-1.5A3.982 3.982 0 0 0 12 7c-.703 0-1.364.181-1.938.5A4.02 4.02 0 0 0 8.535 9A3.982 3.982 0 0 0 8 11v4.75a.749.749 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11A2.496 2.496 0 0 1 12 8.5a2.496 2.496 0 0 1 2.5 2.5v4.75a.747.747 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11c0-.729-.195-1.412-.535-2zM3.75 11H7v1.5H3.75a.75.75 0 0 1 0-1.5zm0 3.5H7v1.25c0 .085.006.168.018.25H3.75a.75.75 0 0 1 0-1.5zm16.5 1.5h-3.268c.012-.082.018-.165.018-.25V14.5h3.25a.75.75 0 0 1 0 1.5zm0-3.5H17V11h3.25a.75.75 0 0 1 0 1.5zm0-3.5h-3.666a5.01 5.01 0 0 0-1.013-1.5h4.679a.75.75 0 0 1 0 1.5zm-16.5 9a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })