0.0.1-canary.18 • Published 10 months ago
@frosted-ui/icons v0.0.1-canary.18
Documentation
All icons are available as individual React components. Each icon comes in 16
, 20
, 24
and 32
px size.
Install Frosted UI Icons from npm:
npm install @frosted-ui/icons
Import the icons into your React project:
import { Shop16, Shop20 } from '@frosted-ui/icons';
function MyComponent() {
return (
<div>
<Shop16 />
<Shop20 />
</div>
);
}
Configuring
next.js
// next.config.mjs
/** @type {import('next').NextConfig} */
const nextConfig = {
modularizeImports: {
'@frosted-ui/icons': {
transform: '@frosted-ui/icons/{{member}}',
skipDefaultConversion: true,
},
},
};
export default nextConfig;
Contributing
Please follow our contributing guidelines.
Acknowledgments
Frosted UI Icons library setup is based on Radix Icons.
0.0.1-canary.18
10 months ago
0.0.1-canary.16
12 months ago
0.0.1-canary.17
12 months ago
0.0.1-canary.15
1 year ago
0.0.1-canary.14
1 year ago
0.0.1-canary.13
1 year ago
0.0.1-canary.11
1 year ago
0.0.1-canary.10
1 year ago
0.0.1-canary.9
1 year ago
0.0.1-canary.8
1 year ago
0.0.1-canary.7
1 year ago
0.0.1-canary.6
1 year ago
0.0.1-canary.5
1 year ago
0.0.1-canary.4
1 year ago
0.0.1-canary.3
1 year ago
0.0.1-canary.2
1 year ago
0.0.1-canary.1
1 year ago
0.0.1-canary.0
1 year ago