iconsax-compose
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.rabehx</groupId> <artifactId>iconsax-compose</artifactId> <version>0.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.rabehx</groupId> <artifactId>iconsax-compose</artifactId> <version>0.0.3</version> <packaging>aar</packaging> <name>Iconsax Compose</name> <description>A Jetpack Compose library that provides easy access to the Iconsax icon set (over 1,000 scalable vector icons created by Vuesax in multiple styles — Linear, Bulk, Outline, TwoTone, and Filled. Designed for easy integration, it enables consistent and modern UI development with minimal implementation effort.</description> <url>https://github.com/rabehx/iconsax</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>GNU General Public License v3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> </license> </licenses> <developers> <developer> <id>rabehx</id> <name>Рабeх Аззам</name> <email>rabehxofficial@gmail.com</email> <url>https://github.com/RabehX</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/rabehx/iconsax-compose.git</connection> <developerConnection>scm:git:https://github.com/rabehx/iconsax-compose.git</developerConnection> <url>https://github.com/rabehx/iconsax-compose</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/RabehX/iconsax-compose/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui</artifactId> <version>1.7.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>