hc-app-icons 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/README.md +27 -0
  3. package/dist/icons/action.svg +23 -0
  4. package/dist/icons/activity.svg +22 -0
  5. package/dist/icons/add.svg +22 -0
  6. package/dist/icons/alert.svg +23 -0
  7. package/dist/icons/back-10.svg +3 -0
  8. package/dist/icons/back-15.svg +3 -0
  9. package/dist/icons/back-to-source.svg +9 -0
  10. package/dist/icons/bank.svg +15 -0
  11. package/dist/icons/baptism.svg +23 -0
  12. package/dist/icons/campus.svg +23 -0
  13. package/dist/icons/cancel-registration.svg +20 -0
  14. package/dist/icons/caret.svg +11 -0
  15. package/dist/icons/casting.svg +3 -0
  16. package/dist/icons/chat.svg +9 -0
  17. package/dist/icons/chevron-down.svg +14 -0
  18. package/dist/icons/chevron-left.svg +23 -0
  19. package/dist/icons/child.svg +23 -0
  20. package/dist/icons/class-101.svg +23 -0
  21. package/dist/icons/class-201.svg +23 -0
  22. package/dist/icons/class-301.svg +23 -0
  23. package/dist/icons/class-401.svg +23 -0
  24. package/dist/icons/close-light.svg +9 -0
  25. package/dist/icons/close-x-circle.svg +24 -0
  26. package/dist/icons/close-x-complex.svg +15 -0
  27. package/dist/icons/close-x.svg +14 -0
  28. package/dist/icons/close.svg +23 -0
  29. package/dist/icons/comment.svg +23 -0
  30. package/dist/icons/configuration.svg +23 -0
  31. package/dist/icons/contact-info.svg +18 -0
  32. package/dist/icons/credit-card.svg +15 -0
  33. package/dist/icons/date.svg +23 -0
  34. package/dist/icons/delete.svg +23 -0
  35. package/dist/icons/dev-tools.svg +13 -0
  36. package/dist/icons/devotion.svg +14 -0
  37. package/dist/icons/discipleship-milestone.svg +23 -0
  38. package/dist/icons/duplicate.svg +23 -0
  39. package/dist/icons/edit-text.svg +23 -0
  40. package/dist/icons/ellipsis.svg +27 -0
  41. package/dist/icons/email.svg +18 -0
  42. package/dist/icons/erase.svg +3 -0
  43. package/dist/icons/eraser.svg +29 -0
  44. package/dist/icons/event-ticket.svg +29 -0
  45. package/dist/icons/expand.svg +23 -0
  46. package/dist/icons/false.svg +23 -0
  47. package/dist/icons/filter.svg +23 -0
  48. package/dist/icons/forward-10.svg +14 -0
  49. package/dist/icons/forward-15.svg +3 -0
  50. package/dist/icons/giving.svg +9 -0
  51. package/dist/icons/hamburger.svg +9 -0
  52. package/dist/icons/home.svg +22 -0
  53. package/dist/icons/logout.svg +9 -0
  54. package/dist/icons/ministry.svg +18 -0
  55. package/dist/icons/music.svg +9 -0
  56. package/dist/icons/my-studies.svg +3 -0
  57. package/dist/icons/navigate.svg +23 -0
  58. package/dist/icons/note.svg +23 -0
  59. package/dist/icons/occupation.svg +18 -0
  60. package/dist/icons/one-time-opportunity.svg +23 -0
  61. package/dist/icons/password.svg +18 -0
  62. package/dist/icons/pause.svg +3 -0
  63. package/dist/icons/pencil.svg +29 -0
  64. package/dist/icons/people.svg +23 -0
  65. package/dist/icons/phone-cell.svg +18 -0
  66. package/dist/icons/phone-home.svg +18 -0
  67. package/dist/icons/phone-work.svg +18 -0
  68. package/dist/icons/play.svg +3 -0
  69. package/dist/icons/playlist.svg +18 -0
  70. package/dist/icons/pulpit.svg +23 -0
  71. package/dist/icons/questions.svg +9 -0
  72. package/dist/icons/recurring.svg +15 -0
  73. package/dist/icons/redo.svg +19 -0
  74. package/dist/icons/response.svg +3 -0
  75. package/dist/icons/scan-id.svg +19 -0
  76. package/dist/icons/search.svg +23 -0
  77. package/dist/icons/send.svg +23 -0
  78. package/dist/icons/serve.svg +29 -0
  79. package/dist/icons/serving-opportunity.svg +23 -0
  80. package/dist/icons/settings.svg +23 -0
  81. package/dist/icons/shape-experiences.svg +23 -0
  82. package/dist/icons/shape-heart.svg +23 -0
  83. package/dist/icons/share.svg +22 -0
  84. package/dist/icons/shrink.svg +23 -0
  85. package/dist/icons/sms.svg +18 -0
  86. package/dist/icons/snail-mail.svg +18 -0
  87. package/dist/icons/start-or-run.svg +23 -0
  88. package/dist/icons/steps.svg +23 -0
  89. package/dist/icons/stop.svg +3 -0
  90. package/dist/icons/success.svg +23 -0
  91. package/dist/icons/team.svg +23 -0
  92. package/dist/icons/ticket.svg +23 -0
  93. package/dist/icons/time-icon.svg +13 -0
  94. package/dist/icons/undo.svg +19 -0
  95. package/dist/icons/upload.svg +23 -0
  96. package/dist/icons/user.svg +18 -0
  97. package/dist/icons/video-full-screen.svg +3 -0
  98. package/dist/icons/video-shrink.svg +3 -0
  99. package/dist/icons/volunteer.svg +23 -0
  100. package/dist/icons/worship.svg +9 -0
  101. package/dist/index.js +98 -0
  102. package/package.json +20 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # Changelog
2
+
3
+ #### v0.0.1
4
+
5
+ - Add Icons
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # Healthy Chruch App Icons
2
+
3
+ SVG Icon Set being used across Healthy Church Apps.
4
+
5
+ ### Installation
6
+
7
+ Using a package manager:
8
+
9
+ ```sh
10
+ npm install hc-app-icons
11
+ ```
12
+
13
+ ### Usage
14
+
15
+ #### With React
16
+
17
+ On the web, these icons can be used without an additional setup.
18
+
19
+ ```jsx
20
+ import { IconActivity } from "hc-app-icons";
21
+
22
+ <img src={IconActivity} />
23
+ ```
24
+
25
+ #### With React Native
26
+
27
+ Install `React Native SVG` and follow the [documentation](https://github.com/react-native-svg/react-native-svg#readme).
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Action</title>
4
+ <defs>
5
+ <path d="M11.25,0 L12.75,0 C13.1642136,0 13.5,0.335786438 13.5,0.75 L13.5,5.25 L10.5,5.25 L10.5,0.75 C10.5,0.335786438 10.8357864,0 11.25,0 Z M19.9549513,2.98438854 L21.0156115,4.04504871 C21.3085047,4.33794193 21.3085047,4.81281566 21.0156115,5.10570888 L17.8336309,8.2876894 L15.7123106,6.16636906 L18.8942911,2.98438854 C19.1871843,2.69149532 19.6620581,2.69149532 19.9549513,2.98438854 Z M24,11.25 L24,12.75 C24,13.1642136 23.6642136,13.5 23.25,13.5 L18.75,13.5 L18.75,10.5 L23.25,10.5 C23.6642136,10.5 24,10.8357864 24,11.25 Z M21.0156115,19.9549513 L19.9549513,21.0156115 C19.6620581,21.3085047 19.1871843,21.3085047 18.8942911,21.0156115 L15.7123106,17.8336309 L17.8336309,15.7123106 L21.0156115,18.8942911 C21.3085047,19.1871843 21.3085047,19.6620581 21.0156115,19.9549513 Z M12.75,24 L11.25,24 C10.8357864,24 10.5,23.6642136 10.5,23.25 L10.5,18.75 L13.5,18.75 L13.5,23.25 C13.5,23.6642136 13.1642136,24 12.75,24 Z M4.04504871,21.0156115 L2.98438854,19.9549513 C2.69149532,19.6620581 2.69149532,19.1871843 2.98438854,18.8942911 L6.16636906,15.7123106 L8.2876894,17.8336309 L5.10570888,21.0156115 C4.81281566,21.3085047 4.33794193,21.3085047 4.04504871,21.0156115 Z M0,12.75 L0,11.25 C0,10.8357864 0.335786438,10.5 0.75,10.5 L5.25,10.5 L5.25,13.5 L0.75,13.5 C0.335786438,13.5 0,13.1642136 0,12.75 Z M2.98438854,4.04504871 L4.04504871,2.98438854 C4.33794193,2.69149532 4.81281566,2.69149532 5.10570888,2.98438854 L8.2876894,6.16636906 L6.16636906,8.2876894 L2.98438854,5.10570888 C2.69149532,4.81281566 2.69149532,4.33794193 2.98438854,4.04504871 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-63.000000, -569.000000)">
9
+ <g id="Action" transform="translate(63.000000, 569.000000)">
10
+ <rect id="Rectangle-3" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Rectangle-5" fill="#000000" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="18px" viewBox="0 0 24 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Activity</title>
4
+ <defs>
5
+ <path d="M16.1569397,10.4025598 L12.3103892,19.4443818 C12.106888,19.922738 11.711997,20.2941604 11.2266291,20.5183896 C11.0191481,20.6707457 10.7766368,20.7942687 10.50452,20.8790055 C9.29297836,21.2562775 7.95335703,20.72183 7.51239195,19.6852837 L5.22215892,14.3017903 L4.52880169,15.9316175 C4.08783661,16.9681638 2.74821527,17.5026113 1.53667368,17.1253393 C0.32513209,16.7480673 -0.2995436,15.6019411 0.141421477,14.5653948 L2.80288115,8.3092844 C3.17500823,7.43455084 4.18711735,6.91738921 5.22215892,7.00397397 C6.25720049,6.91738921 7.2693096,7.43455084 7.64143669,8.3092844 L9.8601486,13.524658 L13.7782203,4.31471625 C14.1454851,3.45141192 15.1361174,2.93639652 16.1569397,3.00632054 C17.1777621,2.93639652 18.1683943,3.45141192 18.5356592,4.31471625 L23.8585785,16.826937 C24.2995436,17.8634833 23.6748679,19.0096095 22.4633263,19.3868815 C21.2517847,19.7641535 19.9121634,19.229706 19.4711983,18.1931597 L16.1569397,10.4025598 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-541.000000, -721.000000)">
9
+ <g id="Activity" transform="translate(541.000000, 718.000000)">
10
+ <mask id="mask-2" fill="white">
11
+ <use xlink:href="#path-1"></use>
12
+ </mask>
13
+ <use id="Rectangle-5-Copy-10" fill="#1C2530" xlink:href="#path-1"></use>
14
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
15
+ <g id="💟-Icon-Style">
16
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Add</title>
4
+ <defs>
5
+ <path d="M12,0 C13.2426407,-2.28269391e-16 14.25,1.00735931 14.25,2.25 L14.25,9.75 L21.75,9.75 C22.9926407,9.75 24,10.7573593 24,12 C24,13.2426407 22.9926407,14.25 21.75,14.25 L14.25,14.25 L14.25,21.75 C14.25,22.9926407 13.2426407,24 12,24 C10.7573593,24 9.75,22.9926407 9.75,21.75 L9.75,14.25 L2.25,14.25 C1.00735931,14.25 1.52179594e-16,13.2426407 0,12 C-1.52179594e-16,10.7573593 1.00735931,9.75 2.25,9.75 L9.75,9.75 L9.75,2.25 C9.75,1.00735931 10.7573593,2.28269391e-16 12,0 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-430.000000, -199.000000)">
9
+ <g id="Add" transform="translate(430.000000, 199.000000)">
10
+ <mask id="mask-2" fill="white">
11
+ <use xlink:href="#path-1"></use>
12
+ </mask>
13
+ <use id="Rectangle-480-Copy-9" fill="#1C2530" xlink:href="#path-1"></use>
14
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
15
+ <g id="💟-Icon-Style">
16
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="20px" height="24px" viewBox="0 0 20 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Alert</title>
4
+ <defs>
5
+ <path d="M9.868,20.096 L16.5972881,21.9603393 C16.0089096,23.1705661 14.8168818,24 13.4338414,24 C11.4616769,24 9.86366675,22.3203966 9.86366675,20.2492109 L9.868,20.096 Z M16.6398583,0.257504867 C20.497075,1.32497945 22.785557,5.42459196 21.7516344,9.41468143 L21.7435146,9.4460584 C21.7006999,9.61150061 21.4925191,10.4158921 21.2132521,11.4941189 L21.0033258,12.3035392 C20.7734065,13.1932264 20.5149259,14.1879357 20.2650137,15.1533888 C19.6745068,17.4346187 21.5517046,21.7442754 21.5517046,21.7442754 L16.981881,20.478009 L16.978,20.517 L10.214967,18.6436872 C10.2206193,18.6314597 10.2263334,18.619269 10.2321088,18.6071154 L2,16.3251353 C2,16.3251353 5.71655184,13.5367987 6.31134294,11.2390653 C6.95267614,8.7642264 7.64711937,6.08231918 7.76808151,5.6151529 L7.78653912,5.54386705 L7.78653912,5.54386705 C8.81974767,1.5552779 12.7840696,-0.813720506 16.6398583,0.257504867 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-667.000000, -791.000000)">
9
+ <g id="Alert" transform="translate(665.000000, 791.000000)">
10
+ <rect id="Rectangle-4" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Path-Copy-22" fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill="#1C2530" d="M1074,792 C1076.89251,792 1079.62665,793.028358 1081.77858,794.862271 L1081.843,794.919 L1083.89359,792.869709 L1083.89359,797.816505 L1078.9468,797.816505 L1080.61079,796.152615 C1078.77648,794.605157 1076.45684,793.739417 1074,793.739417 C1068.33329,793.739417 1063.73942,798.333289 1063.73942,804 C1063.73942,809.666711 1068.33329,814.260583 1074,814.260583 C1079.57227,814.260583 1084.10716,809.818564 1084.25677,804.282425 L1084.26058,804 L1086,804 C1086,810.627364 1080.62736,816 1074,816 C1067.37264,816 1062,810.627364 1062,804 C1062,797.372636 1067.37264,792 1074,792 Z M1071.47333,799.557333 C1072.27334,799.557333 1072.90533,799.88733 1073.36933,800.547333 C1073.83334,801.207337 1074.06533,802.185327 1074.06533,803.481333 C1074.06533,804.77734 1073.83334,805.76733 1073.36933,806.451333 C1072.90533,807.135337 1072.27334,807.477333 1071.47333,807.477333 C1070.67333,807.477333 1070.04134,807.135337 1069.57733,806.451333 C1069.11333,805.76733 1068.88133,804.77734 1068.88133,803.481333 C1068.88133,802.193327 1069.11333,801.217337 1069.57733,800.553333 C1070.04134,799.88933 1070.67333,799.557333 1071.47333,799.557333 Z M1077.26933,799.701333 C1077.50933,799.845334 1077.76733,799.967333 1078.04333,800.067333 C1078.31933,800.167334 1078.64933,800.253333 1079.03333,800.325333 L1079.03333,800.325333 L1079.03333,801.189333 L1077.62933,801.189333 L1077.62933,806.205333 L1079.33333,806.205333 L1079.33333,807.333333 L1074.73733,807.333333 L1074.73733,806.205333 L1076.23733,806.205333 L1076.23733,799.701333 Z M1071.47333,800.637333 C1071.28933,800.637333 1071.11933,800.683333 1070.96333,800.775333 C1070.80733,800.867334 1070.67333,801.025332 1070.56133,801.249333 C1070.44933,801.473334 1070.36133,801.767332 1070.29733,802.131333 C1070.23333,802.495335 1070.20133,802.945331 1070.20133,803.481333 C1070.20133,804.025336 1070.23333,804.481331 1070.29733,804.849333 C1070.36133,805.217335 1070.44933,805.517332 1070.56133,805.749333 C1070.67333,805.981334 1070.80733,806.147333 1070.96333,806.247333 C1071.11933,806.347334 1071.28933,806.397333 1071.47333,806.397333 C1071.65733,806.397333 1071.82733,806.347334 1071.98333,806.247333 C1072.13933,806.147333 1072.27333,805.981334 1072.38533,805.749333 C1072.49733,805.517332 1072.58533,805.217335 1072.64933,804.849333 C1072.71333,804.481331 1072.74533,804.025336 1072.74533,803.481333 C1072.74533,802.945331 1072.71333,802.495335 1072.64933,802.131333 C1072.58533,801.767332 1072.49733,801.473334 1072.38533,801.249333 C1072.27333,801.025332 1072.13933,800.867334 1071.98333,800.775333 C1071.82733,800.683333 1071.65733,800.637333 1071.47333,800.637333 Z" transform="matrix(-1 0 0 1 1086 -792)"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill="#1C2530" d="M1079.33333,955.333333 L1079.33333,954.205333 L1077.62933,954.205333 L1077.62933,949.189333 L1079.03333,949.189333 L1079.03333,948.325333 C1078.64933,948.253333 1078.31933,948.167334 1078.04333,948.067333 C1077.76733,947.967333 1077.50933,947.845334 1077.26933,947.701333 L1076.23733,947.701333 L1076.23733,954.205333 L1074.73733,954.205333 L1074.73733,955.333333 L1079.33333,955.333333 Z M1074,940 C1076.89251,940 1079.62665,941.028358 1081.77858,942.862271 L1081.843,942.919 L1083.89359,940.869709 L1083.89359,945.816505 L1078.9468,945.816505 L1080.61079,944.152615 C1078.77648,942.605157 1076.45684,941.739417 1074,941.739417 C1068.33329,941.739417 1063.73942,946.333289 1063.73942,952 C1063.73942,957.666711 1068.33329,962.260583 1074,962.260583 C1079.57227,962.260583 1084.10716,957.818564 1084.25677,952.282425 L1084.26058,952 L1086,952 C1086,958.627364 1080.62736,964 1074,964 C1067.37264,964 1062,958.627364 1062,952 C1062,945.372636 1067.37264,940 1074,940 Z M1073.41733,947.701333 L1073.64533,951.469333 L1072.98533,951.889333 C1072.75333,951.737333 1072.55333,951.627334 1072.38533,951.559333 C1072.21733,951.491333 1072.00933,951.457333 1071.76133,951.457333 C1071.33733,951.457333 1070.99733,951.581332 1070.74133,951.829333 C1070.48533,952.077335 1070.35733,952.429331 1070.35733,952.885333 C1070.35733,953.349336 1070.49533,953.709332 1070.77133,953.965333 C1071.04733,954.221335 1071.40133,954.349333 1071.83333,954.349333 C1072.21734,954.349333 1072.55333,954.267334 1072.84133,954.103333 C1073.12933,953.939333 1073.38933,953.749334 1073.62133,953.533333 L1073.62133,953.533333 L1074.25733,954.421333 C1073.97733,954.701333 1073.62734,954.947332 1073.20733,955.159333 C1072.78733,955.371334 1072.26934,955.477333 1071.65333,955.477333 C1071.30133,955.477333 1070.96333,955.419334 1070.63933,955.303333 C1070.31533,955.187333 1070.02933,955.017334 1069.78133,954.793333 C1069.53333,954.569332 1069.33533,954.293335 1069.18733,953.965333 C1069.03933,953.637332 1068.96533,953.265335 1068.96533,952.849333 C1068.96533,952.441331 1069.02933,952.087335 1069.15733,951.787333 C1069.28533,951.487332 1069.45733,951.239334 1069.67333,951.043333 C1069.88933,950.847332 1070.14333,950.701333 1070.43533,950.605333 C1070.72733,950.509333 1071.03733,950.461333 1071.36533,950.461333 C1071.56533,950.461333 1071.74333,950.483333 1071.89933,950.527333 C1072.05533,950.571334 1072.21333,950.633333 1072.37333,950.713333 L1072.37333,950.713333 L1072.21733,948.865333 L1069.33733,948.865333 L1069.33733,947.701333 L1073.41733,947.701333 Z" transform="matrix(-1 0 0 1 1086 -940)"/>
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Back To Source</title>
4
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Icons" transform="translate(-1062.000000, -274.000000)" fill="#1C2530">
6
+ <path d="M1078.726,278.8137 C1077.932,278.605707 1077.103,278.482712 1076.243,278.482712 L1076.242,278.482712 L1076.24,278.482712 L1067.056,278.483712 L1069.05,276.489784 C1069.619,275.919805 1069.619,274.996839 1069.05,274.42586 C1068.478,273.85788 1067.556,273.85788 1066.984,274.42686 L1062.638,278.773701 L1062.426,278.910696 L1062.396,278.985693 C1062.174,279.232684 1062.036,279.548673 1062.017,279.90066 L1062,279.978657 L1062.028,280.078653 C1062.05,280.374643 1062.17,280.627633 1062.345,280.847625 L1062.426,281.047618 L1062.641,281.189613 L1066.895,285.442458 L1066.984,285.531455 C1067.555,286.101434 1068.478,286.102434 1069.049,285.531455 C1069.619,284.961475 1069.619,284.037509 1069.048,283.46653 L1068.242,282.661559 L1067.057,281.474603 L1069.22,281.474603 L1076.191,281.472603 C1076.193,281.476602 1076.195,281.480602 1076.197,281.484602 C1076.212,281.484602 1076.226,281.482602 1076.242,281.482602 C1079.969,281.482602 1083,284.513492 1083,288.241356 C1083,291.96722 1079.969,295.000109 1076.242,295.000109 C1076.212,295.000109 1076.183,294.99611 1076.153,294.99511 C1076.149,295.000109 1076.145,295.004109 1076.141,295.009109 L1076.144,295.009109 L1069.222,295.010109 L1067.226,295.010109 L1067.164,295.007109 L1063.496,295.007109 C1062.67,295.007109 1062,295.677085 1062,296.502055 C1062,297.329024 1062.67,297.999 1063.496,297.999 L1066.294,297.998 L1066.338,298 L1076.144,298 L1076.144,297.995 C1076.177,297.995 1076.209,298 1076.242,298 C1081.631,298 1086,293.630159 1086,288.241356 C1086,283.711521 1082.91,279.914659 1078.726,278.8137" id="Back-To-Source"></path>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="33px" height="24px" viewBox="0 0 33 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>bank</title>
4
+ <g id="Giving-v1.5" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Summary" transform="translate(-601.000000, -689.000000)" fill="#1C2530">
6
+ <g id="Group" transform="translate(563.000000, 193.000000)">
7
+ <g id="Giving-Content" transform="translate(22.000000, 437.000000)">
8
+ <g id="Group-5" transform="translate(0.000000, 37.000000)">
9
+ <path d="M32.5,22 L49,28.72 L49,31.6 L45,31.6 L45,40.24 L47,40.24 L47,43.12 L49,43.12 L49,46 L16,46 L16,43.12 L18,43.12 L18,40.24 L20,40.24 L20,31.6 L16,31.6 L16,28.72 L32.5,22 Z M42,31.6 L38,31.6 L38,40.24 L42,40.24 L42,31.6 Z M35,31.6 L30,31.6 L30,40.24 L35,40.24 L35,31.6 Z M27,31.6 L23,31.6 L23,40.24 L27,40.24 L27,31.6 Z" id="bank"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="14px" height="24px" viewBox="0 0 14 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Baptism</title>
4
+ <defs>
5
+ <path d="M12.001714,0 C12.001714,0 11.4811752,2.64650124 9.91955897,5.35323972 C9.86173839,5.35323972 5.63960783,13.653688 5.63960783,13.653688 C5.63960783,13.653688 4.94555617,15.2774863 5.00342792,16.7813423 C5.0612485,16.7813423 5.00342792,23.8186708 12.001714,23.9991164 C12.001714,23.9991164 18.4216407,24.239693 19,16.7813423 C18.9421794,16.7813423 19.1735129,14.9167546 17.9589225,12.7514064 C18.0167943,12.8717212 14.0838178,5.59376302 14.0838178,5.59376302 C14.0838178,5.59376302 12.6955609,2.64650124 12.001714,0 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-68.000000, -717.000000)">
9
+ <g id="Baptism" transform="translate(63.000000, 717.000000)">
10
+ <rect id="Rectangle-5" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Shape" fill="#DBE0E3" fill-rule="nonzero" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="24px" viewBox="0 0 18 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Campus</title>
4
+ <defs>
5
+ <path d="M12.529425,7.09088103 L21,14.8636399 L19.5441,17.1818392 L12,10.090881 L4.4559,17.1818392 L3,14.8636399 L11.3382,7.09088103 L11.3382,3.81816077 L9.0882,3.81816077 L9.0882,2.45455949 L11.3382,2.45455949 L11.3382,0 L12.529425,0 L12.529425,2.45455949 L14.779425,2.45455949 L14.779425,3.81816077 L12.529425,3.81816077 L12.529425,7.09088103 Z M18.220575,17.1818392 L18.220575,24 L13.985325,24 L13.985325,20.8636399 C13.985325,20.8636399 13.52205,19.2272412 11.867625,19.2272412 C10.2132,19.2272412 9.882375,20.8636399 9.882375,20.8636399 L9.882375,24 L5.64705,24 L5.64705,17.1818392 L12,11.3181994 L18.220575,17.1818392 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-544.000000, -865.000000)">
9
+ <g id="Campus" transform="translate(541.000000, 865.000000)">
10
+ <rect id="Rectangle-5" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Shape" fill="#000000" fill-rule="nonzero" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #1c2530;
6
+ fill-rule: evenodd;
7
+ }
8
+ </style>
9
+ </defs>
10
+ <title>cancel-registration</title>
11
+ <g id="My-Stuff-Navigation-Check-In-v1.0">
12
+ <g id="Serving-Checkin-Action-Menu-02">
13
+ <g id="Nav-Drawer_1.-Group_B.-Bottom" data-name="Nav-Drawer/1.-Group/B.-Bottom">
14
+ <g id="_2_-Line-item" data-name="2️⃣-Line-item">
15
+ <path id="Path-Copy-5" class="cls-1" d="M3,3V5.5a2,2,0,0,0,2,2H7a2,2,0,0,0,2-2H9V3h6V5.5a2,2,0,0,0,1.8,2H19a2,2,0,0,0,2-2h0V3h1a2,2,0,0,1,2,2V22a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V5A2,2,0,0,1,2,3Zm11.5,8.2L12,13.8,9.5,11.2a1.5,1.5,0,0,0-2.1,0,1.5,1.5,0,0,0,0,2L10,15.8,7.4,18.3a1.7,1.7,0,0,0,0,2.1,1.7,1.7,0,0,0,2.1,0L12,17.8l2.5,2.6a1.7,1.7,0,0,0,2.1,0,1.7,1.7,0,0,0,0-2.1L14,15.8l2.6-2.6a1.5,1.5,0,0,0,0-2A1.5,1.5,0,0,0,14.5,11.2ZM6.5,0a1,1,0,0,1,1,1V5a.9.9,0,0,1-1,1h-1a1,1,0,0,1-1-1V1a.9.9,0,0,1,1-1Zm12,0a1,1,0,0,1,1,1V5a.9.9,0,0,1-1,1h-1a1,1,0,0,1-1-1V1a.9.9,0,0,1,1-1Z"/>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="9px" height="6px" viewBox="0 0 9 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>caret</title>
4
+ <g id="Campus-Selector---v1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Events-01" transform="translate(-236.000000, -69.000000)" fill="#97A4AB">
6
+ <g id="Logo" transform="translate(129.999803, 58.282111)">
7
+ <polygon id="caret" transform="translate(110.500394, 13.717889) scale(1, -1) translate(-110.500394, -13.717889) " points="110.500394 10.7178886 115.000394 16.7178886 106.000394 16.7178886"></polygon>
8
+ </g>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 24 20">
2
+ <path fill="#1C2530" fill-rule="evenodd" d="M1069.63243,737.04227 L1067.4614,737.04227 C1067.4227,735.597756 1066.91232,734.337517 1065.85551,733.308681 C1064.79752,732.278742 1063.50287,731.77547 1062,731.738572 L1062,729.656233 C1065.52751,729.466566 1069.61879,732.453717 1069.63243,737.04227 Z M1083.75572,718.043684 C1085.04964,718.044064 1085.99762,718.963776 1085.99823,720.218963 C1086.00059,725.101952 1086.00059,729.984982 1085.99819,734.868013 C1085.99754,736.12147 1085.04759,737.039112 1083.75276,737.040716 L1080.07692,737.042231 L1080.07692,737.042231 L1076.19518,737.041561 L1076.19518,734.935775 L1083.80163,734.935775 L1083.80163,720.163487 L1064.18845,720.163487 L1064.18845,723.304538 L1062.01078,723.304538 C1062.00747,723.238084 1062.00114,723.170195 1062.00114,723.102306 C1062.00048,722.1454 1061.99896,721.188493 1062.0011,720.231629 C1062.00393,718.963227 1062.94677,718.043811 1064.25299,718.043516 C1070.75388,718.041911 1077.25483,718.041742 1083.75572,718.043684 Z M1062,725.395818 C1064.89721,725.429062 1067.48516,726.303823 1069.69854,728.123352 C1072.5266,730.448232 1073.92579,733.444215 1074.02108,737.04227 L1071.8293,737.04227 C1071.77309,734.413831 1070.83423,732.15213 1068.92404,730.305251 C1067.02081,728.465157 1064.69347,727.561817 1062,727.512757 L1062,725.395818 Z M1065.2435,737.04227 L1062,737.04227 L1062,733.902341 C1063.62449,733.829167 1065.26875,735.217444 1065.2435,737.04227 Z" transform="translate(-1062 -718)"/>
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Chat</title>
4
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Icons" transform="translate(-893.000000, -792.000000)" fill="#1C2530">
6
+ <path d="M904.484375,807 L899.327539,803.25 L896.515625,803.25 C894.573828,803.25 893,802.262695 893,800.320312 L893,795.515625 C893,793.574414 894.573828,792 896.515625,792 L904.484375,792 C906.425586,792 908,793.574414 908,795.515625 L908,799.734961 C908,801.676172 906.425586,803.25 904.484375,803.25 L904.484375,807 Z M897.684716,796.6875 L903.315284,796.6875 C903.825278,796.6875 904.25,796.267767 904.25,795.75 C904.25,795.228623 903.831514,794.8125 903.315284,794.8125 L897.684716,794.8125 C897.174722,794.8125 896.75,795.232233 896.75,795.75 C896.75,796.271377 897.168486,796.6875 897.684716,796.6875 Z M902.382149,798.328125 L898.617851,798.328125 C898.04981,798.328125 897.570312,798.800325 897.570312,799.382812 C897.570312,799.969361 898.039312,800.4375 898.617851,800.4375 L902.382149,800.4375 C902.95019,800.4375 903.429688,799.9653 903.429688,799.382812 C903.429688,798.796264 902.960688,798.328125 902.382149,798.328125 Z M903.855428,816 C903.239787,814.988702 903.48935,812.963998 904.104992,812.289377 C904.398248,811.967889 907.312031,811.394467 907.312031,811.394467 C908.119164,811.223237 908.407429,810.521816 907.984843,809.808117 C907.984843,809.808117 906.875,808.355305 906.875,806.71875 C906.875,804.34007 907.349714,802.5 910.25,802.5 C913.15068,802.5 913.625,804.34007 913.625,806.71875 C913.625,808.350243 912.519289,809.801769 912.519289,809.801769 C912.085361,810.505734 912.384552,811.213531 913.197533,811.391173 C913.197533,811.391173 916.117873,811.975483 916.40247,812.289377 C917.013388,812.963998 917.256653,814.988702 916.645735,816 L903.855428,816 Z" id="Chat"></path>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#1C2530;}
7
+ </style>
8
+ <title>Chevron</title>
9
+ <g transform="translate(7.872500, 7.896748) rotate(90.000000) translate(-7.872500, -7.896748) ">
10
+ <path id="path-1_1_" class="st0" d="M5.8,0.3l6.3,6.3c0.3,0.3,0.4,0.8,0.2,1.1c0.2,0.4,0.1,0.9-0.2,1.2l0,0l-6.3,6.3
11
+ c-0.4,0.4-1,0.4-1.4,0l0,0l-0.5-0.5c-0.4-0.4-0.4-1,0-1.4l0,0l5.6-5.6L3.9,2.1c-0.4-0.4-0.4-1,0-1.4l0.5-0.5
12
+ C4.8-0.1,5.4-0.1,5.8,0.3z"/>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="14px" height="24px" viewBox="0 0 14 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Chevron - Left</title>
4
+ <defs>
5
+ <path d="M5.23593668,11.8451227 C4.90226973,11.4561095 4.92272118,10.8648379 5.29596157,10.4915975 L15.4888863,0.298672846 C15.8871464,-0.0995872988 16.5111938,-0.0966484099 16.8979072,0.290064986 L18.3301472,1.72230495 C18.7163873,2.10854506 18.7130067,2.73985852 18.3215393,3.1313259 L9.60774251,11.8451227 L18.3215393,20.5589195 C18.7130067,20.9503869 18.7163873,21.5817004 18.3301472,21.9679405 L16.8979072,23.4001804 C16.5111938,23.7868938 15.8871464,23.7898327 15.4888863,23.3915726 L5.29596157,13.1986479 C4.92272118,12.8254075 4.90226973,12.2341359 5.23593668,11.8451227 L5.23593668,11.8451227 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-546.000000, -348.000000)">
9
+ <g id="Chevron---Left" transform="translate(541.000000, 348.000000)">
10
+ <rect id="Rectangle-3" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Chevron" fill="#97A4AB" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="24px" viewBox="0 0 18 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Child</title>
4
+ <defs>
5
+ <path d="M9.95139682,8.59990704 L14.0485804,8.59990704 L18.5637864,4.16090971 C19.0982313,3.63548531 19.9637643,3.61082965 20.5290252,4.10492773 C21.0942861,4.59902581 21.1595006,5.43725372 20.6770983,6.00816884 L16.1328623,11.3861963 C16.1135504,11.4090516 16.0937534,11.4312929 16.0734977,11.4529178 L16.0734977,22.4022301 C16.0734977,23.284654 15.3581517,24 14.4757278,24 C13.5798544,24 12.8405493,23.2991011 12.7928024,22.4045009 L12.5523819,17.8999068 L11.3434435,17.8999068 L11.103023,22.4045009 C11.0552761,23.2991011 10.315971,24 9.42009763,24 C8.53767367,24 7.82232772,23.284654 7.82232772,22.4022301 L7.82232772,11.3331868 L3.32290173,6.00819122 C2.84049939,5.4372761 2.90571392,4.59904819 3.4709748,4.10495012 C4.03623568,3.61085204 4.90176868,3.63550769 5.43621357,4.1609321 L9.95139682,8.59990704 Z M12,7.5 C9.92893219,7.5 8.25,5.82106781 8.25,3.75 C8.25,1.67893219 9.92893219,0 12,0 C14.0710678,0 15.75,1.67893219 15.75,3.75 C15.75,5.82106781 14.0710678,7.5 12,7.5 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-668.000000, -347.000000)">
9
+ <g id="Child" transform="translate(665.000000, 347.000000)">
10
+ <rect id="Rectangle-3" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Class 101</title>
4
+ <defs>
5
+ <path d="M16.5535439,17.625 L11.8679005,13.0606602 C11.266546,12.4748737 11.266546,11.5251263 11.8679005,10.9393398 L16.5535439,6.375 L12.3189164,2.25 L2.30979682,12 L12.3189164,21.75 L16.5535439,17.625 Z M23.5489841,13.0606602 L12.3189164,24 L0,12 L12.3189164,0 L23.5489841,10.9393398 C24.1503386,11.5251263 24.1503386,12.4748737 23.5489841,13.0606602 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-184.000000, -200.000000)">
9
+ <g id="Class-101" transform="translate(184.000000, 200.000000)">
10
+ <rect id="Rectangle-5" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Rectangle-10" fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Class 201</title>
4
+ <defs>
5
+ <path d="M17.625,7.4464561 L13.0606602,12.1320995 C12.4748737,12.733454 11.5251263,12.733454 10.9393398,12.1320995 L6.375,7.4464561 L2.25,11.6810836 L12,21.6902032 L21.75,11.6810836 L17.625,7.4464561 Z M13.0606602,0.451015884 L24,11.6810836 L12,24 L0,11.6810836 L10.9393398,0.451015884 C11.5251263,-0.150338628 12.4748737,-0.150338628 13.0606602,0.451015884 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-184.000000, -274.000000)">
9
+ <g id="Class-102" transform="translate(184.000000, 274.000000)">
10
+ <rect id="Rectangle-5" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Rectangle-10" fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Class 301</title>
4
+ <defs>
5
+ <path d="M7.4464561,6.375 L12.1320995,10.9393398 C12.733454,11.5251263 12.733454,12.4748737 12.1320995,13.0606602 L7.4464561,17.625 L11.6810836,21.75 L21.6902032,12 L11.6810836,2.25 L7.4464561,6.375 Z M0.451015884,10.9393398 L11.6810836,0 L24,12 L11.6810836,24 L0.451015884,13.0606602 C-0.150338628,12.4748737 -0.150338628,11.5251263 0.451015884,10.9393398 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-184.000000, -348.000000)">
9
+ <g id="Class-103" transform="translate(184.000000, 348.000000)">
10
+ <rect id="Rectangle-5" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Rectangle-10" fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Class 401</title>
4
+ <defs>
5
+ <path d="M6.375,16.5535439 L10.9393398,11.8679005 C11.5251263,11.266546 12.4748737,11.266546 13.0606602,11.8679005 L17.625,16.5535439 L21.75,12.3189164 L12,2.30979682 L2.25,12.3189164 L6.375,16.5535439 Z M10.9393398,23.5489841 L0,12.3189164 L12,0 L24,12.3189164 L13.0606602,23.5489841 C12.4748737,24.1503386 11.5251263,24.1503386 10.9393398,23.5489841 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-184.000000, -422.000000)">
9
+ <g id="Class-104" transform="translate(184.000000, 422.000000)">
10
+ <rect id="Rectangle-5" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Rectangle-10" fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Close Light</title>
4
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Icons" transform="translate(-1062.000000, -200.000000)" fill="#1C2530">
6
+ <path d="M1076.12482,212 L1085.52799,202.596913 C1085.52799,202.596913 1086.59001,201.533903 1085.52799,200.472893 C1084.46497,199.408883 1083.40295,200.472893 1083.40295,200.472893 L1073.99978,209.87498 L1064.5976,200.472893 C1064.5976,200.472893 1063.53458,199.408883 1062.47156,200.472893 C1061.41054,201.533903 1062.47156,202.596913 1062.47156,202.596913 L1071.87474,212 L1062.47156,221.403087 C1062.47156,221.403087 1061.41054,222.467097 1062.47156,223.527107 C1063.53458,224.591117 1064.5976,223.527107 1064.5976,223.527107 L1073.99978,214.12502 L1083.40295,223.527107 C1083.40295,223.527107 1084.46497,224.591117 1085.52799,223.527107 C1086.59001,222.467097 1085.52799,221.403087 1085.52799,221.403087 L1076.12482,212 Z" id="Close-Light"></path>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Close X Circle @2x</title>
4
+ <defs>
5
+ <path d="M9.94957983,8.06722689 L15.5966387,2.42016807 C16.1344538,1.88235294 16.1344538,1.07563025 15.5966387,0.537815126 C15.0588235,7.52588157e-17 14.2521008,7.52588157e-17 13.7142857,0.537815126 L8.06722689,6.05042017 L2.28571429,0.403361345 C1.74789916,-0.134453782 0.941176471,-0.134453782 0.403361345,0.403361345 C-0.134453782,0.941176471 -0.134453782,1.74789916 0.403361345,2.28571429 L6.05042017,8.06722689 L0.403361345,13.7142857 C-0.134453782,14.2521008 -0.134453782,15.0588235 0.403361345,15.5966387 C0.941176471,16.1344538 1.74789916,16.1344538 2.28571429,15.5966387 L8.06722689,9.94957983 L13.7142857,15.5966387 C14.2521008,16.1344538 15.0588235,16.1344538 15.5966387,15.5966387 C16.1344538,15.0588235 16.1344538,14.2521008 15.5966387,13.7142857 L9.94957983,8.06722689 L9.94957983,8.06722689 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Bugs" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Close-X-Circle-@2x">
9
+ <circle id="Oval-3" fill-opacity="0.8" fill="#1C2530" cx="16" cy="16" r="16"></circle>
10
+ <g id="Close-X---Gray-@2x" transform="translate(8.000000, 8.000000)">
11
+ <rect id="Rectangle-3" x="0" y="0" width="16" height="16"></rect>
12
+ <mask id="mask-2" fill="white">
13
+ <use xlink:href="#path-1"></use>
14
+ </mask>
15
+ <use id="X" fill="#1C2530" xlink:href="#path-1"></use>
16
+ <g id="Group" mask="url(#mask-2)" fill="#FFFFFF">
17
+ <g id="💟-Icon-Style">
18
+ <rect id="Rectangle-2" x="0" y="0" width="16" height="16"></rect>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Close X Complex</title>
4
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Icons" transform="translate(-541.000000, -1009.000000)">
6
+ <g id="Close-X-Complex" transform="translate(541.000000, 1009.000000)">
7
+ <circle id="Combined-Shape" fill="#1C2530" cx="12" cy="12" r="12"></circle>
8
+ <g id="Close-X---Gray-@2x" transform="translate(6.000000, 6.000000)">
9
+ <path d="M7.46218487,6.05042017 L11.697479,1.81512605 C12.1008403,1.41176471 12.1008403,0.806722689 11.697479,0.403361345 C11.2941176,5.64441118e-17 10.6890756,5.64441118e-17 10.2857143,0.403361345 L6.05042017,4.53781513 L1.71428571,0.302521008 C1.31092437,-0.100840336 0.705882353,-0.100840336 0.302521008,0.302521008 C-0.100840336,0.705882353 -0.100840336,1.31092437 0.302521008,1.71428571 L4.53781513,6.05042017 L0.302521008,10.2857143 C-0.100840336,10.6890756 -0.100840336,11.2941176 0.302521008,11.697479 C0.705882353,12.1008403 1.31092437,12.1008403 1.71428571,11.697479 L6.05042017,7.46218487 L10.2857143,11.697479 C10.6890756,12.1008403 11.2941176,12.1008403 11.697479,11.697479 C12.1008403,11.2941176 12.1008403,10.6890756 11.697479,10.2857143 L7.46218487,6.05042017 L7.46218487,6.05042017 Z" id="X" fill="#FFFFFF"></path>
10
+ <rect id="Rectangle-3" x="0" y="0" width="12" height="12"></rect>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Close X</title>
4
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Icons" transform="translate(-541.000000, -274.000000)">
6
+ <g id="Close-X" transform="translate(541.000000, 274.000000)">
7
+ <path d="M12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 Z M6.30252101,6.30252101 C5.89915966,6.70588235 5.89915966,7.31092437 6.30252101,7.71428571 L10.5378151,12.0504202 L6.30252101,16.2857143 C5.89915966,16.6890756 5.89915966,17.2941176 6.30252101,17.697479 C6.70588235,18.1008403 7.31092437,18.1008403 7.71428571,17.697479 L12.0504202,13.4621849 L16.2857143,17.697479 C16.6890756,18.1008403 17.2941176,18.1008403 17.697479,17.697479 C18.1008403,17.2941176 18.1008403,16.6890756 17.697479,16.2857143 L13.4621849,12.0504202 L17.697479,7.81512605 C18.1008403,7.41176471 18.1008403,6.80672269 17.697479,6.40336134 C17.2941176,6 16.6890756,6 16.2857143,6.40336134 L12.0504202,10.5378151 L7.71428571,6.30252101 C7.31092437,5.89915966 6.70588235,5.89915966 6.30252101,6.30252101 Z" id="Combined-Shape" fill="#1C2530"></path>
8
+ <g id="Close-X---Gray-@2x" transform="translate(6.000000, 6.000000)">
9
+ <rect id="Rectangle-3" x="0" y="0" width="12" height="12"></rect>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Close</title>
4
+ <defs>
5
+ <path d="M14.9243697,12.1008403 L23.394958,3.6302521 C24.2016807,2.82352941 24.2016807,1.61344538 23.394958,0.806722689 C22.5882353,1.12888224e-16 21.3781513,1.12888224e-16 20.5714286,0.806722689 L12.1008403,9.07563025 L3.42857143,0.605042017 C2.62184874,-0.201680672 1.41176471,-0.201680672 0.605042017,0.605042017 C-0.201680672,1.41176471 -0.201680672,2.62184874 0.605042017,3.42857143 L9.07563025,12.1008403 L0.605042017,20.5714286 C-0.201680672,21.3781513 -0.201680672,22.5882353 0.605042017,23.394958 C1.41176471,24.2016807 2.62184874,24.2016807 3.42857143,23.394958 L12.1008403,14.9243697 L20.5714286,23.394958 C21.3781513,24.2016807 22.5882353,24.2016807 23.394958,23.394958 C24.2016807,22.5882353 24.2016807,21.3781513 23.394958,20.5714286 L14.9243697,12.1008403 L14.9243697,12.1008403 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-541.000000, -200.000000)">
9
+ <g id="Close" transform="translate(541.000000, 200.000000)">
10
+ <rect id="Rectangle-3" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="X" fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Comment</title>
4
+ <defs>
5
+ <path d="M21,16.5 L21,24 L10.5,16.5 L21,16.5 Z M21.9950534,0 C23.1023548,0 24,0.887111664 24,1.99028552 L24,14.5097145 C24,15.6089188 23.1029738,16.5 21.9950534,16.5 L2.00494659,16.5 C0.897645164,16.5 0,15.6128883 0,14.5097145 L0,1.99028552 C0,0.891081181 0.897026226,0 2.00494659,0 L21.9950534,0 Z" id="path-1"></path>
6
+ </defs>
7
+ <g id="Icons---In-Use-(ME)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Icons" transform="translate(-303.000000, -346.000000)">
9
+ <g id="Comment" transform="translate(303.000000, 346.000000)">
10
+ <rect id="Rectangle-7" x="0" y="0" width="24" height="24"></rect>
11
+ <mask id="mask-2" fill="white">
12
+ <use xlink:href="#path-1"></use>
13
+ </mask>
14
+ <use id="Triangle-1" fill="#1C2530" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#1C2530">
16
+ <g id="💟-Icon-Style">
17
+ <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>