src/icons/sprites/Resources/symbols/Vue.tsx (8 lines of code) (raw):
import React from 'react';
import { RESOURCE_ICON_NAMES } from '../names';
export const Vue = () => {
return (
<symbol id={RESOURCE_ICON_NAMES.VUE} viewBox="0 0 48 48" xmlSpace="preserve">
<polygon fill="#81c784" points="23.987,17 18.734,8 2.974,8 23.987,44 45,8 29.24,8" />
<polygon fill="#455a64" points="29.24,8 23.987,17 18.734,8 11.146,8 23.987,30 36.828,8" />
</symbol>
);
};