package.dist.esm.icons.calendar-week-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const CalendarWeekIconConfig: {
name: 'CalendarWeekIcon',
height: 512,
width: 448,
svgPath: 'M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z',
yOffset: 0,
xOffset: 0,
};
export declare const CalendarWeekIcon: React.ComponentClass;
export default CalendarWeekIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy