diff --git a/public/symbol-defs.svg b/public/symbol-defs.svg index 0cb1622..0ddad87 100644 --- a/public/symbol-defs.svg +++ b/public/symbol-defs.svg @@ -1 +1 @@ -addarchivearrow-downarrow-left-downarrow-left-uparrow-leftarrow-right-downarrow-right-uparrow-rightarrow-upattachmentbackspacebanbar-chart-altbar-chartboardbookbookmarkcalendarcallcameracaret-downcaret-leftcaret-rightcaret-upcheckcheckbox-checkedcheckboxchevron-double-downchevron-double-leftchevron-double-rightchevron-double-upchevron-downchevron-leftchevron-rightchevron-upcircle-addcircle-arrow-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-checkcircle-errorcircle-helpcircle-informationcircle-removecircle-warningcircleclipboard-checkclipboard-listclipboardclockclosecloud-downloadcloud-uploadcloudcomputercopycredit-carddelete-altdeletedocument-adddocument-checkdocument-downloaddocument-emptydocument-removedocumentdownloaddragedit-alteditemailenterexpandexportexternal-linkeye-offeyefavoritefilter-altfilterfolder-addfolder-checkfolder-downloadfolder-removefoldergiteagithubgridhearthomeimageinboxlaptoplink-altlinklistlocationlocklog-outmapmegaphonemenumessage-altmessagemobilemoonnextnotification-offnotificationoptions-horizontaloptions-verticalpausepercentagepinplaypreviousrefreshremoverepeatsearchselectsendsettingsshareshopping-cart-addshopping-cartshufflesortspeakersstopsunsunriseswitchtabletablettagundounlockuser-adduser-checkuser-removeuserusersvolume-offvolume-upwarningwebcamzoom-inzoom-out \ No newline at end of file +addarchivearrow-downarrow-left-downarrow-left-uparrow-leftarrow-right-downarrow-right-uparrow-rightarrow-upattachmentbackspacebanbar-chart-altbar-chartboardboldbookbookmarkcalendarcallcameracaret-downcaret-leftcaret-rightcaret-upcheckcheckbox-checkedcheckboxchevron-double-downchevron-double-leftchevron-double-rightchevron-double-upchevron-downchevron-leftchevron-rightchevron-upcircle-addcircle-arrow-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-checkcircle-errorcircle-helpcircle-informationcircle-removecircle-warningcircleclipboard-checkclipboard-listclipboardclockclosecloud-downloadcloud-uploadcloudcloudycommentcompasscomputercopycredit-carddatabasedelete-altdeletedocument-adddocument-checkdocument-downloaddocument-emptydocument-removedocumentdownloaddragdropedit-alteditemailenterexpandexportexternal-linkeye-offeyefavoritefilter-1filter-altfilterflagfogfolder-addfolder-checkfolder-downloadfolder-removefoldergridhearthomeimageinboxitaliclaptoplayerslayoutlink-altlinklistlocationlocklog-inlog-outmapmegaphonemenumessage-altmessageminimizemobilemoonnextnotification-offnotificationoptions-horizontaloptions-verticalpausepenpercentagepinplaypreviousprintrainrefreshremovereorder-altreorderrepeatsavesearchselectsendsettingsshareshopping-cart-addshopping-cartshufflesnowsnowflakesortspeakersstopstormstrikethroughsunsunrise-altsunrisesunsetswitchtabletablettagtemperaturetextthree-rowstwo-columnstwo-rowsunderlineundounlockuser-adduser-checkuser-removeuserusersvolume-offvolume-upwarningwebcamwindwindowzoom-inzoom-out \ No newline at end of file diff --git a/src/icons/LICENSE.md b/src/icons/LICENSE.md new file mode 100644 index 0000000..9b8a6ad --- /dev/null +++ b/src/icons/LICENSE.md @@ -0,0 +1,10 @@ +The MIT License (MIT) +Copyright 2020 Mono Company BV + +This license pertains to the Mono Icon Font, the software, as described on http://icons.mono.company, NOT to any content created with the Mono Icon Font. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/src/icons/README.md b/src/icons/README.md new file mode 100644 index 0000000..ac1d7ef --- /dev/null +++ b/src/icons/README.md @@ -0,0 +1,39 @@ +# Mono Icons + +The Mono icon font is a simple, consistent open-source icon set designed to be used in a wide variety of digital products. +View the full set of Mono Icons at https://icons.mono.company/ + +## Usage + +### Use SVG + +You can download the whole set of SVG icons or selected items on https://icons.mono.company/. +Designers can make a Figma duplicate or click the copy SVG button to copy and paste icons in design files. + +### Use Webfont + +#### Installation +```shell +npm install mono-icons +``` +Import the icons.css file. + +#### CDN +Copy the following code and add it to the `head` tag of your html document. +```html + +``` + +#### Manually +Download icons.css file, add it to the `head` tag of your html document. + +#### Use +Add icon with the correct classname. The classname consists of "mi-iconName". You can find the correct icon names at https://icons.mono.company/. + +```html + +``` + +## License & attribution + +Mono icons are MIT licensed. Use them freely - an attribution link to https://icons.mono.company would be nice but is not necessary. diff --git a/src/icons/add.svg b/src/icons/add.svg deleted file mode 100644 index b8eb52c..0000000 --- a/src/icons/add.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/archive.svg b/src/icons/archive.svg deleted file mode 100644 index 1307815..0000000 --- a/src/icons/archive.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-down.svg b/src/icons/arrow-down.svg deleted file mode 100644 index 232b539..0000000 --- a/src/icons/arrow-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-left-down.svg b/src/icons/arrow-left-down.svg deleted file mode 100644 index 6010bb9..0000000 --- a/src/icons/arrow-left-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-left-up.svg b/src/icons/arrow-left-up.svg deleted file mode 100644 index 066c162..0000000 --- a/src/icons/arrow-left-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-left.svg b/src/icons/arrow-left.svg deleted file mode 100644 index 7b2875d..0000000 --- a/src/icons/arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-right-down.svg b/src/icons/arrow-right-down.svg deleted file mode 100644 index b0b673b..0000000 --- a/src/icons/arrow-right-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-right-up.svg b/src/icons/arrow-right-up.svg deleted file mode 100644 index f4bc9fb..0000000 --- a/src/icons/arrow-right-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-right.svg b/src/icons/arrow-right.svg deleted file mode 100644 index 1c33f05..0000000 --- a/src/icons/arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/arrow-up.svg b/src/icons/arrow-up.svg deleted file mode 100644 index ee87755..0000000 --- a/src/icons/arrow-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/attachment.svg b/src/icons/attachment.svg deleted file mode 100644 index 82b496d..0000000 --- a/src/icons/attachment.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/backspace.svg b/src/icons/backspace.svg deleted file mode 100644 index 2754957..0000000 --- a/src/icons/backspace.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/ban.svg b/src/icons/ban.svg deleted file mode 100644 index 92df55b..0000000 --- a/src/icons/ban.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/bar-chart-alt.svg b/src/icons/bar-chart-alt.svg deleted file mode 100644 index 8233e81..0000000 --- a/src/icons/bar-chart-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/bar-chart.svg b/src/icons/bar-chart.svg deleted file mode 100644 index 54403c5..0000000 --- a/src/icons/bar-chart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/board.svg b/src/icons/board.svg deleted file mode 100644 index 5706b77..0000000 --- a/src/icons/board.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/book.svg b/src/icons/book.svg deleted file mode 100644 index 132ba10..0000000 --- a/src/icons/book.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/bookmark.svg b/src/icons/bookmark.svg deleted file mode 100644 index d48e1a2..0000000 --- a/src/icons/bookmark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/calendar.svg b/src/icons/calendar.svg deleted file mode 100644 index 618877d..0000000 --- a/src/icons/calendar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/call.svg b/src/icons/call.svg deleted file mode 100644 index 65d96a7..0000000 --- a/src/icons/call.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/camera.svg b/src/icons/camera.svg deleted file mode 100644 index 74b8da4..0000000 --- a/src/icons/camera.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/caret-down.svg b/src/icons/caret-down.svg deleted file mode 100644 index bd77682..0000000 --- a/src/icons/caret-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/caret-left.svg b/src/icons/caret-left.svg deleted file mode 100644 index db5a89e..0000000 --- a/src/icons/caret-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/caret-right.svg b/src/icons/caret-right.svg deleted file mode 100644 index 2f392e8..0000000 --- a/src/icons/caret-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/caret-up.svg b/src/icons/caret-up.svg deleted file mode 100644 index 06374a8..0000000 --- a/src/icons/caret-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/check.svg b/src/icons/check.svg deleted file mode 100644 index 607a4b3..0000000 --- a/src/icons/check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-double-down.svg b/src/icons/chevron-double-down.svg deleted file mode 100644 index 4e4fde6..0000000 --- a/src/icons/chevron-double-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-double-left.svg b/src/icons/chevron-double-left.svg deleted file mode 100644 index d2b646c..0000000 --- a/src/icons/chevron-double-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-double-right.svg b/src/icons/chevron-double-right.svg deleted file mode 100644 index c8c9cb2..0000000 --- a/src/icons/chevron-double-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-double-up.svg b/src/icons/chevron-double-up.svg deleted file mode 100644 index 40a1ead..0000000 --- a/src/icons/chevron-double-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-down.svg b/src/icons/chevron-down.svg deleted file mode 100644 index 320714f..0000000 --- a/src/icons/chevron-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-left.svg b/src/icons/chevron-left.svg deleted file mode 100644 index fa942f6..0000000 --- a/src/icons/chevron-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-right.svg b/src/icons/chevron-right.svg deleted file mode 100644 index bb4243b..0000000 --- a/src/icons/chevron-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/chevron-up.svg b/src/icons/chevron-up.svg deleted file mode 100644 index e46cd28..0000000 --- a/src/icons/chevron-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-add.svg b/src/icons/circle-add.svg deleted file mode 100644 index 4ff1af5..0000000 --- a/src/icons/circle-add.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-arrow-down.svg b/src/icons/circle-arrow-down.svg deleted file mode 100644 index 2bd52f7..0000000 --- a/src/icons/circle-arrow-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-arrow-left.svg b/src/icons/circle-arrow-left.svg deleted file mode 100644 index 17b9191..0000000 --- a/src/icons/circle-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-arrow-right.svg b/src/icons/circle-arrow-right.svg deleted file mode 100644 index 04b3e38..0000000 --- a/src/icons/circle-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-arrow-up.svg b/src/icons/circle-arrow-up.svg deleted file mode 100644 index 621be68..0000000 --- a/src/icons/circle-arrow-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-check.svg b/src/icons/circle-check.svg deleted file mode 100644 index de791fa..0000000 --- a/src/icons/circle-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-error.svg b/src/icons/circle-error.svg deleted file mode 100644 index 82e545b..0000000 --- a/src/icons/circle-error.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-help.svg b/src/icons/circle-help.svg deleted file mode 100644 index da8378c..0000000 --- a/src/icons/circle-help.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/icons/circle-information.svg b/src/icons/circle-information.svg deleted file mode 100644 index 4dd40ac..0000000 --- a/src/icons/circle-information.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/circle-remove.svg b/src/icons/circle-remove.svg deleted file mode 100644 index 4049b8f..0000000 --- a/src/icons/circle-remove.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/circle-warning.svg b/src/icons/circle-warning.svg deleted file mode 100644 index ce2dd31..0000000 --- a/src/icons/circle-warning.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/circle.svg b/src/icons/circle.svg deleted file mode 100644 index 41ec536..0000000 --- a/src/icons/circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/clipboard-check.svg b/src/icons/clipboard-check.svg deleted file mode 100644 index 6609cab..0000000 --- a/src/icons/clipboard-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/clipboard-list.svg b/src/icons/clipboard-list.svg deleted file mode 100644 index 0fcceb3..0000000 --- a/src/icons/clipboard-list.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/icons/clipboard.svg b/src/icons/clipboard.svg deleted file mode 100644 index 7f5aa58..0000000 --- a/src/icons/clipboard.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/clock.svg b/src/icons/clock.svg deleted file mode 100644 index 46ce6c6..0000000 --- a/src/icons/clock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/close.svg b/src/icons/close.svg deleted file mode 100644 index ce5cd01..0000000 --- a/src/icons/close.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/cloud-download.svg b/src/icons/cloud-download.svg deleted file mode 100644 index 8908035..0000000 --- a/src/icons/cloud-download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/cloud-upload.svg b/src/icons/cloud-upload.svg deleted file mode 100644 index 6ea30f8..0000000 --- a/src/icons/cloud-upload.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/cloud.svg b/src/icons/cloud.svg deleted file mode 100644 index 4b8a236..0000000 --- a/src/icons/cloud.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/computer.svg b/src/icons/computer.svg deleted file mode 100644 index 98549fe..0000000 --- a/src/icons/computer.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/copy.svg b/src/icons/copy.svg deleted file mode 100644 index 70e74f2..0000000 --- a/src/icons/copy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/credit-card.svg b/src/icons/credit-card.svg deleted file mode 100644 index c270a59..0000000 --- a/src/icons/credit-card.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/delete-alt.svg b/src/icons/delete-alt.svg deleted file mode 100644 index 734700a..0000000 --- a/src/icons/delete-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/delete.svg b/src/icons/delete.svg deleted file mode 100644 index a57dba9..0000000 --- a/src/icons/delete.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/document-add.svg b/src/icons/document-add.svg deleted file mode 100644 index 8379db8..0000000 --- a/src/icons/document-add.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/document-check.svg b/src/icons/document-check.svg deleted file mode 100644 index 2d2f268..0000000 --- a/src/icons/document-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/document-download.svg b/src/icons/document-download.svg deleted file mode 100644 index e86b9c2..0000000 --- a/src/icons/document-download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/document-empty.svg b/src/icons/document-empty.svg deleted file mode 100644 index ad5dc96..0000000 --- a/src/icons/document-empty.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/document-remove.svg b/src/icons/document-remove.svg deleted file mode 100644 index 0c31f10..0000000 --- a/src/icons/document-remove.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/document.svg b/src/icons/document.svg deleted file mode 100644 index 2316628..0000000 --- a/src/icons/document.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/download.svg b/src/icons/download.svg deleted file mode 100644 index 0b610b1..0000000 --- a/src/icons/download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/drag.svg b/src/icons/drag.svg deleted file mode 100644 index 2643349..0000000 --- a/src/icons/drag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/edit-alt.svg b/src/icons/edit-alt.svg deleted file mode 100644 index 722ec1e..0000000 --- a/src/icons/edit-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/edit.svg b/src/icons/edit.svg deleted file mode 100644 index 7c7ef5a..0000000 --- a/src/icons/edit.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/email.svg b/src/icons/email.svg deleted file mode 100644 index d677d34..0000000 --- a/src/icons/email.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/enter.svg b/src/icons/enter.svg deleted file mode 100644 index ef4fdc0..0000000 --- a/src/icons/enter.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/expand.svg b/src/icons/expand.svg deleted file mode 100644 index cf3212a..0000000 --- a/src/icons/expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/export.svg b/src/icons/export.svg deleted file mode 100644 index 4e7fe58..0000000 --- a/src/icons/export.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/external-link.svg b/src/icons/external-link.svg deleted file mode 100644 index f9cb77c..0000000 --- a/src/icons/external-link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/eye-off.svg b/src/icons/eye-off.svg deleted file mode 100644 index 1e5f90b..0000000 --- a/src/icons/eye-off.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/eye.svg b/src/icons/eye.svg deleted file mode 100644 index 6ce701e..0000000 --- a/src/icons/eye.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/favorite.svg b/src/icons/favorite.svg deleted file mode 100644 index 3e2fe9b..0000000 --- a/src/icons/favorite.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/filter-alt.svg b/src/icons/filter-alt.svg deleted file mode 100644 index c48a09a..0000000 --- a/src/icons/filter-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/filter.svg b/src/icons/filter.svg deleted file mode 100644 index 0ce1d1c..0000000 --- a/src/icons/filter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/folder-add.svg b/src/icons/folder-add.svg deleted file mode 100644 index 9e7f1a0..0000000 --- a/src/icons/folder-add.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/folder-check.svg b/src/icons/folder-check.svg deleted file mode 100644 index 460f1b6..0000000 --- a/src/icons/folder-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/folder-download.svg b/src/icons/folder-download.svg deleted file mode 100644 index 3ca06ee..0000000 --- a/src/icons/folder-download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/folder-remove.svg b/src/icons/folder-remove.svg deleted file mode 100644 index deb7af2..0000000 --- a/src/icons/folder-remove.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/folder.svg b/src/icons/folder.svg deleted file mode 100644 index 0018b47..0000000 --- a/src/icons/folder.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/gitea.svg b/src/icons/gitea.svg deleted file mode 100644 index ecbd2a8..0000000 --- a/src/icons/gitea.svg +++ /dev/null @@ -1,5 +0,0 @@ - - -gitea - - diff --git a/src/icons/github.svg b/src/icons/github.svg deleted file mode 100644 index 985f3e3..0000000 --- a/src/icons/github.svg +++ /dev/null @@ -1,5 +0,0 @@ - - -github - - diff --git a/src/icons/grid.svg b/src/icons/grid.svg deleted file mode 100644 index 781cb55..0000000 --- a/src/icons/grid.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/heart.svg b/src/icons/heart.svg deleted file mode 100644 index edea8a3..0000000 --- a/src/icons/heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/home.svg b/src/icons/home.svg deleted file mode 100644 index 62be2d3..0000000 --- a/src/icons/home.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/iconfont/icons.css b/src/icons/iconfont/icons.css new file mode 100644 index 0000000..78d0fe5 --- /dev/null +++ b/src/icons/iconfont/icons.css @@ -0,0 +1,560 @@ +@font-face { + font-family: "icons"; + src: url("./icons.eot?441e89e64206c71748e6f20bc8b51d95?#iefix") format("embedded-opentype"), +url("./icons.woff2?441e89e64206c71748e6f20bc8b51d95") format("woff2"), +url("./icons.woff?441e89e64206c71748e6f20bc8b51d95") format("woff"), +url("./icons.ttf?441e89e64206c71748e6f20bc8b51d95") format("truetype"), +url("./icons.svg?441e89e64206c71748e6f20bc8b51d95#icons") format("svg"); +} + +i[class^="mi-"]:before, i[class*=" mi-"]:before { + font-family: icons !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.mi-add:before { + content: "\f101"; +} +.mi-archive:before { + content: "\f102"; +} +.mi-arrow-down:before { + content: "\f103"; +} +.mi-arrow-left-down:before { + content: "\f104"; +} +.mi-arrow-left-up:before { + content: "\f105"; +} +.mi-arrow-left:before { + content: "\f106"; +} +.mi-arrow-right-down:before { + content: "\f107"; +} +.mi-arrow-right-up:before { + content: "\f108"; +} +.mi-arrow-right:before { + content: "\f109"; +} +.mi-arrow-up:before { + content: "\f10a"; +} +.mi-attachment:before { + content: "\f10b"; +} +.mi-backspace:before { + content: "\f10c"; +} +.mi-ban:before { + content: "\f10d"; +} +.mi-bar-chart-alt:before { + content: "\f10e"; +} +.mi-bar-chart:before { + content: "\f10f"; +} +.mi-board:before { + content: "\f110"; +} +.mi-bold:before { + content: "\f111"; +} +.mi-book:before { + content: "\f112"; +} +.mi-bookmark:before { + content: "\f113"; +} +.mi-calendar:before { + content: "\f114"; +} +.mi-call:before { + content: "\f115"; +} +.mi-camera:before { + content: "\f116"; +} +.mi-caret-down:before { + content: "\f117"; +} +.mi-caret-left:before { + content: "\f118"; +} +.mi-caret-right:before { + content: "\f119"; +} +.mi-caret-up:before { + content: "\f11a"; +} +.mi-check:before { + content: "\f11b"; +} +.mi-chevron-double-down:before { + content: "\f11c"; +} +.mi-chevron-double-left:before { + content: "\f11d"; +} +.mi-chevron-double-right:before { + content: "\f11e"; +} +.mi-chevron-double-up:before { + content: "\f11f"; +} +.mi-chevron-down:before { + content: "\f120"; +} +.mi-chevron-left:before { + content: "\f121"; +} +.mi-chevron-right:before { + content: "\f122"; +} +.mi-chevron-up:before { + content: "\f123"; +} +.mi-circle-add:before { + content: "\f124"; +} +.mi-circle-arrow-down:before { + content: "\f125"; +} +.mi-circle-arrow-left:before { + content: "\f126"; +} +.mi-circle-arrow-right:before { + content: "\f127"; +} +.mi-circle-arrow-up:before { + content: "\f128"; +} +.mi-circle-check:before { + content: "\f129"; +} +.mi-circle-error:before { + content: "\f12a"; +} +.mi-circle-help:before { + content: "\f12b"; +} +.mi-circle-information:before { + content: "\f12c"; +} +.mi-circle-remove:before { + content: "\f12d"; +} +.mi-circle-warning:before { + content: "\f12e"; +} +.mi-circle:before { + content: "\f12f"; +} +.mi-clipboard-check:before { + content: "\f130"; +} +.mi-clipboard-list:before { + content: "\f131"; +} +.mi-clipboard:before { + content: "\f132"; +} +.mi-clock:before { + content: "\f133"; +} +.mi-close:before { + content: "\f134"; +} +.mi-cloud-download:before { + content: "\f135"; +} +.mi-cloud-upload:before { + content: "\f136"; +} +.mi-cloud:before { + content: "\f137"; +} +.mi-cloudy:before { + content: "\f138"; +} +.mi-comment:before { + content: "\f139"; +} +.mi-compass:before { + content: "\f13a"; +} +.mi-computer:before { + content: "\f13b"; +} +.mi-copy:before { + content: "\f13c"; +} +.mi-credit-card:before { + content: "\f13d"; +} +.mi-database:before { + content: "\f13e"; +} +.mi-delete-alt:before { + content: "\f13f"; +} +.mi-delete:before { + content: "\f140"; +} +.mi-document-add:before { + content: "\f141"; +} +.mi-document-check:before { + content: "\f142"; +} +.mi-document-download:before { + content: "\f143"; +} +.mi-document-empty:before { + content: "\f144"; +} +.mi-document-remove:before { + content: "\f145"; +} +.mi-document:before { + content: "\f146"; +} +.mi-download:before { + content: "\f147"; +} +.mi-drag:before { + content: "\f148"; +} +.mi-drop:before { + content: "\f149"; +} +.mi-edit-alt:before { + content: "\f14a"; +} +.mi-edit:before { + content: "\f14b"; +} +.mi-email:before { + content: "\f14c"; +} +.mi-enter:before { + content: "\f14d"; +} +.mi-expand:before { + content: "\f14e"; +} +.mi-export:before { + content: "\f14f"; +} +.mi-external-link:before { + content: "\f150"; +} +.mi-eye-off:before { + content: "\f151"; +} +.mi-eye:before { + content: "\f152"; +} +.mi-favorite:before { + content: "\f153"; +} +.mi-filter-1:before { + content: "\f154"; +} +.mi-filter-alt:before { + content: "\f155"; +} +.mi-filter:before { + content: "\f156"; +} +.mi-flag:before { + content: "\f157"; +} +.mi-fog:before { + content: "\f158"; +} +.mi-folder-add:before { + content: "\f159"; +} +.mi-folder-check:before { + content: "\f15a"; +} +.mi-folder-download:before { + content: "\f15b"; +} +.mi-folder-remove:before { + content: "\f15c"; +} +.mi-folder:before { + content: "\f15d"; +} +.mi-grid:before { + content: "\f15e"; +} +.mi-heart:before { + content: "\f15f"; +} +.mi-home:before { + content: "\f160"; +} +.mi-image:before { + content: "\f161"; +} +.mi-inbox:before { + content: "\f162"; +} +.mi-italic:before { + content: "\f163"; +} +.mi-laptop:before { + content: "\f164"; +} +.mi-layers:before { + content: "\f165"; +} +.mi-layout:before { + content: "\f166"; +} +.mi-link-alt:before { + content: "\f167"; +} +.mi-link:before { + content: "\f168"; +} +.mi-list:before { + content: "\f169"; +} +.mi-location:before { + content: "\f16a"; +} +.mi-lock:before { + content: "\f16b"; +} +.mi-log-in:before { + content: "\f16c"; +} +.mi-log-out:before { + content: "\f16d"; +} +.mi-map:before { + content: "\f16e"; +} +.mi-megaphone:before { + content: "\f16f"; +} +.mi-menu:before { + content: "\f170"; +} +.mi-message-alt:before { + content: "\f171"; +} +.mi-message:before { + content: "\f172"; +} +.mi-minimize:before { + content: "\f173"; +} +.mi-mobile:before { + content: "\f174"; +} +.mi-moon:before { + content: "\f175"; +} +.mi-next:before { + content: "\f176"; +} +.mi-notification-off:before { + content: "\f177"; +} +.mi-notification:before { + content: "\f178"; +} +.mi-options-horizontal:before { + content: "\f179"; +} +.mi-options-vertical:before { + content: "\f17a"; +} +.mi-pause:before { + content: "\f17b"; +} +.mi-pen:before { + content: "\f17c"; +} +.mi-percentage:before { + content: "\f17d"; +} +.mi-pin:before { + content: "\f17e"; +} +.mi-play:before { + content: "\f17f"; +} +.mi-previous:before { + content: "\f180"; +} +.mi-print:before { + content: "\f181"; +} +.mi-rain:before { + content: "\f182"; +} +.mi-refresh:before { + content: "\f183"; +} +.mi-remove:before { + content: "\f184"; +} +.mi-reorder-alt:before { + content: "\f185"; +} +.mi-reorder:before { + content: "\f186"; +} +.mi-repeat:before { + content: "\f187"; +} +.mi-save:before { + content: "\f188"; +} +.mi-search:before { + content: "\f189"; +} +.mi-select:before { + content: "\f18a"; +} +.mi-send:before { + content: "\f18b"; +} +.mi-settings:before { + content: "\f18c"; +} +.mi-share:before { + content: "\f18d"; +} +.mi-shopping-cart-add:before { + content: "\f18e"; +} +.mi-shopping-cart:before { + content: "\f18f"; +} +.mi-shuffle:before { + content: "\f190"; +} +.mi-snow:before { + content: "\f191"; +} +.mi-snowflake:before { + content: "\f192"; +} +.mi-sort:before { + content: "\f193"; +} +.mi-speakers:before { + content: "\f194"; +} +.mi-stop:before { + content: "\f195"; +} +.mi-storm:before { + content: "\f196"; +} +.mi-strikethrough:before { + content: "\f197"; +} +.mi-sun:before { + content: "\f198"; +} +.mi-sunrise-1:before { + content: "\f199"; +} +.mi-sunrise:before { + content: "\f19a"; +} +.mi-sunset:before { + content: "\f19b"; +} +.mi-switch:before { + content: "\f19c"; +} +.mi-table:before { + content: "\f19d"; +} +.mi-tablet:before { + content: "\f19e"; +} +.mi-tag:before { + content: "\f19f"; +} +.mi-temperature:before { + content: "\f1a0"; +} +.mi-text:before { + content: "\f1a1"; +} +.mi-three-rows:before { + content: "\f1a2"; +} +.mi-two-columns:before { + content: "\f1a3"; +} +.mi-two-rows:before { + content: "\f1a4"; +} +.mi-underline:before { + content: "\f1a5"; +} +.mi-undo:before { + content: "\f1a6"; +} +.mi-unlock:before { + content: "\f1a7"; +} +.mi-user-add:before { + content: "\f1a8"; +} +.mi-user-check:before { + content: "\f1a9"; +} +.mi-user-remove:before { + content: "\f1aa"; +} +.mi-user:before { + content: "\f1ab"; +} +.mi-users:before { + content: "\f1ac"; +} +.mi-volume-off:before { + content: "\f1ad"; +} +.mi-volume-up:before { + content: "\f1ae"; +} +.mi-warning:before { + content: "\f1af"; +} +.mi-webcam:before { + content: "\f1b0"; +} +.mi-wind:before { + content: "\f1b1"; +} +.mi-window:before { + content: "\f1b2"; +} +.mi-zoom-in:before { + content: "\f1b3"; +} +.mi-zoom-out:before { + content: "\f1b4"; +} diff --git a/src/icons/iconfont/icons.eot b/src/icons/iconfont/icons.eot new file mode 100644 index 0000000..1f8536b Binary files /dev/null and b/src/icons/iconfont/icons.eot differ diff --git a/src/icons/iconfont/icons.html b/src/icons/iconfont/icons.html new file mode 100644 index 0000000..62a9ee1 --- /dev/null +++ b/src/icons/iconfont/icons.html @@ -0,0 +1,1685 @@ + + + + + icons + + + + + + + +

icons

+ + +
+ + + +
+ add +
+ + +
+ + + +
+ archive +
+ + +
+ + + +
+ arrow-down +
+ + +
+ + + +
+ arrow-left-down +
+ + +
+ + + +
+ arrow-left-up +
+ + +
+ + + +
+ arrow-left +
+ + +
+ + + +
+ arrow-right-down +
+ + +
+ + + +
+ arrow-right-up +
+ + +
+ + + +
+ arrow-right +
+ + +
+ + + +
+ arrow-up +
+ + +
+ + + +
+ attachment +
+ + +
+ + + +
+ backspace +
+ + +
+ + + +
+ ban +
+ + +
+ + + +
+ bar-chart-alt +
+ + +
+ + + +
+ bar-chart +
+ + +
+ + + +
+ board +
+ + +
+ + + +
+ bold +
+ + +
+ + + +
+ book +
+ + +
+ + + +
+ bookmark +
+ + +
+ + + +
+ calendar +
+ + +
+ + + +
+ call +
+ + +
+ + + +
+ camera +
+ + +
+ + + +
+ caret-down +
+ + +
+ + + +
+ caret-left +
+ + +
+ + + +
+ caret-right +
+ + +
+ + + +
+ caret-up +
+ + +
+ + + +
+ check +
+ + +
+ + + +
+ chevron-double-down +
+ + +
+ + + +
+ chevron-double-left +
+ + +
+ + + +
+ chevron-double-right +
+ + +
+ + + +
+ chevron-double-up +
+ + +
+ + + +
+ chevron-down +
+ + +
+ + + +
+ chevron-left +
+ + +
+ + + +
+ chevron-right +
+ + +
+ + + +
+ chevron-up +
+ + +
+ + + +
+ circle-add +
+ + +
+ + + +
+ circle-arrow-down +
+ + +
+ + + +
+ circle-arrow-left +
+ + +
+ + + +
+ circle-arrow-right +
+ + +
+ + + +
+ circle-arrow-up +
+ + +
+ + + +
+ circle-check +
+ + +
+ + + +
+ circle-error +
+ + +
+ + + +
+ circle-help +
+ + +
+ + + +
+ circle-information +
+ + +
+ + + +
+ circle-remove +
+ + +
+ + + +
+ circle-warning +
+ + +
+ + + +
+ circle +
+ + +
+ + + +
+ clipboard-check +
+ + +
+ + + +
+ clipboard-list +
+ + +
+ + + +
+ clipboard +
+ + +
+ + + +
+ clock +
+ + +
+ + + +
+ close +
+ + +
+ + + +
+ cloud-download +
+ + +
+ + + +
+ cloud-upload +
+ + +
+ + + +
+ cloud +
+ + +
+ + + +
+ cloudy +
+ + +
+ + + +
+ comment +
+ + +
+ + + +
+ compass +
+ + +
+ + + +
+ computer +
+ + +
+ + + +
+ copy +
+ + +
+ + + +
+ credit-card +
+ + +
+ + + +
+ database +
+ + +
+ + + +
+ delete-alt +
+ + +
+ + + +
+ delete +
+ + +
+ + + +
+ document-add +
+ + +
+ + + +
+ document-check +
+ + +
+ + + +
+ document-download +
+ + +
+ + + +
+ document-empty +
+ + +
+ + + +
+ document-remove +
+ + +
+ + + +
+ document +
+ + +
+ + + +
+ download +
+ + +
+ + + +
+ drag +
+ + +
+ + + +
+ drop +
+ + +
+ + + +
+ edit-alt +
+ + +
+ + + +
+ edit +
+ + +
+ + + +
+ email +
+ + +
+ + + +
+ enter +
+ + +
+ + + +
+ expand +
+ + +
+ + + +
+ export +
+ + +
+ + + +
+ external-link +
+ + +
+ + + +
+ eye-off +
+ + +
+ + + +
+ eye +
+ + +
+ + + +
+ favorite +
+ + +
+ + + +
+ filter-1 +
+ + +
+ + + +
+ filter-alt +
+ + +
+ + + +
+ filter +
+ + +
+ + + +
+ flag +
+ + +
+ + + +
+ fog +
+ + +
+ + + +
+ folder-add +
+ + +
+ + + +
+ folder-check +
+ + +
+ + + +
+ folder-download +
+ + +
+ + + +
+ folder-remove +
+ + +
+ + + +
+ folder +
+ + +
+ + + +
+ grid +
+ + +
+ + + +
+ heart +
+ + +
+ + + +
+ home +
+ + +
+ + + +
+ image +
+ + +
+ + + +
+ inbox +
+ + +
+ + + +
+ italic +
+ + +
+ + + +
+ laptop +
+ + +
+ + + +
+ layers +
+ + +
+ + + +
+ layout +
+ + +
+ + + +
+ link-alt +
+ + +
+ + + +
+ link +
+ + +
+ + + +
+ list +
+ + +
+ + + +
+ location +
+ + +
+ + + +
+ lock +
+ + +
+ + + +
+ log-in +
+ + +
+ + + +
+ log-out +
+ + +
+ + + +
+ map +
+ + +
+ + + +
+ megaphone +
+ + +
+ + + +
+ menu +
+ + +
+ + + +
+ message-alt +
+ + +
+ + + +
+ message +
+ + +
+ + + +
+ minimize +
+ + +
+ + + +
+ mobile +
+ + +
+ + + +
+ moon +
+ + +
+ + + +
+ next +
+ + +
+ + + +
+ notification-off +
+ + +
+ + + +
+ notification +
+ + +
+ + + +
+ options-horizontal +
+ + +
+ + + +
+ options-vertical +
+ + +
+ + + +
+ pause +
+ + +
+ + + +
+ pen +
+ + +
+ + + +
+ percentage +
+ + +
+ + + +
+ pin +
+ + +
+ + + +
+ play +
+ + +
+ + + +
+ previous +
+ + +
+ + + +
+ print +
+ + +
+ + + +
+ rain +
+ + +
+ + + +
+ refresh +
+ + +
+ + + +
+ remove +
+ + +
+ + + +
+ reorder-alt +
+ + +
+ + + +
+ reorder +
+ + +
+ + + +
+ repeat +
+ + +
+ + + +
+ save +
+ + +
+ + + +
+ search +
+ + +
+ + + +
+ select +
+ + +
+ + + +
+ send +
+ + +
+ + + +
+ settings +
+ + +
+ + + +
+ share +
+ + +
+ + + +
+ shopping-cart-add +
+ + +
+ + + +
+ shopping-cart +
+ + +
+ + + +
+ shuffle +
+ + +
+ + + +
+ snow +
+ + +
+ + + +
+ snowflake +
+ + +
+ + + +
+ sort +
+ + +
+ + + +
+ speakers +
+ + +
+ + + +
+ stop +
+ + +
+ + + +
+ storm +
+ + +
+ + + +
+ strikethrough +
+ + +
+ + + +
+ sun +
+ + +
+ + + +
+ sunrise-1 +
+ + +
+ + + +
+ sunrise +
+ + +
+ + + +
+ sunset +
+ + +
+ + + +
+ switch +
+ + +
+ + + +
+ table +
+ + +
+ + + +
+ tablet +
+ + +
+ + + +
+ tag +
+ + +
+ + + +
+ temperature +
+ + +
+ + + +
+ text +
+ + +
+ + + +
+ three-rows +
+ + +
+ + + +
+ two-columns +
+ + +
+ + + +
+ two-rows +
+ + +
+ + + +
+ underline +
+ + +
+ + + +
+ undo +
+ + +
+ + + +
+ unlock +
+ + +
+ + + +
+ user-add +
+ + +
+ + + +
+ user-check +
+ + +
+ + + +
+ user-remove +
+ + +
+ + + +
+ user +
+ + +
+ + + +
+ users +
+ + +
+ + + +
+ volume-off +
+ + +
+ + + +
+ volume-up +
+ + +
+ + + +
+ warning +
+ + +
+ + + +
+ webcam +
+ + +
+ + + +
+ wind +
+ + +
+ + + +
+ window +
+ + +
+ + + +
+ zoom-in +
+ + +
+ + + +
+ zoom-out +
+ + + + \ No newline at end of file diff --git a/src/icons/iconfont/icons.json b/src/icons/iconfont/icons.json new file mode 100644 index 0000000..e1bc84e --- /dev/null +++ b/src/icons/iconfont/icons.json @@ -0,0 +1,182 @@ +{ + "add": "\\f101", + "archive": "\\f102", + "arrow-down": "\\f103", + "arrow-left-down": "\\f104", + "arrow-left-up": "\\f105", + "arrow-left": "\\f106", + "arrow-right-down": "\\f107", + "arrow-right-up": "\\f108", + "arrow-right": "\\f109", + "arrow-up": "\\f10a", + "attachment": "\\f10b", + "backspace": "\\f10c", + "ban": "\\f10d", + "bar-chart-alt": "\\f10e", + "bar-chart": "\\f10f", + "board": "\\f110", + "bold": "\\f111", + "book": "\\f112", + "bookmark": "\\f113", + "calendar": "\\f114", + "call": "\\f115", + "camera": "\\f116", + "caret-down": "\\f117", + "caret-left": "\\f118", + "caret-right": "\\f119", + "caret-up": "\\f11a", + "check": "\\f11b", + "chevron-double-down": "\\f11c", + "chevron-double-left": "\\f11d", + "chevron-double-right": "\\f11e", + "chevron-double-up": "\\f11f", + "chevron-down": "\\f120", + "chevron-left": "\\f121", + "chevron-right": "\\f122", + "chevron-up": "\\f123", + "circle-add": "\\f124", + "circle-arrow-down": "\\f125", + "circle-arrow-left": "\\f126", + "circle-arrow-right": "\\f127", + "circle-arrow-up": "\\f128", + "circle-check": "\\f129", + "circle-error": "\\f12a", + "circle-help": "\\f12b", + "circle-information": "\\f12c", + "circle-remove": "\\f12d", + "circle-warning": "\\f12e", + "circle": "\\f12f", + "clipboard-check": "\\f130", + "clipboard-list": "\\f131", + "clipboard": "\\f132", + "clock": "\\f133", + "close": "\\f134", + "cloud-download": "\\f135", + "cloud-upload": "\\f136", + "cloud": "\\f137", + "cloudy": "\\f138", + "comment": "\\f139", + "compass": "\\f13a", + "computer": "\\f13b", + "copy": "\\f13c", + "credit-card": "\\f13d", + "database": "\\f13e", + "delete-alt": "\\f13f", + "delete": "\\f140", + "document-add": "\\f141", + "document-check": "\\f142", + "document-download": "\\f143", + "document-empty": "\\f144", + "document-remove": "\\f145", + "document": "\\f146", + "download": "\\f147", + "drag": "\\f148", + "drop": "\\f149", + "edit-alt": "\\f14a", + "edit": "\\f14b", + "email": "\\f14c", + "enter": "\\f14d", + "expand": "\\f14e", + "export": "\\f14f", + "external-link": "\\f150", + "eye-off": "\\f151", + "eye": "\\f152", + "favorite": "\\f153", + "filter-1": "\\f154", + "filter-alt": "\\f155", + "filter": "\\f156", + "flag": "\\f157", + "fog": "\\f158", + "folder-add": "\\f159", + "folder-check": "\\f15a", + "folder-download": "\\f15b", + "folder-remove": "\\f15c", + "folder": "\\f15d", + "grid": "\\f15e", + "heart": "\\f15f", + "home": "\\f160", + "image": "\\f161", + "inbox": "\\f162", + "italic": "\\f163", + "laptop": "\\f164", + "layers": "\\f165", + "layout": "\\f166", + "link-alt": "\\f167", + "link": "\\f168", + "list": "\\f169", + "location": "\\f16a", + "lock": "\\f16b", + "log-in": "\\f16c", + "log-out": "\\f16d", + "map": "\\f16e", + "megaphone": "\\f16f", + "menu": "\\f170", + "message-alt": "\\f171", + "message": "\\f172", + "minimize": "\\f173", + "mobile": "\\f174", + "moon": "\\f175", + "next": "\\f176", + "notification-off": "\\f177", + "notification": "\\f178", + "options-horizontal": "\\f179", + "options-vertical": "\\f17a", + "pause": "\\f17b", + "pen": "\\f17c", + "percentage": "\\f17d", + "pin": "\\f17e", + "play": "\\f17f", + "previous": "\\f180", + "print": "\\f181", + "rain": "\\f182", + "refresh": "\\f183", + "remove": "\\f184", + "reorder-alt": "\\f185", + "reorder": "\\f186", + "repeat": "\\f187", + "save": "\\f188", + "search": "\\f189", + "select": "\\f18a", + "send": "\\f18b", + "settings": "\\f18c", + "share": "\\f18d", + "shopping-cart-add": "\\f18e", + "shopping-cart": "\\f18f", + "shuffle": "\\f190", + "snow": "\\f191", + "snowflake": "\\f192", + "sort": "\\f193", + "speakers": "\\f194", + "stop": "\\f195", + "storm": "\\f196", + "strikethrough": "\\f197", + "sun": "\\f198", + "sunrise-1": "\\f199", + "sunrise": "\\f19a", + "sunset": "\\f19b", + "switch": "\\f19c", + "table": "\\f19d", + "tablet": "\\f19e", + "tag": "\\f19f", + "temperature": "\\f1a0", + "text": "\\f1a1", + "three-rows": "\\f1a2", + "two-columns": "\\f1a3", + "two-rows": "\\f1a4", + "underline": "\\f1a5", + "undo": "\\f1a6", + "unlock": "\\f1a7", + "user-add": "\\f1a8", + "user-check": "\\f1a9", + "user-remove": "\\f1aa", + "user": "\\f1ab", + "users": "\\f1ac", + "volume-off": "\\f1ad", + "volume-up": "\\f1ae", + "warning": "\\f1af", + "webcam": "\\f1b0", + "wind": "\\f1b1", + "window": "\\f1b2", + "zoom-in": "\\f1b3", + "zoom-out": "\\f1b4" +} \ No newline at end of file diff --git a/src/icons/iconfont/icons.svg b/src/icons/iconfont/icons.svg new file mode 100644 index 0000000..6a65923 --- /dev/null +++ b/src/icons/iconfont/icons.svg @@ -0,0 +1,552 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/iconfont/icons.ttf b/src/icons/iconfont/icons.ttf new file mode 100644 index 0000000..62f6f98 Binary files /dev/null and b/src/icons/iconfont/icons.ttf differ diff --git a/src/icons/iconfont/icons.woff b/src/icons/iconfont/icons.woff new file mode 100644 index 0000000..6aa109d Binary files /dev/null and b/src/icons/iconfont/icons.woff differ diff --git a/src/icons/iconfont/icons.woff2 b/src/icons/iconfont/icons.woff2 new file mode 100644 index 0000000..8731f49 Binary files /dev/null and b/src/icons/iconfont/icons.woff2 differ diff --git a/src/icons/image.svg b/src/icons/image.svg deleted file mode 100644 index f5cd6dd..0000000 --- a/src/icons/image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/inbox.svg b/src/icons/inbox.svg deleted file mode 100644 index b5c53f4..0000000 --- a/src/icons/inbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/laptop.svg b/src/icons/laptop.svg deleted file mode 100644 index acb3c7d..0000000 --- a/src/icons/laptop.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/link-alt.svg b/src/icons/link-alt.svg deleted file mode 100644 index 5c00b8a..0000000 --- a/src/icons/link-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/link.svg b/src/icons/link.svg deleted file mode 100644 index ef5dd37..0000000 --- a/src/icons/link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/list.svg b/src/icons/list.svg deleted file mode 100644 index 85524d8..0000000 --- a/src/icons/list.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/location.svg b/src/icons/location.svg deleted file mode 100644 index 57765d8..0000000 --- a/src/icons/location.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/lock.svg b/src/icons/lock.svg deleted file mode 100644 index d166f55..0000000 --- a/src/icons/lock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/log-out.svg b/src/icons/log-out.svg deleted file mode 100644 index ff48eea..0000000 --- a/src/icons/log-out.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/map.svg b/src/icons/map.svg deleted file mode 100644 index d4ec02d..0000000 --- a/src/icons/map.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/megaphone.svg b/src/icons/megaphone.svg deleted file mode 100644 index 8cb43f7..0000000 --- a/src/icons/megaphone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/menu.svg b/src/icons/menu.svg deleted file mode 100644 index b8cf43d..0000000 --- a/src/icons/menu.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/message-alt.svg b/src/icons/message-alt.svg deleted file mode 100644 index 2e02136..0000000 --- a/src/icons/message-alt.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/icons/message.svg b/src/icons/message.svg deleted file mode 100644 index 0275e12..0000000 --- a/src/icons/message.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/mobile.svg b/src/icons/mobile.svg deleted file mode 100644 index ef32e61..0000000 --- a/src/icons/mobile.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/moon.svg b/src/icons/moon.svg deleted file mode 100644 index 73052da..0000000 --- a/src/icons/moon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/next.svg b/src/icons/next.svg deleted file mode 100644 index 89c0d9f..0000000 --- a/src/icons/next.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/notification-off.svg b/src/icons/notification-off.svg deleted file mode 100644 index caf2f25..0000000 --- a/src/icons/notification-off.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/notification.svg b/src/icons/notification.svg deleted file mode 100644 index cf11b5d..0000000 --- a/src/icons/notification.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/options-horizontal.svg b/src/icons/options-horizontal.svg deleted file mode 100644 index 1de96f6..0000000 --- a/src/icons/options-horizontal.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/options-vertical.svg b/src/icons/options-vertical.svg deleted file mode 100644 index ce73f61..0000000 --- a/src/icons/options-vertical.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/package-lock.json b/src/icons/package-lock.json new file mode 100644 index 0000000..a35c21a --- /dev/null +++ b/src/icons/package-lock.json @@ -0,0 +1,1617 @@ +{ + "name": "mono-icons", + "version": "1.2.2", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@types/q": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", + "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==", + "dev": true + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "ajv": { + "version": "6.12.4", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz", + "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "dev": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz", + "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "block-stream": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "dev": true, + "requires": { + "inherits": "~2.0.0" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "bufferstreams": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.3.tgz", + "integrity": "sha512-HaJnVuslRF4g2kSDeyl++AaVizoitCpL9PglzCYwy0uHHyvWerfvEb8jWmYbF1z4kiVFolGomnxSGl+GUQp2jg==", + "dev": true, + "requires": { + "readable-stream": "^2.0.2" + } + }, + "call-bind": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.0.tgz", + "integrity": "sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.0" + } + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "dev": true, + "requires": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", + "dev": true + }, + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "dev": true, + "requires": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + } + }, + "css-what": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", + "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", + "dev": true + }, + "csso": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.1.1.tgz", + "integrity": "sha512-Rvq+e1e0TFB8E8X+8MQjHSY6vtol45s5gxtLI/018UsAn2IBMmwNEZRM/h+HVnAJRHjasLIKKUO3uvoMM28LvA==", + "dev": true, + "requires": { + "css-tree": "^1.0.0" + }, + "dependencies": { + "css-tree": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.1.tgz", + "integrity": "sha512-NVN42M2fjszcUNpDbdkvutgQSlFYsr1z7kqeuCagHnNLBfYor6uP1WL1KrkmdYZ5Y1vTBCIOI/C/+8T98fJ71w==", + "dev": true, + "requires": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + } + }, + "mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + } + } + }, + "cubic2quad": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/cubic2quad/-/cubic2quad-1.1.1.tgz", + "integrity": "sha1-abGcYaP1tB7PLx1fro+wNBWqixU=", + "dev": true + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.2.tgz", + "integrity": "sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA==", + "dev": true + } + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "dev": true + }, + "es-abstract": { + "version": "1.17.7", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", + "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fstream": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "get-intrinsic": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.1.tgz", + "integrity": "sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", + "dev": true + }, + "handlebars": { + "version": "4.7.6", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz", + "integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==", + "dev": true, + "requires": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4", + "wordwrap": "^1.0.0" + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "dev": true, + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "dev": true + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "icon-font-generator": { + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/icon-font-generator/-/icon-font-generator-2.1.10.tgz", + "integrity": "sha512-p8iMm+eG9toP/nRt3K7u19NPgPkjOzJS+zdf/FG7TXH0SE7teiBQIzge2aDvQOZf4HYtCVswz0Do3/nEQHLAhA==", + "dev": true, + "requires": { + "colors": "^1.2.1", + "glob": "^7.1.2", + "minimist": "^1.2.0", + "webfonts-generator": "^0.4.0" + } + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "is-callable": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", + "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==", + "dev": true + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-negative-zero": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", + "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=", + "dev": true + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "dev": true, + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "js-yaml": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "lodash": { + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "dev": true + }, + "mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", + "dev": true + }, + "microbuffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/microbuffer/-/microbuffer-1.0.0.tgz", + "integrity": "sha1-izgy7UDIfVH0e7I0kTppinVtGdI=", + "dev": true + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==", + "dev": true + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "dev": true, + "requires": { + "mime-db": "1.44.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "nan": { + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", + "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", + "dev": true + }, + "neatequal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/neatequal/-/neatequal-1.0.0.tgz", + "integrity": "sha1-LuEhG8n6bkxVcV/SELsFYC6xrjs=", + "dev": true, + "requires": { + "varstream": "^0.3.2" + } + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node-gyp": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "dev": true, + "requires": { + "fstream": "^1.0.0", + "glob": "^7.0.3", + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.0", + "nopt": "2 || 3", + "npmlog": "0 || 1 || 2 || 3 || 4", + "osenv": "0", + "request": "^2.87.0", + "rimraf": "2", + "semver": "~5.3.0", + "tar": "^2.0.0", + "which": "1" + } + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "dev": true, + "requires": { + "abbrev": "1" + } + }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dev": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dev": true, + "requires": { + "boolbase": "~1.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "object.values": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", + "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "dev": true + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "dev": true, + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "dev": true + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string.fromcodepoint": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz", + "integrity": "sha1-jZeDM8C8klOPUPOD5IiPPlYZ1lM=", + "dev": true + }, + "string.prototype.codepointat": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz", + "integrity": "sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==", + "dev": true + }, + "string.prototype.trimend": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.2.tgz", + "integrity": "sha512-8oAG/hi14Z4nOVP0z6mdiVZ/wqjDtWSLygMigTzAb+7aPEDTleeFf+WrF+alzecxIRkckkJVn+dTlwzJXORATw==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1" + }, + "dependencies": { + "es-abstract": { + "version": "1.18.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.0", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + } + } + }, + "string.prototype.trimstart": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.2.tgz", + "integrity": "sha512-7F6CdBTl5zyu30BJFdzSTlSlLPwODC23Od+iLoVH8X6+3fvDPPuBVVj9iaB1GOsSTSIgVfsfm27R2FGrAPznWg==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1" + }, + "dependencies": { + "es-abstract": { + "version": "1.18.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.0", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + } + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "svg-pathdata": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-1.0.4.tgz", + "integrity": "sha1-emgTQqrH7/2NUq+6eZmRDJ2juVk=", + "dev": true, + "requires": { + "readable-stream": "~2.0.4" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "dev": true + }, + "readable-stream": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~0.10.x", + "util-deprecate": "~1.0.1" + } + } + } + }, + "svg2ttf": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-4.3.0.tgz", + "integrity": "sha512-LZ0B7zzHWLWbzLzwaKGHQvPOuxCXLReIb3LSxFSGUy1gMw2Utk6KGNbTmbmRL6Rk1qDSmTixnDrQgnXaL9n0CA==", + "dev": true, + "requires": { + "argparse": "^1.0.6", + "cubic2quad": "^1.0.0", + "lodash": "^4.17.10", + "microbuffer": "^1.0.0", + "svgpath": "^2.1.5", + "xmldom": "~0.1.22" + } + }, + "svgicons2svgfont": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/svgicons2svgfont/-/svgicons2svgfont-5.0.2.tgz", + "integrity": "sha1-BRGCPGSRvhp9VDKS4pqK5ietBAY=", + "dev": true, + "requires": { + "commander": "^2.9.0", + "neatequal": "^1.0.0", + "readable-stream": "^2.0.4", + "sax": "^1.1.5", + "string.fromcodepoint": "^0.2.1", + "string.prototype.codepointat": "^0.2.0", + "svg-pathdata": "^1.0.4" + } + }, + "svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "dev": true, + "requires": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + } + }, + "svgpath": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.3.0.tgz", + "integrity": "sha512-N/4UDu3Y2ICik0daMmFW1tplw0XPs1nVIEVYkTiQfj9/JQZeEtAKaSYwheCwje1I4pQ5r22fGpoaNIvGgsyJyg==", + "dev": true + }, + "tar": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", + "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", + "dev": true, + "requires": { + "block-stream": "*", + "fstream": "^1.0.12", + "inherits": "2" + } + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dev": true, + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "ttf2eot": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ttf2eot/-/ttf2eot-2.0.0.tgz", + "integrity": "sha1-jmM3pYWr0WCKDISVirSDzmn2ZUs=", + "dev": true, + "requires": { + "argparse": "^1.0.6", + "microbuffer": "^1.0.0" + } + }, + "ttf2woff": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ttf2woff/-/ttf2woff-2.0.2.tgz", + "integrity": "sha512-X68badwBjAy/+itU49scLjXUL094up+rHuYk+YAOTTBYSUMOmLZ7VyhZJuqQESj1gnyLAC2/5V8Euv+mExmyPA==", + "dev": true, + "requires": { + "argparse": "^1.0.6", + "microbuffer": "^1.0.0", + "pako": "^1.0.0" + } + }, + "ttf2woff2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ttf2woff2/-/ttf2woff2-2.0.3.tgz", + "integrity": "sha1-XgIK/m5kMofzrXaHq+0g/mVOsyk=", + "dev": true, + "requires": { + "bindings": "^1.2.1", + "bufferstreams": "^1.1.0", + "nan": "^2.1.0", + "node-gyp": "^3.0.3" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true + }, + "uglify-js": { + "version": "3.10.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.4.tgz", + "integrity": "sha512-kBFT3U4Dcj4/pJ52vfjCSfyLyvG9VYYuGYPmrPvAxRw/i7xHiT4VvCev+uiEMcEEiu6UNB6KgWmGtSUYIWScbw==", + "dev": true, + "optional": true + }, + "underscore": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.11.0.tgz", + "integrity": "sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw==", + "dev": true + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=", + "dev": true + }, + "uri-js": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz", + "integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "url-join": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-1.1.0.tgz", + "integrity": "sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg=", + "dev": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "util.promisify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.2", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.0" + } + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "dev": true + }, + "varstream": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/varstream/-/varstream-0.3.2.tgz", + "integrity": "sha1-GKxklHZfP/GjWtmkvgU77BiKXeE=", + "dev": true, + "requires": { + "readable-stream": "^1.0.33" + }, + "dependencies": { + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + } + } + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "webfonts-generator": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/webfonts-generator/-/webfonts-generator-0.4.0.tgz", + "integrity": "sha1-X4n8gccWDm4Mu8m3OH5CpYUf2kY=", + "dev": true, + "requires": { + "handlebars": "^4.0.5", + "mkdirp": "^0.5.0", + "q": "^1.1.2", + "svg2ttf": "^4.0.0", + "svgicons2svgfont": "^5.0.0", + "ttf2eot": "^2.0.0", + "ttf2woff": "^2.0.1", + "ttf2woff2": "^2.0.3", + "underscore": "^1.7.0", + "url-join": "^1.1.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", + "dev": true + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "xmldom": { + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz", + "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==", + "dev": true + } + } +} diff --git a/src/icons/package.json b/src/icons/package.json new file mode 100644 index 0000000..46bfce5 --- /dev/null +++ b/src/icons/package.json @@ -0,0 +1,34 @@ +{ + "name": "mono-icons", + "version": "1.3.1", + "description": "The Mono icon font as a separate package.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "clean": "rimraf iconfont", + "optimize": "svgo -f svg --config .svgo.yml", + "icon-font": "icon-font-generator svg/*.svg -o iconfont -p mi --height 1000 --descent 128", + "prepare": "npm run clean && mkdirp iconfont && npm run icon-font && npm run optimize", + "start": "npm run prepare" + }, + "keywords": [ + "icons", + "svg", + "icon set" + ], + "author": "Mono", + "license": "MIT", + "devDependencies": { + "icon-font-generator": "^2.1.10", + "svgo": "^1.3.2" + }, + "dependencies": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/mono-company/mono-icons.git" + }, + "bugs": { + "url": "https://github.com/mono-company/mono-icons/issues" + }, + "homepage": "https://github.com/mono-company/mono-icons#readme" +} diff --git a/src/icons/pause.svg b/src/icons/pause.svg deleted file mode 100644 index bb775a1..0000000 --- a/src/icons/pause.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/percentage.svg b/src/icons/percentage.svg deleted file mode 100644 index b7eef15..0000000 --- a/src/icons/percentage.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/pin.svg b/src/icons/pin.svg deleted file mode 100644 index c537a50..0000000 --- a/src/icons/pin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/play.svg b/src/icons/play.svg deleted file mode 100644 index 9978135..0000000 --- a/src/icons/play.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/previous.svg b/src/icons/previous.svg deleted file mode 100644 index b672e7d..0000000 --- a/src/icons/previous.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/refresh.svg b/src/icons/refresh.svg deleted file mode 100644 index de61543..0000000 --- a/src/icons/refresh.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/remove.svg b/src/icons/remove.svg deleted file mode 100644 index 4870673..0000000 --- a/src/icons/remove.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/repeat.svg b/src/icons/repeat.svg deleted file mode 100644 index 9fef262..0000000 --- a/src/icons/repeat.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/icons/search.svg b/src/icons/search.svg deleted file mode 100644 index cb06b8b..0000000 --- a/src/icons/search.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/select.svg b/src/icons/select.svg deleted file mode 100644 index 00764ee..0000000 --- a/src/icons/select.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/send.svg b/src/icons/send.svg deleted file mode 100644 index 3a1c626..0000000 --- a/src/icons/send.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/settings.svg b/src/icons/settings.svg deleted file mode 100644 index e929f3a..0000000 --- a/src/icons/settings.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/share.svg b/src/icons/share.svg deleted file mode 100644 index d5c94d5..0000000 --- a/src/icons/share.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/shopping-cart-add.svg b/src/icons/shopping-cart-add.svg deleted file mode 100644 index 39fc0bc..0000000 --- a/src/icons/shopping-cart-add.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/icons/shopping-cart.svg b/src/icons/shopping-cart.svg deleted file mode 100644 index c1e6bf3..0000000 --- a/src/icons/shopping-cart.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/shuffle.svg b/src/icons/shuffle.svg deleted file mode 100644 index f463357..0000000 --- a/src/icons/shuffle.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/sort.svg b/src/icons/sort.svg deleted file mode 100644 index c02a1a9..0000000 --- a/src/icons/sort.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/speakers.svg b/src/icons/speakers.svg deleted file mode 100644 index e9335d3..0000000 --- a/src/icons/speakers.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/stop.svg b/src/icons/stop.svg deleted file mode 100644 index a431647..0000000 --- a/src/icons/stop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/sun.svg b/src/icons/sun.svg deleted file mode 100644 index 97c0861..0000000 --- a/src/icons/sun.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/sunrise.svg b/src/icons/sunrise.svg deleted file mode 100644 index 80115d1..0000000 --- a/src/icons/sunrise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/src/icons/svg/add.svg b/src/icons/svg/add.svg new file mode 100644 index 0000000..5c02d1e --- /dev/null +++ b/src/icons/svg/add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/archive.svg b/src/icons/svg/archive.svg new file mode 100644 index 0000000..20c3901 --- /dev/null +++ b/src/icons/svg/archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-down.svg b/src/icons/svg/arrow-down.svg new file mode 100644 index 0000000..2518e84 --- /dev/null +++ b/src/icons/svg/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-left-down.svg b/src/icons/svg/arrow-left-down.svg new file mode 100644 index 0000000..945033f --- /dev/null +++ b/src/icons/svg/arrow-left-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-left-up.svg b/src/icons/svg/arrow-left-up.svg new file mode 100644 index 0000000..95797ed --- /dev/null +++ b/src/icons/svg/arrow-left-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-left.svg b/src/icons/svg/arrow-left.svg new file mode 100644 index 0000000..aa31d90 --- /dev/null +++ b/src/icons/svg/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-right-down.svg b/src/icons/svg/arrow-right-down.svg new file mode 100644 index 0000000..37fffc4 --- /dev/null +++ b/src/icons/svg/arrow-right-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-right-up.svg b/src/icons/svg/arrow-right-up.svg new file mode 100644 index 0000000..1451acd --- /dev/null +++ b/src/icons/svg/arrow-right-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-right.svg b/src/icons/svg/arrow-right.svg new file mode 100644 index 0000000..7ed137d --- /dev/null +++ b/src/icons/svg/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/arrow-up.svg b/src/icons/svg/arrow-up.svg new file mode 100644 index 0000000..4e114c7 --- /dev/null +++ b/src/icons/svg/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/attachment.svg b/src/icons/svg/attachment.svg new file mode 100644 index 0000000..21b72c5 --- /dev/null +++ b/src/icons/svg/attachment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/backspace.svg b/src/icons/svg/backspace.svg new file mode 100644 index 0000000..bf73ad5 --- /dev/null +++ b/src/icons/svg/backspace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/ban.svg b/src/icons/svg/ban.svg new file mode 100644 index 0000000..fee6445 --- /dev/null +++ b/src/icons/svg/ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/bar-chart-alt.svg b/src/icons/svg/bar-chart-alt.svg new file mode 100644 index 0000000..c6fca29 --- /dev/null +++ b/src/icons/svg/bar-chart-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/bar-chart.svg b/src/icons/svg/bar-chart.svg new file mode 100644 index 0000000..37990e8 --- /dev/null +++ b/src/icons/svg/bar-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/board.svg b/src/icons/svg/board.svg new file mode 100644 index 0000000..e460528 --- /dev/null +++ b/src/icons/svg/board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/bold.svg b/src/icons/svg/bold.svg new file mode 100644 index 0000000..b8e1d4c --- /dev/null +++ b/src/icons/svg/bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/book.svg b/src/icons/svg/book.svg new file mode 100644 index 0000000..068e9fb --- /dev/null +++ b/src/icons/svg/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/bookmark.svg b/src/icons/svg/bookmark.svg new file mode 100644 index 0000000..d848a3c --- /dev/null +++ b/src/icons/svg/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/calendar.svg b/src/icons/svg/calendar.svg new file mode 100644 index 0000000..e25385e --- /dev/null +++ b/src/icons/svg/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/call.svg b/src/icons/svg/call.svg new file mode 100644 index 0000000..4a5b246 --- /dev/null +++ b/src/icons/svg/call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/camera.svg b/src/icons/svg/camera.svg new file mode 100644 index 0000000..fd60f54 --- /dev/null +++ b/src/icons/svg/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/caret-down.svg b/src/icons/svg/caret-down.svg new file mode 100644 index 0000000..4beed07 --- /dev/null +++ b/src/icons/svg/caret-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/caret-left.svg b/src/icons/svg/caret-left.svg new file mode 100644 index 0000000..1a20434 --- /dev/null +++ b/src/icons/svg/caret-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/caret-right.svg b/src/icons/svg/caret-right.svg new file mode 100644 index 0000000..28fbfb6 --- /dev/null +++ b/src/icons/svg/caret-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/caret-up.svg b/src/icons/svg/caret-up.svg new file mode 100644 index 0000000..a895b27 --- /dev/null +++ b/src/icons/svg/caret-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/check.svg b/src/icons/svg/check.svg new file mode 100644 index 0000000..f37cb43 --- /dev/null +++ b/src/icons/svg/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/checkbox-checked.svg b/src/icons/svg/checkbox-checked.svg similarity index 100% rename from src/icons/checkbox-checked.svg rename to src/icons/svg/checkbox-checked.svg diff --git a/src/icons/checkbox.svg b/src/icons/svg/checkbox.svg similarity index 100% rename from src/icons/checkbox.svg rename to src/icons/svg/checkbox.svg diff --git a/src/icons/svg/chevron-double-down.svg b/src/icons/svg/chevron-double-down.svg new file mode 100644 index 0000000..f2087cd --- /dev/null +++ b/src/icons/svg/chevron-double-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chevron-double-left.svg b/src/icons/svg/chevron-double-left.svg new file mode 100644 index 0000000..46722ae --- /dev/null +++ b/src/icons/svg/chevron-double-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chevron-double-right.svg b/src/icons/svg/chevron-double-right.svg new file mode 100644 index 0000000..b2ab119 --- /dev/null +++ b/src/icons/svg/chevron-double-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chevron-double-up.svg b/src/icons/svg/chevron-double-up.svg new file mode 100644 index 0000000..bca1999 --- /dev/null +++ b/src/icons/svg/chevron-double-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chevron-down.svg b/src/icons/svg/chevron-down.svg new file mode 100644 index 0000000..9299590 --- /dev/null +++ b/src/icons/svg/chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chevron-left.svg b/src/icons/svg/chevron-left.svg new file mode 100644 index 0000000..18ecdbc --- /dev/null +++ b/src/icons/svg/chevron-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chevron-right.svg b/src/icons/svg/chevron-right.svg new file mode 100644 index 0000000..7424256 --- /dev/null +++ b/src/icons/svg/chevron-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/chevron-up.svg b/src/icons/svg/chevron-up.svg new file mode 100644 index 0000000..4ce7f47 --- /dev/null +++ b/src/icons/svg/chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-add.svg b/src/icons/svg/circle-add.svg new file mode 100644 index 0000000..6bf3565 --- /dev/null +++ b/src/icons/svg/circle-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-arrow-down.svg b/src/icons/svg/circle-arrow-down.svg new file mode 100644 index 0000000..dfe1531 --- /dev/null +++ b/src/icons/svg/circle-arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-arrow-left.svg b/src/icons/svg/circle-arrow-left.svg new file mode 100644 index 0000000..d1dad91 --- /dev/null +++ b/src/icons/svg/circle-arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-arrow-right.svg b/src/icons/svg/circle-arrow-right.svg new file mode 100644 index 0000000..1518d9e --- /dev/null +++ b/src/icons/svg/circle-arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-arrow-up.svg b/src/icons/svg/circle-arrow-up.svg new file mode 100644 index 0000000..f9780ae --- /dev/null +++ b/src/icons/svg/circle-arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-check.svg b/src/icons/svg/circle-check.svg new file mode 100644 index 0000000..6ee3430 --- /dev/null +++ b/src/icons/svg/circle-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-error.svg b/src/icons/svg/circle-error.svg new file mode 100644 index 0000000..a703bde --- /dev/null +++ b/src/icons/svg/circle-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-help.svg b/src/icons/svg/circle-help.svg new file mode 100644 index 0000000..0e02eb6 --- /dev/null +++ b/src/icons/svg/circle-help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-information.svg b/src/icons/svg/circle-information.svg new file mode 100644 index 0000000..12bc07e --- /dev/null +++ b/src/icons/svg/circle-information.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-remove.svg b/src/icons/svg/circle-remove.svg new file mode 100644 index 0000000..5fd7395 --- /dev/null +++ b/src/icons/svg/circle-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle-warning.svg b/src/icons/svg/circle-warning.svg new file mode 100644 index 0000000..c1032c3 --- /dev/null +++ b/src/icons/svg/circle-warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/circle.svg b/src/icons/svg/circle.svg new file mode 100644 index 0000000..1ca5887 --- /dev/null +++ b/src/icons/svg/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/clipboard-check.svg b/src/icons/svg/clipboard-check.svg new file mode 100644 index 0000000..59264a5 --- /dev/null +++ b/src/icons/svg/clipboard-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/clipboard-list.svg b/src/icons/svg/clipboard-list.svg new file mode 100644 index 0000000..84d1e74 --- /dev/null +++ b/src/icons/svg/clipboard-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/clipboard.svg b/src/icons/svg/clipboard.svg new file mode 100644 index 0000000..d072076 --- /dev/null +++ b/src/icons/svg/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/clock.svg b/src/icons/svg/clock.svg new file mode 100644 index 0000000..6186378 --- /dev/null +++ b/src/icons/svg/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/close.svg b/src/icons/svg/close.svg new file mode 100644 index 0000000..56bc9cf --- /dev/null +++ b/src/icons/svg/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/cloud-download.svg b/src/icons/svg/cloud-download.svg new file mode 100644 index 0000000..9505169 --- /dev/null +++ b/src/icons/svg/cloud-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/cloud-upload.svg b/src/icons/svg/cloud-upload.svg new file mode 100644 index 0000000..4a77a9c --- /dev/null +++ b/src/icons/svg/cloud-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/cloud.svg b/src/icons/svg/cloud.svg new file mode 100644 index 0000000..95fa02e --- /dev/null +++ b/src/icons/svg/cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/cloudy.svg b/src/icons/svg/cloudy.svg new file mode 100644 index 0000000..7de64d4 --- /dev/null +++ b/src/icons/svg/cloudy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/comment.svg b/src/icons/svg/comment.svg new file mode 100644 index 0000000..5cb475a --- /dev/null +++ b/src/icons/svg/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/compass.svg b/src/icons/svg/compass.svg new file mode 100644 index 0000000..20bb0d5 --- /dev/null +++ b/src/icons/svg/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/computer.svg b/src/icons/svg/computer.svg new file mode 100644 index 0000000..241b769 --- /dev/null +++ b/src/icons/svg/computer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/copy.svg b/src/icons/svg/copy.svg new file mode 100644 index 0000000..f2c216f --- /dev/null +++ b/src/icons/svg/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/credit-card.svg b/src/icons/svg/credit-card.svg new file mode 100644 index 0000000..fa75722 --- /dev/null +++ b/src/icons/svg/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/database.svg b/src/icons/svg/database.svg new file mode 100644 index 0000000..91cd0c2 --- /dev/null +++ b/src/icons/svg/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/delete-alt.svg b/src/icons/svg/delete-alt.svg new file mode 100644 index 0000000..815d567 --- /dev/null +++ b/src/icons/svg/delete-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/delete.svg b/src/icons/svg/delete.svg new file mode 100644 index 0000000..cdb84ed --- /dev/null +++ b/src/icons/svg/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/document-add.svg b/src/icons/svg/document-add.svg new file mode 100644 index 0000000..acb88e5 --- /dev/null +++ b/src/icons/svg/document-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/document-check.svg b/src/icons/svg/document-check.svg new file mode 100644 index 0000000..f59eb66 --- /dev/null +++ b/src/icons/svg/document-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/document-download.svg b/src/icons/svg/document-download.svg new file mode 100644 index 0000000..7191aa8 --- /dev/null +++ b/src/icons/svg/document-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/document-empty.svg b/src/icons/svg/document-empty.svg new file mode 100644 index 0000000..ea1feba --- /dev/null +++ b/src/icons/svg/document-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/document-remove.svg b/src/icons/svg/document-remove.svg new file mode 100644 index 0000000..785e69f --- /dev/null +++ b/src/icons/svg/document-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/document.svg b/src/icons/svg/document.svg new file mode 100644 index 0000000..ce8e505 --- /dev/null +++ b/src/icons/svg/document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/download.svg b/src/icons/svg/download.svg new file mode 100644 index 0000000..155d5e9 --- /dev/null +++ b/src/icons/svg/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/drag.svg b/src/icons/svg/drag.svg new file mode 100644 index 0000000..42c30c2 --- /dev/null +++ b/src/icons/svg/drag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/drop.svg b/src/icons/svg/drop.svg new file mode 100644 index 0000000..e58bef3 --- /dev/null +++ b/src/icons/svg/drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/edit-alt.svg b/src/icons/svg/edit-alt.svg new file mode 100644 index 0000000..d109cd7 --- /dev/null +++ b/src/icons/svg/edit-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/edit.svg b/src/icons/svg/edit.svg new file mode 100644 index 0000000..0982968 --- /dev/null +++ b/src/icons/svg/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/email.svg b/src/icons/svg/email.svg new file mode 100644 index 0000000..aaae66a --- /dev/null +++ b/src/icons/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/enter.svg b/src/icons/svg/enter.svg new file mode 100644 index 0000000..a02d850 --- /dev/null +++ b/src/icons/svg/enter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/expand.svg b/src/icons/svg/expand.svg new file mode 100644 index 0000000..546aaee --- /dev/null +++ b/src/icons/svg/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/export.svg b/src/icons/svg/export.svg new file mode 100644 index 0000000..9dca76a --- /dev/null +++ b/src/icons/svg/export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/external-link.svg b/src/icons/svg/external-link.svg new file mode 100644 index 0000000..ddd4cbc --- /dev/null +++ b/src/icons/svg/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/eye-off.svg b/src/icons/svg/eye-off.svg new file mode 100644 index 0000000..f101a40 --- /dev/null +++ b/src/icons/svg/eye-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/eye.svg b/src/icons/svg/eye.svg new file mode 100644 index 0000000..d8b96b8 --- /dev/null +++ b/src/icons/svg/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/favorite.svg b/src/icons/svg/favorite.svg new file mode 100644 index 0000000..5529f3a --- /dev/null +++ b/src/icons/svg/favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/filter-1.svg b/src/icons/svg/filter-1.svg new file mode 100644 index 0000000..34d8f0c --- /dev/null +++ b/src/icons/svg/filter-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/filter-alt.svg b/src/icons/svg/filter-alt.svg new file mode 100644 index 0000000..e0959c1 --- /dev/null +++ b/src/icons/svg/filter-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/filter.svg b/src/icons/svg/filter.svg new file mode 100644 index 0000000..19d1b50 --- /dev/null +++ b/src/icons/svg/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/flag.svg b/src/icons/svg/flag.svg new file mode 100644 index 0000000..6f36da6 --- /dev/null +++ b/src/icons/svg/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/fog.svg b/src/icons/svg/fog.svg new file mode 100644 index 0000000..d62cb9d --- /dev/null +++ b/src/icons/svg/fog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/folder-add.svg b/src/icons/svg/folder-add.svg new file mode 100644 index 0000000..137cebd --- /dev/null +++ b/src/icons/svg/folder-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/folder-check.svg b/src/icons/svg/folder-check.svg new file mode 100644 index 0000000..777bd82 --- /dev/null +++ b/src/icons/svg/folder-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/folder-download.svg b/src/icons/svg/folder-download.svg new file mode 100644 index 0000000..0204d02 --- /dev/null +++ b/src/icons/svg/folder-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/folder-remove.svg b/src/icons/svg/folder-remove.svg new file mode 100644 index 0000000..2237c0c --- /dev/null +++ b/src/icons/svg/folder-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/folder.svg b/src/icons/svg/folder.svg new file mode 100644 index 0000000..0b5d2cf --- /dev/null +++ b/src/icons/svg/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/grid.svg b/src/icons/svg/grid.svg new file mode 100644 index 0000000..5f46699 --- /dev/null +++ b/src/icons/svg/grid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/heart.svg b/src/icons/svg/heart.svg new file mode 100644 index 0000000..eade58d --- /dev/null +++ b/src/icons/svg/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/home.svg b/src/icons/svg/home.svg new file mode 100644 index 0000000..2361183 --- /dev/null +++ b/src/icons/svg/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/image.svg b/src/icons/svg/image.svg new file mode 100644 index 0000000..45158a9 --- /dev/null +++ b/src/icons/svg/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/inbox.svg b/src/icons/svg/inbox.svg new file mode 100644 index 0000000..1345447 --- /dev/null +++ b/src/icons/svg/inbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/italic.svg b/src/icons/svg/italic.svg new file mode 100644 index 0000000..07c539e --- /dev/null +++ b/src/icons/svg/italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/laptop.svg b/src/icons/svg/laptop.svg new file mode 100644 index 0000000..81c62e0 --- /dev/null +++ b/src/icons/svg/laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/layers.svg b/src/icons/svg/layers.svg new file mode 100644 index 0000000..23ad9a1 --- /dev/null +++ b/src/icons/svg/layers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/layout.svg b/src/icons/svg/layout.svg new file mode 100644 index 0000000..78662ee --- /dev/null +++ b/src/icons/svg/layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/link-alt.svg b/src/icons/svg/link-alt.svg new file mode 100644 index 0000000..e94eedf --- /dev/null +++ b/src/icons/svg/link-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/link.svg b/src/icons/svg/link.svg new file mode 100644 index 0000000..d1fc8e2 --- /dev/null +++ b/src/icons/svg/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/list.svg b/src/icons/svg/list.svg new file mode 100644 index 0000000..7478d04 --- /dev/null +++ b/src/icons/svg/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/location.svg b/src/icons/svg/location.svg new file mode 100644 index 0000000..1fbef56 --- /dev/null +++ b/src/icons/svg/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/lock.svg b/src/icons/svg/lock.svg new file mode 100644 index 0000000..2239f61 --- /dev/null +++ b/src/icons/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/log-in.svg b/src/icons/svg/log-in.svg new file mode 100644 index 0000000..7810e31 --- /dev/null +++ b/src/icons/svg/log-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/log-out.svg b/src/icons/svg/log-out.svg new file mode 100644 index 0000000..bf650b9 --- /dev/null +++ b/src/icons/svg/log-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/map.svg b/src/icons/svg/map.svg new file mode 100644 index 0000000..cf3c0c5 --- /dev/null +++ b/src/icons/svg/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/megaphone.svg b/src/icons/svg/megaphone.svg new file mode 100644 index 0000000..e710238 --- /dev/null +++ b/src/icons/svg/megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/menu.svg b/src/icons/svg/menu.svg new file mode 100644 index 0000000..755aed1 --- /dev/null +++ b/src/icons/svg/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/message-alt.svg b/src/icons/svg/message-alt.svg new file mode 100644 index 0000000..e153de3 --- /dev/null +++ b/src/icons/svg/message-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/message.svg b/src/icons/svg/message.svg new file mode 100644 index 0000000..d4980e8 --- /dev/null +++ b/src/icons/svg/message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/minimize.svg b/src/icons/svg/minimize.svg new file mode 100644 index 0000000..2428246 --- /dev/null +++ b/src/icons/svg/minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/mobile.svg b/src/icons/svg/mobile.svg new file mode 100644 index 0000000..c289b8f --- /dev/null +++ b/src/icons/svg/mobile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/moon.svg b/src/icons/svg/moon.svg new file mode 100644 index 0000000..1aa3e17 --- /dev/null +++ b/src/icons/svg/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/next.svg b/src/icons/svg/next.svg new file mode 100644 index 0000000..edc2c4c --- /dev/null +++ b/src/icons/svg/next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/notification-off.svg b/src/icons/svg/notification-off.svg new file mode 100644 index 0000000..0248efe --- /dev/null +++ b/src/icons/svg/notification-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/notification.svg b/src/icons/svg/notification.svg new file mode 100644 index 0000000..64f7eed --- /dev/null +++ b/src/icons/svg/notification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/options-horizontal.svg b/src/icons/svg/options-horizontal.svg new file mode 100644 index 0000000..9da9ee9 --- /dev/null +++ b/src/icons/svg/options-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/options-vertical.svg b/src/icons/svg/options-vertical.svg new file mode 100644 index 0000000..d761024 --- /dev/null +++ b/src/icons/svg/options-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/pause.svg b/src/icons/svg/pause.svg new file mode 100644 index 0000000..bdcf774 --- /dev/null +++ b/src/icons/svg/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/pen.svg b/src/icons/svg/pen.svg new file mode 100644 index 0000000..bb4dfdb --- /dev/null +++ b/src/icons/svg/pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/percentage.svg b/src/icons/svg/percentage.svg new file mode 100644 index 0000000..5db7b34 --- /dev/null +++ b/src/icons/svg/percentage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/pin.svg b/src/icons/svg/pin.svg new file mode 100644 index 0000000..6cc01c4 --- /dev/null +++ b/src/icons/svg/pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/play.svg b/src/icons/svg/play.svg new file mode 100644 index 0000000..c4d586c --- /dev/null +++ b/src/icons/svg/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/previous.svg b/src/icons/svg/previous.svg new file mode 100644 index 0000000..00b169b --- /dev/null +++ b/src/icons/svg/previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/print.svg b/src/icons/svg/print.svg new file mode 100644 index 0000000..c8de25c --- /dev/null +++ b/src/icons/svg/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/rain.svg b/src/icons/svg/rain.svg new file mode 100644 index 0000000..10a7057 --- /dev/null +++ b/src/icons/svg/rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/refresh.svg b/src/icons/svg/refresh.svg new file mode 100644 index 0000000..85cf721 --- /dev/null +++ b/src/icons/svg/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/remove.svg b/src/icons/svg/remove.svg new file mode 100644 index 0000000..50ecc84 --- /dev/null +++ b/src/icons/svg/remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/reorder-alt.svg b/src/icons/svg/reorder-alt.svg new file mode 100644 index 0000000..6f1c0bf --- /dev/null +++ b/src/icons/svg/reorder-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/reorder.svg b/src/icons/svg/reorder.svg new file mode 100644 index 0000000..42c30c2 --- /dev/null +++ b/src/icons/svg/reorder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/repeat.svg b/src/icons/svg/repeat.svg new file mode 100644 index 0000000..516af33 --- /dev/null +++ b/src/icons/svg/repeat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/save.svg b/src/icons/svg/save.svg new file mode 100644 index 0000000..2a613d9 --- /dev/null +++ b/src/icons/svg/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/search.svg b/src/icons/svg/search.svg new file mode 100644 index 0000000..0439a1b --- /dev/null +++ b/src/icons/svg/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/select.svg b/src/icons/svg/select.svg new file mode 100644 index 0000000..98ddaff --- /dev/null +++ b/src/icons/svg/select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/send.svg b/src/icons/svg/send.svg new file mode 100644 index 0000000..6289a83 --- /dev/null +++ b/src/icons/svg/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/settings.svg b/src/icons/svg/settings.svg new file mode 100644 index 0000000..409f435 --- /dev/null +++ b/src/icons/svg/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/share.svg b/src/icons/svg/share.svg new file mode 100644 index 0000000..e86e56e --- /dev/null +++ b/src/icons/svg/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/shopping-cart-add.svg b/src/icons/svg/shopping-cart-add.svg new file mode 100644 index 0000000..694f94f --- /dev/null +++ b/src/icons/svg/shopping-cart-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/shopping-cart.svg b/src/icons/svg/shopping-cart.svg new file mode 100644 index 0000000..6720f40 --- /dev/null +++ b/src/icons/svg/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/shuffle.svg b/src/icons/svg/shuffle.svg new file mode 100644 index 0000000..33519e6 --- /dev/null +++ b/src/icons/svg/shuffle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/snow.svg b/src/icons/svg/snow.svg new file mode 100644 index 0000000..be36975 --- /dev/null +++ b/src/icons/svg/snow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/snowflake.svg b/src/icons/svg/snowflake.svg new file mode 100644 index 0000000..4982cc2 --- /dev/null +++ b/src/icons/svg/snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/sort.svg b/src/icons/svg/sort.svg new file mode 100644 index 0000000..aea1b88 --- /dev/null +++ b/src/icons/svg/sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/speakers.svg b/src/icons/svg/speakers.svg new file mode 100644 index 0000000..1472a60 --- /dev/null +++ b/src/icons/svg/speakers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/stop.svg b/src/icons/svg/stop.svg new file mode 100644 index 0000000..2833684 --- /dev/null +++ b/src/icons/svg/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/storm.svg b/src/icons/svg/storm.svg new file mode 100644 index 0000000..b647892 --- /dev/null +++ b/src/icons/svg/storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/strikethrough.svg b/src/icons/svg/strikethrough.svg new file mode 100644 index 0000000..b437156 --- /dev/null +++ b/src/icons/svg/strikethrough.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/sun.svg b/src/icons/svg/sun.svg new file mode 100644 index 0000000..a6c3703 --- /dev/null +++ b/src/icons/svg/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/sunrise-alt.svg b/src/icons/svg/sunrise-alt.svg new file mode 100644 index 0000000..2a68c4e --- /dev/null +++ b/src/icons/svg/sunrise-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/sunrise.svg b/src/icons/svg/sunrise.svg new file mode 100644 index 0000000..3aed5c1 --- /dev/null +++ b/src/icons/svg/sunrise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/sunset.svg b/src/icons/svg/sunset.svg new file mode 100644 index 0000000..0316404 --- /dev/null +++ b/src/icons/svg/sunset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/switch.svg b/src/icons/svg/switch.svg new file mode 100644 index 0000000..9dc2c7c --- /dev/null +++ b/src/icons/svg/switch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/table.svg b/src/icons/svg/table.svg new file mode 100644 index 0000000..3c42d67 --- /dev/null +++ b/src/icons/svg/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/tablet.svg b/src/icons/svg/tablet.svg new file mode 100644 index 0000000..3eeea74 --- /dev/null +++ b/src/icons/svg/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/tag.svg b/src/icons/svg/tag.svg new file mode 100644 index 0000000..0a1d0b9 --- /dev/null +++ b/src/icons/svg/tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/temperature.svg b/src/icons/svg/temperature.svg new file mode 100644 index 0000000..2ddf72a --- /dev/null +++ b/src/icons/svg/temperature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/text.svg b/src/icons/svg/text.svg new file mode 100644 index 0000000..1174d91 --- /dev/null +++ b/src/icons/svg/text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/three-rows.svg b/src/icons/svg/three-rows.svg new file mode 100644 index 0000000..7c9a4e9 --- /dev/null +++ b/src/icons/svg/three-rows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/two-columns.svg b/src/icons/svg/two-columns.svg new file mode 100644 index 0000000..fa5d3c9 --- /dev/null +++ b/src/icons/svg/two-columns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/two-rows.svg b/src/icons/svg/two-rows.svg new file mode 100644 index 0000000..5fe4a20 --- /dev/null +++ b/src/icons/svg/two-rows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/underline.svg b/src/icons/svg/underline.svg new file mode 100644 index 0000000..4ce2cf2 --- /dev/null +++ b/src/icons/svg/underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/undo.svg b/src/icons/svg/undo.svg new file mode 100644 index 0000000..2551f4a --- /dev/null +++ b/src/icons/svg/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/unlock.svg b/src/icons/svg/unlock.svg new file mode 100644 index 0000000..451906a --- /dev/null +++ b/src/icons/svg/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/user-add.svg b/src/icons/svg/user-add.svg new file mode 100644 index 0000000..4aa294d --- /dev/null +++ b/src/icons/svg/user-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/user-check.svg b/src/icons/svg/user-check.svg new file mode 100644 index 0000000..4f9325b --- /dev/null +++ b/src/icons/svg/user-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/user-remove.svg b/src/icons/svg/user-remove.svg new file mode 100644 index 0000000..898f8ee --- /dev/null +++ b/src/icons/svg/user-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/user.svg b/src/icons/svg/user.svg new file mode 100644 index 0000000..c489e50 --- /dev/null +++ b/src/icons/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/users.svg b/src/icons/svg/users.svg new file mode 100644 index 0000000..888774d --- /dev/null +++ b/src/icons/svg/users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/volume-off.svg b/src/icons/svg/volume-off.svg new file mode 100644 index 0000000..fb6b7de --- /dev/null +++ b/src/icons/svg/volume-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/volume-up.svg b/src/icons/svg/volume-up.svg new file mode 100644 index 0000000..2fb03a9 --- /dev/null +++ b/src/icons/svg/volume-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/warning.svg b/src/icons/svg/warning.svg new file mode 100644 index 0000000..dda9d81 --- /dev/null +++ b/src/icons/svg/warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/webcam.svg b/src/icons/svg/webcam.svg new file mode 100644 index 0000000..57b47b1 --- /dev/null +++ b/src/icons/svg/webcam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/wind.svg b/src/icons/svg/wind.svg new file mode 100644 index 0000000..0fdcb4f --- /dev/null +++ b/src/icons/svg/wind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/window.svg b/src/icons/svg/window.svg new file mode 100644 index 0000000..358a32b --- /dev/null +++ b/src/icons/svg/window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/zoom-in.svg b/src/icons/svg/zoom-in.svg new file mode 100644 index 0000000..5e451b5 --- /dev/null +++ b/src/icons/svg/zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/zoom-out.svg b/src/icons/svg/zoom-out.svg new file mode 100644 index 0000000..79d6a9c --- /dev/null +++ b/src/icons/svg/zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/switch.svg b/src/icons/switch.svg deleted file mode 100644 index 4565a27..0000000 --- a/src/icons/switch.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/table.svg b/src/icons/table.svg deleted file mode 100644 index d51f1fa..0000000 --- a/src/icons/table.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/tablet.svg b/src/icons/tablet.svg deleted file mode 100644 index d8e338b..0000000 --- a/src/icons/tablet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/tag.svg b/src/icons/tag.svg deleted file mode 100644 index 072ff50..0000000 --- a/src/icons/tag.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/undo.svg b/src/icons/undo.svg deleted file mode 100644 index 1d72553..0000000 --- a/src/icons/undo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/unlock.svg b/src/icons/unlock.svg deleted file mode 100644 index 49882e2..0000000 --- a/src/icons/unlock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/user-add.svg b/src/icons/user-add.svg deleted file mode 100644 index 777ec5e..0000000 --- a/src/icons/user-add.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/user-check.svg b/src/icons/user-check.svg deleted file mode 100644 index 224a133..0000000 --- a/src/icons/user-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/user-remove.svg b/src/icons/user-remove.svg deleted file mode 100644 index 3669ea7..0000000 --- a/src/icons/user-remove.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/user.svg b/src/icons/user.svg deleted file mode 100644 index 7eb5dd5..0000000 --- a/src/icons/user.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/users.svg b/src/icons/users.svg deleted file mode 100644 index 50bc329..0000000 --- a/src/icons/users.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/volume-off.svg b/src/icons/volume-off.svg deleted file mode 100644 index 183bb5f..0000000 --- a/src/icons/volume-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/volume-up.svg b/src/icons/volume-up.svg deleted file mode 100644 index 45da702..0000000 --- a/src/icons/volume-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/warning.svg b/src/icons/warning.svg deleted file mode 100644 index c83f7d7..0000000 --- a/src/icons/warning.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/icons/webcam.svg b/src/icons/webcam.svg deleted file mode 100644 index 7906d23..0000000 --- a/src/icons/webcam.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/zoom-in.svg b/src/icons/zoom-in.svg deleted file mode 100644 index 734f951..0000000 --- a/src/icons/zoom-in.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/icons/zoom-out.svg b/src/icons/zoom-out.svg deleted file mode 100644 index 13eaad0..0000000 --- a/src/icons/zoom-out.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/webpack.mix.js b/webpack.mix.js index 2b8b513..ecd4cd5 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -17,7 +17,7 @@ require('laravel-mix-purgecss') mix.webpackConfig({ plugins: [ - new SvgSpritemapPlugin('src/icons/*.svg', { + new SvgSpritemapPlugin('src/icons/svg/*.svg', { output: { filename: 'symbol-defs.svg', chunk: {