@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
31 lines (30 loc) • 1.23 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 384 512'
}
export default defineComponent({
name: 'Percentage',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51c-24.99-24.99-65.52-24.99-90.51 0c-24.99 24.99-24.99 65.52 0 90.51c25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0c-24.99 24.99-24.99 65.52 0 90.51c24.99 24.99 65.52 24.99 90.51 0c25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})