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

org.silentsoft.simpleicons.icons.KerasIcon 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 Keras Icon.

* keras is used as the icon's slug. */ public class KerasIcon extends org.silentsoft.simpleicons.Icon { public KerasIcon() { super(); setTitle("Keras"); setSlug("keras"); setHex("D00000"); setSource("https://keras.io/"); setSvg("Keras"); setPath("M24 0H0v24h24V0zM8.45 5.16l.2.17v6.24l6.46-6.45h1.96l.2.4-5.14 5.1 5.47 7.94-.2.3h-1.94l-4.65-6.88-2.16 2.08v4.6l-.19.2H7l-.2-.2V5.33l.17-.17h1.48z"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy