@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.58 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: 'EmojiHand28Regular',
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: 'M10.75 2.75c-.184 0-.356.025-.515.072A1.701 1.701 0 0 0 8.75 2c-.683 0-1.197.35-1.486.823a1.818 1.818 0 0 0-.514-.073c-.89 0-1.491.595-1.684 1.276A1.88 1.88 0 0 0 4.75 4C3.658 4 3 4.896 3 5.75v6c0 .624.274 1.386.56 2.037c.3.684.675 1.375.977 1.902A2.643 2.643 0 0 0 6.842 17H8.48a2.75 2.75 0 0 0 2.226-1.134l.598-.825a11.25 11.25 0 0 1 1.71-1.87l.955-.832l1.718-1.23A.75.75 0 0 0 16 10.5C16 9.032 14.902 8 13.504 8c-.378 0-.716.072-1.008.173V4.5c0-.85-.65-1.75-1.746-1.75zm-2.25.998c0-.063.026-.13.07-.178c.034-.037.086-.07.18-.07s.146.033.18.07c.044.047.07.115.07.178V8.25a.75.75 0 0 0 1.5 0V4.5c0-.066.027-.134.07-.18c.033-.037.085-.07.18-.07c.094 0 .144.032.177.069a.277.277 0 0 1 .069.181v4.99a.75.75 0 0 0 1.236.571l.03-.026c.152-.135.605-.534 1.242-.534c.47 0 .822.24.947.649l-1.384.99a.783.783 0 0 0-.056.045l-.982.856a12.752 12.752 0 0 0-1.939 2.12l-.598.823a1.25 1.25 0 0 1-1.012.516H6.842c-.43 0-.808-.216-1.004-.558a19.218 19.218 0 0 1-.905-1.759C4.65 12.535 4.5 12.03 4.5 11.75v-6c0-.065.026-.133.07-.18c.034-.037.086-.07.18-.07s.146.033.18.07c.044.047.07.115.07.18v3a.75.75 0 0 0 1.5 0V4.5c0-.066.027-.134.07-.18c.033-.037.085-.07.18-.07c.096 0 .154.035.192.075c.037.04.054.087.058.123V8.25a.75.75 0 0 0 1.5 0V4.513a1.624 1.624 0 0 0 0-.1v-.665zM17.5 26a8.5 8.5 0 0 1-8.487-8.038a3.75 3.75 0 0 0 1.488-.553v.091a7 7 0 1 0 6.5-6.982V10.5c0-.532-.107-1.025-.3-1.463A8.5 8.5 0 1 1 17.5 26zm-1.375-10a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0zM20 17.12a1.121 1.121 0 1 0 0-2.242a1.121 1.121 0 0 0 0 2.242zm-5.174 2.637a.75.75 0 0 0-1.146.968A4.99 4.99 0 0 0 17.5 22.5a4.99 4.99 0 0 0 3.82-1.774a.75.75 0 1 0-1.145-.968A3.49 3.49 0 0 1 17.501 21a3.49 3.49 0 0 1-2.675-1.242z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})