Skip to content

Commit

Permalink
feat: add map marker (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Burch <[email protected]>
  • Loading branch information
1 parent 4925074 commit 10dc898
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 66 deletions.
5 changes: 5 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@
"usage": ["List"],
"faNames": ["list"]
},
{
"name": "map-marker-line",
"usage": ["Map view"],
"faNames": ["map-marker"]
},
{
"name": "star",
"usage": ["Favorite"],
Expand Down
14 changes: 14 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2610,6 +2610,20 @@
"hammer-wrench-2-line"
]
},
{
"uid": "2c8fb98f863007d05cbaeb536632af36",
"css": "map-marker-line",
"code": 59480,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M500 186.1C411.1 186.1 341.7 258.3 341.7 344.4S413.9 502.8 500 502.8 658.3 430.6 658.3 344.4L658.3 344.4C658.3 258.3 588.9 186.1 500 186.1ZM500 450C441.7 450 397.2 402.8 397.2 347.2S444.4 244.4 500 244.4C558.3 244.4 602.8 291.7 602.8 347.2V347.2C602.8 402.8 558.3 450 500 450L500 450ZM500 55.6C319.4 55.6 175 200 172.2 380.6 172.2 511.1 244.4 619.4 297.2 697.2L308.3 711.1C361.1 788.9 419.4 861.1 477.8 933.3L500 958.3 522.2 933.3C583.3 861.1 638.9 788.9 691.7 711.1L702.8 697.2C755.6 616.7 827.8 508.3 827.8 380.6 827.8 200 680.6 55.6 500 55.6ZM655.6 666.7L644.4 680.6C597.2 752.8 533.3 833.3 500 872.2 466.7 833.3 402.8 752.8 355.6 680.6L344.4 666.7C294.4 594.4 227.8 494.4 227.8 380.6 227.8 230.6 350 108.3 500 108.3S772.2 230.6 772.2 380.6C772.2 380.6 772.2 380.6 772.2 380.6 772.2 494.4 705.6 594.4 655.6 666.7Z",
"width": 1000
},
"search": [
"map-marker-line"
]
},
{
"uid": "881d86172401c93fa0df3c65311d853e",
"css": "star-line",
Expand Down
1 change: 1 addition & 0 deletions src/css/skyux-icons-codes.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
.sky-i-trash:before { content: '\e855'; } /* '' */
.sky-i-cloud-line:before { content: '\e856'; } /* '' */
.sky-i-grid-view-line:before { content: '\e857'; } /* '' */
.sky-i-map-marker-line:before { content: '\e858'; } /* '' */
.sky-i-tag-line:before { content: '\e859'; } /* '' */
.sky-i-save-line:before { content: '\e85a'; } /* '' */
.sky-i-upload-line:before { content: '\e85b'; } /* '' */
Expand Down
13 changes: 7 additions & 6 deletions src/css/skyux-icons-embedded.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/css/skyux-icons-ie7-codes.css

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

1 change: 1 addition & 0 deletions src/css/skyux-icons-ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
.sky-i-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe855;&nbsp;'); }
.sky-i-cloud-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe856;&nbsp;'); }
.sky-i-grid-view-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe857;&nbsp;'); }
.sky-i-map-marker-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe858;&nbsp;'); }
.sky-i-tag-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe859;&nbsp;'); }
.sky-i-save-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85a;&nbsp;'); }
.sky-i-upload-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe85b;&nbsp;'); }
Expand Down
15 changes: 8 additions & 7 deletions src/css/skyux-icons.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: 'skyux-icons';
src: url('../font/skyux-icons.eot?67336412');
src: url('../font/skyux-icons.eot?67336412#iefix') format('embedded-opentype'),
url('../font/skyux-icons.woff2?67336412') format('woff2'),
url('../font/skyux-icons.woff?67336412') format('woff'),
url('../font/skyux-icons.ttf?67336412') format('truetype'),
url('../font/skyux-icons.svg?67336412#skyux-icons') format('svg');
src: url('../font/skyux-icons.eot?72093917');
src: url('../font/skyux-icons.eot?72093917#iefix') format('embedded-opentype'),
url('../font/skyux-icons.woff2?72093917') format('woff2'),
url('../font/skyux-icons.woff?72093917') format('woff'),
url('../font/skyux-icons.ttf?72093917') format('truetype'),
url('../font/skyux-icons.svg?72093917#skyux-icons') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'skyux-icons';
src: url('../font/skyux-icons.svg?67336412#skyux-icons') format('svg');
src: url('../font/skyux-icons.svg?72093917#skyux-icons') format('svg');
}
}
*/
Expand Down Expand Up @@ -142,6 +142,7 @@
.sky-i-trash:before { content: '\e855'; } /* '' */
.sky-i-cloud-line:before { content: '\e856'; } /* '' */
.sky-i-grid-view-line:before { content: '\e857'; } /* '' */
.sky-i-map-marker-line:before { content: '\e858'; } /* '' */
.sky-i-tag-line:before { content: '\e859'; } /* '' */
.sky-i-save-line:before { content: '\e85a'; } /* '' */
.sky-i-upload-line:before { content: '\e85b'; } /* '' */
Expand Down
Loading

0 comments on commit 10dc898

Please sign in to comment.