@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 533 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const OutlinedBookmarkIconConfig: {
name: 'OutlinedBookmarkIcon',
icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export declare const OutlinedBookmarkIcon: ComponentClass<SVGIconProps>;
export default OutlinedBookmarkIcon;