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

org.silentsoft.simpleicons.icons.SenchaIcon 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 Sencha Icon.

* sencha is used as the icon's slug. */ public class SenchaIcon extends org.silentsoft.simpleicons.Icon { public SenchaIcon() { super(); setTitle("Sencha"); setSlug("sencha"); setHex("86BC40"); setSource("http://design.sencha.com/"); setSvg("Sencha"); setPath("M15.287,24c0.458-1.221,0.917-1.532,0.917-2.442c0-1.452-0.878-2.8-2.237-3.434 l-5.831-2.813C5.211,13.85,3.392,10.97,3.392,7.797c0-3.23,1.867-6.133,4.871-7.576L8.712,0C8.129,0.674,7.796,1.532,7.796,2.44 c0,1.453,0.878,2.801,2.237,3.435l5.831,2.813c2.926,1.462,4.744,4.342,4.744,7.514c0,3.23-1.867,6.133-4.871,7.577L15.287,24"); setGuidelines("http://design.sencha.com/productlogo.html"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy