UNPKG

@vicons/fa

Version:

Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)

33 lines (32 loc) 1.34 kB
'use strict' 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 512 512' } exports.default = (0, vue_1.defineComponent)({ name: 'HandSpock', 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)( 'path', { d: 'M510.9 145.27l-68.296 286.824A103.995 103.995 0 0 1 341.437 512H214.074a135.97 135.97 0 0 1-93.185-36.953L12.591 373.127a39.992 39.992 0 0 1 54.812-58.25l60.593 57.026a283.248 283.248 0 0 0-11.67-80.468L73.637 147.36a40.006 40.006 0 1 1 76.719-22.719l37.154 125.395a8.331 8.331 0 0 0 16.057-4.441l-50.305-195.64a39.996 39.996 0 1 1 77.468-19.938l56.095 218.158a10.42 10.42 0 0 0 20.3-.501L344.808 63.97a40.052 40.052 0 0 1 51.302-30.09c19.86 6.3 30.863 27.674 26.676 48.085l-33.839 164.966a7.552 7.552 0 0 0 14.744 3.267l29.397-123.459a39.994 39.994 0 1 1 77.813 18.531z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })