package.dist.js.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!
"use strict"
exports.__esModule = true;
exports.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,
};
exports.BookmarkIcon = require('../createIcon').createIcon(exports.BookmarkIconConfig);
exports["default"] = exports.BookmarkIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy