0.0.1-canary.18 • Published 1 year ago

@frosted-ui/icons v0.0.1-canary.18

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1 year ago

0.0.1-canary.16

1 year ago

0.0.1-canary.17

1 year 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

2 years ago

0.0.1-canary.10

2 years ago

0.0.1-canary.9

2 years ago

0.0.1-canary.8

2 years ago

0.0.1-canary.7

2 years ago

0.0.1-canary.6

2 years ago

0.0.1-canary.5

2 years ago

0.0.1-canary.4

2 years ago

0.0.1-canary.3

2 years ago

0.0.1-canary.2

2 years ago

0.0.1-canary.1

2 years ago

0.0.1-canary.0

2 years ago