@steroidsjs/bootstrap 3.0.0-beta.48 → 3.0.0-beta.49

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 (170) hide show
  1. package/content/Accordion/AccordionItemView.js +1 -1
  2. package/content/Alert/AlertView.js +3 -2
  3. package/content/Badge/BadgeView.js +1 -1
  4. package/content/Card/CardView.js +1 -1
  5. package/content/Icon/IconView.d.ts +1 -2
  6. package/content/Menu/MenuView.js +1 -1
  7. package/form/AutoCompleteField/AutoCompleteFieldView.d.ts +1 -2
  8. package/form/Button/ButtonView.d.ts +1 -2
  9. package/form/Button/ButtonView.js +2 -2
  10. package/form/Button/ButtonView.scss +6 -0
  11. package/form/CheckboxField/CheckboxFieldView.d.ts +1 -2
  12. package/form/CheckboxField/CheckboxFieldView.js +1 -1
  13. package/form/CheckboxListField/CheckboxListFieldView.d.ts +1 -2
  14. package/form/CheckboxListField/CheckboxListFieldView.js +0 -1
  15. package/form/DateTimeField/DateTimeFieldView.d.ts +1 -2
  16. package/form/DropDownField/DropDownFieldView.js +2 -2
  17. package/form/DropDownField/DropDownFieldView.scss +5 -1
  18. package/form/FieldLayout/FieldLayoutView.d.ts +1 -2
  19. package/form/FieldLayout/FieldLayoutView.js +1 -1
  20. package/form/FieldLayout/FieldLayoutView.scss +10 -13
  21. package/form/FieldList/FieldListItemView.js +1 -1
  22. package/form/FieldList/FieldListItemView.scss +18 -11
  23. package/form/FieldSet/FieldSetView.scss +1 -4
  24. package/form/FileField/FileFieldItemView.d.ts +1 -2
  25. package/form/FileField/FileFieldItemView.js +3 -3
  26. package/form/FileField/FileFieldView.d.ts +1 -2
  27. package/form/FileField/FileFieldView.js +1 -1
  28. package/form/HtmlField/HtmlFieldView.d.ts +1 -2
  29. package/form/ImageField/ImageFieldView.js +1 -1
  30. package/form/InputField/InputFieldView.d.ts +1 -2
  31. package/form/InputField/InputFieldView.js +1 -1
  32. package/form/NumberField/NumberFieldView.d.ts +1 -2
  33. package/form/NumberField/NumberFieldView.js +2 -2
  34. package/form/PasswordField/PasswordFieldView.d.ts +1 -2
  35. package/form/PasswordField/PasswordFieldView.js +1 -1
  36. package/form/RadioField/RadioFieldView.d.ts +1 -2
  37. package/form/RadioListField/RadioListFieldView.d.ts +1 -2
  38. package/form/ReCaptchaField/ReCaptchaFieldView.d.ts +1 -2
  39. package/form/SliderField/SliderFieldView.d.ts +1 -2
  40. package/form/SwitcherField/SwitcherFieldView.d.ts +1 -2
  41. package/form/TextField/TextFieldView.d.ts +1 -2
  42. package/form/TextField/TextFieldView.js +1 -1
  43. package/form/TextField/TextFieldView.scss +1 -0
  44. package/form/TimeField/TimeFieldView.d.ts +1 -2
  45. package/icons/index.js +73 -274
  46. package/icons/svgs/add.svg +2 -1
  47. package/icons/svgs/add_square.svg +5 -0
  48. package/icons/svgs/arrow_down_18x18.svg +4 -0
  49. package/icons/svgs/arrow_down_24x24.svg +4 -0
  50. package/icons/svgs/arrow_drop_down_10x10.svg +3 -0
  51. package/icons/svgs/arrow_left_18x18.svg +4 -0
  52. package/icons/svgs/arrow_left_24x24.svg +4 -0
  53. package/icons/svgs/arrow_right_18x18.svg +4 -0
  54. package/icons/svgs/arrow_right_24x24.svg +4 -0
  55. package/icons/svgs/arrow_up_18x18.svg +4 -0
  56. package/icons/svgs/arrow_up_24x24.svg +4 -0
  57. package/icons/svgs/blank.svg +4 -0
  58. package/icons/svgs/calendar_check.svg +5 -0
  59. package/icons/svgs/calendar_range.svg +8 -0
  60. package/icons/svgs/cancel_ellips.svg +4 -0
  61. package/icons/svgs/chart.svg +6 -0
  62. package/icons/svgs/checkmark_12x12.svg +4 -0
  63. package/icons/svgs/checkmark_8x8.svg +4 -0
  64. package/icons/svgs/circle_cross_12x12.svg +4 -0
  65. package/icons/svgs/circle_cross_16x16.svg +4 -0
  66. package/icons/svgs/circle_cross_18x18.svg +4 -0
  67. package/icons/svgs/clip.svg +2 -2
  68. package/icons/svgs/copy.svg +4 -4
  69. package/icons/svgs/cross_12x12.svg +4 -0
  70. package/icons/svgs/{badge-close.svg → cross_4x4.svg} +1 -1
  71. package/icons/svgs/cross_8x8.svg +4 -0
  72. package/icons/svgs/cut.svg +2 -2
  73. package/icons/svgs/default_16x16.svg +4 -0
  74. package/icons/svgs/default_24x24.svg +11 -0
  75. package/icons/svgs/double_arrow_down.svg +5 -0
  76. package/icons/svgs/double_arrow_left.svg +5 -0
  77. package/icons/svgs/double_arrow_right.svg +5 -0
  78. package/icons/svgs/double_arrow_up.svg +5 -0
  79. package/icons/svgs/doughnut_chart.svg +5 -0
  80. package/icons/svgs/edit.svg +3 -3
  81. package/icons/svgs/error_16x16.svg +5 -0
  82. package/icons/svgs/error_24x24.svg +12 -0
  83. package/icons/svgs/expand_down.svg +3 -0
  84. package/icons/svgs/expand_left.svg +3 -0
  85. package/icons/svgs/expand_left_double.svg +4 -0
  86. package/icons/svgs/expand_right.svg +3 -0
  87. package/icons/svgs/expand_right_double.svg +4 -0
  88. package/icons/svgs/file_dock.svg +6 -0
  89. package/icons/svgs/filter.svg +3 -0
  90. package/icons/svgs/fluid.svg +4 -0
  91. package/icons/svgs/folder.svg +3 -0
  92. package/icons/svgs/group.svg +8 -0
  93. package/icons/svgs/home.svg +3 -3
  94. package/icons/svgs/img_box.svg +5 -0
  95. package/icons/svgs/import.svg +4 -0
  96. package/icons/svgs/info_16x16.svg +5 -0
  97. package/icons/svgs/info_24x24.svg +12 -0
  98. package/icons/svgs/left_12x12.svg +3 -0
  99. package/icons/svgs/loading_icon.svg +3 -0
  100. package/icons/svgs/map.svg +7 -0
  101. package/icons/svgs/menu_dots.svg +5 -0
  102. package/icons/svgs/menu_left.svg +5 -0
  103. package/icons/svgs/minis_sq.svg +4 -0
  104. package/icons/svgs/paste.svg +7 -7
  105. package/icons/svgs/pie_chart.svg +5 -0
  106. package/icons/svgs/pin.svg +3 -3
  107. package/icons/svgs/sad.svg +6 -0
  108. package/icons/svgs/search.svg +3 -3
  109. package/icons/svgs/setting_line.svg +3 -0
  110. package/icons/svgs/share.svg +7 -0
  111. package/icons/svgs/star.svg +3 -0
  112. package/icons/svgs/success_16x16.svg +4 -0
  113. package/icons/svgs/success_24x24.svg +11 -0
  114. package/icons/svgs/support.svg +3 -0
  115. package/icons/svgs/trash.svg +5 -5
  116. package/icons/svgs/upload.svg +3 -3
  117. package/icons/svgs/user.svg +2 -2
  118. package/icons/svgs/view.svg +4 -0
  119. package/icons/svgs/view_hide.svg +5 -0
  120. package/icons/svgs/warning_16x16.svg +5 -0
  121. package/icons/svgs/warning_24x24.svg +12 -0
  122. package/layout/Notifications/NotificationsItemView.d.ts +1 -2
  123. package/layout/Notifications/NotificationsView.d.ts +1 -2
  124. package/layout/ProgressBar/CircleProgressBarView.d.ts +1 -2
  125. package/layout/ProgressBar/LineProgressBarView.d.ts +1 -2
  126. package/layout/Tooltip/TooltipView.d.ts +1 -2
  127. package/list/ControlsColumnView/ControlsColumnView.d.ts +1 -2
  128. package/list/List/ListItemView.d.ts +1 -2
  129. package/list/List/ListView.d.ts +0 -1
  130. package/list/List/ListView.js +0 -1
  131. package/list/List/ListView.scss +9 -1
  132. package/list/Pagination/PaginationButtonView.js +4 -4
  133. package/list/Pagination/PaginationButtonView.scss +4 -0
  134. package/modal/Modal/ModalView.d.ts +1 -2
  135. package/modal/Modal/ModalView.js +1 -1
  136. package/modal/TwoFactorModal/TwoFactorModalView.d.ts +1 -2
  137. package/nav/Controls/ControlsView.d.ts +1 -2
  138. package/nav/Nav/NavBarView.d.ts +1 -2
  139. package/nav/Nav/NavButtonView.d.ts +1 -2
  140. package/nav/Nav/NavIconView.d.ts +1 -2
  141. package/nav/Nav/NavLinkView.d.ts +1 -2
  142. package/nav/Nav/NavListView.d.ts +1 -2
  143. package/nav/Nav/NavTabsView.d.ts +1 -2
  144. package/nav/Tree/TreeView.d.ts +1 -2
  145. package/package.json +3 -3
  146. package/icons/svgs/Cross_12x12.svg +0 -4
  147. package/icons/svgs/accordion-chevron.svg +0 -4
  148. package/icons/svgs/add1.svg +0 -5
  149. package/icons/svgs/alert-close.svg +0 -4
  150. package/icons/svgs/arrow-left.svg +0 -3
  151. package/icons/svgs/comeback.svg +0 -3
  152. package/icons/svgs/crossed-out-eye.svg +0 -5
  153. package/icons/svgs/default.svg +0 -11
  154. package/icons/svgs/dots.svg +0 -5
  155. package/icons/svgs/double-arrow-left.svg +0 -4
  156. package/icons/svgs/edit1.svg +0 -4
  157. package/icons/svgs/error.svg +0 -12
  158. package/icons/svgs/field-close.svg +0 -4
  159. package/icons/svgs/field-list-remove.svg +0 -4
  160. package/icons/svgs/file-img-type.svg +0 -5
  161. package/icons/svgs/file-loading.svg +0 -3
  162. package/icons/svgs/info.svg +0 -12
  163. package/icons/svgs/plus.svg +0 -4
  164. package/icons/svgs/remove.svg +0 -4
  165. package/icons/svgs/show.svg +0 -4
  166. package/icons/svgs/success.svg +0 -4
  167. package/icons/svgs/visible-eye.svg +0 -4
  168. package/icons/svgs/warning.svg +0 -12
  169. /package/icons/svgs/{arrow.svg → expand_up.svg} +0 -0
  170. /package/icons/svgs/{loader.svg → loading_icon_thick.svg} +0 -0
package/icons/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ /* eslint-disable import/no-dynamic-require */
2
3
  var __assign = (this && this.__assign) || function () {
3
4
  __assign = Object.assign || function(t) {
4
5
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -11,293 +12,91 @@ var __assign = (this && this.__assign) || function () {
11
12
  return __assign.apply(this, arguments);
12
13
  };
13
14
  exports.__esModule = true;
14
- /* eslint-disable import/no-dynamic-require */
15
- var groupedIcons = {
16
- brands: [
17
- '500px', 'accessible-icon', 'accusoft', 'acquisitions-incorporated', 'adn', 'adversal',
18
- 'affiliatetheme', 'airbnb', 'algolia', 'alipay', 'amazon', 'amazon-pay', 'amilia', 'android', 'angellist',
19
- 'angrycreative', 'angular', 'app-store', 'app-store-ios', 'apper', 'apple', 'apple-pay', 'artstation',
20
- 'asymmetrik', 'atlassian', 'audible', 'autoprefixer', 'avianex', 'aviato', 'aws', 'bandcamp', 'battle-net',
21
- 'behance', 'behance-square', 'bimobject', 'bitbucket', 'bitcoin', 'bity', 'black-tie', 'blackberry',
22
- 'blogger', 'blogger-b', 'bluetooth', 'bluetooth-b', 'bootstrap', 'btc', 'buffer', 'buromobelexperte',
23
- 'buy-n-large', 'buysellads', 'canadian-maple-leaf', 'cc-amazon-pay', 'cc-amex', 'cc-apple-pay',
24
- 'cc-diners-club', 'cc-discover', 'cc-jcb', 'cc-mastercard', 'cc-paypal', 'cc-stripe', 'cc-visa',
25
- 'centercode', 'centos', 'chrome', 'chromecast', 'cloudscale', 'cloudsmith', 'cloudversify', 'codepen',
26
- 'codiepie', 'confluence', 'connectdevelop', 'contao', 'cotton-bureau', 'cpanel', 'creative-commons',
27
- 'creative-commons-by', 'creative-commons-nc', 'creative-commons-nc-eu', 'creative-commons-nc-jp',
28
- 'creative-commons-nd', 'creative-commons-pd', 'creative-commons-pd-alt', 'creative-commons-remix',
29
- 'creative-commons-sa', 'creative-commons-sampling', 'creative-commons-sampling-plus',
30
- 'creative-commons-share', 'creative-commons-zero', 'critical-role', 'css3', 'css3-alt', 'cuttlefish',
31
- 'd-and-d', 'd-and-d-beyond', 'dailymotion', 'dashcube', 'deezer', 'delicious', 'deploydog', 'deskpro',
32
- 'dev', 'deviantart', 'dhl', 'diaspora', 'digg', 'digital-ocean', 'discord', 'discourse', 'dochub', 'docker',
33
- 'draft2digital', 'dribbble', 'dribbble-square', 'dropbox', 'drupal', 'dyalog', 'earlybirds', 'ebay', 'edge',
34
- 'edge-legacy', 'elementor', 'ello', 'ember', 'empire', 'envira', 'erlang', 'ethereum', 'etsy', 'evernote',
35
- 'expeditedssl', 'facebook', 'facebook-f', 'facebook-messenger', 'facebook-square', 'fantasy-flight-games',
36
- 'fedex', 'fedora', 'figma', 'firefox', 'firefox-browser', 'first-order', 'first-order-alt', 'firstdraft',
37
- 'flickr', 'flipboard', 'fly', 'font-awesome', 'font-awesome-alt', 'font-awesome-flag',
38
- 'font-awesome-logo-full', 'fonticons', 'fonticons-fi', 'fort-awesome', 'fort-awesome-alt', 'forumbee',
39
- 'foursquare', 'free-code-camp', 'freebsd', 'fulcrum', 'galactic-republic', 'galactic-senate', 'get-pocket',
40
- 'gg', 'gg-circle', 'git', 'git-alt', 'git-square', 'github', 'github-alt', 'github-square', 'gitkraken',
41
- 'gitlab', 'gitter', 'glide', 'glide-g', 'gofore', 'goodreads', 'goodreads-g', 'google', 'google-drive',
42
- 'google-pay', 'google-play', 'google-plus', 'google-plus-g', 'google-plus-square', 'google-wallet',
43
- 'gratipay', 'grav', 'gripfire', 'grunt', 'gulp', 'hacker-news', 'hacker-news-square', 'hackerrank', 'hips',
44
- 'hire-a-helper', 'hooli', 'hornbill', 'hotjar', 'houzz', 'html5', 'hubspot', 'ideal', 'imdb', 'instagram',
45
- 'instagram-square', 'intercom', 'internet-explorer', 'invision', 'ioxhost', 'itch-io', 'itunes',
46
- 'itunes-note', 'java', 'jedi-order', 'jenkins', 'jira', 'joget', 'joomla', 'js', 'js-square', 'jsfiddle',
47
- 'kaggle', 'keybase', 'keycdn', 'kickstarter', 'kickstarter-k', 'korvue', 'laravel', 'lastfm',
48
- 'lastfm-square', 'leanpub', 'less', 'line', 'linkedin', 'linkedin-in', 'linode', 'linux', 'lyft', 'magento',
49
- 'mailchimp', 'mandalorian', 'markdown', 'mastodon', 'maxcdn', 'mdb', 'medapps', 'medium', 'medium-m',
50
- 'medrt', 'meetup', 'megaport', 'mendeley', 'microblog', 'microsoft', 'mix', 'mixcloud', 'mixer', 'mizuni',
51
- 'modx', 'monero', 'napster', 'neos', 'nimblr', 'node', 'node-js', 'npm', 'ns8', 'nutritionix',
52
- 'odnoklassniki', 'odnoklassniki-square', 'old-republic', 'opencart', 'openid', 'opera', 'optin-monster',
53
- 'orcid', 'osi', 'page4', 'pagelines', 'palfed', 'patreon', 'paypal', 'penny-arcade', 'periscope',
54
- 'phabricator', 'phoenix-framework', 'phoenix-squadron', 'php', 'pied-piper', 'pied-piper-alt',
55
- 'pied-piper-hat', 'pied-piper-pp', 'pied-piper-square', 'pinterest', 'pinterest-p', 'pinterest-square',
56
- 'playstation', 'product-hunt', 'pushed', 'python', 'qq', 'quinscape', 'quora', 'r-project', 'raspberry-pi',
57
- 'ravelry', 'react', 'reacteurope', 'readme', 'rebel', 'red-river', 'reddit', 'reddit-alien',
58
- 'reddit-square', 'redhat', 'renren', 'replyd', 'researchgate', 'resolving', 'rev', 'rocketchat', 'rockrms',
59
- 'rust', 'safari', 'salesforce', 'sass', 'schlix', 'scribd', 'searchengin', 'sellcast', 'sellsy',
60
- 'servicestack', 'shirtsinbulk', 'shopify', 'shopware', 'simplybuilt', 'sistrix', 'sith', 'sketch',
61
- 'skyatlas', 'skype', 'slack', 'slack-hash', 'slideshare', 'snapchat', 'snapchat-ghost', 'snapchat-square',
62
- 'soundcloud', 'sourcetree', 'speakap', 'speaker-deck', 'spotify', 'squarespace', 'stack-exchange',
63
- 'stack-overflow', 'stackpath', 'staylinked', 'steam', 'steam-square', 'steam-symbol', 'sticker-mule',
64
- 'strava', 'stripe', 'stripe-s', 'studiovinari', 'stumbleupon', 'stumbleupon-circle', 'superpowers',
65
- 'supple', 'suse', 'swift', 'symfony', 'teamspeak', 'telegram', 'telegram-plane', 'tencent-weibo',
66
- 'the-red-yeti', 'themeco', 'themeisle', 'think-peaks', 'tiktok', 'trade-federation', 'trello',
67
- 'tumblr', 'tumblr-square', 'twitch', 'twitter', 'twitter-square', 'typo3', 'uber', 'ubuntu',
68
- 'uikit', 'umbraco', 'uniregistry', 'unity', 'unsplash', 'untappd', 'ups', 'usb', 'usps', 'ussunnah',
69
- 'vaadin', 'viacoin', 'viadeo', 'viadeo-square', 'viber', 'vimeo', 'vimeo-square', 'vimeo-v', 'vine', 'vk',
70
- 'vnv', 'vuejs', 'waze', 'weebly', 'weibo', 'weixin', 'whatsapp', 'whatsapp-square', 'whmcs', 'wikipedia-w',
71
- 'windows', 'wix', 'wizards-of-the-coast', 'wolf-pack-battalion', 'wordpress', 'wordpress-simple',
72
- 'wpbeginner', 'wpexplorer', 'wpforms', 'wpressr', 'xbox', 'xing', 'xing-square', 'y-combinator', 'yahoo',
73
- 'yammer', 'yandex', 'yandex-international', 'yarn', 'yelp', 'yoast', 'youtube', 'youtube-square', 'zhihu',
74
- ],
75
- regular: [
76
- 'address-book', 'address-card', 'angry', 'arrow-alt-circle-down', 'arrow-alt-circle-left',
77
- 'arrow-alt-circle-right', 'arrow-alt-circle-up', 'bell', 'bell-slash', 'bookmark', 'building', 'calendar',
78
- 'calendar-alt', 'calendar-check', 'calendar-minus', 'calendar-plus', 'calendar-times', 'caret-square-down',
79
- 'caret-square-left', 'caret-square-right', 'caret-square-up', 'chart-bar', 'check-circle', 'check-square',
80
- 'circle', 'clipboard', 'clock', 'clone', 'closed-captioning', 'comment', 'comment-alt', 'comment-dots',
81
- 'comments', 'compass', 'copy', 'copyright', 'credit-card', 'dizzy', 'dot-circle', 'edit', 'envelope',
82
- 'envelope-open', 'eye', 'eye-slash', 'file', 'file-alt', 'file-archive', 'file-audio', 'file-code',
83
- 'file-excel', 'file-image', 'file-pdf', 'file-powerpoint', 'file-video', 'file-word', 'flag', 'flushed',
84
- 'folder', 'folder-open', 'font-awesome-logo-full', 'frown', 'frown-open', 'futbol', 'gem', 'grimace',
85
- 'grin', 'grin-alt', 'grin-beam', 'grin-beam-sweat', 'grin-hearts', 'grin-squint', 'grin-squint-tears',
86
- 'grin-stars', 'grin-tears', 'grin-tongue', 'grin-tongue-squint', 'grin-tongue-wink', 'grin-wink',
87
- 'hand-lizard', 'hand-paper', 'hand-peace', 'hand-point-down', 'hand-point-left', 'hand-point-right',
88
- 'hand-point-up', 'hand-pointer', 'hand-rock', 'hand-scissors', 'hand-spock', 'handshake', 'hdd', 'heart',
89
- 'hospital', 'hourglass', 'id-badge', 'id-card', 'image', 'images', 'keyboard', 'kiss', 'kiss-beam',
90
- 'kiss-wink-heart', 'laugh', 'laugh-beam', 'laugh-squint', 'laugh-wink', 'lemon', 'life-ring', 'lightbulb',
91
- 'list-alt', 'map', 'meh', 'meh-blank', 'meh-rolling-eyes', 'minus-square', 'money-bill-alt', 'moon',
92
- 'newspaper', 'object-group', 'object-ungroup', 'paper-plane', 'pause-circle', 'play-circle', 'plus-square',
93
- 'question-circle', 'registered', 'sad-cry', 'sad-tear', 'save', 'share-square', 'smile', 'smile-beam',
94
- 'smile-wink', 'snowflake', 'square', 'star', 'star-half', 'sticky-note', 'stop-circle', 'sun', 'surprise',
95
- 'thumbs-down', 'thumbs-up', 'times-circle', 'tired', 'trash-alt', 'user', 'user-circle', 'window-close',
96
- 'window-maximize', 'window-minimize', 'window-restore',
97
- ],
98
- solid: [
99
- 'ad', 'address-book', 'address-card', 'adjust', 'air-freshener', 'align-center', 'align-justify',
100
- 'align-left', 'align-right', 'allergies', 'ambulance', 'american-sign-language-interpreting', 'anchor',
101
- 'angle-double-down', 'angle-double-left', 'angle-double-right', 'angle-double-up', 'angle-down',
102
- 'angle-left', 'angle-right', 'angle-up', 'angry', 'ankh', 'apple-alt', 'archive', 'archway',
103
- 'arrow-alt-circle-down', 'arrow-alt-circle-left', 'arrow-alt-circle-right', 'arrow-alt-circle-up',
104
- 'arrow-circle-down', 'arrow-circle-left', 'arrow-circle-right', 'arrow-circle-up', 'arrow-down',
105
- 'arrow-left', 'arrow-right', 'arrow-up', 'arrows-alt', 'arrows-alt-h', 'arrows-alt-v',
106
- 'assistive-listening-systems', 'asterisk', 'at', 'atlas', 'atom', 'audio-description', 'award', 'baby',
107
- 'baby-carriage', 'backspace', 'backward', 'bacon', 'bacteria', 'bacterium', 'bahai', 'balance-scale',
108
- 'balance-scale-left', 'balance-scale-right', 'ban', 'band-aid', 'barcode', 'bars', 'baseball-ball',
109
- 'basketball-ball', 'bath', 'battery-empty', 'battery-full', 'battery-half', 'battery-quarter',
110
- 'battery-three-quarters', 'bed', 'beer', 'bell', 'bell-slash', 'bezier-curve', 'bible', 'bicycle', 'biking',
111
- 'binoculars', 'biohazard', 'birthday-cake', 'blender', 'blender-phone', 'blind', 'blog', 'bold', 'bolt',
112
- 'bomb', 'bone', 'bong', 'book', 'book-dead', 'book-medical', 'book-open', 'book-reader', 'bookmark',
113
- 'border-all', 'border-none', 'border-style', 'bowling-ball', 'box', 'box-open', 'box-tissue', 'boxes',
114
- 'braille', 'brain', 'bread-slice', 'briefcase', 'briefcase-medical', 'broadcast-tower', 'broom', 'brush',
115
- 'bug', 'building', 'bullhorn', 'bullseye', 'burn', 'bus', 'bus-alt', 'business-time', 'calculator',
116
- 'calendar', 'calendar-alt', 'calendar-check', 'calendar-day', 'calendar-minus', 'calendar-plus',
117
- 'calendar-times', 'calendar-week', 'camera', 'camera-retro', 'campground', 'candy-cane', 'cannabis',
118
- 'capsules', 'car', 'car-alt', 'car-battery', 'car-crash', 'car-side', 'caravan', 'caret-down', 'caret-left',
119
- 'caret-right', 'caret-square-down', 'caret-square-left', 'caret-square-right', 'caret-square-up',
120
- 'caret-up', 'carrot', 'cart-arrow-down', 'cart-plus', 'cash-register', 'cat', 'certificate', 'chair',
121
- 'chalkboard', 'chalkboard-teacher', 'charging-station', 'chart-area', 'chart-bar', 'chart-line',
122
- 'chart-pie', 'check', 'check-circle', 'check-double', 'check-square', 'cheese', 'chess', 'chess-bishop',
123
- 'chess-board', 'chess-king', 'chess-knight', 'chess-pawn', 'chess-queen', 'chess-rook',
124
- 'chevron-circle-down', 'chevron-circle-left', 'chevron-circle-right', 'chevron-circle-up', 'chevron-down',
125
- 'chevron-left', 'chevron-right', 'chevron-up', 'child', 'church', 'circle', 'circle-notch', 'city',
126
- 'clinic-medical', 'clipboard', 'clipboard-check', 'clipboard-list', 'clock', 'clone', 'closed-captioning',
127
- 'cloud', 'cloud-download-alt', 'cloud-meatball', 'cloud-moon', 'cloud-moon-rain', 'cloud-rain',
128
- 'cloud-showers-heavy', 'cloud-sun', 'cloud-sun-rain', 'cloud-upload-alt', 'cocktail', 'code', 'code-branch',
129
- 'coffee', 'cog', 'cogs', 'coins', 'columns', 'comment', 'comment-alt', 'comment-dollar', 'comment-dots',
130
- 'comment-medical', 'comment-slash', 'comments', 'comments-dollar', 'compact-disc', 'compass', 'compress',
131
- 'compress-alt', 'compress-arrows-alt', 'concierge-bell', 'cookie', 'cookie-bite', 'copy', 'copyright',
132
- 'couch', 'credit-card', 'crop', 'crop-alt', 'cross', 'crosshairs', 'crow', 'crown', 'crutch', 'cube',
133
- 'cubes', 'cut', 'database', 'deaf', 'democrat', 'desktop', 'dharmachakra', 'diagnoses', 'dice', 'dice-d6',
134
- 'dice-d20', 'dice-five', 'dice-four', 'dice-one', 'dice-six', 'dice-three', 'dice-two',
135
- 'digital-tachograph', 'directions', 'disease', 'divide', 'dizzy', 'dna', 'dog', 'dollar-sign', 'dolly',
136
- 'dolly-flatbed', 'donate', 'door-closed', 'door-open', 'dot-circle', 'dove', 'download', 'drafting-compass',
137
- 'dragon', 'draw-polygon', 'drum', 'drum-steelpan', 'drumstick-bite', 'dumbbell', 'dumpster',
138
- 'dumpster-fire', 'dungeon', 'edit', 'egg', 'eject', 'ellipsis-h', 'ellipsis-v', 'envelope', 'envelope-open',
139
- 'envelope-open-text', 'envelope-square', 'equals', 'eraser', 'ethernet', 'euro-sign', 'exchange-alt',
140
- 'exclamation', 'exclamation-circle', 'exclamation-triangle', 'expand', 'expand-alt', 'expand-arrows-alt',
141
- 'external-link-alt', 'external-link-square-alt', 'eye', 'eye-dropper', 'eye-slash', 'fan', 'fast-backward',
142
- 'fast-forward', 'faucet', 'fax', 'feather', 'feather-alt', 'female', 'fighter-jet', 'file', 'file-alt',
143
- 'file-archive', 'file-audio', 'file-code', 'file-contract', 'file-csv', 'file-download', 'file-excel',
144
- 'file-export', 'file-image', 'file-import', 'file-invoice', 'file-invoice-dollar', 'file-medical',
145
- 'file-medical-alt', 'file-pdf', 'file-powerpoint', 'file-prescription', 'file-signature', 'file-upload',
146
- 'file-video', 'file-word', 'fill', 'fill-drip', 'film', 'filter', 'fingerprint', 'fire', 'fire-alt',
147
- 'fire-extinguisher', 'first-aid', 'fish', 'fist-raised', 'flag', 'flag-checkered', 'flag-usa', 'flask',
148
- 'flushed', 'folder', 'folder-minus', 'folder-open', 'folder-plus', 'font', 'font-awesome-logo-full',
149
- 'football-ball', 'forward', 'frog', 'frown', 'frown-open', 'funnel-dollar', 'futbol', 'gamepad', 'gas-pump',
150
- 'gavel', 'gem', 'genderless', 'ghost', 'gift', 'gifts', 'glass-cheers', 'glass-martini',
151
- 'glass-martini-alt', 'glass-whiskey', 'glasses', 'globe', 'globe-africa', 'globe-americas', 'globe-asia',
152
- 'globe-europe', 'golf-ball', 'gopuram', 'graduation-cap', 'greater-than', 'greater-than-equal', 'grimace',
153
- 'grin', 'grin-alt', 'grin-beam', 'grin-beam-sweat', 'grin-hearts', 'grin-squint', 'grin-squint-tears',
154
- 'grin-stars', 'grin-tears', 'grin-tongue', 'grin-tongue-squint', 'grin-tongue-wink', 'grin-wink',
155
- 'grip-horizontal', 'grip-lines', 'grip-lines-vertical', 'grip-vertical', 'guitar', 'h-square', 'hamburger',
156
- 'hammer', 'hamsa', 'hand-holding', 'hand-holding-heart', 'hand-holding-medical', 'hand-holding-usd',
157
- 'hand-holding-water', 'hand-lizard', 'hand-middle-finger', 'hand-paper', 'hand-peace', 'hand-point-down',
158
- 'hand-point-left', 'hand-point-right', 'hand-point-up', 'hand-pointer', 'hand-rock', 'hand-scissors',
159
- 'hand-sparkles', 'hand-spock', 'hands', 'hands-helping', 'hands-wash', 'handshake', 'handshake-alt-slash',
160
- 'handshake-slash', 'hanukiah', 'hard-hat', 'hashtag', 'hat-cowboy', 'hat-cowboy-side', 'hat-wizard', 'hdd',
161
- 'head-side-cough', 'head-side-cough-slash', 'head-side-mask', 'head-side-virus', 'heading', 'headphones',
162
- 'headphones-alt', 'headset', 'heart', 'heart-broken', 'heartbeat', 'helicopter', 'highlighter', 'hiking',
163
- 'hippo', 'history', 'hockey-puck', 'holly-berry', 'home', 'horse', 'horse-head', 'hospital', 'hospital-alt',
164
- 'hospital-symbol', 'hospital-user', 'hot-tub', 'hotdog', 'hotel', 'hourglass', 'hourglass-end',
165
- 'hourglass-half', 'hourglass-start', 'house-damage', 'house-user', 'hryvnia', 'i-cursor', 'ice-cream',
166
- 'icicles', 'icons', 'id-badge', 'id-card', 'id-card-alt', 'igloo', 'image', 'images', 'inbox', 'indent',
167
- 'industry', 'infinity', 'info', 'info-circle', 'italic', 'jedi', 'joint', 'journal-whills', 'kaaba', 'key',
168
- 'keyboard', 'khanda', 'kiss', 'kiss-beam', 'kiss-wink-heart', 'kiwi-bird', 'landmark', 'language', 'laptop',
169
- 'laptop-code', 'laptop-house', 'laptop-medical', 'laugh', 'laugh-beam', 'laugh-squint', 'laugh-wink',
170
- 'layer-group', 'leaf', 'lemon', 'less-than', 'less-than-equal', 'level-down-alt', 'level-up-alt',
171
- 'life-ring', 'lightbulb', 'link', 'lira-sign', 'list', 'list-alt', 'list-ol', 'list-ul', 'location-arrow',
172
- 'lock', 'lock-open', 'long-arrow-alt-down', 'long-arrow-alt-left', 'long-arrow-alt-right',
173
- 'long-arrow-alt-up', 'low-vision', 'luggage-cart', 'lungs', 'lungs-virus', 'magic', 'magnet', 'mail-bulk',
174
- 'male', 'map', 'map-marked', 'map-marked-alt', 'map-marker', 'map-marker-alt', 'map-pin', 'map-signs',
175
- 'marker', 'mars', 'mars-double', 'mars-stroke', 'mars-stroke-h', 'mars-stroke-v', 'mask', 'medal', 'medkit',
176
- 'meh', 'meh-blank', 'meh-rolling-eyes', 'memory', 'menorah', 'mercury', 'meteor', 'microchip', 'microphone',
177
- 'microphone-alt', 'microphone-alt-slash', 'microphone-slash', 'microscope', 'minus', 'minus-circle',
178
- 'minus-square', 'mitten', 'mobile', 'mobile-alt', 'money-bill', 'money-bill-alt', 'money-bill-wave',
179
- 'money-bill-wave-alt', 'money-check', 'money-check-alt', 'monument', 'moon', 'mortar-pestle', 'mosque',
180
- 'motorcycle', 'mountain', 'mouse', 'mouse-pointer', 'mug-hot', 'music', 'network-wired', 'neuter',
181
- 'newspaper', 'not-equal', 'notes-medical', 'object-group', 'object-ungroup', 'oil-can', 'om', 'otter',
182
- 'outdent', 'pager', 'paint-brush', 'paint-roller', 'palette', 'pallet', 'paper-plane', 'paperclip',
183
- 'parachute-box', 'paragraph', 'parking', 'passport', 'pastafarianism', 'paste', 'pause', 'pause-circle',
184
- 'paw', 'peace', 'pen', 'pen-alt', 'pen-fancy', 'pen-nib', 'pen-square', 'pencil-alt', 'pencil-ruler',
185
- 'people-arrows', 'people-carry', 'pepper-hot', 'percent', 'percentage', 'person-booth', 'phone',
186
- 'phone-alt', 'phone-slash', 'phone-square', 'phone-square-alt', 'phone-volume', 'photo-video', 'piggy-bank',
187
- 'pills', 'pizza-slice', 'place-of-worship', 'plane', 'plane-arrival', 'plane-departure', 'plane-slash',
188
- 'play', 'play-circle', 'plug', 'plus', 'plus-circle', 'plus-square', 'podcast', 'poll', 'poll-h', 'poo',
189
- 'poo-storm', 'poop', 'portrait', 'pound-sign', 'power-off', 'pray', 'praying-hands', 'prescription',
190
- 'prescription-bottle', 'prescription-bottle-alt', 'print', 'procedures', 'project-diagram', 'pump-medical',
191
- 'pump-soap', 'puzzle-piece', 'qrcode', 'question', 'question-circle', 'quidditch', 'quote-left',
192
- 'quote-right', 'quran', 'radiation', 'radiation-alt', 'rainbow', 'random', 'receipt', 'record-vinyl',
193
- 'recycle', 'redo', 'redo-alt', 'registered', 'remove-format', 'reply', 'reply-all', 'republican',
194
- 'restroom', 'retweet', 'ribbon', 'ring', 'road', 'robot', 'rocket', 'route', 'rss', 'rss-square',
195
- 'ruble-sign', 'ruler', 'ruler-combined', 'ruler-horizontal', 'ruler-vertical', 'running', 'rupee-sign',
196
- 'sad-cry', 'sad-tear', 'satellite', 'satellite-dish', 'save', 'school', 'screwdriver', 'scroll', 'sd-card',
197
- 'search', 'search-dollar', 'search-location', 'search-minus', 'search-plus', 'seedling', 'server', 'shapes',
198
- 'share', 'share-alt', 'share-alt-square', 'share-square', 'shekel-sign', 'shield-alt', 'shield-virus',
199
- 'ship', 'shipping-fast', 'shoe-prints', 'shopping-bag', 'shopping-basket', 'shopping-cart', 'shower',
200
- 'shuttle-van', 'sign', 'sign-in-alt', 'sign-language', 'sign-out-alt', 'signal', 'signature', 'sim-card',
201
- 'sink', 'sitemap', 'skating', 'skiing', 'skiing-nordic', 'skull', 'skull-crossbones', 'slash', 'sleigh',
202
- 'sliders-h', 'smile', 'smile-beam', 'smile-wink', 'smog', 'smoking', 'smoking-ban', 'sms', 'snowboarding',
203
- 'snowflake', 'snowman', 'snowplow', 'soap', 'socks', 'solar-panel', 'sort', 'sort-alpha-down',
204
- 'sort-alpha-down-alt', 'sort-alpha-up', 'sort-alpha-up-alt', 'sort-amount-down', 'sort-amount-down-alt',
205
- 'sort-amount-up', 'sort-amount-up-alt', 'sort-down', 'sort-numeric-down', 'sort-numeric-down-alt',
206
- 'sort-numeric-up', 'sort-numeric-up-alt', 'sort-up', 'spa', 'space-shuttle', 'spell-check', 'spider',
207
- 'spinner', 'splotch', 'spray-can', 'square', 'square-full', 'square-root-alt', 'stamp', 'star',
208
- 'star-and-crescent', 'star-half', 'star-half-alt', 'star-of-david', 'star-of-life', 'step-backward',
209
- 'step-forward', 'stethoscope', 'sticky-note', 'stop', 'stop-circle', 'stopwatch', 'stopwatch-20', 'store',
210
- 'store-alt', 'store-alt-slash', 'store-slash', 'stream', 'street-view', 'strikethrough', 'stroopwafel',
211
- 'subscript', 'subway', 'suitcase', 'suitcase-rolling', 'sun', 'superscript', 'surprise', 'swatchbook',
212
- 'swimmer', 'swimming-pool', 'synagogue', 'sync', 'sync-alt', 'syringe', 'table', 'table-tennis', 'tablet',
213
- 'tablet-alt', 'tablets', 'tachometer-alt', 'tag', 'tags', 'tape', 'tasks', 'taxi', 'teeth', 'teeth-open',
214
- 'temperature-high', 'temperature-low', 'tenge', 'terminal', 'text-height', 'text-width', 'th', 'th-large',
215
- 'th-list', 'theater-masks', 'thermometer', 'thermometer-empty', 'thermometer-full', 'thermometer-half',
216
- 'thermometer-quarter', 'thermometer-three-quarters', 'thumbs-down', 'thumbs-up', 'thumbtack', 'ticket-alt',
217
- 'times', 'times-circle', 'tint', 'tint-slash', 'tired', 'toggle-off', 'toggle-on', 'toilet', 'toilet-paper',
218
- 'toilet-paper-slash', 'toolbox', 'tools', 'tooth', 'torah', 'torii-gate', 'tractor', 'trademark',
219
- 'traffic-light', 'trailer', 'train', 'tram', 'transgender', 'transgender-alt', 'trash', 'trash-alt',
220
- 'trash-restore', 'trash-restore-alt', 'tree', 'trophy', 'truck', 'truck-loading', 'truck-monster',
221
- 'truck-moving', 'truck-pickup', 'tshirt', 'tty', 'tv', 'umbrella', 'umbrella-beach', 'underline', 'undo',
222
- 'undo-alt', 'universal-access', 'university', 'unlink', 'unlock', 'unlock-alt', 'user',
223
- 'user-alt', 'user-alt-slash', 'user-astronaut', 'user-check', 'user-circle', 'user-clock', 'user-cog',
224
- 'user-edit', 'user-friends', 'user-graduate', 'user-injured', 'user-lock', 'user-md', 'user-minus',
225
- 'user-ninja', 'user-nurse', 'user-plus', 'user-secret', 'user-shield', 'user-slash', 'user-tag', 'user-tie',
226
- 'user-times', 'users', 'users-cog', 'users-slash', 'utensil-spoon', 'utensils', 'vector-square', 'venus',
227
- 'venus-double', 'venus-mars', 'vial', 'vials', 'video', 'video-slash', 'vihara', 'virus', 'virus-slash',
228
- 'viruses', 'voicemail', 'volleyball-ball', 'volume-down', 'volume-mute', 'volume-off', 'volume-up',
229
- 'vote-yea', 'vr-cardboard', 'walking', 'wallet', 'warehouse', 'water', 'wave-square', 'weight',
230
- 'weight-hanging', 'wheelchair', 'wifi', 'wind', 'window-close', 'window-maximize', 'window-minimize',
231
- 'window-restore', 'wine-bottle', 'wine-glass', 'wine-glass-alt', 'won-sign', 'wrench', 'x-ray', 'yen-sign',
232
- 'yin-yang',
233
- ]
234
- };
235
15
  exports["default"] = (function (customIcons) {
236
16
  // All icons
237
17
  var icons = {};
238
- Object.keys(groupedIcons).forEach(function (group) {
239
- groupedIcons[group].forEach(function (name) {
240
- icons[name] = require("@fortawesome/fontawesome-free/svgs/".concat(group, "/").concat(name, ".svg"));
241
- });
242
- });
243
- // Core icons
244
- var coreIconsMap = {
245
- create: 'plus-square',
246
- update: 'pen-square',
247
- "delete": 'trash',
248
- view: 'eye',
249
- accept: 'check-circle',
250
- reject: 'times-circle',
251
- back: 'arrow-left',
252
- securityEye: 'eye',
253
- securityEyeSlash: 'eye-slash'
254
- };
255
18
  var steroidsIcons = [
256
- 'success',
257
- 'info',
258
- 'warning',
259
- 'error',
260
- 'alert-close',
261
- 'default',
262
- 'badge-close',
263
- 'loader',
264
- 'accordion-chevron',
265
- 'field-close',
266
- 'arrow',
267
- 'user',
268
- 'visible-eye',
269
- 'crossed-out-eye',
270
- 'dots',
271
- 'search',
272
- 'home',
273
- 'arrow-left',
274
- 'double-arrow-left',
275
- 'upload',
276
- 'plus',
277
- 'clip',
278
- 'file-img-type',
19
+ 'add',
20
+ 'add_square',
21
+ 'arrow_down_18x18',
22
+ 'arrow_down_24x24',
23
+ 'arrow_drop_down_10x10',
24
+ 'arrow_left_18x18',
25
+ 'arrow_left_24x24',
26
+ 'arrow_right_18x18',
27
+ 'arrow_right_24x24',
28
+ 'arrow_up_18x18',
29
+ 'arrow_up_24x24',
30
+ 'blank',
31
+ 'calendar_check',
32
+ 'chart',
33
+ 'checkmark_12x12',
34
+ 'checkmark_8x8',
35
+ 'circle_cross_12x12',
36
+ 'circle_cross_16x16',
37
+ 'circle_cross_18x18',
279
38
  'copy',
39
+ 'cross_12x12',
40
+ 'cross_8x8',
41
+ 'default_16x16',
42
+ 'default_24x24',
280
43
  'cut',
44
+ 'error_16x16',
45
+ 'error_24x24',
46
+ 'calendar_range',
47
+ 'double_arrow_down',
48
+ 'double_arrow_left',
49
+ 'double_arrow_right',
50
+ 'double_arrow_up',
51
+ 'doughnut_chart',
281
52
  'edit',
53
+ 'expand_down',
54
+ 'expand_left',
55
+ 'expand_left_double',
56
+ 'expand_right',
57
+ 'expand_right_double',
58
+ 'file_dock',
59
+ 'filter',
60
+ 'fluid',
61
+ 'folder',
62
+ 'group',
63
+ 'home',
64
+ 'img_box',
65
+ 'import',
66
+ 'info_16x16',
67
+ 'info_24x24',
68
+ 'loading_icon',
69
+ 'loading_icon_thick',
70
+ 'map',
71
+ 'menu_dots',
72
+ 'menu_left',
73
+ 'minis_sq',
282
74
  'paste',
75
+ 'pie_chart',
283
76
  'pin',
77
+ 'sad',
78
+ 'search',
79
+ 'setting_line',
80
+ 'share',
81
+ 'star',
82
+ 'success_16x16',
83
+ 'success_24x24',
84
+ 'support',
284
85
  'trash',
285
- 'comeback',
286
- 'remove',
287
- 'show',
288
- 'add1',
289
- 'edit1',
290
- 'field-list-remove',
291
- 'add',
292
- 'file-loading',
293
- 'loading',
294
- 'Cross_12x12',
86
+ 'upload',
87
+ 'user',
88
+ 'view_hide',
89
+ 'warning_16x16',
90
+ 'warning_24x24',
91
+ 'clip',
92
+ 'view',
93
+ 'cross_4x4',
94
+ 'expand_up',
95
+ 'left_12x12',
96
+ 'cancel_ellips',
295
97
  ];
296
98
  steroidsIcons.forEach(function (iconName) {
297
99
  icons[iconName] = require("./svgs/".concat(iconName, ".svg"));
298
100
  });
299
- Object.keys(coreIconsMap).forEach(function (name) {
300
- icons[name] = icons[coreIconsMap[name]];
301
- });
302
101
  return __assign(__assign({}, icons), customIcons);
303
102
  });
@@ -1,3 +1,4 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.3535 6.47559L12.3739 17.7689M6.69666 12.1324L17.99 12.1528" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M12 6L12 18" stroke="#323232" stroke-linecap="round"/>
3
+ <path d="M18 12L6 12" stroke="#323232" stroke-linecap="round"/>
3
4
  </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.5 11C3.5 9.10025 3.50106 7.72573 3.64199 6.67754C3.78098 5.64373 4.04772 5.00253 4.52513 4.52513C5.00253 4.04772 5.64373 3.78098 6.67754 3.64199C7.72573 3.50106 9.10025 3.5 11 3.5H13C14.8998 3.5 16.2743 3.50106 17.3225 3.64199C18.3563 3.78098 18.9975 4.04772 19.4749 4.52513C19.9523 5.00253 20.219 5.64373 20.358 6.67754C20.4989 7.72573 20.5 9.10025 20.5 11V13C20.5 14.8998 20.4989 16.2743 20.358 17.3225C20.219 18.3563 19.9523 18.9975 19.4749 19.4749C18.9975 19.9523 18.3563 20.219 17.3225 20.358C16.2743 20.4989 14.8998 20.5 13 20.5H11C9.10025 20.5 7.72573 20.4989 6.67754 20.358C5.64373 20.219 5.00253 19.9523 4.52513 19.4749C4.04772 18.9975 3.78098 18.3563 3.64199 17.3225C3.50106 16.2743 3.5 14.8998 3.5 13V11Z" stroke="#323232"/>
3
+ <path d="M12 8L12 16" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M16 12L8 12" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3" y="3.86768" width="18" height="18" rx="6" fill="white"/>
3
+ <path d="M8 10.8677L12 14.8677L16 10.8677" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect y="0.867676" width="24" height="24" rx="8" fill="white"/>
3
+ <path d="M8 10.8677L12 14.8677L16 10.8677" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.2318 14.0781L8.36682 10.6402C7.82405 9.98886 8.2872 9 9.13504 9L14.865 9C15.7128 9 16.176 9.98886 15.6332 10.6402L12.7682 14.0781C12.3684 14.5579 11.6316 14.5579 11.2318 14.0781Z" fill="#323232"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3" y="3.86768" width="18" height="18" rx="6" fill="white"/>
3
+ <path d="M14 8.86768L10 12.8677L14 16.8677" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect y="0.867676" width="24" height="24" rx="8" fill="white"/>
3
+ <path d="M14 8.86768L10 12.8677L14 16.8677" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3" y="3.86768" width="18" height="18" rx="6" fill="white"/>
3
+ <path d="M10 16.8677L14 12.8677L10 8.86768" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect y="0.867676" width="24" height="24" rx="8" fill="white"/>
3
+ <path d="M10 16.8677L14 12.8677L10 8.86768" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3" y="3.86768" width="18" height="18" rx="6" fill="white"/>
3
+ <path d="M16 14.8677L12 10.8677L8 14.8677" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect y="0.867676" width="24" height="24" rx="8" fill="white"/>
3
+ <path d="M16 14.8677L12 10.8677L8 14.8677" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.1716 21H9C7.11438 21 6.17157 21 5.58579 20.4142C5 19.8284 5 18.8856 5 17V7C5 5.11438 5 4.17157 5.58579 3.58579C6.17157 3 7.11438 3 9 3H15C16.8856 3 17.8284 3 18.4142 3.58579C19 4.17157 19 5.11438 19 7V14.1716C19 14.5803 19 14.7847 18.9239 14.9685C18.8478 15.1522 18.7032 15.2968 18.4142 15.5858L13.5858 20.4142C13.2968 20.7032 13.1522 20.8478 12.9685 20.9239C12.7847 21 12.5803 21 12.1716 21Z" stroke="#323232"/>
3
+ <path d="M12 21V16.3333C12 15.2334 12 14.6834 12.3417 14.3417C12.6834 14 13.2334 14 14.3333 14H19" stroke="#323232"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 9.5V8.7C19.5 7.57989 19.5 7.01984 19.282 6.59202C19.0903 6.21569 18.7843 5.90973 18.408 5.71799C17.9802 5.5 17.4201 5.5 16.3 5.5H7.7C6.5799 5.5 6.01984 5.5 5.59202 5.71799C5.21569 5.90973 4.90973 6.21569 4.71799 6.59202C4.5 7.01984 4.5 7.57989 4.5 8.7V9.5M19.5 9.5V16.3C19.5 17.4201 19.5 17.9802 19.282 18.408C19.0903 18.7843 18.7843 19.0903 18.408 19.282C17.9802 19.5 17.4201 19.5 16.3 19.5H7.7C6.57989 19.5 6.01984 19.5 5.59202 19.282C5.21569 19.0903 4.90973 18.7843 4.71799 18.408C4.5 17.9802 4.5 17.4201 4.5 16.3V9.5M19.5 9.5H4.5" stroke="#323232"/>
3
+ <path d="M8.5 3.5L8.5 7.5M15.5 3.5L15.5 7.5" stroke="#323232" stroke-linecap="round"/>
4
+ <path d="M9 15.6364L10.8462 17L15 12" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 9.5V8.7C19.5 7.57989 19.5 7.01984 19.282 6.59202C19.0903 6.21569 18.7843 5.90973 18.408 5.71799C17.9802 5.5 17.4201 5.5 16.3 5.5H7.7C6.5799 5.5 6.01984 5.5 5.59202 5.71799C5.21569 5.90973 4.90973 6.21569 4.71799 6.59202C4.5 7.01984 4.5 7.57989 4.5 8.7V9.5M19.5 9.5V16.3C19.5 17.4201 19.5 17.9802 19.282 18.408C19.0903 18.7843 18.7843 19.0903 18.408 19.282C17.9802 19.5 17.4201 19.5 16.3 19.5H7.7C6.57989 19.5 6.01984 19.5 5.59202 19.282C5.21569 19.0903 4.90973 18.7843 4.71799 18.408C4.5 17.9802 4.5 17.4201 4.5 16.3V9.5M19.5 9.5H4.5" stroke="#323232"/>
3
+ <path d="M8.5 3.5L8.5 7.5M15.5 3.5L15.5 7.5" stroke="#323232" stroke-linecap="round"/>
4
+ <path d="M8 12.5H10" stroke="#323232" stroke-linecap="round"/>
5
+ <path d="M14 12.5H16" stroke="#323232" stroke-linecap="round"/>
6
+ <path d="M8 16.5H10" stroke="#323232" stroke-linecap="round"/>
7
+ <path d="M14 16.5H16" stroke="#323232" stroke-linecap="round"/>
8
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="12" cy="12" r="9" stroke="#323232"/>
3
+ <path d="M18 18L6 6" stroke="#323232"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 10L8 16" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12 12V16" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M16 8V16" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <rect x="3" y="4" width="18" height="16" rx="2" stroke="#323232"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3" y="3.86768" width="18" height="18" rx="9" fill="white"/>
3
+ <path d="M15 10.8677L10.875 14.8677L9 13.0495" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="6" y="6.86768" width="12" height="12" rx="6" fill="white"/>
3
+ <path d="M15 10.8677L10.875 14.8677L9 13.0495" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="6" y="6.86768" width="12" height="12" rx="6" fill="white"/>
3
+ <path d="M10 10.8677L14 14.8533M10 14.8677L14 10.8821" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="4.5" y="4" width="16" height="16" rx="8" fill="#323232"/>
3
+ <path d="M9.5 9L15.5 14.9784M9.5 15L15.5 9.02161" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="3" y="3.86768" width="18" height="18" rx="9" fill="white"/>
3
+ <path d="M9 9.86768L15 15.8461M9 15.8677L15 9.88928" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.24224 14.134C9.24224 14.134 14.1855 9.2528 15.1743 8.22302C16.1631 7.19324 17.1526 8.22302 17.1526 8.22302C17.1526 8.22302 18.1407 9.25295 17.1519 10.2828C16.1631 11.3127 9.38808 18.378 9.38808 18.378C8.22338 19.5503 6.45101 19.694 5.28631 18.5217C4.12161 17.35 4.00707 15.5738 5.17178 14.4021L13.1974 6.16318C14.8279 4.52203 17.5021 4.52214 19.1302 6.16329C20.7619 7.80504 20.7607 10.7013 19.1302 12.3424L13.1974 18.378" stroke="#323232" stroke-linecap="round"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.88872 14.0017C8.88872 14.0017 13.832 9.12047 14.8208 8.09069C15.8096 7.06091 16.7991 8.09069 16.7991 8.09069C16.7991 8.09069 17.7872 9.12063 16.7984 10.1505C15.8096 11.1803 9.03457 18.2456 9.03457 18.2456C7.86986 19.418 6.09749 19.5617 4.93279 18.3894C3.76809 17.2176 3.65356 15.4415 4.81826 14.2697L12.8439 6.03086C14.4744 4.38971 17.1486 4.38982 18.7767 6.03097C20.4084 7.67271 20.4072 10.569 18.7767 12.2101L12.8439 18.2456" stroke="#323232" stroke-linecap="round"/>
3
3
  </svg>
@@ -1,5 +1,5 @@
1
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.13281 4.61729C5.13281 3.77721 5.13281 3.35717 5.2963 3.0363C5.44011 2.75406 5.66958 2.52459 5.95183 2.38078C6.27269 2.21729 6.69273 2.21729 7.53281 2.21729H9.09334C9.4489 2.21729 9.62669 2.21729 9.79459 2.25639C9.94347 2.29107 10.0862 2.34831 10.2178 2.42611C10.3661 2.51386 10.4947 2.6367 10.7517 2.88239L12.3912 4.44954C12.6646 4.71092 12.8013 4.84161 12.8992 4.99585C12.986 5.13258 13.0501 5.28246 13.089 5.43966C13.1328 5.61701 13.1328 5.80615 13.1328 6.18443V9.81729C13.1328 10.6574 13.1328 11.0774 12.9693 11.3983C12.8255 11.6805 12.596 11.91 12.3138 12.0538C11.9929 12.2173 11.5729 12.2173 10.7328 12.2173H7.53281C6.69273 12.2173 6.27269 12.2173 5.95183 12.0538C5.66958 11.91 5.44011 11.6805 5.2963 11.3983C5.13281 11.0774 5.13281 10.6574 5.13281 9.81729V4.61729Z" stroke="#323232"/>
3
- <path d="M3.30078 4.04736V10.0474C3.30078 11.4475 3.30078 12.1476 3.57326 12.6823C3.81295 13.1527 4.1954 13.5352 4.6658 13.7749C5.20058 14.0474 5.90065 14.0474 7.30078 14.0474H11.3008" stroke="#323232" stroke-linecap="round"/>
4
- <path d="M9.40234 2.21729V3.81729C9.40234 4.65736 9.40234 5.0774 9.56583 5.39827C9.70964 5.68051 9.93911 5.90998 10.2214 6.0538C10.5422 6.21729 10.9623 6.21729 11.8023 6.21729H13.4023" stroke="#323232"/>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.78125 4.48496C4.78125 3.64488 4.78125 3.22484 4.94474 2.90398C5.08855 2.62173 5.31802 2.39226 5.60026 2.24845C5.92113 2.08496 6.34117 2.08496 7.18125 2.08496H8.74178C9.09734 2.08496 9.27513 2.08496 9.44302 2.12407C9.5919 2.15875 9.73461 2.21598 9.86619 2.29379C10.0146 2.38153 10.1431 2.50438 10.4001 2.75007L12.0396 4.31721C12.3131 4.5786 12.4498 4.70929 12.5477 4.86353C12.6345 5.00025 12.6985 5.15013 12.7374 5.30734C12.7813 5.48468 12.7813 5.67382 12.7813 6.05211V9.68496C12.7813 10.525 12.7813 10.9451 12.6178 11.2659C12.474 11.5482 12.2445 11.7777 11.9622 11.9215C11.6414 12.085 11.2213 12.085 10.3813 12.085H7.18125C6.34117 12.085 5.92113 12.085 5.60026 11.9215C5.31802 11.7777 5.08855 11.5482 4.94474 11.2659C4.78125 10.9451 4.78125 10.525 4.78125 9.68496V4.48496Z" stroke="#323232"/>
3
+ <path d="M2.94922 3.91504V9.91504C2.94922 11.3152 2.94922 12.0152 3.2217 12.55C3.46139 13.0204 3.84384 13.4029 4.31424 13.6426C4.84902 13.915 5.54909 13.915 6.94922 13.915H10.9492" stroke="#323232" stroke-linecap="round"/>
4
+ <path d="M9.05078 2.08496V3.68496C9.05078 4.52504 9.05078 4.94508 9.21427 5.26595C9.35808 5.54819 9.58755 5.77766 9.8698 5.92147C10.1907 6.08496 10.6107 6.08496 11.4508 6.08496H13.0508" stroke="#323232"/>
5
5
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 6L6 18" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M6 6L18 18" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M6.28906 6.5L10.2891 10.4856M6.28906 10.5L10.2891 6.51441" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 8L8 16" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M8 8L16 16" stroke="#323232" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>