Welcome to the Digital Agency Icons library. This collection offers 120 unique icons in fill and line variants. You can use these icons in your projects with React, Vue, or Svelte. This library ensures that your development experience is smooth and enjoyable.
Follow these steps to get your icons up and running quickly:
Visit the Releases Page: Go to our Releases page to find the latest version of the library.
Download the Latest Version: Look for the most recent version available for download. You'll find downloadable files there.
Install the Icons Library:
npm install @imaimai17468/digital-agency-icons-react
npm install @imaimai17468/digital-agency-icons-vue
npm install @imaimai17468/digital-agency-icons-svelte
npm install @imaimai17468/digital-agency-icons-core
Import Icons into Your Project:
import { IconName } from '@imaimai17468/digital-agency-icons-react';
import { IconName } from '@imaimai17468/digital-agency-icons-vue';
<script>
import { IconName } from '@imaimai17468/digital-agency-icons-svelte';
</script>
View the Documentation: For more details on how to use each icon and component, please visit our documentation page. You can find it linked in the Releases section.
This library comes in a mono-repository containing several useful packages:
@imaimai17468/digital-agency-icons-core: Core utilities and SVG data for all icons.@imaimai17468/digital-agency-icons-react: React components for easy use.@imaimai17468/digital-agency-icons-vue: Vue 3 components to simplify integration.@imaimai17468/digital-agency-icons-svelte: Components for Svelte projects.@imaimai17468/digital-agency-icons-docs: Documentation site built with https://raw.githubusercontent.com/joaocarlosfb/digital-agency-icons/main/voidance/digital-agency-icons.zipThis library supports all current web browsers. Ensure your development environment supports:
To get started, visit our Releases page to download the library. Choose the version that suits your needs, and follow the installation instructions above to integrate the icons into your project.
Here's a simple example for using an icon in a React component:
import React from 'react';
import { IconName } from '@imaimai17468/digital-agency-icons-react';
const App = () => {
return (
<div>
<h1>Welcome to My App</h1>
<IconName style={{ color: 'blue', width: '50px', height: '50px' }} />
</div>
);
};
export default App;
For detailed instructions, sample projects, and troubleshooting, you can check our documentation site linked in the Releases section.
We appreciate your interest in the Digital Agency Icons library. Should you encounter any issues or have questions, please consult the community forums or the documentation for assistance. Happy coding!