import type { IconDefinition } from '../../types'; export const bookmark: IconDefinition = { name: 'bookmark', category: 'social', description: 'Bookmark or save for later', tags: ['save', 'mark', 'favorite', 'collection'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, };