UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 473 B
import { createIcon } from '../createIcon'; export 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 const ArtstationIcon = createIcon(ArtstationIconConfig); export default ArtstationIcon;