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.26 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'InkingTool32Filled', 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.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 */ ) ]) ) ) } })