@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.23 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'InkingTool20Filled',
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: '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 */
)
])
)
)
}
})