name returns the parsed icon name from the uri. for example, if given uri is "ns://Icons.add", name will be "add"
String get name { return nameFromUri(uri); }