@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.51 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'EmojiHand24Regular',
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: 'M9.235 1.822c.159-.047.33-.072.515-.072c1.096 0 1.746.9 1.746 1.75v3.673c.292-.101.63-.172 1.008-.172C13.902 7 15 8.03 15 9.5a.75.75 0 0 1-.313.61l-1.718 1.229l-.954.832a11.25 11.25 0 0 0-1.71 1.87l-.6.825A2.75 2.75 0 0 1 7.482 16H5.84a2.643 2.643 0 0 1-2.304-1.311a20.699 20.699 0 0 1-.977-1.902C2.274 12.136 2 11.374 2 10.75v-6C2 3.896 2.658 3 3.75 3c.11 0 .216.01.316.026c.193-.681.793-1.276 1.684-1.276c.182 0 .354.026.514.073A1.701 1.701 0 0 1 7.75 1c.683 0 1.196.35 1.485.822zM7.57 2.57a.271.271 0 0 0-.069.178V7.25a.75.75 0 0 1-1.5 0V3.448a.218.218 0 0 0-.058-.123a.247.247 0 0 0-.192-.075c-.095 0-.147.033-.18.07a.274.274 0 0 0-.07.18v4.25a.75.75 0 0 1-1.5 0v-3a.274.274 0 0 0-.07-.18c-.034-.037-.086-.07-.18-.07s-.146.033-.18.07a.274.274 0 0 0-.07.18v6c0 .28.149.785.433 1.433c.27.615.615 1.255.905 1.759c.196.342.574.558 1.004.558H7.48c.4 0 .776-.192 1.011-.516l.598-.824a12.75 12.75 0 0 1 1.939-2.12l.982-.855a.783.783 0 0 1 .056-.045l1.383-.99c-.124-.408-.476-.65-.946-.65c-.637 0-1.09.4-1.242.535l-.03.026a.75.75 0 0 1-1.236-.571V3.5a.277.277 0 0 0-.07-.181c-.032-.037-.082-.069-.176-.069c-.095 0-.147.033-.18.07a.273.273 0 0 0-.07.18v3.75a.75.75 0 0 1-1.5 0V2.748a.271.271 0 0 0-.07-.178c-.034-.037-.086-.07-.18-.07s-.146.033-.18.07zM13 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm4 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-2 7a7.003 7.003 0 0 1-6.734-5.083a3.752 3.752 0 0 0 1.39-.612a5.5 5.5 0 1 0 6.342-6.714L16 9.5c0-.533-.107-1.027-.3-1.465A7 7 0 0 1 15 22zm-1.802-5.267a.75.75 0 0 0-1.081 1.04A3.99 3.99 0 0 0 15 19a3.99 3.99 0 0 0 2.883-1.227a.75.75 0 1 0-1.081-1.04A2.49 2.49 0 0 1 15 17.5a2.49 2.49 0 0 1-1.802-.767z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})