3.0.1 • Published 2 years ago

@linguala/ui-icons v3.0.1

Weekly downloads
24
License
ISC
Repository
gitlab
Last release
2 years ago

Linguala UI Icons ✨

An always growing library of react component icons. Check them out!

Icons come with some theme-aware style props and are styled-components.

Example

import React from 'react'
import { LingualaLogo } from '@linguala/ui-icons'
import { ThemeProvider } from 'styled-components'

const theme = {
  colors: {
    primary: green
  }
}

const MyApp = () => (
  <ThemeProvider theme={theme}>
    <LingualaLogo
      background={'colors.primary'}     // background: green;
      boxShadow={'0 0 5px gray'}        // boxShadow: 0 0 5px gray;
      color={'blue'}                    // color: blue;
      height={130}                      // height: 130px;
      width={130}                       // width: 130px;
    />
    <h1>Welcome to my app.</p>
  <ThemeProvider/>
)

Developers read USAGE.md.

3.0.1

2 years ago

3.0.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.1-alpha

4 years ago