@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.66 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'InkingTool24Regular',
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: 'M20.249 1.998a.75.75 0 0 1 .743.648l.007.102v3.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006h-.263l-3.973 8.962a1.75 1.75 0 0 1-1.092.966c.138.83.117 1.612-.069 2.339a4.353 4.353 0 0 1-.244.702a1.75 1.75 0 0 1-3.211-.039a4.713 4.713 0 0 1-.221-.665a5.49 5.49 0 0 1-.07-2.358a1.738 1.738 0 0 1-.96-.792l-.07-.14l-4.061-8.975h-.264a1.75 1.75 0 0 1-1.744-1.606L3 6.248v-3.5a.75.75 0 0 1 1.493-.102l.007.102v3.5a.25.25 0 0 0 .193.243l.057.007h14.498a.25.25 0 0 0 .243-.193l.007-.057v-3.5a.75.75 0 0 1 .75-.75zM12.408 18h-.791l-.038.185a3.991 3.991 0 0 0 .05 1.71c.042.16.092.311.151.453a.25.25 0 0 0 .459.006c.065-.147.119-.3.16-.46c.13-.513.147-1.08.044-1.708L12.408 18zm4.937-10.002H6.662l3.78 8.356a.25.25 0 0 0 .17.14l.058.007h2.743a.25.25 0 0 0 .199-.099l.03-.05l3.703-8.354z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})