package.dist.js.icons.artstation-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ArtstationIconConfig: {
name: 'ArtstationIcon',
height: 512,
width: 512,
svgPath: 'M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z',
yOffset: 0,
xOffset: 0,
};
export declare const ArtstationIcon: React.ComponentClass;
export default ArtstationIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy