UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 616 B
import { createIconBase } from '../createIcon.js'; export const CalendarIconConfig = { name: 'CalendarIcon', icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z"}, rhUiIcon: null, }; export const CalendarIcon = createIconBase(CalendarIconConfig); export default CalendarIcon;