@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.29 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: 'HandDraw28Regular',
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-.997.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.633 0-6.421.258c-.894.129-1.726.332-2.353.68C3.528 6.802 3 7.389 3 8.25c0 .659.339 1.164.757 1.518c.407.345.929.585 1.442.756c1.032.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.731-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.998-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.634 0 6.421-.257c.894-.13 1.726-.332 2.354-.681c.652-.363 1.18-.949 1.18-1.812c0-1.017-.782-1.61-1.538-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.839-.166l-.515.006a.75.75 0 1 0 .014 1.5l.515-.006zM13.75 8A2.75 2.75 0 0 0 11 10.75v5.337c-1.276-.471-2.382-.479-3.297-.131c-1.16.44-1.86 1.391-2.165 2.307a.75.75 0 0 0 .346.892l4.555 2.551a6.25 6.25 0 0 1 2.373 2.352l.353.618a2.75 2.75 0 0 0 2.813 1.353l2.781-.435a2.75 2.75 0 0 0 2.264-2.138l1.029-4.772a3.75 3.75 0 0 0-3.153-4.506l-2.399-.331v-3.096A2.75 2.75 0 0 0 13.75 8zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0v3.75a.75.75 0 0 0 .647.743l3.047.421a2.25 2.25 0 0 1 1.891 2.703l-1.029 4.773a1.25 1.25 0 0 1-1.029.972l-2.781.435a1.25 1.25 0 0 1-1.279-.615l-.353-.618a7.75 7.75 0 0 0-2.942-2.917l-3.947-2.21c.233-.359.57-.662 1.01-.829c.642-.244 1.66-.255 3.16.553a.75.75 0 0 0 1.105-.66v-6.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})