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

org.silentsoft.simpleicons.icons.DartIcon 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 Dart Icon.

* dart is used as the icon's slug. */ public class DartIcon extends org.silentsoft.simpleicons.Icon { public DartIcon() { super(); setTitle("Dart"); setSlug("dart"); setHex("0175C2"); setSource("https://github.com/dart-lang/site-shared/tree/master/src/_assets/image/dart/logo"); setSvg("Dart"); setPath("M4.105 4.105S9.158 1.58 11.684.316a3.079 3.079 0 0 1 1.481-.315c.766.047 1.677.788 1.677.788L24 9.948v9.789h-4.263V24H9.789l-9-9C.303 14.5 0 13.795 0 13.105c0-.319.18-.818.316-1.105l3.789-7.895zm.679.679v11.787c.002.543.021 1.024.498 1.508L10.204 23h8.533v-4.263L4.784 4.784zm12.055-.678c-.899-.896-1.809-1.78-2.74-2.643-.302-.267-.567-.468-1.07-.462-.37.014-.87.195-.87.195L6.341 4.105l10.498.001z"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy