@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.49 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'InkingTool20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3 2a.5.5 0 0 1 .5.5v3A.5.5 0 0 0 4 6h12a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3A1.5 1.5 0 0 1 16 7h-.191l-3.585 7.17a1.5 1.5 0 0 1-.755.71c.022.2.031.41.031.62c0 .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-.21.01-.42.03-.62a1.5 1.5 0 0 1-.754-.71L4.191 7H4a1.5 1.5 0 0 1-1.5-1.5v-3A.5.5 0 0 1 3 2zm6.118 12h1.764a.5.5 0 0 0 .447-.276L14.691 7H5.309l3.362 6.724a.5.5 0 0 0 .447.276zm.405 1a5.02 5.02 0 0 0-.023.5c0 .523.068.942.188 1.212c.112.254.22.288.312.288s.2-.034.312-.288c.12-.27.188-.69.188-1.212c0-.178-.008-.345-.024-.5h-.953z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})