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.25 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 32 32' } export default defineComponent({ name: 'InkingTool32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.018 2a2 2 0 0 0-2 2v.812C2.006 4.873 2 4.936 2 5v2a3 3 0 0 0 3 3h.504l.003.005h20.986l.003-.005H27a3 3 0 0 0 3-3V4a2 2 0 0 0-2-2H4.018zm9 24c.021.82.216 1.716.622 2.454c.429.78 1.195 1.535 2.344 1.55h.032c1.148-.015 1.915-.77 2.344-1.55c.406-.738.6-1.634.622-2.454h-5.964zm6.942-3.096l5.52-10.899H6.52l5.514 10.898A2 2 0 0 0 13.819 24h4.358a2 2 0 0 0 1.784-1.096z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })