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.52 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: 'InkingTool32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.018 2.951a1 1 0 0 0-2 0v4a3 3 0 0 0 3 3h.461l6.554 12.952a2 2 0 0 0 1.111.98v.006a17.468 17.468 0 0 0-.128 1.959c0 .86.193 1.822.624 2.606c.429.78 1.196 1.535 2.344 1.549h.032c1.148-.014 1.915-.768 2.344-1.549c.431-.784.624-1.746.624-2.606a17.468 17.468 0 0 0-.128-1.967a2 2 0 0 0 1.104-.977L26.52 9.95h.498a3 3 0 0 0 3-3v-4a1 1 0 1 0-2 0v4a1 1 0 0 1-1 1h-22a1 1 0 0 1-1-1v-4zM16.855 24l.015.125c.066.555.114 1.19.114 1.723c0 .6-.14 1.214-.377 1.643c-.226.412-.442.506-.607.512c-.165-.006-.381-.1-.607-.512c-.236-.429-.377-1.044-.377-1.643c0-.533.048-1.168.114-1.723l.015-.125h1.71zM24.28 9.95L18.176 22h-4.358L7.721 9.95h16.558z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })