UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.96 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'Shortpick24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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-1zm-6 3.25a.75.75 0 0 0-1.5 0v10A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75v-10a.75.75 0 0 0-1.5 0v10a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-1.75v-10zM8.25 14C7.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 3.5v-2h7v2h-7zm0-8h.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 */ ) ]) ) ) } })