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.53 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'AlignCenterHorizontal48Regular', 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: 'M44 24.25c0 .69-.56 1.25-1.25 1.25H40v6.25A4.25 4.25 0 0 1 35.75 36h-5.5A4.25 4.25 0 0 1 26 31.75V25.5h-4v10.25A4.25 4.25 0 0 1 17.75 40h-5.5A4.25 4.25 0 0 1 8 35.75V25.5H5.25a1.25 1.25 0 1 1 0-2.5H8V12.25A4.25 4.25 0 0 1 12.25 8h5.5A4.25 4.25 0 0 1 22 12.25V23h4v-6.75A4.25 4.25 0 0 1 30.25 12h5.5A4.25 4.25 0 0 1 40 16.25V23h2.75c.69 0 1.25.56 1.25 1.25zm-6.5-8a1.75 1.75 0 0 0-1.75-1.75h-5.5a1.75 1.75 0 0 0-1.75 1.75v15.5c0 .967.784 1.75 1.75 1.75h5.5a1.75 1.75 0 0 0 1.75-1.75v-15.5zM17.75 10.5h-5.5a1.75 1.75 0 0 0-1.75 1.75v23.5c0 .967.784 1.75 1.75 1.75h5.5a1.75 1.75 0 0 0 1.75-1.75v-23.5a1.75 1.75 0 0 0-1.75-1.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })