![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Iconoir is an open-source library with 1500+ unique SVG icons, designed on a 24x24 pixels grid.
You can download any icon of the pack directly from https://iconoir.com or get them from this repository.
The icons are also available via the iconoir
NPM package:
npm | Yarn | pnpm | Bun |
---|---|---|---|
npm i iconoir | yarn add iconoir | pnpm add iconoir | bun add iconoir |
Example usage:
import Iconoir from 'iconoir/icons/iconoir.svg';
A React library is available under the name iconoir-react
.
For more details, see the package README.
A React Native library is available under the name iconoir-react-native
.
For more details, see the package README.
A Vue library is available under the name @iconoir/vue
.
For more details, see the package README.
A Flutter library is available under the name iconoir_flutter
.
For more details, see the package README.
Iconoir is happily part of Framer.
To start using the icons: On the top menu, Insert
> Graphics
> Iconoir
.
You can switch between icons from the right sidebar in the editor.
Import the CSS file:
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"
/>
Here is an example in HTML:
<i class="iconoir-hand-brake"></i>
The class must always be "iconoir-" and then the name of the icon. You can find the names of the icons here.
The icons are display: inline-block
and default to the current font size. You can control this
by adjusting the ::before
styles of the element (which is where the icons are added as a mask).
The library is available in the Figma community here.
To add Iconoir-swift
to your Xcode project, follow these steps:
https://github.com/iconoir-icons/iconoir-swift.git
import UIKit
import Iconoir
let imageView = UIImageView(image: Iconoir.bell.asUIImage)
import SwiftUI
import Iconoir
struct ContentView: View {
var body: some View {
Iconoir.bell.asImage
.foregroundColor(.blue)
.font(.system(size: 24))
}
}
MIT License.
FAQs
Iconoir - The biggest open source icon library with tons of free icons.
We found that iconoir demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.