@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.37 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: 'InkingTool24Filled',
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: 'M13.82 20.04c-.122.456-.31.881-.563 1.275a1.5 1.5 0 0 1-2.467.079l-.082-.122l-.124-.218a4.75 4.75 0 0 1-.393-1.014a5.625 5.625 0 0 1-.156-2.04h3.93c.074.721.026 1.402-.145 2.04zM18.477 9l-3.465 7.085a1.75 1.75 0 0 1-1.096.915L10.178 17l-.107-.03a1.74 1.74 0 0 1-.908-.72l-.085-.151l-3.542-7.099h12.941zm1.773-7.002a.75.75 0 0 1 .743.648l.007.102v3.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006H4.752a1.75 1.75 0 0 1-1.744-1.606l-.006-.144v-3.5a.75.75 0 0 1 .648-.743l.102-.007H20.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})