Skip to content

Commit

Permalink
Merge pull request #474 from shoutem/feature/add-new-icons
Browse files Browse the repository at this point in the history
Add facebook, eye and eye-crossed icons
  • Loading branch information
Definitely-Not-Vlad authored Mar 12, 2020
2 parents f01a86a + ec72eae commit 5cc29e8
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 2 deletions.
104 changes: 103 additions & 1 deletion components/Icon/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,108 @@
{
"IcoMoonType": "selection",
"icons": [
{
"icon": {
"paths": [
"M162.909 257.668l44.684-44.335 583.682 583.68-44.335 44.685-107.52-107.52c-40.145 13.265-82.735 20.245-127.42 20.245-174.545 0-323.607-108.565-384-261.815 24.087-61.44 62.487-115.551 111.36-158.489l-76.451-76.451zM512 387.879c27.776 0 54.413 11.034 74.052 30.674 19.639 19.638 30.673 46.279 30.673 74.055 0.021 11.887-1.988 23.693-5.931 34.906l-133.705-133.7c11.217-3.945 23.023-5.952 34.91-5.935zM512 230.788c174.545 0 323.605 108.567 384 261.82-28.493 72.371-76.907 135.189-139.635 181.175l-49.57-49.92c48.273-33.395 87.206-78.579 113.105-131.255-28.224-57.604-72.038-106.134-126.468-140.075s-117.286-51.931-181.431-51.927c-38.050 0-75.405 6.284-110.313 17.455l-53.76-53.411c50.269-21.644 105.773-33.862 164.073-33.862zM204.102 492.608c28.222 57.6 72.037 106.129 126.466 140.070s117.287 51.934 181.432 51.93c24.085 0 47.825-2.445 69.82-7.334l-79.595-79.94c-24.29-2.603-46.959-13.444-64.235-30.72-17.273-17.276-28.114-39.94-30.718-64.235l-118.691-119.038c-34.56 29.673-63.535 66.677-84.48 109.267z"
],
"attrs": [
{}
],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 24,
"tags": [
"eye-crossed"
],
"colorPermutations": {
"68686818585851": [
{}
]
}
},
"attrs": [
{}
],
"properties": {
"order": 305,
"id": 90,
"name": "eye-crossed",
"prevSize": 24,
"code": 59733
},
"setIdx": 0,
"setId": 1,
"iconIdx": 0
},
{
"icon": {
"paths": [
"M512 413.091c27.776 0 54.413 11.034 74.052 30.672 19.639 19.644 30.673 46.281 30.673 74.057 0 27.772-11.034 54.413-30.673 74.052s-46.276 30.673-74.052 30.673c-27.776 0-54.413-11.034-74.052-30.673-19.641-19.639-30.675-46.281-30.675-74.052 0-27.776 11.034-54.413 30.675-74.057 19.639-19.639 46.276-30.672 74.052-30.672zM512 256c174.545 0 323.605 108.567 384 261.82-60.395 153.25-209.455 261.815-384 261.815s-323.607-108.565-384-261.815c60.393-153.252 209.455-261.82 384-261.82zM204.102 517.82c28.215 57.609 72.028 106.146 126.457 140.096s117.292 51.947 181.441 51.947c64.149 0 127.010-17.997 181.44-51.947s98.244-82.487 126.46-140.096c-28.215-57.613-72.030-106.151-126.46-140.101s-117.291-51.947-181.44-51.947c-64.149 0-127.011 17.998-181.441 51.947s-98.242 82.488-126.457 140.101z"
],
"attrs": [
{}
],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 24,
"tags": [
"eye"
],
"colorPermutations": {
"68686818585851": [
{}
]
}
},
"attrs": [
{}
],
"properties": {
"order": 304,
"id": 89,
"name": "eye",
"prevSize": 24,
"code": 59735
},
"setIdx": 0,
"setId": 1,
"iconIdx": 1
},
{
"icon": {
"paths": [
"M1024 512.011c0-282.771-229.228-512.001-511.999-512.001s-512.001 229.231-512.001 512.001c0 255.554 187.232 467.368 432.001 505.777v-357.777h-130v-148h130v-112.8c0-128.32 76.438-199.2 193.39-199.2 56.017 0 114.61 10 114.61 10v126h-64.562c-63.603 0-83.438 39.468-83.438 79.957v96.044h142.001l-22.7 148h-119.3v357.777c244.769-38.409 431.999-250.223 431.999-505.777z"
],
"attrs": [
{}
],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 24,
"tags": [
"facebook-logo"
],
"colorPermutations": {
"68686818585851": [
{}
]
}
},
"attrs": [
{}
],
"properties": {
"order": 303,
"id": 88,
"name": "facebook-logo",
"prevSize": 24,
"code": 59736
},
"setIdx": 0,
"setId": 1,
"iconIdx": 2
},
{
"icon": {
"paths": [
Expand Down Expand Up @@ -3815,4 +3917,4 @@
"gridSize": 16,
"showGrid": true
}
}
}
Binary file modified fonts/rubicon-icon-font.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "2.0.2",
"version": "2.0.3",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "~0.12.4",
Expand Down

0 comments on commit 5cc29e8

Please sign in to comment.