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.97 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: 'Shortpick24Filled', 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: 'M8.964 3.5H8.5v2h.464a.75.75 0 0 1 0 1.5H8.25C7.56 7 7 6.44 7 5.75v-2.5C7 2.56 7.56 2 8.25 2h.714a.75.75 0 0 1 0 1.5zM11.5 2a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5h-1zm3.536 0a.75.75 0 0 0 0 1.5h.464v2h-.464a.75.75 0 0 0 0 1.5h.714C16.44 7 17 6.44 17 5.75v-2.5C17 2.56 16.44 2 15.75 2h-.714zM11.5 5.5a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5h-1zM4.75 8a.75.75 0 0 1 .75.75v10c0 .966.784 1.75 1.75 1.75h9.5a1.75 1.75 0 0 0 1.75-1.75v-10a.75.75 0 0 1 1.5 0v10A3.25 3.25 0 0 1 16.75 22h-9.5A3.25 3.25 0 0 1 4 18.75v-10A.75.75 0 0 1 4.75 8zm3.5 6C7.56 14 7 14.56 7 15.25v2.5c0 .69.56 1.25 1.25 1.25h7.5c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-7.5zm.25-4.5h.464a.75.75 0 0 0 0-1.5H8.25C7.56 8 7 8.56 7 9.25v2.5c0 .69.56 1.25 1.25 1.25h.714a.75.75 0 0 0 0-1.5H8.5v-2zm2.25-.75A.75.75 0 0 1 11.5 8h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75zm3.536 0a.75.75 0 0 1 .75-.75h.714c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-.714a.75.75 0 0 1 0-1.5h.464v-2h-.464a.75.75 0 0 1-.75-.75zm-3.536 3.5a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })