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.6 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: 'Dock24Regular', 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: 'M4.794 9.997h4.698a.75.75 0 0 1 .102 1.493l-.102.007H4.794c-.672 0-1.203.45-1.267 1.001l-.006.112l-.021 4.776c0 .561.49 1.046 1.14 1.104l.133.006h14.454c.672 0 1.203-.45 1.267-1.001l.006-.112l.02-4.776c0-.561-.488-1.046-1.14-1.104l-.132-.006h-4.695a.75.75 0 0 1-.102-1.493l.102-.007h4.695c1.46 0 2.676 1.066 2.767 2.446l.006.167L22 17.386c0 1.4-1.16 2.52-2.599 2.605l-.174.005H4.773c-1.46 0-2.676-1.067-2.767-2.446L2 17.383l.02-4.776c0-1.4 1.16-2.521 2.6-2.605l.174-.005h4.698h-4.698zm7.652-6.85l.084.073l3.925 3.925a.75.75 0 0 1-.976 1.133l-.084-.073l-2.657-2.66l.002 9.709a.75.75 0 0 1-1.5 0V5.569L8.606 8.205a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084L11.47 3.22a.75.75 0 0 1 .976-.073z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })