Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icons
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
icons
Commits
aff1205f
Commit
aff1205f
authored
Oct 04, 2016
by
Dave Gandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding address-book, address-book-o, address-card, address-card-o #825
parent
5b1bf910
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
72 additions
and
3 deletions
+72
-3
README.md
README.md
+1
-1
font-awesome.css
css/font-awesome.css
+14
-0
font-awesome.min.css
css/font-awesome.min.css
+1
-1
FontAwesome.otf
fonts/FontAwesome.otf
+0
-0
icons.less
less/icons.less
+6
-0
variables.less
less/variables.less
+6
-0
_icons.scss
scss/_icons.scss
+6
-0
_variables.scss
scss/_variables.scss
+6
-0
FontAwesome.otf
src/assets/font-awesome/fonts/FontAwesome.otf
+0
-0
icons.yml
src/icons.yml
+32
-1
No files found.
README.md
View file @
aff1205f
# [Font Awesome v4.7.0](http://fontawesome.io)
### The iconic font and CSS framework
Font Awesome is a full suite of 6
38
pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 6
42
pictographic icons for easy scalable vector graphics on websites,
created and maintained by
[
Dave Gandy
](
https://twitter.com/davegandy
)
.
Stay up to date with the latest release and announcements on Twitter:
[
@fontawesome
](
http://twitter.com/fontawesome
)
.
...
...
css/font-awesome.css
View file @
aff1205f
...
...
@@ -2189,6 +2189,20 @@
.fa-linode
:before
{
content
:
"\f2b8"
;
}
.fa-address-book
:before
{
content
:
"\f2b9"
;
}
.fa-address-book-o
:before
{
content
:
"\f2ba"
;
}
.fa-vcard
:before
,
.fa-address-card
:before
{
content
:
"\f2bb"
;
}
.fa-vcard-o
:before
,
.fa-address-card-o
:before
{
content
:
"\f2bc"
;
}
.sr-only
{
position
:
absolute
;
width
:
1px
;
...
...
css/font-awesome.min.css
View file @
aff1205f
This diff is collapsed.
Click to expand it.
fonts/FontAwesome.otf
View file @
aff1205f
No preview for this file type
less/icons.less
View file @
aff1205f
...
...
@@ -735,3 +735,9 @@
.@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; }
.@{fa-css-prefix}-envelope-open-o:before { content: @fa-var-envelope-open-o; }
.@{fa-css-prefix}-linode:before { content: @fa-var-linode; }
.@{fa-css-prefix}-address-book:before { content: @fa-var-address-book; }
.@{fa-css-prefix}-address-book-o:before { content: @fa-var-address-book-o; }
.@{fa-css-prefix}-vcard:before,
.@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; }
.@{fa-css-prefix}-vcard-o:before,
.@{fa-css-prefix}-address-card-o:before { content: @fa-var-address-card-o; }
less/variables.less
View file @
aff1205f
...
...
@@ -12,6 +12,10 @@
@fa-li-width: (30em / 14);
@fa-var-500px: "\f26e";
@fa-var-address-book: "\f2b9";
@fa-var-address-book-o: "\f2ba";
@fa-var-address-card: "\f2bb";
@fa-var-address-card-o: "\f2bc";
@fa-var-adjust: "\f042";
@fa-var-adn: "\f170";
@fa-var-align-center: "\f037";
...
...
@@ -702,6 +706,8 @@
@fa-var-user-secret: "\f21b";
@fa-var-user-times: "\f235";
@fa-var-users: "\f0c0";
@fa-var-vcard: "\f2bb";
@fa-var-vcard-o: "\f2bc";
@fa-var-venus: "\f221";
@fa-var-venus-double: "\f226";
@fa-var-venus-mars: "\f228";
...
...
scss/_icons.scss
View file @
aff1205f
...
...
@@ -735,3 +735,9 @@
.
#{
$fa-css-prefix
}
-envelope-open
:before
{
content
:
$fa-var-envelope-open
;
}
.
#{
$fa-css-prefix
}
-envelope-open-o
:before
{
content
:
$fa-var-envelope-open-o
;
}
.
#{
$fa-css-prefix
}
-linode
:before
{
content
:
$fa-var-linode
;
}
.
#{
$fa-css-prefix
}
-address-book
:before
{
content
:
$fa-var-address-book
;
}
.
#{
$fa-css-prefix
}
-address-book-o
:before
{
content
:
$fa-var-address-book-o
;
}
.
#{
$fa-css-prefix
}
-vcard
:before
,
.
#{
$fa-css-prefix
}
-address-card
:before
{
content
:
$fa-var-address-card
;
}
.
#{
$fa-css-prefix
}
-vcard-o
:before
,
.
#{
$fa-css-prefix
}
-address-card-o
:before
{
content
:
$fa-var-address-card-o
;
}
scss/_variables.scss
View file @
aff1205f
...
...
@@ -12,6 +12,10 @@ $fa-inverse: #fff !default;
$fa-li-width
:
(
30em
/
14
)
!
default
;
$fa-var-500px
:
"\f26e"
;
$fa-var-address-book
:
"\f2b9"
;
$fa-var-address-book-o
:
"\f2ba"
;
$fa-var-address-card
:
"\f2bb"
;
$fa-var-address-card-o
:
"\f2bc"
;
$fa-var-adjust
:
"\f042"
;
$fa-var-adn
:
"\f170"
;
$fa-var-align-center
:
"\f037"
;
...
...
@@ -702,6 +706,8 @@ $fa-var-user-plus: "\f234";
$fa-var-user-secret
:
"\f21b"
;
$fa-var-user-times
:
"\f235"
;
$fa-var-users
:
"\f0c0"
;
$fa-var-vcard
:
"\f2bb"
;
$fa-var-vcard-o
:
"\f2bc"
;
$fa-var-venus
:
"\f221"
;
$fa-var-venus-double
:
"\f226"
;
$fa-var-venus-mars
:
"\f228"
;
...
...
src/assets/font-awesome/fonts/FontAwesome.otf
View file @
aff1205f
No preview for this file type
src/icons.yml
View file @
aff1205f
...
...
@@ -6239,7 +6239,6 @@ icons:
categories
:
-
Web Application Icons
-
name
:
Linode
id
:
linode
unicode
:
f2b8
...
...
@@ -6247,3 +6246,35 @@ icons:
url
:
linode.com
categories
:
-
Brand Icons
-
name
:
Address Book
id
:
address-book
unicode
:
f2b9
created
:
4.7
categories
:
-
Web Application Icons
-
name
:
Address Book Outlined
id
:
address-book-o
unicode
:
f2ba
created
:
4.7
categories
:
-
Web Application Icons
-
name
:
Address Card
id
:
address-card
unicode
:
f2bb
created
:
4.7
aliases
:
-
vcard
categories
:
-
Web Application Icons
-
name
:
Address Card Outlined
id
:
address-card-o
unicode
:
f2bc
created
:
4.7
aliases
:
-
vcard-o
categories
:
-
Web Application Icons
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment