@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.94 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HandDraw28Filled',
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: 'M12.772 2.994c1.662-.018 3.835-.042 5.662.158c1.018.111 1.86.285 2.428.533c.592.258.638.473.638.565c0 .137-.05.301-.41.501c-.384.214-.998.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.634 0-6.421.258c-.895.129-1.726.332-2.354.68C3.528 6.802 3 7.389 3 8.25c0 .659.34 1.164.758 1.518c.407.345.929.585 1.442.756c1.031.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.732-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.997-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.633 0 6.421-.257c.894-.13 1.726-.332 2.353-.681c.653-.363 1.18-.949 1.18-1.812c0-1.017-.781-1.61-1.537-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.84-.166l-.514.006a.75.75 0 0 0 .014 1.5l.515-.006zM11 10.75a2.75 2.75 0 1 1 5.5 0v3.097l2.4.331a3.75 3.75 0 0 1 3.152 4.505l-1.03 4.773a2.75 2.75 0 0 1-2.263 2.137l-2.782.435a2.75 2.75 0 0 1-2.812-1.352l-.353-.618a6.25 6.25 0 0 0-2.373-2.352l-4.555-2.552a.75.75 0 0 1-.346-.891c.306-.916 1.005-1.868 2.165-2.308c.915-.347 2.021-.34 3.297.131V10.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})