UNPKG

@patternfly/react-icons

Version:
12 lines 505 B
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<SVGIconProps>; export default OutlinedBookmarkIcon;