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

org.silentsoft.simpleicons.icons.Typo3Icon 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 TYPO3 Icon.

* typo3 is used as the icon's slug. */ public class Typo3Icon extends org.silentsoft.simpleicons.Icon { public Typo3Icon() { super(); setTitle("TYPO3"); setSlug("typo3"); setHex("FF8700"); setSource("https://typo3.com/fileadmin/assets/typo3logos/typo3_bullet_01.svg"); setSvg("TYPO3"); setPath("M18.08 16.539c-.356.105-.64.144-1.012.144-3.048 0-7.524-10.652-7.524-14.197 0-1.305.31-1.74.745-2.114C6.56.808 2.082 2.177.651 3.917c-.31.436-.497 1.12-.497 1.99C.154 11.442 6.06 24 10.228 24c1.928 0 5.178-3.168 7.852-7.46M16.134 0c3.855 0 7.713.622 7.713 2.798 0 4.415-2.8 9.765-4.23 9.765-2.549 0-5.72-7.09-5.72-10.635C13.897.31 14.518 0 16.134 0"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy