import type { IconDefinition } from '../../types';
export const trending: IconDefinition = {
name: 'trending',
category: 'social',
description: 'Trending upward arrow',
tags: ['trending', 'popular', 'rising', 'increase', 'growth'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};