UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.11 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: 'Fps3048Regular', 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: 'M30 6a6 6 0 0 0-6 6v8a6 6 0 0 0 12 0v-8a6 6 0 0 0-6-6zm0 17.5a3.5 3.5 0 0 1-3.5-3.5v-8a3.5 3.5 0 1 1 7 0v8a3.5 3.5 0 0 1-3.5 3.5zM9.25 30C8.56 30 8 30.56 8 31.25v11.54a1.25 1.25 0 1 0 2.5 0V38.5h4.25a1.25 1.25 0 1 0 0-2.5H10.5v-3.5h5.256a1.25 1.25 0 1 0 0-2.5H9.25zm11.5 0c-.69 0-1.25.56-1.25 1.25v11.54a1.25 1.25 0 1 0 2.5 0V38.5h2.25a4.25 4.25 0 0 0 0-8.5h-3.5zm3.5 6H22v-3.5h2.25a1.75 1.75 0 1 1 0 3.5zM33 34.156c0-.915.741-1.656 1.656-1.656h1.594c.69 0 1.25.56 1.25 1.25a1.25 1.25 0 1 0 2.5 0A3.75 3.75 0 0 0 36.25 30h-1.594a4.156 4.156 0 1 0 0 8.311h1.25a1.595 1.595 0 0 1 0 3.189H34.25c-.69 0-1.25-.56-1.25-1.25a1.25 1.25 0 1 0-2.5 0A3.75 3.75 0 0 0 34.25 44h1.656a4.094 4.094 0 1 0 0-8.189h-1.25A1.656 1.656 0 0 1 33 34.156zM19.5 11.625c0 1.576-1.412 3.125-3.5 3.125a1.25 1.25 0 0 0 0 2.5c2.087 0 3.5 1.549 3.5 3.125S18.088 23.5 16 23.5c-1.668 0-2.94-.997-3.354-2.444C12.482 20.49 12.02 20 11.43 20c-.798 0-1.485.628-1.326 1.41C10.646 24.07 13.224 26 16 26c3.314 0 6-2.518 6-5.625c0-1.767-.869-3.344-2.228-4.375C21.13 14.97 22 13.392 22 11.625C22 8.518 19.314 6 16 6c-2.776 0-5.354 1.93-5.896 4.59c-.159.782.528 1.41 1.326 1.41c.591 0 1.052-.489 1.216-1.056C13.06 9.498 14.332 8.5 16 8.5c2.088 0 3.5 1.549 3.5 3.125z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })