All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.silentsoft.simpleicons.icons.PyupIcon Maven / Gradle / Ivy

Go to download

SimpleIcons4J is a Java implementation of the simple-icons JavaScript library and is inspired by simpleicons.org.

The newest version!
package org.silentsoft.simpleicons.icons;

/**
 * 
 * 

The PyUp Icon.

* pyup is used as the icon's slug. */ public class PyupIcon extends org.silentsoft.simpleicons.Icon { public PyupIcon() { super(); setTitle("PyUp"); setSlug("pyup"); setHex("9F55FF"); setSource("https://pyup.io/"); setSvg("PyUp"); setPath("M12 0L1.608 6v12l3.984 2.3v-12L12 4.6l6.408 3.7v7.4L12 19.4l-2.95-1.705v4.602L12 24l10.392-6V6zm0 8.593l-2.95 1.703v3.408L12 15.407l2.95-1.703v-3.408z"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy