blacklight-spotlight 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/spotlight/blocks/sir-trevor-icons.svg +320 -0
  3. data/app/assets/javascripts/spotlight/application.js +2 -1
  4. data/app/assets/javascripts/spotlight/block_mixins/autocompleteable.js +1 -1
  5. data/app/assets/javascripts/spotlight/block_mixins/formable.js +4 -4
  6. data/app/assets/javascripts/spotlight/block_mixins/{textable.js → plustextable.js} +2 -2
  7. data/app/assets/javascripts/spotlight/blocks/block.js +6 -3
  8. data/app/assets/javascripts/spotlight/blocks/browse_block.js +4 -2
  9. data/app/assets/javascripts/spotlight/blocks/oembed_block.js +1 -1
  10. data/app/assets/javascripts/spotlight/blocks/pages_block.js +1 -1
  11. data/app/assets/javascripts/spotlight/blocks/resources_block.js +5 -5
  12. data/app/assets/javascripts/spotlight/blocks/rule_block.js +0 -2
  13. data/app/assets/javascripts/spotlight/blocks/search_result_block.js +3 -3
  14. data/app/assets/javascripts/spotlight/blocks/solr_documents_block.js +1 -1
  15. data/app/assets/javascripts/spotlight/blocks/solr_documents_carousel_block.js +3 -3
  16. data/app/assets/javascripts/spotlight/blocks/solr_documents_embed_block.js +1 -1
  17. data/app/assets/javascripts/spotlight/blocks/solr_documents_features_block.js +3 -3
  18. data/app/assets/javascripts/spotlight/blocks/uploaded_items_block.js +3 -3
  19. data/app/assets/javascripts/spotlight/pages.js.erb +40 -0
  20. data/app/assets/javascripts/spotlight/sir-trevor.js +0 -7
  21. data/app/assets/javascripts/spotlight/sir-trevor/block_controls.js +111 -0
  22. data/app/assets/javascripts/spotlight/sir-trevor/block_limits.js +15 -20
  23. data/app/assets/javascripts/spotlight/sir-trevor/locales.js +0 -4
  24. data/app/assets/stylesheets/spotlight/_sir-trevor_overrides.scss +40 -166
  25. data/app/assets/stylesheets/spotlight/application.scss +1 -2
  26. data/app/assets/stylesheets/spotlight/typeahead.css +32 -28
  27. data/app/controllers/spotlight/catalog_controller.rb +1 -0
  28. data/app/helpers/spotlight/application_helper.rb +15 -27
  29. data/app/helpers/spotlight/meta_helper.rb +110 -0
  30. data/app/models/spotlight/feature_page.rb +0 -2
  31. data/app/models/spotlight/page.rb +2 -0
  32. data/app/models/spotlight/reindex_progress.rb +1 -1
  33. data/app/views/spotlight/browse/_tophat.html.erb +1 -0
  34. data/app/views/spotlight/browse/show.html.erb +1 -0
  35. data/app/views/spotlight/catalog/_tophat_default.html.erb +1 -0
  36. data/app/views/spotlight/exhibits/index.html.erb +1 -1
  37. data/app/views/spotlight/home_pages/_tophat.html.erb +1 -1
  38. data/app/views/spotlight/pages/_tophat.html.erb +1 -0
  39. data/lib/generators/spotlight/templates/spotlight.scss +1 -2
  40. data/lib/spotlight/engine.rb +1 -1
  41. data/lib/spotlight/version.rb +1 -1
  42. data/spec/features/browse_category_spec.rb +11 -0
  43. data/spec/features/catalog_spec.rb +14 -0
  44. data/spec/features/feature_page_spec.rb +18 -0
  45. data/spec/features/home_page_spec.rb +4 -0
  46. data/spec/features/javascript/block_controls_spec.rb +3 -3
  47. data/spec/features/javascript/home_page_edit_spec.rb +2 -3
  48. data/spec/helpers/spotlight/application_helper_spec.rb +54 -37
  49. data/spec/helpers/spotlight/meta_helper_spec.rb +43 -0
  50. data/spec/models/spotlight/reindex_progress_spec.rb +6 -4
  51. data/spec/support/features/test_features_helpers.rb +7 -11
  52. data/spec/views/spotlight/browse/show.html.erb_spec.rb +1 -0
  53. data/spec/views/spotlight/pages/show.html.erb_spec.rb +1 -0
  54. data/vendor/assets/images/sir-trevor-icons.svg +263 -0
  55. data/vendor/assets/javascripts/eventable.js +205 -0
  56. data/vendor/assets/javascripts/sir-trevor.js +21123 -12549
  57. data/vendor/assets/stylesheets/sir-trevor/_icons.scss +6 -0
  58. data/vendor/assets/stylesheets/sir-trevor/_variables.scss +23 -0
  59. data/vendor/assets/stylesheets/sir-trevor/base.scss +28 -0
  60. data/vendor/assets/stylesheets/sir-trevor/block-addition-top.scss +95 -0
  61. data/vendor/assets/stylesheets/sir-trevor/block-addition.scss +72 -0
  62. data/vendor/assets/stylesheets/sir-trevor/block-controls.scss +38 -0
  63. data/vendor/assets/stylesheets/sir-trevor/block-positioner.scss +34 -0
  64. data/vendor/assets/stylesheets/sir-trevor/block-replacer.scss +43 -0
  65. data/vendor/assets/stylesheets/sir-trevor/block-ui.scss +120 -0
  66. data/vendor/assets/stylesheets/sir-trevor/block.scss +300 -0
  67. data/vendor/assets/stylesheets/sir-trevor/errors.scss +21 -0
  68. data/vendor/assets/stylesheets/sir-trevor/format-bar.scss +65 -0
  69. data/vendor/assets/stylesheets/sir-trevor/inputs.scss +45 -0
  70. data/vendor/assets/stylesheets/sir-trevor/main.scss +24 -0
  71. data/vendor/assets/stylesheets/sir-trevor/patterns/ui-popup.scss +38 -0
  72. data/vendor/assets/stylesheets/sir-trevor/utils.scss +10 -0
  73. metadata +29 -45
  74. data/app/assets/images/spotlight/blocks/browse-on.png +0 -0
  75. data/app/assets/images/spotlight/blocks/browse.png +0 -0
  76. data/app/assets/images/spotlight/blocks/features-on.png +0 -0
  77. data/app/assets/images/spotlight/blocks/features.png +0 -0
  78. data/app/assets/images/spotlight/blocks/item-carousel-on.png +0 -0
  79. data/app/assets/images/spotlight/blocks/item-carousel.png +0 -0
  80. data/app/assets/images/spotlight/blocks/item-embed-on.png +0 -0
  81. data/app/assets/images/spotlight/blocks/item-embed.png +0 -0
  82. data/app/assets/images/spotlight/blocks/item-grid-on.png +0 -0
  83. data/app/assets/images/spotlight/blocks/item-grid.png +0 -0
  84. data/app/assets/images/spotlight/blocks/item-row-on.png +0 -0
  85. data/app/assets/images/spotlight/blocks/item-row.png +0 -0
  86. data/app/assets/images/spotlight/blocks/item-slideshow-on.png +0 -0
  87. data/app/assets/images/spotlight/blocks/item-slideshow.png +0 -0
  88. data/app/assets/images/spotlight/blocks/results-on.png +0 -0
  89. data/app/assets/images/spotlight/blocks/results.png +0 -0
  90. data/app/assets/images/spotlight/blocks/rule-on.png +0 -0
  91. data/app/assets/images/spotlight/blocks/rule.png +0 -0
  92. data/app/assets/images/spotlight/blocks/text-on.png +0 -0
  93. data/app/assets/images/spotlight/blocks/text.png +0 -0
  94. data/app/assets/javascripts/spotlight/block_mixins/previewable.js +0 -103
  95. data/app/assets/javascripts/spotlight/block_mixins/titleable.js +0 -12
  96. data/app/assets/javascripts/spotlight/pages.js +0 -28
  97. data/app/assets/javascripts/spotlight/sir-trevor/grouped_block_controls.js +0 -33
  98. data/spec/features/javascript/preview_block_spec.rb +0 -37
  99. data/vendor/assets/stylesheets/sir-trevor-icons.css +0 -6
  100. data/vendor/assets/stylesheets/sir-trevor.css +0 -464
@@ -7,8 +7,7 @@ feature 'Editing the Home Page', js: true do
7
7
  it 'does not have a search results widget' do
8
8
  visit spotlight.edit_exhibit_home_page_path(exhibit)
9
9
  click_add_widget
10
- within("[data-icon='add']") do
11
- expect(page).not_to have_css("[data-type='search_results']", visible: true)
12
- end
10
+ expect(page).to have_css("[data-type='solr_documents']", visible: true)
11
+ expect(page).not_to have_css("[data-type='search_results']", visible: true)
13
12
  end
14
13
  end
@@ -27,6 +27,29 @@ describe Spotlight::ApplicationHelper, type: :helper do
27
27
  end
28
28
  end
29
29
 
30
+ describe '#site_title' do
31
+ let(:site) { Spotlight::Site.instance }
32
+ before do
33
+ allow(helper).to receive(:current_site).and_return(site)
34
+ end
35
+
36
+ context 'with a configured site title' do
37
+ before do
38
+ site.title = 'Some Title'
39
+ end
40
+
41
+ it 'uses the configured name' do
42
+ expect(helper.site_title).to eq 'Some Title'
43
+ end
44
+ end
45
+
46
+ context 'without a configured site title' do
47
+ it 'is nil' do
48
+ expect(helper.site_title).to be_nil
49
+ end
50
+ end
51
+ end
52
+
30
53
  describe '#url_to_tag_facet' do
31
54
  before do
32
55
  allow(helper).to receive_messages(current_exhibit: FactoryGirl.create(:exhibit))
@@ -95,43 +118,6 @@ describe Spotlight::ApplicationHelper, type: :helper do
95
118
  end
96
119
  end
97
120
 
98
- describe '#add_exhibit_twitter_card_content' do
99
- let(:current_exhibit) { FactoryGirl.create(:exhibit) }
100
- before do
101
- allow(helper).to receive_messages(current_exhibit: current_exhibit)
102
- current_exhibit.subtitle = 'xyz'
103
- current_exhibit.description = 'abc'
104
- TopHat.current['twitter_card'] = nil
105
- end
106
-
107
- it 'generates a twitter card for the exhibit' do
108
- allow(helper).to receive(:exhibit_root_url).and_return('some/url')
109
- allow(current_exhibit).to receive(:thumbnail).and_return(double)
110
- allow(current_exhibit).to receive_message_chain(:thumbnail, :image, :thumb, url: '/image')
111
-
112
- helper.add_exhibit_twitter_card_content
113
-
114
- card = helper.twitter_card
115
- expect(card).to have_css "meta[name='twitter:card'][value='summary']", visible: false
116
- expect(card).to have_css "meta[name='twitter:url'][value='some/url']", visible: false
117
- expect(card).to have_css "meta[name='twitter:title'][value='#{current_exhibit.title}']", visible: false
118
- expect(card).to have_css "meta[name='twitter:description'][value='#{current_exhibit.subtitle}']", visible: false
119
- expect(card).to have_css "meta[name='twitter:image'][value='http://test.host/image']", visible: false
120
- end
121
- end
122
-
123
- describe '#carrierwave_url' do
124
- it 'turns a application-relative URI into a path' do
125
- upload = double(url: '/x/y/z')
126
- expect(helper.carrierwave_url(upload)).to eq 'http://test.host/x/y/z'
127
- end
128
-
129
- it 'passes a full URI through' do
130
- upload = double(url: 'http://some.host/x/y/z')
131
- expect(helper.carrierwave_url(upload)).to eq 'http://some.host/x/y/z'
132
- end
133
- end
134
-
135
121
  describe '#uploaded_field_label' do
136
122
  let(:field) { OpenStruct.new field_name: 'x' }
137
123
  let(:blacklight_config) { Blacklight::Configuration.new }
@@ -166,4 +152,35 @@ describe Spotlight::ApplicationHelper, type: :helper do
166
152
  expect(helper.available_view_fields).to_not include :b
167
153
  end
168
154
  end
155
+
156
+ describe '#block_document_index_view_type' do
157
+ let(:blacklight_config) { Blacklight::Configuration.new }
158
+ let(:block) { double(view: %w(b c)) }
159
+ let(:block_with_bad_or_missing_data) { double(view: []) }
160
+
161
+ before do
162
+ # clean out the default views
163
+ blacklight_config.view.reject! { |_| true }
164
+
165
+ blacklight_config.view.a
166
+ blacklight_config.view.b
167
+ blacklight_config.view.c
168
+ allow(helper).to receive(:blacklight_config).and_return(blacklight_config)
169
+ end
170
+
171
+ it 'selects the users chosen view' do
172
+ allow(helper).to receive(:document_index_view_type).and_return(:c)
173
+ expect(helper.block_document_index_view_type(block)).to eq :c
174
+ end
175
+
176
+ it 'defaults to the first available blacklight views' do
177
+ allow(helper).to receive(:document_index_view_type).and_return(:a)
178
+ expect(helper.block_document_index_view_type(block)).to eq :b
179
+ end
180
+
181
+ it 'falls back to the original default view' do
182
+ allow(helper).to receive(:document_index_view_type).and_return(:value_not_present)
183
+ expect(helper.block_document_index_view_type(block_with_bad_or_missing_data)).to eq :a
184
+ end
185
+ end
169
186
  end
@@ -0,0 +1,43 @@
1
+ describe Spotlight::MetaHelper, type: :helper do
2
+ describe '#add_exhibit_meta_content' do
3
+ let(:current_exhibit) { FactoryGirl.create(:exhibit) }
4
+ before do
5
+ allow(helper).to receive_messages(current_exhibit: current_exhibit)
6
+ allow(helper).to receive(:site_title).and_return('some title')
7
+ current_exhibit.subtitle = 'xyz'
8
+ current_exhibit.description = 'abc'
9
+ TopHat.current['twitter_card'] = nil
10
+ TopHat.current['opengraph'] = nil
11
+ end
12
+
13
+ it 'generates a twitter card for the exhibit' do
14
+ allow(helper).to receive(:exhibit_root_url).and_return('some/url')
15
+ allow(current_exhibit).to receive(:thumbnail).and_return(double)
16
+ allow(current_exhibit).to receive_message_chain(:thumbnail, :image, :thumb, url: '/image')
17
+
18
+ helper.add_exhibit_meta_content
19
+
20
+ card = helper.twitter_card
21
+ expect(card).to have_css "meta[name='twitter:card'][value='summary']", visible: false
22
+ expect(card).to have_css "meta[name='twitter:url'][value='some/url']", visible: false
23
+ expect(card).to have_css "meta[name='twitter:title'][value='#{current_exhibit.title}']", visible: false
24
+ expect(card).to have_css "meta[name='twitter:description'][value='#{current_exhibit.subtitle}']", visible: false
25
+ expect(card).to have_css "meta[name='twitter:image'][value='http://test.host/image']", visible: false
26
+
27
+ graph = helper.opengraph
28
+ expect(graph).to have_css "meta[property='og:site_name'][content='some title']", visible: false
29
+ end
30
+ end
31
+
32
+ describe '#carrierwave_url' do
33
+ it 'turns a application-relative URI into a path' do
34
+ upload = double(url: '/x/y/z')
35
+ expect(helper.send(:carrierwave_url, upload)).to eq 'http://test.host/x/y/z'
36
+ end
37
+
38
+ it 'passes a full URI through' do
39
+ upload = double(url: 'http://some.host/x/y/z')
40
+ expect(helper.send(:carrierwave_url, upload)).to eq 'http://some.host/x/y/z'
41
+ end
42
+ end
43
+ end
@@ -30,6 +30,8 @@ describe Spotlight::ReindexProgress, type: :model do
30
30
  let(:new_resource) do
31
31
  FactoryGirl.create(
32
32
  :resource,
33
+ last_indexed_count: 10,
34
+ last_indexed_estimate: 15,
33
35
  index_status: 0
34
36
  )
35
37
  end
@@ -117,21 +119,21 @@ describe Spotlight::ReindexProgress, type: :model do
117
119
 
118
120
  describe '#total' do
119
121
  it 'sums the resources last_indexed_estimate' do
120
- expect(subject.total).to eq 10
122
+ expect(subject.total).to eq 25
121
123
  end
122
124
 
123
125
  it 'is included in the json' do
124
- expect(json['total']).to eq 10
126
+ expect(json['total']).to eq 25
125
127
  end
126
128
  end
127
129
 
128
130
  describe '#completed' do
129
131
  it 'sums the resources last_indexed_count' do
130
- expect(subject.completed).to eq 7
132
+ expect(subject.completed).to eq 17
131
133
  end
132
134
 
133
135
  it 'is included in the json' do
134
- expect(json['completed']).to eq 7
136
+ expect(json['completed']).to eq 17
135
137
  end
136
138
  end
137
139
  end
@@ -16,21 +16,17 @@ module Spotlight
16
16
  click_add_widget
17
17
 
18
18
  # click the item + image widget
19
- expect(page).to have_css("a[data-type='#{type}']")
20
- find("a[data-type='#{type}']").click
19
+ expect(page).to have_css("button[data-type='#{type}']")
20
+ find("button[data-type='#{type}']").click
21
21
  end
22
22
 
23
23
  def click_add_widget
24
- # Lame hack to get the sir-trevor Add widget link to work.
25
- # Not sure if it's the font-icon delayed loading, or something weird w/ the
26
- # test under javascript where the click handler hasn't been applied when the click happens,
27
- # but clicking on it an additional time seems to do the trick. 5 times is totally arbitrary,
28
- # it seems to work after the first attempt.
29
- 5.times do
30
- break if all('a[data-type]').present?
31
- find('[data-icon="add"]').click
32
- sleep(0.1)
24
+ unless all('.st-block-replacer').present?
25
+ expect(page).to have_css('.st-block-addition')
26
+ first('.st-block-addition').trigger('click')
33
27
  end
28
+ expect(page).to have_css('.st-block-replacer')
29
+ first('.st-block-replacer').trigger('click')
34
30
  end
35
31
 
36
32
  def save_page
@@ -11,6 +11,7 @@ describe 'spotlight/browse/show', type: :view do
11
11
  allow(view).to receive_messages(render_document_index_with_view: '')
12
12
  stub_template('_results_pagination.html.erb' => '')
13
13
  stub_template('_sort_and_per_page.html.erb' => 'Sort and Per Page actions')
14
+ stub_template 'spotlight/browse/_tophat.html.erb' => ''
14
15
  end
15
16
 
16
17
  before :each do
@@ -10,6 +10,7 @@ describe 'spotlight/pages/show', type: :view do
10
10
  allow(view).to receive(:current_exhibit).and_return(exhibit)
11
11
  assign(:page, page)
12
12
  stub_template 'spotlight/pages/_sidebar.html.erb' => 'Sidebar'
13
+ stub_template 'spotlight/pages/_tophat.html.erb' => ''
13
14
  end
14
15
 
15
16
  it 'renders the title as a heading' do
@@ -0,0 +1,263 @@
1
+ <svg style="position: absolute; width: 0; height: 0;" width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <symbol id="code" viewBox="0 0 1024 1024">
4
+ <title>code</title>
5
+ <path class="path1" d="M769.919 340.191l186.982 186.565-0.012-28.984-186.288 186.171 28.954 28.972 200.795-200.669-201.501-201.051-28.931 28.995z"></path>
6
+ <path class="path2" d="M223.717 311.196l-201.501 201.051 200.795 200.669 28.954-28.972-186.288-186.171-0.012 28.984 186.982-186.565-28.931-28.995z"></path>
7
+ <path class="path3" d="M394.14 813.132l269.058-604.314-37.419-16.66-277.388 623.023 37.419 16.66 8.33-18.709z"></path>
8
+ </symbol>
9
+ <symbol id="fmt-unlink" viewBox="0 0 1024 1024">
10
+ <title>fmt-unlink</title>
11
+ <path class="path1" d="M429.58 691.533l-30.72 31.469c-13.487 12.987-29.721 19.481-48.702 19.481s-35.216-6.494-48.702-19.481c-6.494-6.494-11.489-13.861-14.985-22.103s-5.245-17.108-5.245-26.599c0-8.991 1.748-17.608 5.245-25.85s8.492-15.61 14.985-22.103l113.889-113.14c11.988-11.489 27.723-22.728 47.204-33.717s37.463-8.242 53.947 8.242c7.493 6.993 16.484 10.49 26.974 10.49s19.231-3.746 26.224-11.239c7.493-7.493 11.239-16.484 11.239-26.974s-3.746-19.481-11.239-26.974c-27.473-26.974-60.066-38.213-97.78-33.717s-74.302 24.476-109.768 59.941l-114.638 113.14c-13.487 13.986-23.977 29.721-31.469 47.204s-11.239 35.715-11.239 54.697c0 19.481 3.746 37.963 11.239 55.446s17.982 33.217 31.469 47.204c13.986 13.986 29.971 24.476 47.953 31.469s36.215 10.49 54.697 10.49c18.482 0 36.589-3.497 54.322-10.49s33.592-17.483 47.579-31.469l31.469-31.469c7.493-6.993 11.239-15.735 11.239-26.224s-3.746-19.481-11.239-26.974c-7.493-7.493-16.484-11.239-26.974-11.239s-19.481 3.497-26.974 10.49v0 0zM776.492 250.963c-29.971-29.471-63.438-44.831-100.402-46.080s-69.182 11.614-96.656 38.587l-38.962 38.962c-7.493 6.993-11.239 15.735-11.239 26.224s3.746 19.481 11.239 26.974c7.493 7.493 16.484 11.239 26.974 11.239s19.481-3.497 26.974-10.49l38.213-38.962c14.486-13.986 30.096-19.231 46.829-15.735s31.095 11.239 43.083 23.227c6.494 6.494 11.489 13.861 14.985 22.103s5.245 17.108 5.245 26.599c0 8.991-1.748 17.608-5.245 25.85s-8.492 15.61-14.985 22.103l-121.382 120.632c-27.973 27.473-49.202 38.837-63.688 34.092s-24.476-10.115-29.971-16.109c-7.493-6.993-16.484-10.49-26.974-10.49s-19.231 3.746-26.224 11.239c-7.493 7.493-11.239 16.484-11.239 26.974s3.746 19.231 11.239 26.224c12.488 12.987 25.975 22.603 40.461 28.847s29.471 9.366 44.956 9.366c18.482 0 37.463-4.62 56.944-13.862s38.712-23.352 57.694-42.334l122.131-120.632c13.487-13.987 23.976-29.721 31.469-47.204s11.239-35.715 11.239-54.697c0-19.481-3.746-37.963-11.239-55.446s-17.982-33.217-31.469-47.204v0 0z"></path>
12
+ <path class="path2" d="M219.429 555.886h629.029v-87.771h-672.914v87.771h43.886z"></path>
13
+ </symbol>
14
+ <symbol id="add-block" viewBox="0 0 1024 1024">
15
+ <title>add-block</title>
16
+ <path class="path1" d="M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512v0zM512 986.764c-262.205 0-474.764-212.559-474.764-474.764s212.559-474.764 474.764-474.764c262.205 0 474.764 212.559 474.764 474.764s-212.559 474.764-474.764 474.764v0z"></path>
17
+ <path class="path2" d="M763.345 521.309c0 11.038-1.183 20.498-3.548 28.382s-9.329 11.826-20.892 11.826h-177.388v178.177c0 11.038-3.942 17.739-11.826 20.104s-17.345 3.548-28.382 3.548c-11.038 0-20.498-1.183-28.382-3.548s-11.826-9.066-11.826-20.104v-178.177h-177.388c-11.563 0-18.527-3.942-20.892-11.826s-3.548-17.345-3.548-28.382c0-11.037 1.183-20.498 3.548-28.382s9.329-11.826 20.892-11.826h177.388v-177.388c0-11.037 3.942-17.87 11.826-20.498s17.345-3.942 28.382-3.942c11.037 0 20.498 1.314 28.382 3.942s11.826 9.461 11.826 20.498v177.388h177.388c11.563 0 18.527 3.942 20.892 11.826s3.548 17.345 3.548 28.382v0 0z"></path>
18
+ </symbol>
19
+ <symbol id="fmt-bold" viewBox="0 0 1024 1024">
20
+ <title>fmt-bold</title>
21
+ <path class="path1" d="M442.286 737.28l-36.343-119.314h-182.743l-36.343 119.314h-114.514l176.914-503.314h129.943l177.6 503.314h-114.514zM380.571 528.823c-33.6-108.115-52.514-169.257-56.743-183.429s-7.257-25.371-9.086-33.6c-7.543 29.257-29.143 101.599-64.8 217.029h130.629zM855.086 737.28l-20.229-52.114h-2.743c-17.6 22.172-35.714 37.543-54.343 46.114s-42.914 12.857-72.857 12.857c-36.8 0-65.771-10.514-86.914-31.543s-31.714-50.971-31.714-89.829c0-40.686 14.228-70.686 42.686-90s71.371-30 128.743-32.057l66.514-2.057v-16.8c0-38.857-19.886-58.286-59.657-58.286-30.629 0-66.628 9.257-108 27.771l-34.629-70.629c44.115-23.086 93.028-34.629 146.743-34.629 51.429 0 90.857 11.2 118.286 33.6s41.143 56.457 41.143 102.171v255.429h-73.029zM824.229 559.68l-40.457 1.371c-30.4 0.914-53.028 6.4-67.886 16.457s-22.286 25.371-22.286 45.943c0 29.486 16.914 44.229 50.743 44.229 24.229 0 43.6-6.971 58.114-20.914s21.771-32.457 21.771-55.543v-31.543z"></path>
22
+ </symbol>
23
+ <symbol id="fmt-italic" viewBox="0 0 1024 1024">
24
+ <title>fmt-italic</title>
25
+ <path class="path1" d="M426.743 577.851h-170.057l-84 159.429h-64.8l273.943-501.257h59.657l63.086 501.257h-58.286l-19.543-159.429zM420.571 524.366l-12-102.514c-5.486-40.914-8.8-80.914-9.943-120-8.457 20.114-17.657 40.114-27.6 60s-38.457 74.057-85.543 162.514h135.086zM756.914 354.651c21.029 0 39.771 5.657 56.229 16.971s29.257 27.6 38.4 48.857h3.771l22.971-58.971h43.543l-79.886 375.771h-45.6l8.914-71.657h-2.743c-40.915 52.343-84 78.514-129.257 78.514-31.772 0-56.686-11.314-74.743-33.943s-27.086-53.6-27.086-92.914c0-47.543 8.114-91.657 24.343-132.343s38.628-72.571 67.2-95.657c28.572-23.086 59.886-34.629 93.943-34.629v0zM691.771 696.48c22.172 0 44.228-10.571 66.171-31.714s39.771-48.686 53.486-82.629c13.714-33.943 20.571-67.943 20.571-102 0-23.543-6.4-42.286-19.2-56.229s-29.6-20.914-50.4-20.914c-23.772 0-45.886 9.828-66.343 29.486s-36.514 46.286-48.171 79.886c-11.657 33.6-17.486 69.028-17.486 106.286 0 26.057 5.371 45.543 16.114 58.457s25.828 19.371 45.257 19.371v0z"></path>
26
+ </symbol>
27
+ <symbol id="fmt-link" viewBox="0 0 1024 1024">
28
+ <title>fmt-link</title>
29
+ <path class="path1" d="M400.323 691.533l-30.72 31.469c-13.487 12.987-29.721 19.481-48.702 19.481s-35.216-6.494-48.702-19.481c-6.494-6.494-11.489-13.861-14.985-22.103s-5.245-17.108-5.245-26.599c0-8.991 1.748-17.608 5.245-25.85s8.492-15.61 14.985-22.103l113.889-113.14c11.988-11.489 27.723-22.728 47.204-33.717s37.463-8.242 53.947 8.242c7.493 6.993 16.484 10.49 26.974 10.49s19.231-3.746 26.224-11.239c7.493-7.493 11.239-16.484 11.239-26.974s-3.746-19.481-11.239-26.974c-27.473-26.974-60.066-38.213-97.78-33.717s-74.302 24.476-109.768 59.941l-114.638 113.14c-13.487 13.986-23.977 29.721-31.469 47.204s-11.239 35.715-11.239 54.697c0 19.481 3.746 37.963 11.239 55.446s17.982 33.217 31.469 47.204c13.986 13.986 29.971 24.476 47.953 31.469s36.215 10.49 54.697 10.49c18.482 0 36.589-3.497 54.322-10.49s33.592-17.483 47.579-31.469l31.469-31.469c7.493-6.993 11.239-15.735 11.239-26.224s-3.746-19.481-11.239-26.974c-7.493-7.493-16.484-11.239-26.974-11.239s-19.481 3.497-26.974 10.49v0zM747.235 250.963c-29.971-29.471-63.438-44.831-100.402-46.080s-69.182 11.614-96.656 38.587l-38.962 38.962c-7.493 6.993-11.239 15.735-11.239 26.224s3.746 19.481 11.239 26.974c7.493 7.493 16.484 11.239 26.974 11.239s19.481-3.497 26.974-10.49l38.213-38.962c14.486-13.986 30.096-19.231 46.829-15.735s31.095 11.239 43.083 23.227c6.494 6.494 11.489 13.861 14.985 22.103s5.245 17.108 5.245 26.599c0 8.991-1.748 17.608-5.245 25.85s-8.492 15.61-14.985 22.103l-121.382 120.632c-27.973 27.473-49.202 38.837-63.688 34.092s-24.476-10.115-29.971-16.109c-7.493-6.993-16.484-10.49-26.974-10.49s-19.231 3.746-26.224 11.239c-7.493 7.493-11.239 16.484-11.239 26.974s3.746 19.231 11.239 26.224c12.488 12.987 25.975 22.603 40.461 28.847s29.471 9.366 44.956 9.366c18.482 0 37.463-4.62 56.944-13.862s38.712-23.352 57.694-42.334l122.131-120.632c13.487-13.987 23.976-29.721 31.469-47.204s11.239-35.715 11.239-54.697c0-19.481-3.746-37.963-11.239-55.446s-17.982-33.217-31.469-47.204v0z"></path>
30
+ </symbol>
31
+ <symbol id="fmt-quote" viewBox="0 0 1024 1024">
32
+ <title>fmt-quote</title>
33
+ <path class="path1" d="M609.098 688.034l94.84-194.197h-144.519v-289.037h289.037v289.037l-94.84 194.197h-144.518zM222.963 688.034l97.098-194.197h-144.518v-289.037h289.037v289.037l-97.098 194.197h-144.519z"></path>
34
+ </symbol>
35
+ <symbol id="fmt-heading" viewBox="0 0 1024 1024">
36
+ <title>fmt-heading</title>
37
+ <path class="path1" d="M566.9 737.28h-105.943v-216.343h-198.514v216.343h-106.286v-501.257h106.286v196.457h198.514v-196.457h105.943v501.257zM847.871 737.28h-79.457v-217.543l0.771-35.743 1.286-39.086c-13.2 13.2-22.371 21.857-27.514 25.971l-43.2 34.714-38.314-47.829 121.114-96.429h65.314v375.943z"></path>
38
+ </symbol>
39
+ <symbol id="fmt-quote2" viewBox="0 0 1024 1024">
40
+ <title>fmt-quote2</title>
41
+ <path class="path1" d="M609.098 688.034l94.84-194.197h-144.519v-289.037h289.037v289.037l-94.84 194.197h-144.518zM222.963 688.034l97.098-194.197h-144.518v-289.037h289.037v289.037l-97.098 194.197h-144.519z"></path>
42
+ </symbol>
43
+ <symbol id="move" viewBox="0 0 1057 1024">
44
+ <title>move</title>
45
+ <path fill="#444" class="path1" d="M231.226 115.613c0 63.851-51.762 115.613-115.613 115.613s-115.613-51.762-115.613-115.613c0-63.851 51.762-115.613 115.613-115.613s115.613 51.762 115.613 115.613z"></path>
46
+ <path fill="#444" class="path2" d="M627.613 115.613c0 63.851-51.762 115.613-115.613 115.613s-115.613-51.762-115.613-115.613c0-63.851 51.762-115.613 115.613-115.613s115.613 51.762 115.613 115.613z"></path>
47
+ <path fill="#444" class="path3" d="M1057.032 115.613c0 63.851-51.762 115.613-115.613 115.613s-115.613-51.762-115.613-115.613c0-63.851 51.762-115.613 115.613-115.613s115.613 51.762 115.613 115.613z"></path>
48
+ <path fill="#444" class="path4" d="M627.613 512c0 63.851-51.762 115.613-115.613 115.613s-115.613-51.762-115.613-115.613c0-63.851 51.762-115.613 115.613-115.613s115.613 51.762 115.613 115.613z"></path>
49
+ <path fill="#444" class="path5" d="M231.226 512c0 63.851-51.762 115.613-115.613 115.613s-115.613-51.762-115.613-115.613c0-63.851 51.762-115.613 115.613-115.613s115.613 51.762 115.613 115.613z"></path>
50
+ <path fill="#444" class="path6" d="M231.226 908.387c0 63.851-51.762 115.613-115.613 115.613s-115.613-51.762-115.613-115.613c0-63.851 51.762-115.613 115.613-115.613s115.613 51.762 115.613 115.613z"></path>
51
+ </symbol>
52
+ <symbol id="minus" viewBox="0 0 1138 1024">
53
+ <title>minus</title>
54
+ <path fill="#444" class="path1" d="M0 398.222v227.556h1137.778v-227.556h-1137.778z"></path>
55
+ </symbol>
56
+ <symbol id="plus" viewBox="0 0 1024 1024">
57
+ <title>plus</title>
58
+ <path fill="#444" class="path1" d="M409.6 1024h204.8v-1024h-204.8v1024z"></path>
59
+ <path fill="#444" class="path2" d="M0 409.6v204.8h1024v-204.8h-1024z"></path>
60
+ </symbol>
61
+ <symbol id="rotate" viewBox="0 0 731 1024">
62
+ <title>rotate</title>
63
+ <path fill="#444" class="path1" d="M36.571 292.571l292.571-292.571v585.143z"></path>
64
+ <path fill="#444" class="path2" d="M329.143 219.429c222.176 0 402.286 180.109 402.286 402.286s-180.109 402.286-402.286 402.286c-116.682 0-221.761-49.676-295.243-129.033l107.361-99.365c46.761 50.5 113.63 82.112 187.882 82.112 141.385 0 256-114.615 256-256s-114.615-256-256-256v-146.286z"></path>
65
+ </symbol>
66
+ <symbol id="tick" viewBox="0 0 1229 1024">
67
+ <title>tick</title>
68
+ <path fill="#444" class="path1" d="M409.211 705.049l-233.625-247.667-144.815 144.815 377.227 377.226 790.033-790.033-144.815-144.815-644.004 660.473z"></path>
69
+ </symbol>
70
+ <symbol id="bottom" viewBox="0 0 931 1024">
71
+ <title>bottom</title>
72
+ <path fill="#444" class="path1" d="M0 1024v-93.091h930.909v93.091h-930.909z"></path>
73
+ <path fill="#444" class="path2" d="M418.909 930.909v-930.909h93.091v930.909h-93.091z"></path>
74
+ <path fill="#444" class="path3" d="M465.455 977.455l279.273-279.273h-558.545z"></path>
75
+ </symbol>
76
+ <symbol id="center-align" viewBox="0 0 1138 1024">
77
+ <title>center-align</title>
78
+ <path fill="#444" class="path1" d="M0 0v113.778h1137.778v-113.778h-1137.778z"></path>
79
+ <path fill="#444" class="path2" d="M0 455.111v113.778h1137.778v-113.778h-1137.778z"></path>
80
+ <path fill="#444" class="path3" d="M0 910.222v113.778h1137.778v-113.778h-1137.778z"></path>
81
+ <path fill="#444" class="path4" d="M227.556 227.556v113.778h682.667v-113.778h-682.667z"></path>
82
+ <path fill="#444" class="path5" d="M227.556 682.667v113.778h682.667v-113.778h-682.667z"></path>
83
+ </symbol>
84
+ <symbol id="left-align" viewBox="0 0 1138 1024">
85
+ <title>left-align</title>
86
+ <path fill="#444" class="path1" d="M0 0v113.778h1137.778v-113.778h-1137.778z"></path>
87
+ <path fill="#444" class="path2" d="M0 455.111v113.778h1137.778v-113.778h-1137.778z"></path>
88
+ <path fill="#444" class="path3" d="M0 910.222v113.778h1137.778v-113.778h-1137.778z"></path>
89
+ <path fill="#444" class="path4" d="M0 227.556v113.778h682.667v-113.778h-682.667z"></path>
90
+ <path fill="#444" class="path5" d="M0 682.667v113.778h682.667v-113.778h-682.667z"></path>
91
+ </symbol>
92
+ <symbol id="middle" viewBox="0 0 788 1024">
93
+ <title>middle</title>
94
+ <path fill="#444" class="path1" d="M0 472.615v78.769h787.692v-78.769h-787.692z"></path>
95
+ <path fill="#444" class="path2" d="M354.462 0v1024h78.769v-1024h-78.769z"></path>
96
+ <path fill="#444" class="path3" d="M393.846 512l236.308-236.308h-472.615z"></path>
97
+ <path fill="#444" class="path4" d="M393.846 512l236.308 236.308h-472.615z"></path>
98
+ </symbol>
99
+ <symbol id="right-align" viewBox="0 0 1138 1024">
100
+ <title>right-align</title>
101
+ <path fill="#444" class="path1" d="M1137.778 0v113.778h-1137.778v-113.778h1137.778z"></path>
102
+ <path fill="#444" class="path2" d="M1137.778 455.111v113.778h-1137.778v-113.778h1137.778z"></path>
103
+ <path fill="#444" class="path3" d="M1137.778 910.222v113.778h-1137.778v-113.778h1137.778z"></path>
104
+ <path fill="#444" class="path4" d="M1137.778 227.556v113.778h-682.667v-113.778h682.667z"></path>
105
+ <path fill="#444" class="path5" d="M1137.778 682.667v113.778h-682.667v-113.778h682.667z"></path>
106
+ </symbol>
107
+ <symbol id="top" viewBox="0 0 931 1024">
108
+ <title>top</title>
109
+ <path fill="#444" class="path1" d="M0 0v93.091h930.909v-93.091h-930.909z"></path>
110
+ <path fill="#444" class="path2" d="M418.909 93.091v930.909h93.091v-930.909h-93.091z"></path>
111
+ <path fill="#444" class="path3" d="M465.455 46.545l279.273 279.273h-558.545z"></path>
112
+ </symbol>
113
+ <symbol id="game" viewBox="0 0 1024 1024">
114
+ <title>game</title>
115
+ <path class="path1" d="M874.573 658.936c-23.164 138.599-143.668 244.232-288.845 244.232-161.744 0-292.864-131.12-292.864-292.864 0-17.466 1.529-34.575 4.46-51.2h-264.556v-241.664h317.972l42.476 42.476 42.476-42.476h170.516v0.705c124.804 8.621 228.092 95.436 261.222 211.802 13.931-11.219 31.718-17.947 51.098-17.947 44.678 0 80.896 35.76 80.896 79.872s-36.218 79.872-80.896 79.872c-16.207 0-31.3-4.705-43.955-12.808v0zM878.592 591.872c0-21.373 17.764-38.912 39.936-38.912s39.936 17.539 39.936 38.912c0 21.373-17.764 38.912-39.936 38.912s-39.936-17.539-39.936-38.912zM333.774 358.4h-260.046v159.744h277.487c-11.226 28.543-17.391 59.632-17.391 92.16 0 139.123 112.781 251.904 251.904 251.904s251.904-112.781 251.904-251.904c0-137.069-109.476-248.568-245.76-251.831v-0.073h-139.214l-59.442 59.442-59.442-59.442z"></path>
116
+ </symbol>
117
+ <symbol id="competition" viewBox="0 0 1024 1024">
118
+ <title>competition</title>
119
+ <path class="path1" d="M244.974 876.846l50.626-295.166-214.45-209.038 296.362-43.064 132.538-268.552 132.538 268.552 296.364 43.064-214.45 209.038 50.624 295.166-265.076-139.36zM169.17 401.242l170.44 166.138-40.234 234.59 210.674-110.758 210.676 110.758-40.236-234.59 170.44-166.138-235.542-34.226-105.338-213.438-105.338 213.438-21.31 3.096z"></path>
120
+ </symbol>
121
+ <symbol id="republish" viewBox="0 0 1024 1024">
122
+ <title>republish</title>
123
+ <path class="path1" d="M887.466 580.266l-273.066 273.068v-204.8h-341.334v-136.534h341.334v-204.8l204.8 204.8zM1024 580.266l-273.066 273.068h-68.268l273.068-273.068-273.068-273.066h68.268zM460.664 307.144l-0.058-51.144h-443.54v648.534h443.734v-187.166h-102.4l0.922 84.584-233.632-0.342-5.086-441.208 237.694-2.058 0.102 87.118 102.4-0.102-0.136-138.216z"></path>
124
+ </symbol>
125
+ <symbol id="uni64" viewBox="0 0 1024 1024">
126
+ <title>uni64</title>
127
+ <path class="path1" d="M2.962 203.852q6.518-11.852 18.37-11.852h981.334q11.852 0 18.37 11.852t-1.778 22.518l-490.666 597.334q-7.112 8.296-16.592 8.296-11.852 0-16.592-8.296l-490.666-597.334q-8.296-10.666-1.778-22.518z"></path>
128
+ </symbol>
129
+ <symbol id="Arrange" viewBox="0 0 1024 1024">
130
+ <title>Arrange</title>
131
+ <path class="path1" d="M0 611.226l278.802-278.836 278.802 278.836-80.35 80.35-198.452-198.52-198.452 198.52-80.35-80.35zM466.262 412.808l80.384-80.418 198.418 198.486 198.486-198.486 80.45 80.418-278.904 278.766-278.834-278.766z"></path>
132
+ </symbol>
133
+ <symbol id="tweet" viewBox="0 0 1024 1024">
134
+ <title>tweet</title>
135
+ <path class="path1" d="M224.48 827.824c37.566 7.878 77.62 11.814 119.788 11.814 148.91 0 273.288-57.622 362.258-158.594 80.488-91.346 126.020-213.046 126.020-329.684 0-1.846-0.016-3.324-0.082-5.542-0.098-3.386-0.288-7.086-0.59-11.082-0.824-10.904-2.356-22.27-4.748-33.62-6.25-29.65-17.298-54.122-33.072-69.99-28.894-29.764-67.156-46.72-107.462-46.72-80.286 0-144.902 64.616-144.902 144.902 0 13.412 1.016 24.592 3.15 33.844l12.248 53.068-54.384-2.96c-139.556-7.594-267.5-62.654-364.716-154.576-0.386 4.194-0.578 8.474-0.578 12.87 0 48.824 24.394 93.398 64.718 120.28l119.978 79.986-144.11-4.97c-9.73-0.334-19.358-1.288-28.85-2.84 18.764 42.51 56.646 74.218 103.302 83.434l173.328 34.236-170.71 45.524c-7.918 2.11-16.042 3.79-24.294 5.034 26.15 28.416 63.404 46.22 103.528 46.742l114.374 1.484-89.318 71.456c-41.676 33.34-87.272 59.252-134.876 75.904zM873.506 351.36c0 245.718-186.914 529.238-529.238 529.238-105.008 0-203.714-23.102-285.62-75.606 14.702 2.1 29.402 3.15 44.104 3.15 87.156 0 168.012-37.802 231.016-88.206-80.856-1.050-150.162-55.654-173.262-129.16 11.55 2.102 23.1 3.152 34.652 3.152 16.8 0 33.602-2.102 49.354-6.302-85.056-16.8-149.112-92.406-149.112-184.812 25.202 13.65 53.554 22.052 84.006 23.102-50.402-33.604-82.956-90.308-82.956-154.362 0-34.652 9.452-63.004 25.202-90.306 92.408 112.358 228.916 182.712 383.278 191.114-3.15-13.652-4.2-28.352-4.2-43.054 0-102.906 82.956-185.862 185.862-185.862 53.38 0 101.544 22.952 136.172 58.456 41.376-8.482 80.68-24.090 115.898-44.806-13.53 42.672-42.534 79.154-80.876 102.292 0.058 0.158 0.116 0.32 0.174 0.48 37.358-4.288 72.658-14.722 105.904-29.266-25.004 37.506-56.212 69.846-91.57 95.99 1.212 13.118 1.212 22.342 1.212 24.768z"></path>
136
+ </symbol>
137
+ <symbol id="heading" viewBox="0 0 1024 1024">
138
+ <title>heading</title>
139
+ <path class="path1" d="M407.472 185.344v-40.96h-284.422v40.96h284.422zM203.776 859.164h40.96v-696.348h-40.96v696.348zM285.696 471.882h450.56v-311.114h-40.96v270.154h-368.64v-268.4h-40.96v309.36zM326.656 551.936h368.64v311.114h40.96v-352.074h-450.56v350.072h40.96v-309.112zM777.216 852.992h40.96v-690.176h-40.96v690.176zM407.472 879.616v-40.96h-284.422v40.96h284.422zM901.040 185.344v-40.96h-284.422v40.96h284.422zM901.040 879.616v-40.96h-284.422v40.96h284.422z"></path>
140
+ </symbol>
141
+ <symbol id="binopen" viewBox="0 0 960 1024">
142
+ <title>binopen</title>
143
+ <path class="path1" d="M387.648 13.248l452.544 452.544-45.248 45.248-452.544-452.544zM546.048 81.12l226.272 226.272-45.248 45.28-226.304-226.304zM160 576h640v64h-640zM288 640h384v384h-384z"></path>
144
+ </symbol>
145
+ <symbol id="publish" viewBox="0 0 1024 1024">
146
+ <title>publish</title>
147
+ <path class="path1" d="M887.466 580.266l-273.066 273.068v-204.8h-341.334v-136.534h341.334v-204.8zM460.664 307.144l-0.058-51.144h-443.54v648.534h443.734v-187.166h-102.4l0.922 84.584-233.632-0.342-5.086-441.208 237.694-2.058 0.102 87.118 102.4-0.102-0.136-138.216z"></path>
148
+ </symbol>
149
+ <symbol id="iframe" viewBox="0 0 1024 1024">
150
+ <title>iframe</title>
151
+ <path class="path1" d="M224.256 510.976c0-45.242 36.678-81.92 81.92-81.92s81.92 36.678 81.92 81.92c0 45.242-36.678 81.92-81.92 81.92s-81.92-36.678-81.92-81.92zM347.136 510.976c0-22.622-18.338-40.96-40.96-40.96s-40.96 18.338-40.96 40.96c0 22.622 18.338 40.96 40.96 40.96s40.96-18.338 40.96-40.96zM429.056 510.976c0-45.242 36.678-81.92 81.92-81.92s81.92 36.678 81.92 81.92c0 45.242-36.678 81.92-81.92 81.92s-81.92-36.678-81.92-81.92zM551.936 510.976c0-22.622-18.338-40.96-40.96-40.96s-40.96 18.338-40.96 40.96c0 22.622 18.338 40.96 40.96 40.96s40.96-18.338 40.96-40.96zM633.856 510.976c0-45.242 36.678-81.92 81.92-81.92s81.92 36.678 81.92 81.92c0 45.242-36.678 81.92-81.92 81.92s-81.92-36.678-81.92-81.92zM756.736 510.976c0-22.622-18.338-40.96-40.96-40.96s-40.96 18.338-40.96 40.96c0 22.622 18.338 40.96 40.96 40.96s40.96-18.338 40.96-40.96zM947.252 512.684l-313.5 312.738 28.88 29.044 343.728-341.782-344.964-342.462-28.858 29.066 314.714 313.396zM32.474 498.162l-14.63 14.522 343.728 341.782 28.882-29.044-314.546-312.738 315.76-313.396-28.858-29.066-330.336 327.94z"></path>
152
+ </symbol>
153
+ <symbol id="uni75" viewBox="0 0 1024 1024">
154
+ <title>uni75</title>
155
+ <path class="path1" d="M0 938.666q0-35.556 24.888-60.444l290.37-289.186q-59.26-92.444-59.26-205.038 0-158.814 112.592-271.408t271.408-112.592 271.408 112.592 112.592 271.408-112.592 271.408-271.408 112.592q-112.592 0-205.038-59.26l-289.186 290.37q-24.888 24.888-60.444 24.888t-60.444-24.888-24.888-60.444zM384 384q0 105.482 75.26 180.74t180.74 75.26 180.74-75.26 75.26-180.74-75.26-180.74-180.74-75.26-180.74 75.26-75.26 180.74z"></path>
156
+ </symbol>
157
+ <symbol id="cross2" viewBox="0 0 1024 1024">
158
+ <title>cross2</title>
159
+ <path class="path1" d="M222.378 705.092l96.53 96.53 482.714-482.714-96.53-96.53-482.714 482.714zM318.908 222.378l-96.53 96.53 482.714 482.714 96.53-96.53-482.714-482.714z"></path>
160
+ </symbol>
161
+ <symbol id="video" viewBox="0 0 1024 1024">
162
+ <title>video</title>
163
+ <path class="path1" d="M1003.52 143.36v737.28h-983.040v-737.28zM61.44 839.68h901.12v-655.36h-901.12zM266.24 514.048c0-135.73 110.030-245.76 245.76-245.76s245.76 110.030 245.76 245.76c0 135.73-110.030 245.76-245.76 245.76s-245.76-110.030-245.76-245.76zM716.8 514.048c0-113.108-91.692-204.8-204.8-204.8s-204.8 91.692-204.8 204.8c0 113.108 91.692 204.8 204.8 204.8s204.8-91.692 204.8-204.8zM430.080 391.168l204.8 121.856-204.8 121.856zM554.776 513.024l-83.736-49.822v99.644z"></path>
164
+ </symbol>
165
+ <symbol id="image" viewBox="0 0 1024 1024">
166
+ <title>image</title>
167
+ <path class="path1" d="M1003.52 143.36v737.28h-983.040v-737.28zM61.44 839.68h901.12v-655.36h-901.12zM597.272 476.272l326.696 323.28h-819.52l1.102-343.448 120.354-103.848 246.616 243.784zM145.54 758.592h678.802l-227.504-225.124-124.736 119.754-248.086-245.238-77.568 66.93zM675.84 370.688c0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4zM839.68 370.688c0-33.932-27.508-61.44-61.44-61.44s-61.44 27.508-61.44 61.44c0 33.932 27.508 61.44 61.44 61.44s61.44-27.508 61.44-61.44z"></path>
168
+ </symbol>
169
+ <symbol id="quote" viewBox="0 0 1024 1024">
170
+ <title>quote</title>
171
+ <path class="path1" d="M101.44 451.632l247.808-246.832 162.288 0.378-246.246 245.382h204.79v368.64h-368.64zM142.4 467.93v310.31h286.72v-286.72h-262.962l246.476-245.612-46.544-0.108zM511.040 451.632l247.808-246.832 162.288 0.378-246.246 245.382h204.79v368.64h-368.64zM552 467.93v310.31h286.72v-286.72h-262.962l246.476-245.612-46.544-0.108z"></path>
172
+ </symbol>
173
+ <symbol id="embed" viewBox="0 0 1024 1024">
174
+ <title>embed</title>
175
+ <path class="path1" d="M225.28 367.616h704.512v-122.88h-704.512v122.88zM889.406 285.882l0.84 39.638-624.88 0.484 0.044-41.094 623.996 0.972zM20.48 572.416h983.040v-122.88h-983.040v122.88zM60.548 493.172l900.67-2.996-0.092 41.79-900.152-0.062-0.426-38.732zM22.528 777.216h657.408v-122.88h-657.408v122.88zM638.944 696.614l0.062 41.158-576.422-0.146 0.78-42.186 575.58 1.174zM864.486 730.308l14.446-14.464-104.364-104.642-29.002 28.924 76.010 74.966-76.334 76.628 28.978 28.948 90.266-90.36zM36.356 293.692l-14.446 14.464 104.364 104.642 29.002-28.924-77.316-75.612 77.64-75.982-28.98-28.948-90.264 90.36z"></path>
176
+ </symbol>
177
+ <symbol id="link" viewBox="0 0 1024 1024">
178
+ <title>link</title>
179
+ <path class="path1" d="M953.396 74.642l-4.028-4.042c-94.148-94.134-248.194-94.134-342.326 0l-218.106 218.136c-94.134 94.132-94.134 248.176 0 342.31l4.026 4.026c7.832 7.848 16.146 14.924 24.736 21.458l79.848-79.85c-9.302-5.494-18.126-12.072-26.116-20.060l-4.042-4.042c-51.114-51.098-51.114-134.272 0-185.39l218.128-218.112c51.116-51.118 134.274-51.118 185.386 0l4.042 4.024c51.1 51.116 51.1 134.292 0 185.39l-98.686 98.686c17.132 42.308 25.248 87.4 24.538 132.386l152.604-152.604c94.134-94.136 94.134-248.178-0.004-342.316zM631.042 388.934c-7.832-7.832-16.146-14.922-24.736-21.44l-79.848 79.832c9.304 5.496 18.126 12.074 26.116 20.062l4.042 4.040c51.116 51.116 51.116 134.272 0 185.388l-218.13 218.134c-51.118 51.102-134.276 51.102-185.388 0l-4.042-4.042c-51.098-51.12-51.098-134.276 0-185.388l98.688-98.686c-17.134-42.306-25.246-87.402-24.538-132.386l-152.602 152.598c-94.136 94.132-94.136 248.178 0 342.324l4.026 4.032c94.152 94.128 248.192 94.128 342.328 0l218.11-218.118c94.134-94.132 94.134-248.194 0-342.326l-4.026-4.024z"></path>
180
+ </symbol>
181
+ <symbol id="view" viewBox="0 0 1024 1024">
182
+ <title>view</title>
183
+ <path class="path1" d="M512 785.066c-238.934 0-443.734-273.066-443.734-273.066s204.8-273.066 443.734-273.066c238.934 0 443.734 273.066 443.734 273.066s-204.8 273.066-443.734 273.066zM512 648.534c75.4 0 136.534-61.134 136.534-136.534s-61.134-136.534-136.534-136.534c-75.4 0-136.534 61.134-136.534 136.534s61.134 136.534 136.534 136.534z"></path>
184
+ </symbol>
185
+ <symbol id="user" viewBox="0 0 1024 1024">
186
+ <title>user</title>
187
+ <path class="path1" d="M853.334 853.334c-244.782 1.98-488.698 1.98-682.668 0 0-115.598 117.272-212.014 273.068-234.156v-57.172c-40.812-23.61-68.268-67.732-68.268-118.272 0-3.016 0.104-6.008 0.286-8.966-20.56-11.764-34.418-33.918-34.418-59.302s13.858-47.536 34.418-59.3c-0.182-2.958-0.286-5.95-0.286-8.966 0-75.4 61.134-136.534 136.534-136.534s136.534 61.134 136.534 136.534c0 3.016-0.104 6.008-0.286 8.966 20.56 11.764 34.418 33.916 34.418 59.3s-13.858 47.538-34.418 59.302c0.182 2.958 0.286 5.95 0.286 8.966 0 50.54-27.456 94.662-68.268 118.272v57.172c155.796 22.142 273.068 118.558 273.068 234.156z"></path>
188
+ </symbol>
189
+ <symbol id="edit" viewBox="0 0 1024 1024">
190
+ <title>edit</title>
191
+ <path class="path1" d="M281.11 594.91l377.334-373.452 134.064 134.154-374.864 374.306-136.534 1.104zM898.856 263.85l-70.678 71.054-139.982-140.048 70.668-71.054 32.882 0.272 106.598 104.414zM153.6 256h-68.266v682.666h682.666v-340.218l-136.534 136.762v66.924h-409.6v-409.6h68.268l136.396-136.534h-272.93z"></path>
192
+ </symbol>
193
+ <symbol id="Tick" viewBox="0 0 1024 1024">
194
+ <title>Tick</title>
195
+ <path class="path1" d="M375.204 640.694l-155.75-165.102-96.54 96.54 251.484 251.482 526.688-526.688-96.54-96.54-429.342 440.308z"></path>
196
+ </symbol>
197
+ <symbol id="poll" viewBox="0 0 1024 1024">
198
+ <title>poll</title>
199
+ <path class="path1" d="M63.488 266.24h245.76v532.48h-245.76zM104.448 757.76h163.84v-450.56h-163.84zM1004.62 880.64v-40.96h-983.116v40.96h983.116zM392.192 144.384h245.76v653.312h-245.76zM433.152 756.736h163.84v-571.392h-163.84zM718.848 389.12h245.76v409.6h-245.76zM759.808 430.080v327.68h163.84v-327.68z"></path>
200
+ </symbol>
201
+ <symbol id="bump" viewBox="0 0 1024 1024">
202
+ <title>bump</title>
203
+ <path class="path1" d="M580.266 384h208.418l-273.066-256-273.066 256h201.182v266.65h136.532v-266.65zM170.666 716.8h682.668v136.534h-682.668z"></path>
204
+ </symbol>
205
+ <symbol id="back" viewBox="0 0 682 1024">
206
+ <title>back</title>
207
+ <path class="path1" d="M512 994.702l160.882-160.882-321.764-321.82 321.764-321.82-160.882-160.882-482.702 482.702 482.702 482.702z"></path>
208
+ </symbol>
209
+ <symbol id="next" viewBox="0 0 682 1024">
210
+ <title>next</title>
211
+ <path class="path1" d="M190.18 29.298l-160.882 160.882 321.764 321.82-321.764 321.82 160.882 160.882 482.702-482.702-482.702-482.702z"></path>
212
+ </symbol>
213
+ <symbol id="list" viewBox="0 0 1024 1024">
214
+ <title>list</title>
215
+ <path class="path1" d="M143.36 245.76v122.88h-122.88v-122.88zM61.44 286.72v40.96h40.96v-40.96zM143.36 450.56v122.88h-122.88v-122.88zM61.44 491.52v40.96h40.96v-40.96zM143.36 655.36v122.88h-122.88v-122.88zM61.44 737.28h40.96v-40.96h-40.96zM839.68 245.76v122.88h-614.4v-122.88zM266.24 327.68h532.48v-40.96h-532.48zM1003.52 450.56v122.88h-778.24v-122.88zM266.24 491.52v40.96h696.32v-40.96zM716.8 655.36v122.88h-491.52v-122.88zM266.24 696.32v40.96h409.6v-40.96z"></path>
216
+ </symbol>
217
+ <symbol id="text" viewBox="0 0 1024 1024">
218
+ <title>text</title>
219
+ <path class="path1" d="M638.068 191.506l191.274 191.364-506.776 508.938-191.922-1.596 0.648-189.768zM171.744 849.592l133.946 1.114 465.794-467.782-133.362-133.424-465.928 467.916zM850.324 358.71l-190.434-190.426 96.488-96.962 44.816 0.292 145.020 141.974 0.596 48.162zM717.746 168.212l132.506 132.502 55.388-55.66-0.174-14.036-121.094-118.552-11.078-0.072z"></path>
220
+ </symbol>
221
+ <symbol id="bin" viewBox="0 0 1024 1024">
222
+ <title>bin</title>
223
+ <path class="path1" d="M170.666 375.466h682.668v68.268h-682.668zM170.666 238.934h682.668v68.266h-682.668zM341.334 170.666h341.332v68.268h-341.332zM307.2 443.734h409.6v409.6h-409.6z"></path>
224
+ </symbol>
225
+ <symbol id="instagram" viewBox="0 0 1024 1024">
226
+ <title>instagram</title>
227
+ <path class="path1" d="M673.792 354.304h126.976v-126.976h-126.976v126.976zM759.808 268.288v45.056h-45.056v-45.056h45.056z"></path>
228
+ <path class="path2" d="M184.32 491.52v-307.2h655.36v309.248h-144.498c-10.178-91.025-87.392-161.792-181.134-161.792-93.038 0-169.795 69.707-180.894 159.744h-148.834zM184.32 532.48v307.2h655.36v-305.152h-144.498c-10.178 91.025-87.392 161.792-181.134 161.792-94.444 0-172.112-71.83-181.352-163.84h-148.376zM143.36 880.64h737.28v-737.28h-737.28v737.28zM372.736 514.048c0-78.044 63.268-141.312 141.312-141.312s141.312 63.268 141.312 141.312c0 78.044-63.268 141.312-141.312 141.312s-141.312-63.268-141.312-141.312z"></path>
229
+ </symbol>
230
+ <symbol id="emphasis" viewBox="0 0 1024 1024">
231
+ <title>emphasis</title>
232
+ <path fill="#444" class="path1" d="M1004.621 880.64v-40.96h-983.117v40.96h983.117z"></path>
233
+ <path fill="#444" class="path2" d="M1005.645 186.368v-40.96h-983.117v40.96h983.117z"></path>
234
+ <path fill="#444" class="path3" d="M962.794 532.48v-40.96h-376.904v40.96h376.904z"></path>
235
+ <path fill="#444" class="path4" d="M837.118 694.272v-40.96h-251.228v40.96h251.228z"></path>
236
+ <path fill="#444" class="path5" d="M837.118 368.64v-40.96h-251.228v40.96h251.228z"></path>
237
+ <path fill="#444" class="path6" d="M485.376 314.368v-40.96h-397.312v40.96h397.312z"></path>
238
+ <path fill="#444" class="path7" d="M256 397.312v-40.96h-167.936v40.96h167.936z"></path>
239
+ <path fill="#444" class="path8" d="M227.328 753.608h40.96v-397.256h-40.96v397.256z"></path>
240
+ <path fill="#444" class="path9" d="M309.248 753.608h40.96v-397.256h-40.96v397.256z"></path>
241
+ <path fill="#444" class="path10" d="M391.339 769.024v-40.96h-204.8v40.96h204.8z"></path>
242
+ <path fill="#444" class="path11" d="M63.488 231.424h40.96v204.8h-40.96v-204.8z"></path>
243
+ <path fill="#444" class="path12" d="M473.088 231.424h40.96v204.8h-40.96v-204.8z"></path>
244
+ <path fill="#444" class="path13" d="M514.048 397.312v-40.96h-204.8v40.96h204.8z"></path>
245
+ </symbol>
246
+ <symbol id="cross" viewBox="0 0 1024 1024">
247
+ <title>cross</title>
248
+ <path class="path1" d="M222.378 705.092l96.53 96.53 482.714-482.714-96.53-96.53-482.714 482.714zM318.908 222.378l-96.53 96.53 482.714 482.714 96.53-96.53-482.714-482.714z"></path>
249
+ </symbol>
250
+ <symbol id="default" viewBox="0 0 1024 1024">
251
+ <title>default</title>
252
+ <path class="path1" d="M365.714 365.714h292.571v292.571h-292.571v-292.571z"></path>
253
+ <path class="path2" d="M0 365.714h292.571v292.571h-292.571v-292.571z"></path>
254
+ <path class="path3" d="M0 0h292.571v292.571h-292.571v-292.571z"></path>
255
+ <path class="path4" d="M731.429 0h292.571v292.571h-292.571v-292.571z"></path>
256
+ <path class="path5" d="M365.714 0h292.571v292.571h-292.571v-292.571z"></path>
257
+ <path class="path6" d="M0 731.429h292.571v292.571h-292.571v-292.571z"></path>
258
+ <path class="path7" d="M731.429 720.53h292.571v292.571h-292.571v-292.571z"></path>
259
+ <path class="path8" d="M365.714 720.53h292.571v292.571h-292.571v-292.571z"></path>
260
+ <path class="path9" d="M731.429 365.714h292.571v292.571h-292.571v-292.571z"></path>
261
+ </symbol>
262
+ </defs>
263
+ </svg>