package.dist.esm.icons.outlined-sticky-note-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const OutlinedStickyNoteIconConfig = {
name: 'OutlinedStickyNoteIcon',
height: 512,
width: 448,
svgPath: 'M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z',
yOffset: 0,
xOffset: 0,
};
export const OutlinedStickyNoteIcon = createIcon(OutlinedStickyNoteIconConfig);
export default OutlinedStickyNoteIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy