/**
* Percent Icon
* @category data
*/
import type { IconDefinition } from '../../types';
export const percent: IconDefinition = {
name: 'percent',
category: 'data',
description: 'Percentage symbol',
tags: ['percent', 'percentage', 'number', 'math', 'symbol'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default percent;