/** * Zap Icon * @category tech */ import type { IconDefinition } from '../../types'; export const zap: IconDefinition = { name: 'zap', category: 'tech', description: 'Lightning/power (bolt)', tags: ['zap', 'lightning', 'bolt', 'power', 'energy', 'fast'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, }; export default zap;