package.dist.esm.icons.bookmark-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const BookmarkIconConfig = {
name: 'BookmarkIcon',
height: 512,
width: 384,
svgPath: 'M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z',
yOffset: 0,
xOffset: 0,
};
export const BookmarkIcon = createIcon(BookmarkIconConfig);
export default BookmarkIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy