UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 702 B
import { createIconBase } from '../createIcon.js'; export const CommentMedicalIconConfig = { name: 'CommentMedicalIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z"}, rhUiIcon: null, }; export const CommentMedicalIcon = createIconBase(CommentMedicalIconConfig); export default CommentMedicalIcon;