/**
* Sync Icon
* @category data
*/
import type { IconDefinition } from '../../types';
export const sync: IconDefinition = {
name: 'sync',
category: 'data',
description: 'Synchronize data with bidirectional arrows',
tags: ['sync', 'refresh', 'update', 'data', 'transfer', 'arrows'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default sync;