import type { IconDefinition } from '../../types';
export const bookmarkFilled: IconDefinition = {
name: 'bookmark-filled',
category: 'social',
description: 'Bookmarked or saved state',
tags: ['saved', 'marked', 'favorited', 'collected'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};