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.22 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 20 20' } export default defineComponent({ name: 'InkingTool20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.52 15c-.014.165-.02.332-.02.5c0 .582.072 1.162.273 1.616c.208.47.6.884 1.227.884c.627 0 1.019-.414 1.227-.884c.2-.454.273-1.034.273-1.616c0-.168-.006-.335-.02-.5H8.52zM2.5 5.5v-3A.5.5 0 0 1 3 2h14a.5.5 0 0 1 .5.5v3A1.5 1.5 0 0 1 16 7H4a1.5 1.5 0 0 1-1.5-1.5zM4.75 8l2.724 5.447a1 1 0 0 0 .894.553h3.264a1 1 0 0 0 .894-.553L15.25 8H4.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })