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

org.silentsoft.simpleicons.icons.PurismIcon 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 Purism Icon.

* purism is used as the icon's slug. */ public class PurismIcon extends org.silentsoft.simpleicons.Icon { public PurismIcon() { super(); setTitle("Purism"); setSlug("purism"); setHex("2D2D2D"); setSource("https://puri.sm/pr/images/"); setSvg("Purism"); setPath("M24 19.588H0V4.412h24zM2.824 16.765h18.352v-9.53H2.824Z"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy