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.78 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: 'TextPositionThrough24Regular', 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.5zm9.75 1.25c0 .085.006.168.018.25h-3.036c.012-.082.018-.165.018-.25V14.5h3v1.25zm6.75-3.25H17V11h3.25a.75.75 0 0 1 0 1.5zM17 15.75c0 .085-.006.168-.018.25h3.268a.75.75 0 0 0 0-1.5H17v1.25zm-3.5-3.25h-3V11h3v1.5zm2.07-5A5.01 5.01 0 0 1 16.585 9h3.666a.75.75 0 0 0 0-1.5h-4.68zM3.75 18a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })