package.dist.js.icons.outlined-bookmark-icon.d.ts 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 * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const OutlinedBookmarkIconConfig: {
name: 'OutlinedBookmarkIcon',
height: 512,
width: 384,
svgPath: 'M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z',
yOffset: 0,
xOffset: 0,
};
export declare const OutlinedBookmarkIcon: React.ComponentClass;
export default OutlinedBookmarkIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy