0.8.13 • Published 15 days ago

inticons v0.8.13

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

Install

npm install inticons

Usage

Import

CSS

@import url('inticons/fonts/inticons.bundle.min.css');

Vue

<script>
  import 'inticons/fonts/inticons.bundle.min.css';

  export default {
    // ...
  };
</script>

Component

Each icon can be referenced by their name prefixed with ii-. For example, You can get the arrow-right icon with using ii-arrow-right. You can use font-size and color properties to change the icon appearance.

<i class="ii ii-arrow-right"></i>

Helper Classes

Inticons contains many helper classes to quickly modify the look of the icons.

Rotate

  • ii-rotate-45: Rotate icon 45 Degrees.
  • ii-rotate-90: Rotate icon 90 Degrees.
  • ii-rotate-135: Rotate icon 135 Degrees.
  • ii-rotate-180: Rotate icon 180 Degrees.
  • ii-rotate-225: Rotate icon 225 Degrees.
  • ii-rotate-270: Rotate icon 270 Degrees.
  • ii-rotate-315: Rotate icon 315 Degrees.
<i class="ii ii-arrow-right ii-rotate-45"></i>

Flip

  • ii-flip-h: Flip icon horizontal.
  • ii-flip-v: Flip icon vertical.
<i class="ii ii-arrow-right ii-flip-h"></i>

ii-rotate-* and ii-flip-* classes cannot be used on the same element at the same time.

Size

  • ii-2x: Doubles the size.
  • ii-3x: Triples the size.
  • ii-4x: Quadraples the size.
<i class="ii ii-arrow-right ii-4x"></i>

Spin

  • ii-spin: Spinning icon.
<i class="ii ii-arrow-right ii-spin"></i>

Weight

Some icons has ii-weight-600 class, which thicken the icon.

  • ii-weight-600: Thicken the icon.
<i class="ii ii-arrow-right ii-weight-600"></i>

Contributor

👥 INTEGRATION Corp.

📝 License

Inticons's code (all files, except fonts and svg icons) is distributed under MIT license. Embedded fonts and svg icons are distributed under UI8 primary licenses. See icons info on UI8 website for licensing agreement.

0.8.13

15 days ago

0.8.12

23 days ago

0.8.11

1 month ago

0.8.10

3 months ago

0.8.9

3 months ago

0.8.8

3 months ago

0.8.5

3 months ago

0.8.7

3 months ago

0.8.6

3 months ago

0.8.4

4 months ago

0.8.3

4 months ago

0.8.2

4 months ago

0.8.1

5 months ago

0.8.0

5 months ago

0.7.7

5 months ago

0.7.6

6 months ago

0.7.4

8 months ago

0.7.3

8 months ago

0.7.5

8 months ago

0.7.2

11 months ago

0.7.1

12 months ago

0.7.0

12 months ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.8

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.4.31

1 year ago

0.4.32

1 year ago

0.4.39

1 year ago

0.4.37

1 year ago

0.4.38

1 year ago

0.4.35

1 year ago

0.4.36

1 year ago

0.4.33

1 year ago

0.4.34

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.8

1 year ago

0.5.9

1 year ago

0.4.28

1 year ago

0.4.29

1 year ago

0.4.26

2 years ago

0.4.27

2 years ago

0.4.25

2 years ago

0.4.20

2 years ago

0.4.21

2 years ago

0.4.9

2 years ago

0.4.24

2 years ago

0.4.22

2 years ago

0.4.23

2 years ago

0.4.19

2 years ago

0.4.10

2 years ago

0.4.17

2 years ago

0.4.18

2 years ago

0.4.15

2 years ago

0.4.16

2 years ago

0.4.13

2 years ago

0.4.14

2 years ago

0.4.11

2 years ago

0.4.12

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.3

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago