@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 503 B
JavaScript
exports.__esModule = true;
exports.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,
};
exports.ArtstationIcon = require('../createIcon').createIcon(exports.ArtstationIconConfig);
exports["default"] = exports.ArtstationIcon;