feathericon-rails 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +20 -5
- data/app/assets/stylesheets/feathericon.css +179 -1
- data/lib/feathericon/rails/version.rb +1 -1
- metadata +2 -11
- data/app/assets/config/feathericon_rails_manifest.js +0 -2
- data/app/assets/javascripts/feathericon/rails/application.js +0 -13
- data/app/controllers/feathericon/rails/application_controller.rb +0 -7
- data/app/helpers/feathericon/rails/application_helper.rb +0 -6
- data/app/jobs/feathericon/rails/application_job.rb +0 -6
- data/app/mailers/feathericon/rails/application_mailer.rb +0 -8
- data/app/models/feathericon/rails/application_record.rb +0 -7
- data/app/views/layouts/feathericon/rails/application.html.erb +0 -14
- data/lib/tasks/feathericon/rails_tasks.rake +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 643ffce7195d91aa6b46a0082190919970841ba3
|
4
|
+
data.tar.gz: 91cd069a50544fc48f88c69feec43fedcd44dde6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dae8a2d12265fba861ce7e91c372895367e48396a742d21705cf4bfcee4944fca4831145190fdfbdf9f5d31870beea36f489c07ad7db80a75249290ad0ad130
|
7
|
+
data.tar.gz: 13592851113675ee1ebbc9e873b585ae76f1619144f7f54f8a24733500d80186a0afbd2520a7ec4268618fcf4019e37662a9470299a8309ad65a2a9b8e61897c
|
data/README.md
CHANGED
@@ -1,8 +1,17 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
|
2
|
+

|
3
|
+
|
4
|
+
<h1 align="center">feathericon</h1>
|
5
|
+
<p align="center">feathericon is simple, scalable vector icon font for websites, apps.</p>
|
6
|
+
<p align="center">Website: <a href="http://feathericon.com">http://feathericon.com</a></p>
|
3
7
|
|
4
8
|
## Usage
|
5
|
-
|
9
|
+
|
10
|
+
Place feathicon with `<i>` tag in your html like this. `fe` class is required to use our icons correctly. Check out [our website](http://feathericon.com) to start using icons!
|
11
|
+
|
12
|
+
```html
|
13
|
+
<i class="fe fe-heart"></i>
|
14
|
+
```
|
6
15
|
|
7
16
|
## Installation
|
8
17
|
Add this line to your application's Gemfile:
|
@@ -21,8 +30,14 @@ Or install it yourself as:
|
|
21
30
|
$ gem install feathericon-rails
|
22
31
|
```
|
23
32
|
|
24
|
-
##
|
25
|
-
|
33
|
+
## Require
|
34
|
+
|
35
|
+
Add this line to your `app/assets/stylesheets/application.css`:
|
36
|
+
```css
|
37
|
+
*= require feathericon
|
38
|
+
```
|
39
|
+
|
40
|
+
If you use Sass, check https://github.com/feathericon/feathericon-sass
|
26
41
|
|
27
42
|
## License
|
28
43
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
@@ -1 +1,179 @@
|
|
1
|
-
@charset "utf-8"
|
1
|
+
@charset "utf-8";
|
2
|
+
|
3
|
+
/*---------------------------------------------------------------------------*/
|
4
|
+
/* feathericon
|
5
|
+
/*---------------------------------------------------------------------------*/
|
6
|
+
|
7
|
+
/**
|
8
|
+
* font path
|
9
|
+
*/
|
10
|
+
@font-face {
|
11
|
+
font-family: 'feathericon';
|
12
|
+
src: url('feathericon.eot');
|
13
|
+
src: url('feathericon.eot?#iefix') format('embedded-opentype'),
|
14
|
+
url('feathericon.woff') format('woff'),
|
15
|
+
url('feathericon.ttf') format('truetype'),
|
16
|
+
url('feathericon.svg') format('svg');
|
17
|
+
font-weight: normal;
|
18
|
+
font-style: normal;
|
19
|
+
}
|
20
|
+
|
21
|
+
|
22
|
+
/**
|
23
|
+
* feathericon
|
24
|
+
*/
|
25
|
+
.fe {
|
26
|
+
display: inline-block;
|
27
|
+
font: normal normal normal 16px feathericon;
|
28
|
+
font-size: inherit;
|
29
|
+
text-rendering: auto;
|
30
|
+
-webkit-font-smoothing: antialiased;
|
31
|
+
-moz-osx-font-smoothing: grayscale;
|
32
|
+
}
|
33
|
+
|
34
|
+
/**
|
35
|
+
* all icons
|
36
|
+
*/
|
37
|
+
.fe-arrow-down:before { content: "\f100"; }
|
38
|
+
.fe-arrow-left:before { content: "\f101"; }
|
39
|
+
.fe-arrow-right:before { content: "\f102"; }
|
40
|
+
.fe-arrow-up:before { content: "\f103"; }
|
41
|
+
.fe-artboard:before { content: "\f104"; }
|
42
|
+
.fe-backward:before { content: "\f180"; }
|
43
|
+
.fe-bar:before { content: "\f105"; }
|
44
|
+
.fe-bar-chart:before { content: "\f106"; }
|
45
|
+
.fe-beer:before { content: "\f107"; }
|
46
|
+
.fe-bell:before { content: "\f108"; }
|
47
|
+
.fe-birthday-cake:before { content: "\f163"; }
|
48
|
+
.fe-bold:before { content: "\f179"; }
|
49
|
+
.fe-book:before { content: "\f109"; }
|
50
|
+
.fe-bookmark:before { content: "\f170"; }
|
51
|
+
.fe-browser:before { content: "\f10b"; }
|
52
|
+
.fe-brush:before { content: "\f10c"; }
|
53
|
+
.fe-bug:before { content: "\f10d"; }
|
54
|
+
.fe-building:before { content: "\f10e"; }
|
55
|
+
.fe-calendar:before { content: "\f10f"; }
|
56
|
+
.fe-camera:before { content: "\f110"; }
|
57
|
+
.fe-check:before { content: "\f111"; }
|
58
|
+
.fe-check-o:before { content: "\f112"; }
|
59
|
+
.fe-clock:before { content: "\f113"; }
|
60
|
+
.fe-close:before { content: "\f114"; }
|
61
|
+
.fe-cloud:before { content: "\f115"; }
|
62
|
+
.fe-cocktail:before { content: "\f116"; }
|
63
|
+
.fe-code:before { content: "\f117"; }
|
64
|
+
.fe-coffee:before { content: "\f166"; }
|
65
|
+
.fe-columns:before { content: "\f118"; }
|
66
|
+
.fe-comment:before { content: "\f119"; }
|
67
|
+
.fe-commenting:before { content: "\f11a"; }
|
68
|
+
.fe-comments:before { content: "\f11b"; }
|
69
|
+
.fe-compress:before { content: "\f181"; }
|
70
|
+
.fe-desktop:before { content: "\f11d"; }
|
71
|
+
.fe-diamond:before { content: "\f11e"; }
|
72
|
+
.fe-disabled:before { content: "\f11f"; }
|
73
|
+
.fe-download:before { content: "\f120"; }
|
74
|
+
.fe-drop-down:before { content: "\f121"; }
|
75
|
+
.fe-drop-left:before { content: "\f122"; }
|
76
|
+
.fe-drop-right:before { content: "\f123"; }
|
77
|
+
.fe-drop-up:before { content: "\f124"; }
|
78
|
+
.fe-edit:before { content: "\f17f"; }
|
79
|
+
.fe-eject:before { content: "\f182"; }
|
80
|
+
.fe-elipsis-h:before { content: "\f125"; }
|
81
|
+
.fe-elipsis-v:before { content: "\f126"; }
|
82
|
+
.fe-expand:before { content: "\f183"; }
|
83
|
+
.fe-export:before { content: "\f16e"; }
|
84
|
+
.fe-eye:before { content: "\f127"; }
|
85
|
+
.fe-fast-backward:before { content: "\f184"; }
|
86
|
+
.fe-fast-forward:before { content: "\f185"; }
|
87
|
+
.fe-feather:before { content: "\f174"; }
|
88
|
+
.fe-feed:before { content: "\f128"; }
|
89
|
+
.fe-filter:before { content: "\f173"; }
|
90
|
+
.fe-flag:before { content: "\f129"; }
|
91
|
+
.fe-folder:before { content: "\f12a"; }
|
92
|
+
.fe-folder-open:before { content: "\f176"; }
|
93
|
+
.fe-fork:before { content: "\f12b"; }
|
94
|
+
.fe-forward:before { content: "\f186"; }
|
95
|
+
.fe-gamepad:before { content: "\f191"; }
|
96
|
+
.fe-globe:before { content: "\f12c"; }
|
97
|
+
.fe-hash:before { content: "\f12d"; }
|
98
|
+
.fe-headphone:before { content: "\f18e"; }
|
99
|
+
.fe-heart:before { content: "\f12e"; }
|
100
|
+
.fe-heart-o:before { content: "\f167"; }
|
101
|
+
.fe-home:before { content: "\f12f"; }
|
102
|
+
.fe-import:before { content: "\f16f"; }
|
103
|
+
.fe-info:before { content: "\f130"; }
|
104
|
+
.fe-italic:before { content: "\f17a"; }
|
105
|
+
.fe-key:before { content: "\f131"; }
|
106
|
+
.fe-keyboard:before { content: "\f132"; }
|
107
|
+
.fe-laptop:before { content: "\f133"; }
|
108
|
+
.fe-layer:before { content: "\f18c"; }
|
109
|
+
.fe-layout:before { content: "\f134"; }
|
110
|
+
.fe-line-chart:before { content: "\f135"; }
|
111
|
+
.fe-link:before { content: "\f136"; }
|
112
|
+
.fe-link-external:before { content: "\f137"; }
|
113
|
+
.fe-list-bullet:before { content: "\f17c"; }
|
114
|
+
.fe-list-order:before { content: "\f17d"; }
|
115
|
+
.fe-list-task:before { content: "\f17e"; }
|
116
|
+
.fe-location:before { content: "\f138"; }
|
117
|
+
.fe-lock:before { content: "\f139"; }
|
118
|
+
.fe-login:before { content: "\f13a"; }
|
119
|
+
.fe-logout:before { content: "\f13b"; }
|
120
|
+
.fe-loop:before { content: "\f192"; }
|
121
|
+
.fe-magic:before { content: "\f177"; }
|
122
|
+
.fe-mail:before { content: "\f13c"; }
|
123
|
+
.fe-map:before { content: "\f16d"; }
|
124
|
+
.fe-medal:before { content: "\f13d"; }
|
125
|
+
.fe-megaphone:before { content: "\f13e"; }
|
126
|
+
.fe-mention:before { content: "\f164"; }
|
127
|
+
.fe-minus:before { content: "\f140"; }
|
128
|
+
.fe-mobile:before { content: "\f141"; }
|
129
|
+
.fe-mouse:before { content: "\f142"; }
|
130
|
+
.fe-music:before { content: "\f175"; }
|
131
|
+
.fe-palette:before { content: "\f165"; }
|
132
|
+
.fe-paper-plane:before { content: "\f178"; }
|
133
|
+
.fe-pause:before { content: "\f187"; }
|
134
|
+
.fe-pencil:before { content: "\f144"; }
|
135
|
+
.fe-phone:before { content: "\f145"; }
|
136
|
+
.fe-pie-chart:before { content: "\f146"; }
|
137
|
+
.fe-pizza:before { content: "\f147"; }
|
138
|
+
.fe-play:before { content: "\f188"; }
|
139
|
+
.fe-plug:before { content: "\f18f"; }
|
140
|
+
.fe-plus:before { content: "\f148"; }
|
141
|
+
.fe-print:before { content: "\f171"; }
|
142
|
+
.fe-prototype:before { content: "\f149"; }
|
143
|
+
.fe-question:before { content: "\f14a"; }
|
144
|
+
.fe-quote-left:before { content: "\f14b"; }
|
145
|
+
.fe-quote-right:before { content: "\f14c"; }
|
146
|
+
.fe-random:before { content: "\f189"; }
|
147
|
+
.fe-reload:before { content: "\f193"; }
|
148
|
+
.fe-rocket:before { content: "\f14d"; }
|
149
|
+
.fe-search:before { content: "\f14e"; }
|
150
|
+
.fe-search-minus:before { content: "\f16a"; }
|
151
|
+
.fe-search-plus:before { content: "\f16b"; }
|
152
|
+
.fe-share:before { content: "\f14f"; }
|
153
|
+
.fe-shield:before { content: "\f172"; }
|
154
|
+
.fe-sitemap:before { content: "\f150"; }
|
155
|
+
.fe-star:before { content: "\f151"; }
|
156
|
+
.fe-star-o:before { content: "\f168"; }
|
157
|
+
.fe-stop:before { content: "\f18b"; }
|
158
|
+
.fe-sync:before { content: "\f194"; }
|
159
|
+
.fe-tablet:before { content: "\f152"; }
|
160
|
+
.fe-tag:before { content: "\f153"; }
|
161
|
+
.fe-terminal:before { content: "\f154"; }
|
162
|
+
.fe-text-size:before { content: "\f17b"; }
|
163
|
+
.fe-ticket:before { content: "\f155"; }
|
164
|
+
.fe-tiled:before { content: "\f156"; }
|
165
|
+
.fe-trash:before { content: "\f157"; }
|
166
|
+
.fe-trophy:before { content: "\f158"; }
|
167
|
+
.fe-unlock:before { content: "\f169"; }
|
168
|
+
.fe-upload:before { content: "\f159"; }
|
169
|
+
.fe-usb:before { content: "\f190"; }
|
170
|
+
.fe-user:before { content: "\f15a"; }
|
171
|
+
.fe-user-minus:before { content: "\f16c"; }
|
172
|
+
.fe-user-plus:before { content: "\f15b"; }
|
173
|
+
.fe-users:before { content: "\f15c"; }
|
174
|
+
.fe-vector:before { content: "\f15d"; }
|
175
|
+
.fe-video:before { content: "\f15e"; }
|
176
|
+
.fe-warning:before { content: "\f15f"; }
|
177
|
+
.fe-wearable:before { content: "\f160"; }
|
178
|
+
.fe-wine-glass:before { content: "\f161"; }
|
179
|
+
.fe-wrench:before { content: "\f162"; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: feathericon-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- shoken
|
@@ -34,23 +34,14 @@ files:
|
|
34
34
|
- MIT-LICENSE
|
35
35
|
- README.md
|
36
36
|
- Rakefile
|
37
|
-
- app/assets/config/feathericon_rails_manifest.js
|
38
37
|
- app/assets/fonts/feathericon.eot
|
39
38
|
- app/assets/fonts/feathericon.svg
|
40
39
|
- app/assets/fonts/feathericon.ttf
|
41
40
|
- app/assets/fonts/feathericon.woff
|
42
|
-
- app/assets/javascripts/feathericon/rails/application.js
|
43
41
|
- app/assets/stylesheets/feathericon.css
|
44
|
-
- app/controllers/feathericon/rails/application_controller.rb
|
45
|
-
- app/helpers/feathericon/rails/application_helper.rb
|
46
|
-
- app/jobs/feathericon/rails/application_job.rb
|
47
|
-
- app/mailers/feathericon/rails/application_mailer.rb
|
48
|
-
- app/models/feathericon/rails/application_record.rb
|
49
|
-
- app/views/layouts/feathericon/rails/application.html.erb
|
50
42
|
- lib/feathericon/rails.rb
|
51
43
|
- lib/feathericon/rails/engine.rb
|
52
44
|
- lib/feathericon/rails/version.rb
|
53
|
-
- lib/tasks/feathericon/rails_tasks.rake
|
54
45
|
homepage: https://github.com/feathericon/feathericon-rails
|
55
46
|
licenses:
|
56
47
|
- MIT
|
@@ -74,5 +65,5 @@ rubyforge_project:
|
|
74
65
|
rubygems_version: 2.5.1
|
75
66
|
signing_key:
|
76
67
|
specification_version: 4
|
77
|
-
summary:
|
68
|
+
summary: feathericon for Ruby on Rails
|
78
69
|
test_files: []
|
@@ -1,13 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require_tree .
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Feathericon rails</title>
|
5
|
-
<%= stylesheet_link_tag "feathericon/rails/application", media: "all" %>
|
6
|
-
<%= javascript_include_tag "feathericon/rails/application" %>
|
7
|
-
<%= csrf_meta_tags %>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
|
11
|
-
<%= yield %>
|
12
|
-
|
13
|
-
</body>
|
14
|
-
</html>
|