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

org.silentsoft.simpleicons.icons.DiggIcon 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 Digg Icon.

* digg is used as the icon's slug. */ public class DiggIcon extends org.silentsoft.simpleicons.Icon { public DiggIcon() { super(); setTitle("Digg"); setSlug("digg"); setHex("000000"); setSource("https://digg.com/"); setSvg("Digg"); setPath("M17.76 8.16v8.16h3.84v.96h-3.84v1.92H24V8.16h-6.24zm-7.2 0v8.16h3.84v.96h-3.84v1.92h6.24V8.16h-6.24zM3.84 4.8v3.36H0v8.16h6.24V4.8h-2.4zM9.6 8.16H7.2v8.16h2.4V8.16zm12 6.24h-1.44v-4.32h1.44v4.32zm-17.76 0H2.4v-4.32h1.44v4.32zm10.56 0h-1.44v-4.32h1.44v4.32zM9.6 4.8H7.2v2.4h2.4V4.8z"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy