UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 464 B
import { createIcon } from '../createIcon'; export 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 const OutlinedBookmarkIcon = createIcon(OutlinedBookmarkIconConfig); export default OutlinedBookmarkIcon;