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.94 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Fps3028Regular', 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: 'M17.5 3A3.5 3.5 0 0 0 14 6.5v5a3.5 3.5 0 1 0 7 0v-5A3.5 3.5 0 0 0 17.5 3zm0 10.5a2 2 0 0 1-2-2v-5a2 2 0 1 1 4 0v5a2 2 0 0 1-2 2zm.5 6.35a2.35 2.35 0 0 1 2.35-2.35h1.15a2 2 0 0 1 2 2a.75.75 0 0 1-1.5 0a.5.5 0 0 0-.5-.5h-1.15a.85.85 0 0 0-.85.85V20a1 1 0 0 0 1 1h.5a2.5 2.5 0 0 1 2.5 2.5v.15A2.35 2.35 0 0 1 21.15 26h-.65a2.5 2.5 0 0 1-2.5-2.5a.75.75 0 0 1 1.5 0a1 1 0 0 0 1 1h.65c.47 0 .85-.38.85-.85v-.15a1 1 0 0 0-1-1h-.5A2.5 2.5 0 0 1 18 20v-.15zM5.75 17.5a.75.75 0 0 0-.75.75v7a.75.75 0 0 0 1.5 0V22.5h1.75a.75.75 0 0 0 0-1.5H6.5v-2h2.75a.75.75 0 0 0 0-1.5h-3.5zm5.75.75a.75.75 0 0 1 .75-.75h2.25a2.5 2.5 0 0 1 0 5H13v2.75a.75.75 0 0 1-1.5 0v-7zM13 21h1.5a1 1 0 1 0 0-2H13v2zM9.625 4.5h-.25c-.732 0-1.366.42-1.675 1.031c-.13.259-.37.469-.66.469c-.544 0-.975-.483-.757-.981A3.376 3.376 0 0 1 9.375 3h.25a3.375 3.375 0 0 1 2.121 6a3.375 3.375 0 0 1-2.121 6h-.25c-1.382 0-2.57-.83-3.092-2.019c-.218-.498.213-.981.757-.981c.29 0 .53.21.66.469A1.875 1.875 0 0 0 9.375 13.5h.25a1.875 1.875 0 0 0 0-3.75H9.5a.75.75 0 0 1 0-1.5h.125a1.875 1.875 0 1 0 0-3.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })