Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #37 Add Twitter X icon #38

Merged
merged 8 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,20 @@ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="az-icon-x-twitter"></span>
<span class="mls"> az-icon-x-twitter</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e914" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe914;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
</div>

<!--[if gt IE 8]><!-->
Expand Down
3 changes: 3 additions & 0 deletions dist/az-icons-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@
.az-icon-vimeo:before {
content: "\e913";
}
.az-icon-x-twitter:before {
content: "\e914";
}
RyanDool marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion dist/az-icons-styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/fonts/az-icons.eot
Binary file not shown.
1 change: 1 addition & 0 deletions dist/fonts/az-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/fonts/az-icons.ttf
Binary file not shown.
Binary file modified dist/fonts/az-icons.woff
Binary file not shown.
Binary file added dist/png/x-twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/svg/x-twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/az-icons-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@
.az-icon-vimeo:before {
content: "\e913";
}
.az-icon-x-twitter:before {
content: "\e914";
}
RyanDool marked this conversation as resolved.
Show resolved Hide resolved
Binary file modified src/fonts/az-icons.eot
Binary file not shown.
1 change: 1 addition & 0 deletions src/fonts/az-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/fonts/az-icons.ttf
Binary file not shown.
Binary file modified src/fonts/az-icons.woff
Binary file not shown.
Binary file added src/png/x-twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/svg/x-twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.