package.dist.esm.icons.sticky-note-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const StickyNoteIconConfig: {
name: 'StickyNoteIcon',
height: 512,
width: 448,
svgPath: 'M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z',
yOffset: 0,
xOffset: 0,
};
export declare const StickyNoteIcon: React.ComponentClass;
export default StickyNoteIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy