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.5 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'InkingTool16Regular', 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: 'M2.009 1.476a.5.5 0 1 0-1 0v2a1.5 1.5 0 0 0 1.5 1.5h.23l3.278 6.475a1 1 0 0 0 .555.49v.004a8.729 8.729 0 0 0-.064.979c0 .43.096.911.312 1.303c.214.39.598.768 1.172.774h.016c.574-.006.958-.384 1.172-.774c.216-.392.312-.873.312-1.303c0-.317-.028-.676-.064-.98v-.004a1 1 0 0 0 .552-.488l3.28-6.476h.249a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2zM8.428 12a7.987 7.987 0 0 1 .064.924c0 .3-.07.607-.188.822c-.113.205-.221.253-.304.255c-.083-.002-.19-.05-.304-.255a1.79 1.79 0 0 1-.188-.822c0-.267.024-.584.057-.862L7.572 12h.856zm3.711-7.024L9.088 11H6.909L3.86 4.976h8.28z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })