-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(native): make icons usable on react-native (#24)
* feat(native): make icons usable on react-native * fix now.sh * fix now.sh * fix build on now.sh
- Loading branch information
Showing
16 changed files
with
346 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ dist | |
storybook-static | ||
optimized-svg | ||
package-lock.json | ||
native |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+14.9 KB
src/theme/fonts/anarock-icons.eot → src/theme/fonts/AnarockIcons.eot
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed
BIN
+14.7 KB
src/theme/fonts/anarock-icons.ttf → src/theme/fonts/AnarockIcons.ttf
Binary file not shown.
Binary file renamed
BIN
+8.51 KB
src/theme/fonts/anarock-icons.woff → src/theme/fonts/AnarockIcons.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,206 @@ | ||
@font-face { | ||
font-family: "AnarockIcons"; | ||
src: url("./fonts/AnarockIcons.eot?d5deb5612b1f7a43d8c50f709ce53bb1?#iefix") | ||
format("embedded-opentype"), | ||
url("./fonts/AnarockIcons.woff2?d5deb5612b1f7a43d8c50f709ce53bb1") | ||
format("woff2"), | ||
url("./fonts/AnarockIcons.woff?d5deb5612b1f7a43d8c50f709ce53bb1") | ||
format("woff"), | ||
url("./fonts/AnarockIcons.ttf?d5deb5612b1f7a43d8c50f709ce53bb1") | ||
format("truetype"); | ||
} | ||
|
||
i { | ||
line-height: 1; | ||
} | ||
|
||
i:before { | ||
font-family: AnarockIcons !important; | ||
font-style: normal; | ||
font-weight: normal !important; | ||
vertical-align: top; | ||
} | ||
|
||
.icon-add:before { | ||
content: "\f101"; | ||
} | ||
.icon-arrow-down:before { | ||
content: "\f102"; | ||
} | ||
.icon-arrow-right:before { | ||
content: "\f103"; | ||
} | ||
.icon-back:before { | ||
content: "\f104"; | ||
} | ||
.icon-calendar:before { | ||
content: "\f105"; | ||
} | ||
.icon-call:before { | ||
content: "\f106"; | ||
} | ||
.icon-car:before { | ||
content: "\f107"; | ||
} | ||
.icon-check:before { | ||
content: "\f108"; | ||
} | ||
.icon-checkbox-selected:before { | ||
content: "\f109"; | ||
} | ||
.icon-checkbox-unfilled:before { | ||
content: "\f10a"; | ||
} | ||
.icon-checkbox-unselected:before { | ||
content: "\f10b"; | ||
} | ||
.icon-chevron-left:before { | ||
content: "\f10c"; | ||
} | ||
.icon-clock:before { | ||
content: "\f10d"; | ||
} | ||
.icon-close-circle-filled:before { | ||
content: "\f10e"; | ||
} | ||
.icon-close-circle:before { | ||
content: "\f10f"; | ||
} | ||
.icon-close:before { | ||
content: "\f110"; | ||
} | ||
.icon-copy:before { | ||
content: "\f111"; | ||
} | ||
.icon-direction:before { | ||
content: "\f112"; | ||
} | ||
.icon-document-uploaded:before { | ||
content: "\f113"; | ||
} | ||
.icon-document:before { | ||
content: "\f114"; | ||
} | ||
.icon-download:before { | ||
content: "\f115"; | ||
} | ||
.icon-edit-2:before { | ||
content: "\f116"; | ||
} | ||
.icon-edit:before { | ||
content: "\f117"; | ||
} | ||
.icon-filter:before { | ||
content: "\f118"; | ||
} | ||
.icon-fire:before { | ||
content: "\f119"; | ||
} | ||
.icon-history:before { | ||
content: "\f11a"; | ||
} | ||
.icon-home:before { | ||
content: "\f11b"; | ||
} | ||
.icon-info:before { | ||
content: "\f11c"; | ||
} | ||
.icon-invoice:before { | ||
content: "\f11d"; | ||
} | ||
.icon-junk:before { | ||
content: "\f11e"; | ||
} | ||
.icon-location:before { | ||
content: "\f11f"; | ||
} | ||
.icon-logout-door:before { | ||
content: "\f120"; | ||
} | ||
.icon-logout:before { | ||
content: "\f121"; | ||
} | ||
.icon-mail:before { | ||
content: "\f122"; | ||
} | ||
.icon-mic:before { | ||
content: "\f123"; | ||
} | ||
.icon-more:before { | ||
content: "\f124"; | ||
} | ||
.icon-note:before { | ||
content: "\f125"; | ||
} | ||
.icon-notification:before { | ||
content: "\f126"; | ||
} | ||
.icon-open-external:before { | ||
content: "\f127"; | ||
} | ||
.icon-pause:before { | ||
content: "\f128"; | ||
} | ||
.icon-phone:before { | ||
content: "\f129"; | ||
} | ||
.icon-play:before { | ||
content: "\f12a"; | ||
} | ||
.icon-plus:before { | ||
content: "\f12b"; | ||
} | ||
.icon-profile-1:before { | ||
content: "\f12c"; | ||
} | ||
.icon-profile:before { | ||
content: "\f12d"; | ||
} | ||
.icon-radio-check-filled:before { | ||
content: "\f12e"; | ||
} | ||
.icon-radio-check:before { | ||
content: "\f12f"; | ||
} | ||
.icon-radio-selected:before { | ||
content: "\f130"; | ||
} | ||
.icon-radio:before { | ||
content: "\f131"; | ||
} | ||
.icon-reschedule:before { | ||
content: "\f132"; | ||
} | ||
.icon-reset:before { | ||
content: "\f133"; | ||
} | ||
.icon-search:before { | ||
content: "\f134"; | ||
} | ||
.icon-share:before { | ||
content: "\f135"; | ||
} | ||
.icon-sms:before { | ||
content: "\f136"; | ||
} | ||
.icon-unchecked-radio:before { | ||
content: "\f137"; | ||
} | ||
.icon-undo:before { | ||
content: "\f138"; | ||
} | ||
.icon-update:before { | ||
content: "\f139"; | ||
} | ||
.icon-updating:before { | ||
content: "\f13a"; | ||
} | ||
.icon-upload:before { | ||
content: "\f13b"; | ||
} | ||
.icon-warning:before { | ||
content: "\f13c"; | ||
} | ||
.icon-whatsapp:before { | ||
content: "\f13d"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.