package.dist.esm.icons.thumb-tack-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 ThumbTackIconConfig = {
name: 'ThumbTackIcon',
height: 1024,
width: 640,
svgPath: 'M640,670.7 C640,543 602.7,480.2 512,448 L512,192 C549.3,178.8 575.4,137.8 575.4,96 C575.4,43 532.4,0 479.4,0 L159.4,0 C106.4,0 63.4,43 63.4,96 C63.4,137.8 90.7,178.8 128,192 L128,448 C37.3,480.2 0,543 0,670.7 C0,688.9 13.8,704 32,704 L256,704 L284.7,995 C286.2,1011.5 301,1024 320,1024 C339,1024 352.6,1011.4 354.1,995 L384,704 L606.9,704 C625.1,704 640,688.9 640,670.7',
yOffset: 0,
xOffset: 0,
};
export const ThumbTackIcon = createIcon(ThumbTackIconConfig);
export default ThumbTackIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy