All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.icons.calendar-icon.d.ts Maven / Gradle / Ivy

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const CalendarIconConfig: {
  name: 'CalendarIcon',
  height: 512,
  width: 448,
  svgPath: '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',
  yOffset: 0,
  xOffset: 0,
};
export declare const CalendarIcon: React.ComponentClass;
export default CalendarIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy