dsfr-assets 1.13.0 → 1.13.0.1

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 (73) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +5 -0
  3. data/README.md +6 -0
  4. data/lib/dsfr/assets/railtie.rb +13 -0
  5. data/lib/dsfr/assets/version.rb +1 -1
  6. data/lib/dsfr/assets.rb +1 -10
  7. data/vendor/assets/stylesheets/artwork/background/ovoid.svg +19 -0
  8. data/vendor/assets/stylesheets/artwork/dark.svg +14 -0
  9. data/vendor/assets/stylesheets/artwork/light.svg +14 -0
  10. data/vendor/assets/stylesheets/artwork/pictograms/buildings/city-hall.svg +69 -0
  11. data/vendor/assets/stylesheets/artwork/pictograms/buildings/factory.svg +78 -0
  12. data/vendor/assets/stylesheets/artwork/pictograms/buildings/house.svg +25 -0
  13. data/vendor/assets/stylesheets/artwork/pictograms/buildings/nuclear-plant.svg +120 -0
  14. data/vendor/assets/stylesheets/artwork/pictograms/buildings/school.svg +68 -0
  15. data/vendor/assets/stylesheets/artwork/pictograms/digital/application.svg +66 -0
  16. data/vendor/assets/stylesheets/artwork/pictograms/digital/avatar.svg +58 -0
  17. data/vendor/assets/stylesheets/artwork/pictograms/digital/calendar.svg +56 -0
  18. data/vendor/assets/stylesheets/artwork/pictograms/digital/coding.svg +54 -0
  19. data/vendor/assets/stylesheets/artwork/pictograms/digital/data-visualization.svg +68 -0
  20. data/vendor/assets/stylesheets/artwork/pictograms/digital/in-progress.svg +25 -0
  21. data/vendor/assets/stylesheets/artwork/pictograms/digital/internet.svg +85 -0
  22. data/vendor/assets/stylesheets/artwork/pictograms/digital/mail-send.svg +57 -0
  23. data/vendor/assets/stylesheets/artwork/pictograms/digital/search.svg +48 -0
  24. data/vendor/assets/stylesheets/artwork/pictograms/document/contract.svg +63 -0
  25. data/vendor/assets/stylesheets/artwork/pictograms/document/document-add.svg +25 -0
  26. data/vendor/assets/stylesheets/artwork/pictograms/document/document-download.svg +54 -0
  27. data/vendor/assets/stylesheets/artwork/pictograms/document/document-signature.svg +48 -0
  28. data/vendor/assets/stylesheets/artwork/pictograms/document/document.svg +41 -0
  29. data/vendor/assets/stylesheets/artwork/pictograms/document/driving-licence.svg +61 -0
  30. data/vendor/assets/stylesheets/artwork/pictograms/document/national-identity-card.svg +57 -0
  31. data/vendor/assets/stylesheets/artwork/pictograms/document/passport.svg +50 -0
  32. data/vendor/assets/stylesheets/artwork/pictograms/document/tax-stamp.svg +112 -0
  33. data/vendor/assets/stylesheets/artwork/pictograms/document/vehicle-registration.svg +65 -0
  34. data/vendor/assets/stylesheets/artwork/pictograms/environment/environment.svg +96 -0
  35. data/vendor/assets/stylesheets/artwork/pictograms/environment/food.svg +25 -0
  36. data/vendor/assets/stylesheets/artwork/pictograms/environment/grocery.svg +25 -0
  37. data/vendor/assets/stylesheets/artwork/pictograms/environment/human-cooperation.svg +116 -0
  38. data/vendor/assets/stylesheets/artwork/pictograms/environment/leaf.svg +70 -0
  39. data/vendor/assets/stylesheets/artwork/pictograms/environment/moon.svg +45 -0
  40. data/vendor/assets/stylesheets/artwork/pictograms/environment/mountain.svg +57 -0
  41. data/vendor/assets/stylesheets/artwork/pictograms/environment/sun.svg +51 -0
  42. data/vendor/assets/stylesheets/artwork/pictograms/environment/tree.svg +78 -0
  43. data/vendor/assets/stylesheets/artwork/pictograms/health/health.svg +85 -0
  44. data/vendor/assets/stylesheets/artwork/pictograms/health/hospital.svg +49 -0
  45. data/vendor/assets/stylesheets/artwork/pictograms/health/vaccine.svg +87 -0
  46. data/vendor/assets/stylesheets/artwork/pictograms/health/virus.svg +93 -0
  47. data/vendor/assets/stylesheets/artwork/pictograms/institutions/firefighter.svg +96 -0
  48. data/vendor/assets/stylesheets/artwork/pictograms/institutions/gendarmerie.svg +71 -0
  49. data/vendor/assets/stylesheets/artwork/pictograms/institutions/justice.svg +61 -0
  50. data/vendor/assets/stylesheets/artwork/pictograms/institutions/money.svg +167 -0
  51. data/vendor/assets/stylesheets/artwork/pictograms/institutions/police.svg +94 -0
  52. data/vendor/assets/stylesheets/artwork/pictograms/leisure/book.svg +89 -0
  53. data/vendor/assets/stylesheets/artwork/pictograms/leisure/community.svg +55 -0
  54. data/vendor/assets/stylesheets/artwork/pictograms/leisure/culture.svg +82 -0
  55. data/vendor/assets/stylesheets/artwork/pictograms/leisure/digital-art.svg +62 -0
  56. data/vendor/assets/stylesheets/artwork/pictograms/leisure/paint.svg +80 -0
  57. data/vendor/assets/stylesheets/artwork/pictograms/map/airport.svg +78 -0
  58. data/vendor/assets/stylesheets/artwork/pictograms/map/location-france.svg +156 -0
  59. data/vendor/assets/stylesheets/artwork/pictograms/map/luggage.svg +58 -0
  60. data/vendor/assets/stylesheets/artwork/pictograms/map/map.svg +83 -0
  61. data/vendor/assets/stylesheets/artwork/pictograms/system/connection-lost.svg +44 -0
  62. data/vendor/assets/stylesheets/artwork/pictograms/system/error.svg +38 -0
  63. data/vendor/assets/stylesheets/artwork/pictograms/system/information.svg +49 -0
  64. data/vendor/assets/stylesheets/artwork/pictograms/system/notification.svg +57 -0
  65. data/vendor/assets/stylesheets/artwork/pictograms/system/padlock.svg +42 -0
  66. data/vendor/assets/stylesheets/artwork/pictograms/system/success.svg +38 -0
  67. data/vendor/assets/stylesheets/artwork/pictograms/system/system.svg +25 -0
  68. data/vendor/assets/stylesheets/artwork/pictograms/system/technical-error.svg +61 -0
  69. data/vendor/assets/stylesheets/artwork/pictograms/system/warning.svg +33 -0
  70. data/vendor/assets/stylesheets/artwork/system.svg +14 -0
  71. data/vendor/assets/stylesheets/utility/dsfr-utility.min.css +155 -0
  72. metadata +69 -3
  73. data/vendor/assets/stylesheets/dsfr-utility.css +0 -14721
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 605080e3a8133b20ab992a49cc1ac16d230ec2f8d6efd3e1989846aa618d2cb1
4
- data.tar.gz: ac7b00c69327e93a4f106a536f6455607fa5e9d246fe55111db041d30e4913b5
3
+ metadata.gz: f450e6cea3b9d80637978cabb76b88fc624cd4186a0cd67a3cdafd29d000513a
4
+ data.tar.gz: 862999aba54436cb95c5be9732416ee8451c70cafc48b70928d747518a6faa4d
5
5
  SHA512:
6
- metadata.gz: 59dc8c11efd260857b103f2a7162d371e93b20fea01140841e2786131df9823e0e3c09c8fbe8fb6aa582cbaca56c6b892affea1c631c7e04bdbe625a94dfcdb7
7
- data.tar.gz: e12fbdf266c2e84f45ed44cfe25d6de2eee40e815c6d8b2a6a9df99e2ff521e1ce7152661bb6083df6bcb7c50a6aa9ff46ff16dac295b378e4c7af1d1c921043
6
+ metadata.gz: 276fca3e62778f4a067b6e9642a8f45b9a6c3ed62e4bc399a13655460915d1f425c60ea015bf71828bdfd42504b97cc7db86f7b31ac578dde91fa2b0df5b2405
7
+ data.tar.gz: 7df9bba7b9716d65a29d8809e181af974b68d16bc32b3f3d34cb7fc7c1ec9f1a7c2b5e51076477fd85c04f2398e855fda60da0ace5f57c8c54f4fa26ca2f76ef
data/.rubocop.yml CHANGED
@@ -1,4 +1,9 @@
1
+ require:
2
+ - rubocop-rake
3
+ - rubocop-rspec
4
+
1
5
  AllCops:
6
+ NewCops: enable
2
7
  TargetRubyVersion: 3.0
3
8
 
4
9
  Style/StringLiterals:
data/README.md CHANGED
@@ -24,3 +24,9 @@ Dans votre template/layout :
24
24
  <%= javascript_include_tag "dsfr.module.min.js", type: 'module' %>
25
25
  <%= javascript_include_tag "dsfr.nomodule.min.js", nomodule: true %>
26
26
  ```
27
+
28
+ Si vous utilisez les icônes/pictogrammes, rajoutez :
29
+
30
+ ```erb
31
+ <%= stylesheet_link_tag "utility/dsfr-utility.min", "application-turbo-track": "reload" %>
32
+ ```
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Dsfr
4
+ module Assets
5
+ # exposes the assets to the Rails app
6
+ class Engine < ::Rails::Railtie
7
+ initializer "dsfr-assets.paths" do |app|
8
+ app.config.assets.paths << File.expand_path("../../../vendor/assets/stylesheets", __dir__)
9
+ app.config.assets.paths << File.expand_path("../../../vendor/assets/javascripts", __dir__)
10
+ end
11
+ end
12
+ end
13
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dsfr
4
4
  module Assets
5
- VERSION = "1.13.0"
5
+ VERSION = "1.13.0.1"
6
6
  end
7
7
  end
data/lib/dsfr/assets.rb CHANGED
@@ -2,13 +2,4 @@
2
2
 
3
3
  require_relative "assets/version"
4
4
 
5
- module Dsfr
6
- module Assets
7
- class Engine < ::Rails::Railtie
8
- initializer "dsfr-assets.paths" do |app|
9
- app.config.assets.paths << File.expand_path("../../vendor/assets/stylesheets", __dir__)
10
- app.config.assets.paths << File.expand_path("../../vendor/assets/javascripts", __dir__)
11
- end
12
- end
13
- end
14
- end
5
+ require_relative "assets/railtie" if defined?(Rails::Railtie)
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="160" height="200" viewBox="0 0 160 200">
2
+ <style>
3
+ .fr-artwork-background {
4
+ fill: #f6f6f6;
5
+ }
6
+ .fr-artwork-motif {
7
+ fill: #e5e5e5;
8
+ }
9
+ </style>
10
+ <symbol id="artwork-background">
11
+ <path d="M20.8 187.2c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm8.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm8.9-.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm-62.9-8.9c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm8.9-.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.1 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.1 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.1 1.2-1.2zm-98.8.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm18 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm17.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm18 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm53.9-.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.1 1.2-1.2zm-107.8.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm116.8-.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.1 1.2-1.2zm-98.9.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.6-1.2 1.2-1.2zm107.9-.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.1 1.2-1.2zm-89.9.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm62.9-.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2 0 .1 0 .1 0 0zm-89.8-8.9c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm17.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm-62.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm17.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.2 1.2-1.2zm45 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm8.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm-134.8-8.9c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm8.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.7.5-1.2 1.2-1.2zm8.9-.1c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm-134.8-8.9c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm8.9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.6-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zm9 0c.7 0 1.2.6 1.2 1.2 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.5-1.2-1.2-.1-.6.5-1.2 1.2-1.2zM44.5 13.6c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.3-.5-1.3-1.2.5-1.2 1.2-1.2 1.3.6 1.3 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.3-.5-1.3-1.2.5-1.2 1.2-1.2 1.3.5 1.3 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.3-.6-1.3-1.2c0-.7.5-1.2 1.2-1.2.7-.1 1.3.5 1.3 1.2zm0 8.9c0 .7-.6 1.2-1.2 1.2s-1.3-.5-1.3-1.2.5-1.2 1.2-1.2 1.3.5 1.3 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.3-.5-1.3-1.2.5-1.2 1.2-1.2 1.3.5 1.3 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S42 77 42 76.4c0-.7.5-1.2 1.2-1.2.7-.1 1.3.5 1.3 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2S42 86 42 85.3s.5-1.2 1.2-1.2 1.3.5 1.3 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S42 95 42 94.3s.5-1.2 1.2-1.2 1.3.5 1.3 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm9-62.7c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0-80.7c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 17.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 18c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 53.8c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0-98.6c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 107.5c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0-89.6c0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.6-1.2-1.2 0-.7.5-1.2 1.2-1.2.6 0 1.2.5 1.2 1.2zm0 62.7c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm8.9-89.6c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 17.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.6-1.2-1.2c0-.7.5-1.2 1.2-1.2.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.6 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0-35.8c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 44.8c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S60 77 60 76.4c0-.7.5-1.2 1.2-1.2.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2S60 86 60 85.3s.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S60 95 60 94.3s.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm9-116.5c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2S69 86 69 85.3s.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S69 95 69 94.3s.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm9-116.5c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.6-1.2-1.2 0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2S78 86 78 85.3s.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S78 95 78 94.3s.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.7-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2 1.2.6 1.2 1.2zm9-116.5c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.6-1.2-1.2 0-.7.5-1.2 1.2-1.2.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2S87 86 87 85.3s.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S87 95 87 94.3s.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm9-116.5c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.6-1.2-1.2 0-.7.5-1.2 1.2-1.2.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2S96 86 96 85.3s.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2S96 95 96 94.3s.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm9-116.5c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.5 1.2 1.2zm0 9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6-.1 1.2.5 1.2 1.2zm0 8.9c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2.5-1.2 1.2-1.2c.6 0 1.2.6 1.2 1.2zm19.9-84.8C143 51.9 154 67.6 156.7 84s-3.1 33.5-14.6 45.6-28.7 19.4-46.4 24.3c-17.8 5-36 7.5-50 2.3S22.1 138.1 13.8 125C5.4 112-1.6 98.8 1.4 87.6c3.1-11.3 16.3-20.5 29.5-27.4s26.4-11.6 43.2-15.1c16.8-3.7 37.4-6.4 53.2.2z"/>
12
+ </symbol>
13
+ <symbol id="artwork-motif">
14
+ <path d="M3.1 155.7c-1.4 0-2.4-1.1-2.4-2.5 0-.6.3-1.3.7-1.7.5-.5 1.1-.7 1.7-.7 1.4.1 2.4 1.2 2.4 2.5-.1 1.3-1.1 2.4-2.4 2.4zm0-4.1c-.5 0-.9.2-1.2.5-.7.7-.7 1.8 0 2.4.3.3.8.5 1.2.5.5 0 .9-.2 1.2-.5.3-.3.5-.8.5-1.2 0-1-.7-1.7-1.7-1.7zM126 127.1c-.2 0-.4-.2-.4-.4 0-.1 0-.2.1-.3l1.7-1.7-1.7-1.7c-.2-.2-.2-.5 0-.6.1-.1.2-.1.3-.1h.1l1.9 1.8 1.7-1.7c.2-.2.5-.2.6 0 .1.1.2.3.1.5l-1.8 1.8 1.7 1.7c.2.2.2.5 0 .6-.2.1-.4.1-.6 0l-1.7-1.7-1.7 1.7c-.1.1-.2.1-.3.1zm-98-4.9c-.1 0-.2 0-.3-.1-.2-.2-.2-.5 0-.6l1.7-1.7-1.7-1.7c-.2-.2-.2-.5 0-.6.1-.1.2-.1.3-.1h.1l1.9 1.8 1.7-1.7c.2-.2.5-.2.6 0 .2.2.2.4 0 .6l-1.7 1.7 1.7 1.7c.1.1.1.2.1.3 0 .2-.2.4-.5.4-.1 0-.2 0-.3-.1l-1.7-1.7-1.7 1.7c.1.1 0 .1-.2.1zm100-41.7c-1.4 0-2.5-1.1-2.4-2.5 0-.6.3-1.3.7-1.7.5-.5 1.1-.7 1.7-.7 1.4 0 2.4 1.1 2.4 2.5 0 .6-.3 1.3-.7 1.7-.5.5-1.1.7-1.7.7zm0-4.1c-.5 0-.9.2-1.2.5-.7.7-.7 1.8 0 2.4.7.7 1.8.7 2.4 0 .7-.7.7-1.8 0-2.4-.4-.4-.8-.5-1.2-.5zm24.9-30.2c-.2 0-.4-.2-.4-.4 0-.1 0-.2.1-.3l1.7-1.7-1.7-1.7c-.2-.2-.2-.5 0-.6.1-.1.2-.1.3-.1h.1l1.9 1.8 1.7-1.7c.1-.1.2-.1.3-.1.2 0 .4.2.4.4 0 .1 0 .2-.1.3l-1.7 1.7 1.7 1.7c.2.2.2.5 0 .6-.2.2-.4.2-.6 0l-1.7-1.7-1.7 1.7c-.1 0-.2.1-.3.1zm.1-4.5zM30.2 46.2c-.6 0-1.3-.2-1.8-.6-1-.9-1.1-2.4-.2-3.5.9-1 2.4-1.1 3.5-.2.5.4.8 1 .8 1.7.1 1.3-.9 2.5-2.3 2.6zm-.2-4.4v.2c-.9 0-1.7.8-1.7 1.7 0 .9.8 1.7 1.7 1.7.9 0 1.7-.8 1.7-1.7v-.1c0-.9-.8-1.6-1.7-1.6v-.2z"/>
15
+ </symbol>
16
+
17
+ <use href="#artwork-background" class="fr-artwork-background"/>
18
+ <use href="#artwork-motif" class="fr-artwork-motif"/>
19
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <symbol id="artwork-decorative">
3
+ <path d="M19,70 C19.5514001,70 20,70.4485529 20,71 C20,71.5514001 19.5514001,72 19,72 C18.4485999,72 18,71.5514001 18,71 C18,70.4485529 18.4485999,70 19,70 Z M45,68 C45.5514001,68 46,68.4485529 46,69 C46,69.5514001 45.5514001,70 45,70 C44.4485999,70 44,69.5514001 44,69 C44,68.4485529 44.4485999,68 45,68 Z M69,58 C69.5514001,58 70,58.4485529 70,59 C70,59.5514001 69.5514001,60 69,60 C68.4485999,60 68,59.5514001 68,59 C68,58.4485529 68.4485999,58 69,58 Z M9,30 C9.55140011,30 10,30.4485529 10,31 C10,31.5514001 9.55140011,32 9,32 C8.44859989,32 8,31.5514001 8,31 C8,30.4485529 8.44859989,30 9,30 Z M67,14 C67.5514001,14 68,14.4485529 68,15 C68,15.5514001 67.5514001,16 67,16 C66.4485999,16 66,15.5514001 66,15 C66,14.4485529 66.4485999,14 67,14 Z M31,8 C31.5514001,8 32,8.4485529 32,9 C32,9.55140011 31.5514001,10 31,10 C30.4485999,10 30,9.55140011 30,9 C30,8.4485529 30.4485999,8 31,8 Z"/>
4
+ </symbol>
5
+ <symbol id="artwork-minor">
6
+ <path d="M59,38 C59.5522847,38 60,38.4477153 60,39 C60,39.5522847 59.5522847,40 59,40 C58.4477153,40 58,39.5522847 58,39 C58,38.4477153 58.4477153,38 59,38 Z M55,38 C55.5522847,38 56,38.4477153 56,39 C56,39.5128358 55.6139598,39.9355072 55.1166211,39.9932723 L55,40 L53,40 C52.4477153,40 52,39.5522847 52,39 C52,38.4871642 52.3860402,38.0644928 52.8833789,38.0067277 L53,38 L55,38 Z M41,30 C41.5522847,30 42,30.4477153 42,31 C42,31.5522847 41.5522847,32 41,32 C40.4477153,32 40,31.5522847 40,31 C40,30.4477153 40.4477153,30 41,30 Z M47,30 C47.5522847,30 48,30.4477153 48,31 C48,31.5128358 47.6139598,31.9355072 47.1166211,31.9932723 L47,32 L45,32 C44.4477153,32 44,31.5522847 44,31 C44,30.4871642 44.3860402,30.0644928 44.8833789,30.0067277 L45,30 L47,30 Z"/>
7
+ </symbol>
8
+ <symbol id="artwork-major">
9
+ <path d="M38.2372046,27.219668 C35.9287679,29.6306981 34.6451028,32.8137279 34.6451028,36.1754963 C34.6451028,42.9433804 39.8491934,48.5549224 46.5377725,49.0698127 C47.0884281,49.1122025 47.5004589,49.5929607 47.4580692,50.1436162 C47.4156794,50.6942718 46.9349212,51.1063027 46.3842656,51.0639129 C38.6544001,50.4688638 32.6451028,43.9890718 32.6451028,36.1754963 C32.6451028,32.5647259 33.9309214,29.1273377 36.2583393,26.4247704 L36.485,26.168 L36.2853946,26.246427 C30.2201878,28.6888561 26.1468998,34.5562129 26.0058442,41.1803491 L26.0020604,41.5359223 C26.0020604,50.632592 33.3357964,58.0023031 42.377191,58.0023031 C49.302969,58.0023031 55.4411264,53.6273402 57.7741783,47.1561411 L57.843,46.957 L57.6461851,47.1450666 C55.6786946,48.9687981 53.2687839,50.2236917 50.6517155,50.7813965 L50.2576309,50.8598073 C49.7145533,50.9602321 49.1928915,50.6013911 49.0924667,50.0583135 C48.9920418,49.5152359 49.3508828,48.9935741 49.8939604,48.8931493 C52.517347,48.4080378 54.9171408,47.1180514 56.7867943,45.1890584 C58.1779163,43.7537846 60.4974599,45.2037767 59.9066883,47.0889823 C57.5043091,54.7551905 50.4148511,60.0023031 42.377191,60.0023031 C32.2290301,60.0023031 24.0020604,51.7349766 24.0020604,41.5359223 C24.0020604,33.6813328 28.9399882,26.7067481 36.2759472,24.1124031 C38.1551185,23.4478386 39.5993561,25.7969787 38.2372046,27.219668 Z M15,58 C15.5522847,58 16,58.4477153 16,59 C16,59.5522847 15.5522847,60 15,60 C14.4477153,60 14,59.5522847 14,59 C14,58.4477153 14.4477153,58 15,58 Z M23,58 C23.5522847,58 24,58.4477153 24,59 C24,59.5128358 23.6139598,59.9355072 23.1166211,59.9932723 L23,60 L19,60 C18.4477153,60 18,59.5522847 18,59 C18,58.4871642 18.3860402,58.0644928 18.8833789,58.0067277 L19,58 L23,58 Z M57,26 C57.5522847,26 58,26.4477153 58,27 C58,27.5128358 57.6139598,27.9355072 57.1166211,27.9932723 L57,28 L55,28 C54.4477153,28 54,27.5522847 54,27 C54,26.4871642 54.3860402,26.0644928 54.8833789,26.0067277 L55,26 L57,26 Z"/>
10
+ </symbol>
11
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
12
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
13
+ <use class="fr-artwork-major" href="#artwork-major"/>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <symbol id="artwork-decorative">
3
+ <path d="M19,70 C19.5514001,70 20,70.4485529 20,71 C20,71.5514001 19.5514001,72 19,72 C18.4485999,72 18,71.5514001 18,71 C18,70.4485529 18.4485999,70 19,70 Z M67,64 C67.5514001,64 68,64.4485529 68,65 C68,65.5514001 67.5514001,66 67,66 C66.4485999,66 66,65.5514001 66,65 C66,64.4485529 66.4485999,64 67,64 Z M9,30 C9.55140011,30 10,30.4485529 10,31 C10,31.5514001 9.55140011,32 9,32 C8.44859989,32 8,31.5514001 8,31 C8,30.4485529 8.44859989,30 9,30 Z M67,14 C67.5514001,14 68,14.4485529 68,15 C68,15.5514001 67.5514001,16 67,16 C66.4485999,16 66,15.5514001 66,15 C66,14.4485529 66.4485999,14 67,14 Z M31,8 C31.5514001,8 32,8.4485529 32,9 C32,9.55140011 31.5514001,10 31,10 C30.4485999,10 30,9.55140011 30,9 C30,8.4485529 30.4485999,8 31,8 Z"/>
4
+ </symbol>
5
+ <symbol id="artwork-minor">
6
+ <path d="M32.4452998,44.1679497 C32.9048285,43.8615972 33.5256978,43.9857711 33.8320503,44.4452998 C35.3155962,46.6706186 38.5061115,48 41,48 C41.5522847,48 42,48.4477153 42,49 C42,49.5522847 41.5522847,50 41,50 C37.8938885,50 34.0690192,48.4063045 32.1679497,45.5547002 C31.8615972,45.0951715 31.9857711,44.4743022 32.4452998,44.1679497 Z"/>
7
+ </symbol>
8
+ <symbol id="artwork-major">
9
+ <path d="M40,59.0701754 C40.5128358,59.0701754 40.9355072,59.4562156 40.9932723,59.9535543 L41,60.0701754 L41,65.5438596 C41,66.0961444 40.5522847,66.5438596 40,66.5438596 C39.4871642,66.5438596 39.0644928,66.1578195 39.0067277,65.6604808 L39,65.5438596 L39,60.0701754 C39,59.5178907 39.4477153,59.0701754 40,59.0701754 Z M25.4595522,53.8832627 C25.8231571,54.2405985 25.8558178,54.807567 25.5542156,55.2024956 L25.4718493,55.2974228 L23.6787458,57.1219842 C23.291632,57.5158894 22.658491,57.521395 22.2645857,57.1342812 C21.9009809,56.7769454 21.8683201,56.2099769 22.1699224,55.8150482 L22.2522887,55.7201211 L24.0453921,53.8955597 C24.4325059,53.5016544 25.065647,53.4961489 25.4595522,53.8832627 Z M55.8611275,53.8115551 L55.9546079,53.8955597 L57.7477113,55.7201211 C58.1348251,56.1140264 58.1293195,56.7471674 57.7354143,57.1342812 C57.3718094,57.491617 56.8043587,57.5144132 56.4147346,57.2059888 L56.3212542,57.1219842 L54.5281507,55.2974228 C54.1410369,54.9035175 54.1465425,54.2703764 54.5404478,53.8832627 C54.9040526,53.5259268 55.4715034,53.5031306 55.8611275,53.8115551 Z M40,26 C47.7319865,26 54,32.2680135 54,40 C54,47.7319865 47.7319865,54 40,54 C35.8606631,54 32.0127918,52.1918046 29.3698654,49.1108073 C29.0102809,48.6916207 29.0585978,48.060302 29.4777843,47.7007174 C29.8969709,47.3411328 30.5282896,47.3894497 30.8878742,47.8086363 C33.1547633,50.4512673 36.4504935,52 40,52 C46.627417,52 52,46.627417 52,40 C52,33.372583 46.627417,28 40,28 C33.372583,28 28,33.372583 28,40 C28,41.6435761 28.3300294,43.2391661 28.9619532,44.7161069 C29.1792036,45.2238673 28.9436987,45.8116048 28.4359382,46.0288552 C27.9281777,46.2461056 27.3404402,46.0106006 27.1231899,45.5028401 C26.3853625,43.7783803 26,41.9152719 26,40 C26,32.2680135 32.2680135,26 40,26 Z M19.3793103,39 C19.9315951,39 20.3793103,39.4477153 20.3793103,40 C20.3793103,40.5128358 19.9932702,40.9355072 19.4959315,40.9932723 L19.3793103,41 L14,41 C13.4477153,41 13,40.5522847 13,40 C13,39.4871642 13.3860402,39.0644928 13.8833789,39.0067277 L14,39 L19.3793103,39 Z M66,39 C66.5522847,39 67,39.4477153 67,40 C67,40.5128358 66.6139598,40.9355072 66.1166211,40.9932723 L66,41 L60.6206897,41 C60.0684049,41 59.6206897,40.5522847 59.6206897,40 C59.6206897,39.4871642 60.0067298,39.0644928 60.5040685,39.0067277 L60.6206897,39 L66,39 Z M57.7354143,21.0411574 C58.0990191,21.3984932 58.1316799,21.9654617 57.8300776,22.3603904 L57.7477113,22.4553175 L55.9546079,24.2798789 C55.5674941,24.6737842 54.934353,24.6792897 54.5404478,24.2921759 C54.1768429,23.9348401 54.1441822,23.3678716 54.4457844,22.972943 L54.5281507,22.8780158 L56.3212542,21.0534544 C56.708368,20.6595492 57.341509,20.6540436 57.7354143,21.0411574 Z M23.5852654,20.9694498 L23.6787458,21.0534544 L25.4718493,22.8780158 C25.8589631,23.2719211 25.8534575,23.9050621 25.4595522,24.2921759 C25.0959474,24.6495117 24.5284966,24.672308 24.1388725,24.3638835 L24.0453921,24.2798789 L22.2522887,22.4553175 C21.8651749,22.0614122 21.8706805,21.4282712 22.2645857,21.0411574 C22.6281906,20.6838216 23.1956413,20.6610254 23.5852654,20.9694498 Z M40,13.4561404 C40.5128358,13.4561404 40.9355072,13.8421805 40.9932723,14.3395192 L41,14.4561404 L41,19.9298246 C41,20.4821093 40.5522847,20.9298246 40,20.9298246 C39.4871642,20.9298246 39.0644928,20.5437844 39.0067277,20.0464457 L39,19.9298246 L39,14.4561404 C39,13.9038556 39.4477153,13.4561404 40,13.4561404 Z"/>
10
+ </symbol>
11
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
12
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
13
+ <use class="fr-artwork-major" href="#artwork-major"/>
14
+ </svg>
@@ -0,0 +1,69 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ .fr-artwork-decorative {
4
+ fill: #ECECFF;
5
+ }
6
+ .fr-artwork-minor {
7
+ fill: #E1000F;
8
+ }
9
+ .fr-artwork-major {
10
+ fill: #000091;
11
+ }
12
+ </style>
13
+ <symbol id="artwork-decorative">
14
+ <path d="M57,78c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S57.5514,78,57,78z M61,6c-0.5514,0-1-0.4486-1-1
15
+ c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C62,5.5514,61.5514,6,61,6z M27,78c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
16
+ S27.5514,78,27,78z"/>
17
+ </symbol>
18
+ <symbol id="artwork-minor">
19
+ <path d="M44.99329,9.88336L45,10v4c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L43,14v-4
20
+ c0-0.55231,0.44769-1,1-1C44.51282,9,44.93549,9.38605,44.99329,9.88336z M19,34h-6l-0.11658,0.00671
21
+ C12.38599,34.06451,12,34.48718,12,35c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C19.61401,35.93549,20,35.51282,20,35
22
+ C20,34.44769,19.55231,34,19,34z M43,37c0,1.65692-1.34308,3-3,3s-3-1.34308-3-3s1.34308-3,3-3S43,35.34308,43,37z M41,37
23
+ c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1s0.44769,1,1,1S41,37.55231,41,37z M19,38h-6l-0.11658,0.00671
24
+ C12.38599,38.06451,12,38.48718,12,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C19.61401,39.93549,20,39.51282,20,39
25
+ C20,38.44769,19.55231,38,19,38z M31,34h-6l-0.11658,0.00671C24.38599,34.06451,24,34.48718,24,35c0,0.55231,0.44769,1,1,1h6
26
+ l0.11658-0.00671C31.61401,35.93549,32,35.51282,32,35C32,34.44769,31.55231,34,31,34z M31,38h-6l-0.11658,0.00671
27
+ C24.38599,38.06451,24,38.48718,24,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C31.61401,39.93549,32,39.51282,32,39
28
+ C32,38.44769,31.55231,38,31,38z M55,34h-6l-0.11658,0.00671C48.38599,34.06451,48,34.48718,48,35c0,0.55231,0.44769,1,1,1h6
29
+ l0.11658-0.00671C55.61401,35.93549,56,35.51282,56,35C56,34.44769,55.55231,34,55,34z M55,38h-6l-0.11658,0.00671
30
+ C48.38599,38.06451,48,38.48718,48,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C55.61401,39.93549,56,39.51282,56,39
31
+ C56,38.44769,55.55231,38,55,38z M61,36h6l0.11658-0.00671C67.61401,35.93549,68,35.51282,68,35c0-0.55231-0.44769-1-1-1h-6
32
+ l-0.11658,0.00671C60.38599,34.06451,60,34.48718,60,35C60,35.55231,60.44769,36,61,36z M67,38h-6l-0.11658,0.00671
33
+ C60.38599,38.06451,60,38.48718,60,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C67.61401,39.93549,68,39.51282,68,39
34
+ C68,38.44769,67.55231,38,67,38z"/>
35
+ </symbol>
36
+ <symbol id="artwork-major">
37
+ <path d="M39.00671,14.11658L39,14v-4c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38605,0.99329,0.88336L41,10v4
38
+ c0,0.55231-0.44769,1-1,1C39.48718,15,39.06451,14.61401,39.00671,14.11658z M77,26H64v-5l-0.00671-0.11658
39
+ C63.93549,20.38599,63.51282,20,63,20c-0.55231,0-1,0.44769-1,1v5H18v-4h35l0.11658-0.00671C53.61401,21.93549,54,21.51282,54,21
40
+ c0-0.55231-0.44769-1-1-1H41v-3l-0.00671-0.11658C40.93549,16.38599,40.51282,16,40,16c-0.55231,0-1,0.44769-1,1v3H17
41
+ l-0.11658,0.00671C16.38599,20.06451,16,20.48718,16,21v5H3l-0.11664,0.00671C2.38605,26.06451,2,26.48718,2,27
42
+ c0,0.55231,0.44769,1,1,1h74l0.11658-0.00671C77.61401,27.93549,78,27.51282,78,27C78,26.44769,77.55231,26,77,26z M25,66
43
+ c0.55231,0,1-0.44769,1-1V45l-0.00671-0.11658C25.93549,44.38599,25.51282,44,25,44c-0.55231,0-1,0.44769-1,1v20l0.00671,0.11658
44
+ C24.06451,65.61401,24.48718,66,25,66z M21,48c-0.55231,0-1,0.44769-1,1v19h-8V49l-0.00671-0.11658
45
+ C11.93549,48.38599,11.51282,48,11,48c-0.55231,0-1,0.44769-1,1v19H7l-0.11664,0.00671C6.38605,68.06451,6,68.48718,6,69
46
+ c0,0.55231,0.44769,1,1,1h14c0.06903,0,0.13641-0.00702,0.20148-0.02032C21.65723,69.88641,22,69.48322,22,69V49l-0.00671-0.11658
47
+ C21.93549,48.38599,21.51282,48,21,48z M15,62c0.55231,0,1-0.44769,1-1V45l-0.00671-0.11658C15.93549,44.38599,15.51282,44,15,44
48
+ c-0.55231,0-1,0.44769-1,1v16l0.00671,0.11658C14.06451,61.61401,14.48718,62,15,62z M57,22h2l0.11658-0.00671
49
+ C59.61401,21.93549,60,21.51282,60,21c0-0.55231-0.44769-1-1-1h-2l-0.11658,0.00671C56.38599,20.06451,56,20.48718,56,21
50
+ C56,21.55231,56.44769,22,57,22z M7,66c0.55231,0,1-0.44769,1-1V31l-0.00671-0.11658C7.93549,30.38599,7.51282,30,7,30
51
+ c-0.55231,0-1,0.44769-1,1v34l0.00671,0.11658C6.06451,65.61401,6.48718,66,7,66z M33,48h14
52
+ c0.51282,0,0.93549,0.38599,0.99329,0.88342L48,49v15h3c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L51,66
53
+ H29c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,64h3V49c0-0.51282,0.38599-0.93549,0.88342-0.99329
54
+ L33,48z M34,64h5v-9c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L41,55v9h5V49.99902H34V64z M45,46
55
+ l0.11658-0.00671C45.61401,45.93549,46,45.51282,46,45c0-0.55231-0.44769-1-1-1H35l-0.11658,0.00671
56
+ C34.38599,44.06451,34,44.48718,34,45c0,0.55231,0.44769,1,1,1H45z M55.99329,65.11658L56,65V45c0-0.55231-0.44769-1-1-1
57
+ c-0.51282,0-0.93549,0.38599-0.99329,0.88342L54,45v20c0,0.55231,0.44769,1,1,1C55.51282,66,55.93549,65.61401,55.99329,65.11658z
58
+ M59.99329,61.11658L60,61V49c0-0.55231-0.44769-1-1-1c-0.51282,0-0.93549,0.38599-0.99329,0.88342L58,49v12
59
+ c0,0.55231,0.44769,1,1,1C59.51282,62,59.93549,61.61401,59.99329,61.11658z M65.99329,65.11658L66,65V45c0-0.55231-0.44769-1-1-1
60
+ c-0.51282,0-0.93549,0.38599-0.99329,0.88342L64,45v20c0,0.55231,0.44769,1,1,1C65.51282,66,65.93549,65.61401,65.99329,65.11658z
61
+ M69,48c-0.51282,0-0.93549,0.38599-0.99329,0.88342L68,49v19H25l-0.11658,0.00671C24.38599,68.06451,24,68.48718,24,69
62
+ c0,0.55231,0.44769,1,1,1h44c0.03949,0,0.07843-0.00232,0.1167-0.00671c0.45898-0.05341,0.8233-0.4176,0.87659-0.87671
63
+ C69.99768,69.07837,70,69.03937,70,69V49C70,48.44769,69.55231,48,69,48z M73,30c-0.55231,0-1,0.44769-1,1v38l0.00671,0.11658
64
+ C72.06451,69.61401,72.48718,70,73,70c0.55231,0,1-0.44769,1-1V31l-0.00671-0.11658C73.93549,30.38599,73.51282,30,73,30z"/>
65
+ </symbol>
66
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
67
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
68
+ <use class="fr-artwork-major" href="#artwork-major"/>
69
+ </svg>
@@ -0,0 +1,78 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ .fr-artwork-decorative {
4
+ fill: #ECECFF;
5
+ }
6
+ .fr-artwork-minor {
7
+ fill: #E1000F;
8
+ }
9
+ .fr-artwork-major {
10
+ fill: #000091;
11
+ }
12
+ </style>
13
+ <symbol id="artwork-decorative">
14
+ <path d="M63,22c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S63.5514,22,63,22z M18,80c-0.5514,0-1-0.4486-1-1
15
+ s0.4486-1,1-1s1,0.4486,1,1S18.5514,80,18,80z M18,2c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
16
+ C19,1.5514,18.5514,2,18,2z"/>
17
+ </symbol>
18
+ <symbol id="artwork-minor">
19
+ <path d="M28.66351,9.84943c-0.21002,0.18628-0.48853,0.27576-0.7677,0.24658
20
+ c-1.53699-0.16058-2.57654,0.09747-3.19128,0.70819c-0.49634,0.49292-0.49634,1.37708,0.19788,2.83301
21
+ c0.133,0.27911,0.12958,0.604-0.0094,0.88007l-1,1.98645l-0.06299,0.10779c-0.18414,0.27441-0.49445,0.44257-0.8302,0.44257
22
+ c-2.1676,0-3,0.62012-3,1.97974c0,1.35956,0.8324,1.97968,3,1.97968c0.55219,0,1,0.44769,1,1V24l-0.00684,0.11658
23
+ C23.9353,24.61401,23.51257,25,22.99982,25l-0.1167-0.00671c-0.49731-0.0578-0.8833-0.48047-0.8833-0.99329v-1.03699
24
+ l-0.2738-0.03284c-2.3786-0.33246-3.7262-1.65637-3.7262-3.89636l0.00439-0.22089c0.09247-2.25153,1.61261-3.52216,4.21118-3.72882
25
+ l0.15839-0.01111l0.52002-1.03198l-0.1087-0.26813c-0.69159-1.81348-0.56732-3.31769,0.51001-4.3877l0.16882-0.15863
26
+ c0.97906-0.86975,2.33698-1.24493,4.02875-1.16626l0.18115,0.01068l0.0614-0.04913c1.19885-0.92804,2.40765-1.25073,3.57886-0.86298
27
+ c1.20154,0.39783,2.0835,1.2738,2.61053,2.55548c0.21008,0.51074-0.03369,1.09515-0.54449,1.30511
28
+ c-0.5108,0.21014-1.09521-0.03369-1.30524-0.54449c-0.31348-0.76233-0.76489-1.21063-1.3894-1.41742
29
+ C30.16058,8.88379,29.50842,9.09973,28.66351,9.84943z M25,56c0.51288,0,0.93549-0.38599,0.99329-0.88342L26,55
30
+ c0-0.51282-0.38599-0.93549-0.88342-0.99329L25,54h-3.14282c-0.9483,0-1.77087,0.67828-1.85077,1.60217L20,55.75v4.5
31
+ c0,0.94849,0.77521,1.67419,1.70862,1.74438L21.85718,62H25c0.55231,0,1-0.44769,1-1c0-0.51282-0.38599-0.93549-0.88342-0.99329
32
+ L25,60h-3v-4H25z M36.14288,54H33l-0.11658,0.00671C32.38611,54.06451,32,54.48718,32,55l0.00671,0.11658
33
+ C32.06451,55.61401,32.48718,56,33,56h3v4h-3l-0.11658,0.00671C32.38611,60.06451,32,60.48718,32,61c0,0.55231,0.44769,1,1,1
34
+ h3.14288l0.14862-0.00562C37.22479,61.92419,38,61.19849,38,60.25v-4.5l-0.00629-0.14783C37.91382,54.67828,37.09113,54,36.14288,54
35
+ z M52.29041,10.00262L52.00031,10h-1.08398l-0.01465-0.08289c-0.35236-1.80792-1.63928-2.84161-3.67249-2.91315L47.00031,7
36
+ c-1.98969,0-3.3559,0.64551-3.82281,1.92334l-0.03918,0.12164l-0.07959,0.00873c-1.84808,0.22375-2.96991,1.14557-3.05341,2.75037
37
+ L40.00031,12c0,0.55231,0.44769,1,1,1c0.51282,0,0.93549-0.38599,0.99323-0.88342L42.00031,12c0-0.67529,0.487-1,2-1
38
+ c0.51282,0,0.93549-0.38599,0.99323-0.88342L45.00031,10c0-0.67529,0.487-1,2-1c1.44769,0,2,0.55231,2,2
39
+ c0,0.51282,0.38599,0.93549,0.8833,0.99329L50.00031,12h2c2.85291,0,4,0.68829,4,2s-1.14709,2-4,2c-0.55231,0-1,0.44769-1,1
40
+ c0,0.67529-0.48712,1-2,1c-0.81171,0-1.42249-0.05878-1.81207-0.16248L47.034,17.7901l-0.05768-0.02307l-0.02734-0.10095
41
+ c-0.26428-0.80688-1.47455-0.93378-1.85437-0.09247l-0.04303,0.11017C44.51868,19.28247,43.56201,20,42.00031,20
42
+ c-1.56183,0-2.51849-0.71753-3.05139-2.31622c-0.30389-0.91168-1.59338-0.91168-1.89734,0C36.50653,19.31891,35.8255,20,35.00031,20
43
+ c-1.0047,0-1.71771-0.21191-2.18201-0.6051l-0.1109-0.10199c-0.52069-0.52069-1.39099-0.3147-1.64142,0.34967l-0.03589,0.11493l-1,4
44
+ c-0.13391,0.53577,0.19183,1.07867,0.7276,1.21259c0.4975,0.12439,1.00122-0.14758,1.17792-0.61609l0.03479-0.11151l0.66492-2.65552
45
+ l0.01917,0.00934c0.59814,0.24127,1.28491,0.37256,2.05365,0.3988L35.00031,22c1.2276,0,2.22302-0.58618,2.98383-1.67767
46
+ l0.06818-0.10236c0.8847,1.11176,2.13391,1.71765,3.6983,1.77545L42.00031,22c1.84967,0,3.28027-0.7381,4.21259-2.14282
47
+ l0.1134-0.17816c0.61963,0.21277,1.43231,0.30621,2.42273,0.3194L49.00031,20c1.98962,0,3.35577-0.64551,3.82269-1.92328
48
+ l0.03333-0.10071l0.2655-0.01752c3.02856-0.23511,4.77667-1.47229,4.87415-3.75439L58.00031,14
49
+ C58.00031,11.38068,55.92468,10.06818,52.29041,10.00262z"/>
50
+ </symbol>
51
+ <symbol id="artwork-major">
52
+ <path d="M70,69c0,0.51282-0.38599,0.93549-0.88342,0.99329L69,70H55c-0.55231,0-1-0.44769-1-1
53
+ c0-0.51282,0.38599-0.93549,0.88342-0.99329L55,68h7v-8h-9c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329
54
+ L53,58h9v-3c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L64,55v13h5C69.55231,68,70,68.44769,70,69z M59,72
55
+ H19l-0.11658,0.00671C18.38599,72.06451,18,72.48718,18,73c0,0.55231,0.44769,1,1,1h40l0.11658-0.00671
56
+ C59.61401,73.93549,60,73.51282,60,73C60,72.44769,59.55231,72,59,72z M47,50l-0.11658,0.00671C46.38599,50.06451,46,50.48718,46,51
57
+ c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C53.61401,51.93549,54,51.51282,54,51c0-0.55231-0.44769-1-1-1H47z M49,70H11
58
+ c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L11,68h3V52l-0.14929-0.00549
59
+ C12.81592,51.91821,12,51.05438,12,50v-2l0.00549-0.14929C12.08179,46.81592,12.94562,46,14,46h6.10498l1.88879-17
60
+ C20.89209,28.9967,20,28.10248,20,27v-3c0-0.55231,0.44769-1,1-1h12c0.55231,0,1,0.44769,1,1v3c0,1.10248-0.89209,1.9967-1.99377,2
61
+ l1.5423,13.88068c0.06085,0.54895-0.33459,1.04333-0.88354,1.10431c-0.5097,0.0567-0.97235-0.28027-1.08466-0.76819
62
+ l-0.01959-0.11517L30.99377,38H29c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,36h1.77161l-0.22223-2H27
63
+ c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L27,32h3.32721l-0.32111-2.88959
64
+ C30.00201,29.0733,30,29.0365,29.99988,29h-6.00018l-0.0058,0.11041L22.11731,46H42v-4h-2c-1.10461,0-2-0.89539-2-2v-2
65
+ c0-1.10461,0.89539-2,2-2h2.09998c0.46332-2.28223,2.48102-4,4.90002-4h12l0.21692,0.00458
66
+ c2.3219,0.09912,4.2337,1.78174,4.68311,3.99542H66c1.10461,0,2,0.89539,2,2v2c0,1.10461-0.89539,2-2,2h-2v9
67
+ c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L62,51v-3h-9c-0.55231,0-1-0.44769-1-1
68
+ c0-0.51282,0.38599-0.93549,0.88342-0.99329L53,46h9v-4H44v26h5c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329
69
+ L49,70z M22,27h10v-2H22V27z M42,48H21.01453c-0.00885,0.00012-0.0177,0.00012-0.02655,0H14v2h23l0.11658,0.00671
70
+ C37.61401,50.06451,38,50.48718,38,51c0,0.55231-0.44769,1-1,1H16v12h21c0.55231,0,1,0.44769,1,1
71
+ c0,0.51282-0.38599,0.93549-0.88342,0.99329L37,66H16v2h26v-2h-1c-0.55231,0-1-0.44769-1-1
72
+ c0-0.51282,0.38599-0.93549,0.88342-0.99329L41,64h1V48z M44.17072,36h17.65857c-0.4118-1.16522-1.52307-2-2.82928-2H47
73
+ l-0.17627,0.00513C45.59448,34.07629,44.5639,34.88757,44.17072,36z M66,40v-2H40v2H66z"/>
74
+ </symbol>
75
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
76
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
77
+ <use class="fr-artwork-major" href="#artwork-major"/>
78
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ .fr-artwork-decorative {
4
+ fill: #ECECFF;
5
+ }
6
+ .fr-artwork-minor {
7
+ fill: #E1000F;
8
+ }
9
+ .fr-artwork-major {
10
+ fill: #000091;
11
+ }
12
+ </style>
13
+ <symbol id="artwork-decorative">
14
+ <path d="M68 13c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM41 76c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM15 10c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Z" />
15
+ </symbol>
16
+ <symbol id="artwork-minor">
17
+ <path d="M53 44c.5523 0 1 .4477 1 1v10c0 .5523-.4477 1-1 1H43c-.5523 0-1-.4477-1-1V45c0-.5523.4477-1 1-1Zm-6 7h-3v3h3v-3Zm5 0h-3v3h3v-3Zm-5-5h-3v3h3v-3Zm5 0h-3v3h3v-3Zm-7-14c.5523 0 1 .4477 1 1s-.4477 1-1 1H35c-.5523 0-1-.4477-1-1s.4477-1 1-1h10Z" />
18
+ </symbol>
19
+ <symbol id="artwork-major">
20
+ <path d="M29 18c.5523 0 1 .4477 1 1s-.4477 1-1 1h-7v2h3c.5128 0 .9355.386.9933.8834L26 23c0 .5523-.4477 1-1 1h-1v2.722l15.5601-7.62.1077-.0453a.9899.9899 0 0 1 .332-.057.9936.9936 0 0 1 .2976.0454l.0136.0045.0212.007.1077.0453 24.5 12a1 1 0 0 1 .4705 1.3119l-2.5 5.5c-.2375.5225-.865.7383-1.3737.4724L60 37.583v4.8876c0 .5523-.4477 1-1 1s-1-.4477-1-1V36.649l-18-9.518-18 9.517V60h4V45c0-.5523.4477-1 1-1h10c.5523 0 1 .4477 1 1v15h11c.5523 0 1 .4477 1 1s-.4477 1-1 1H9c-.5523 0-1-.4477-1-1s.4477-1 1-1h3l.0003-2.0629C9.4143 57.5952 8 55.8685 8 53c0-2.8613 1.3748-6.9856 4.1056-12.4472l.0134-.0268.027-.047.036-.0545a.9497.9497 0 0 1 .0741-.0932.9717.9717 0 0 1 .1207-.1136l.0478-.0358.0534-.0359.0748-.0404.0118-.0058a.9768.9768 0 0 1 .0656-.029l.0203-.0078.0206-.0075a1.1595 1.1595 0 0 1 .1145-.0325l.0197-.004a.9768.9768 0 0 1 .1863-.0192h.0168a.9939.9939 0 0 1 .111.007l.0753.0123.0198.0041a.878.878 0 0 1 .0663.0169l.0239.0074.0237.008a1.0318 1.0318 0 0 1 .1072.0443l.0116.0058.0728.0404.0555.036a.9497.9497 0 0 1 .0932.0741.9717.9717 0 0 1 .1136.1207l.0358.0478.0349.0534.027.048.0144.0268C16.6252 46.0144 18 50.1388 18 53c0 2.8682-1.414 4.5948-3.9993 4.937L14 60h6V37.583l-1.5367.8032c-.5087.2659-1.1362.05-1.3737-.4724l-2.5-5.5a1 1 0 0 1 .4705-1.3119l7.1421-3.4988A.9956.9956 0 0 1 22 27v-3h-1c-.5523 0-1-.4477-1-1v-4c0-.5523.4477-1 1-1h8Zm36.059 28.0017a.9962.9962 0 0 1 .6481.2912C67.2487 47.8345 68 50.0884 68 53c0 2.5869-.6252 4.2985-1.999 4.8266L66 60h3c.5523 0 1 .4477 1 1s-.4477 1-1 1H55c-.5523 0-1-.4477-1-1s.4477-1 1-1h3V49c0-.5523.4477-1 1-1s1 .4477 1 1v11h4v-2.173c-1.3745-.5277-2-2.2395-2-4.827 0-2.9116.7513-5.1655 2.2929-6.7071a.9962.9962 0 0 1 .648-.2912h.1181ZM36 46h-8v14h8V46Zm29.0007 2.6123-.035.056C64.3274 49.7474 64 51.1836 64 53c0 2.1012.3766 2.9353.9325 2.9964L65 56l.0675-.0036C65.6234 55.9353 66 55.1012 66 53c0-1.8478-.3389-3.3023-.9993-4.3877ZM13 43.2933l-.1982.428C10.93 47.7945 10 50.9025 10 53c0 2.1144.8856 3 3 3l.2074-.003C15.1724 55.9396 16 55.044 16 53c0-2.1704-.9958-5.4226-3.0001-9.7067ZM33 50c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2c0-.5523.4477-1 1-1Zm6.999-28.887L16.812 32.47l1.66 3.653 21.0647-11.0092.038-.019.0163-.0078.0128-.0052.0102-.0048.058-.0218a1.1536 1.1536 0 0 1 .0802-.0242l.0339-.0079a1.0048 1.0048 0 0 1 .0865-.0152l.0233-.0026a1.0007 1.0007 0 0 1 .0461-.0038l.016-.0008.0684-.0006.0236.001c.019.001.0381.0025.057.0045.004.0006.0086.001.0132.0016a.7857.7857 0 0 1 .0454.0063l.0272.0052.018.0035.014.0031c.0044.0013.0094.0025.0143.0037a.8034.8034 0 0 1 .0369.0096l.023.0072.029.0094.0682.0266.0178.0082.0173.0077.032.016L61.528 36.123l1.66-3.653-23.189-11.357Z" />
21
+ </symbol>
22
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
23
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
24
+ <use class="fr-artwork-major" href="#artwork-major"/>
25
+ </svg>
@@ -0,0 +1,120 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ .fr-artwork-decorative {
4
+ fill: #ECECFF;
5
+ }
6
+ .fr-artwork-minor {
7
+ fill: #E1000F;
8
+ }
9
+ .fr-artwork-major {
10
+ fill: #000091;
11
+ }
12
+ </style>
13
+ <symbol id="artwork-decorative">
14
+ <path d="M76,74c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S76.5514,74,76,74z M39,8c-0.5514,0-1-0.4486-1-1
15
+ c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C40,7.5514,39.5514,8,39,8z M4,66c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
16
+ S4.5514,66,4,66z"/>
17
+ </symbol>
18
+ <symbol id="artwork-minor">
19
+ <path d="M28,55c1.65692,0,3-1.34308,3-3s-1.34308-3-3-3s-3,1.34308-3,3S26.34308,55,28,55z M28,51
20
+ c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1s-1-0.44769-1-1S27.44769,51,28,51z M25.93427,46.53088
21
+ c-0.01471-0.05054-0.01428-0.10254-0.03754-0.15167l-2.99915-6.33911l-0.05756-0.10529
22
+ c-0.27325-0.43524-0.84174-0.59753-1.30902-0.35364C16.94067,41.97681,14,46.72772,14,52c0,0.55231,0.44769,1,1,1h7l0.11658-0.00671
23
+ c0.05609-0.00653,0.104-0.03308,0.15686-0.04846c0.05109-0.01483,0.10248-0.02386,0.14978-0.04626
24
+ c0.06854-0.03235,0.12592-0.07825,0.18488-0.12469c0.03833-0.03015,0.0802-0.05341,0.11377-0.08868
25
+ c0.05664-0.05957,0.09644-0.13116,0.13708-0.20325c0.02063-0.0365,0.04919-0.06659,0.06512-0.10577
26
+ C22.97162,52.25964,23,52.13361,23,52c0-1.80377,0.96228-3.4389,2.49469-4.32819c0.04724-0.0274,0.0766-0.07062,0.11755-0.10413
27
+ c0.05219-0.0426,0.10669-0.08044,0.1485-0.13165c0.04132-0.05048,0.06702-0.10718,0.09735-0.16388
28
+ c0.03033-0.05652,0.0636-0.10925,0.08264-0.17035c0.01917-0.06146,0.02161-0.12402,0.02869-0.18811
29
+ c0.00714-0.0636,0.01813-0.12457,0.01276-0.18921C25.97675,46.65833,25.95325,46.59595,25.93427,46.53088z M21.07538,51h-5.03436
30
+ l0.02661-0.27789c0.38049-3.57831,2.34369-6.76489,5.30359-8.72742l0.18176-0.11871l2.16888,4.58307
31
+ C22.2901,47.5647,21.33569,49.18884,21.07538,51z M20.48462,63.81372C22.71271,65.23383,25.30103,66,28.00012,66
32
+ c2.68628,0,5.263-0.75891,7.48425-2.16638c0.41992-0.26624,0.58063-0.80042,0.37714-1.25415l-2.92981-6.53027l-0.05389-0.10358
33
+ c-0.02216-0.03723-0.05695-0.06122-0.08319-0.0946c-0.01508-0.01941-0.0199-0.04333-0.03662-0.06189
34
+ c-0.01483-0.01648-0.03552-0.02271-0.05121-0.03796c-0.06073-0.0589-0.12628-0.10614-0.19873-0.1474
35
+ c-0.04053-0.02332-0.07843-0.04694-0.12122-0.06415c-0.06946-0.02777-0.14044-0.04169-0.2146-0.05347
36
+ c-0.05096-0.00818-0.09924-0.01935-0.15082-0.01971c-0.06519-0.00024-0.12848,0.0144-0.19385,0.02734
37
+ c-0.0614,0.01178-0.12109,0.0199-0.17993,0.04333c-0.01233,0.00494-0.02539,0.0036-0.03766,0.00909l-0.1037,0.05389
38
+ c-0.0282,0.01678-0.04559,0.04382-0.07159,0.06299c-0.02844,0.02063-0.06232,0.02856-0.08899,0.05261
39
+ C30.43329,56.5379,29.25391,57,27.99988,57c-1.2251,0-2.37543-0.44647-3.27893-1.23376
40
+ c-0.01453-0.01514-0.03546-0.02386-0.05096-0.03809c-0.00378-0.00336-0.0083-0.00562-0.01208-0.00903
41
+ c-0.00134-0.00122-0.00311-0.0014-0.00446-0.00262c-0.07184-0.06335-0.14581-0.12549-0.23743-0.16742
42
+ c-0.02478-0.01135-0.05121-0.00867-0.07642-0.01782c-0.03741-0.01404-0.07538-0.01721-0.11383-0.02661
43
+ c-0.0863-0.02026-0.17029-0.03876-0.25641-0.03595c-0.05225,0.00104-0.10107,0.01611-0.15259,0.02527
44
+ c-0.07013,0.01343-0.13879,0.02332-0.20435,0.05115c-0.0647,0.02643-0.12018,0.06903-0.17908,0.10944
45
+ c-0.04553,0.03192-0.09204,0.05859-0.13208,0.09821c-0.01703,0.01648-0.03943,0.02338-0.05554,0.04126
46
+ c-0.05084,0.05652-0.0755,0.12463-0.11115,0.18829c-0.01233,0.02234-0.03308,0.0368-0.04388,0.06042l-0.0282,0.06171
47
+ c-0.00598,0.01544-0.01532,0.02905-0.02045,0.04468l-2.92938,6.4054l-0.04425,0.11499
48
+ C19.93341,63.09589,20.09888,63.56781,20.48462,63.81372z M24.39508,57.99884C25.46869,58.64526,26.70697,59,27.99988,59
49
+ c1.29596,0,2.53705-0.3562,3.61237-1.00543l2.05585,4.58344l-0.28906,0.15222C31.72888,63.55939,29.89789,64,28.00012,64
50
+ l-0.40753-0.00677c-1.76111-0.05872-3.45691-0.4978-4.99469-1.27472l-0.29181-0.1535L24.39508,57.99884z M41.1167,52.99329
51
+ c0.49731-0.0578,0.88342-0.48041,0.88342-0.99329c0-5.30469-2.97723-10.08002-7.61151-12.46039
52
+ c-0.45459-0.23352-1.01208-0.08673-1.29272,0.34039l-3.89319,5.92609l-0.05841,0.10114
53
+ c-0.0097,0.01929-0.00909,0.04071-0.01746,0.06036c-0.00757,0.01764-0.02246,0.02948-0.02905,0.04779
54
+ c-0.01288,0.03571-0.00732,0.07184-0.01599,0.10791c-0.01746,0.07239-0.03101,0.14252-0.03204,0.21576
55
+ c-0.00085,0.05573,0.00488,0.10779,0.01318,0.16217c0.01025,0.06805,0.02563,0.13214,0.04956,0.1969
56
+ c0.01947,0.05255,0.04187,0.10059,0.06976,0.14917c0.03333,0.05835,0.07263,0.11029,0.11804,0.16156
57
+ c0.03912,0.04437,0.0791,0.08429,0.12622,0.12152c0.02325,0.01843,0.0376,0.04395,0.06287,0.06055l0.10114,0.05835
58
+ c0.01941,0.00977,0.04083,0.00916,0.06061,0.01752c0.01758,0.00751,0.02942,0.02234,0.04761,0.02893
59
+ C31.66351,48.00531,33,49.87622,33,52c0,0.55231,0.44769,1,1,1h7.00012L41.1167,52.99329z M34.92175,51
60
+ c-0.30707-2.13397-1.58179-3.98602-3.42017-5.0509l2.75354-4.19208l0.04895,0.02979c3.13745,1.93842,5.23102,5.22217,5.6275,8.92767
61
+ L39.95813,51H34.92175z M17.70782,64.25079c0.42255,0.35553,0.47705,0.98633,0.12158,1.409
62
+ c-0.35553,0.42273-0.98633,0.47711-1.409,0.12158C12.37927,62.38257,10,57.38409,10,52c0-9.9411,8.0589-18,18-18
63
+ c3.03662,0,5.96649,0.7536,8.57812,2.17181c0.48529,0.26349,0.6651,0.87061,0.40155,1.35596s-0.87067,0.6651-1.35596,0.40155
64
+ C33.30328,36.66931,30.70111,36,28,36c-8.83661,0-16,7.16339-16,16C12,56.78741,14.11383,61.22809,17.70782,64.25079z M46,52
65
+ c0,9.94122-8.05878,18-18,18c-2.97491,0-5.84778-0.72321-8.4201-2.08698c-0.48798-0.25873-0.67377-0.86401-0.4151-1.35193
66
+ c0.25873-0.48792,0.86401-0.67383,1.35193-0.4151C22.80219,67.35767,25.3537,68,28,68c8.83661,0,16-7.16339,16-16
67
+ c0-4.23322-1.64978-8.20361-4.54742-11.1731c-0.38568-0.39532-0.37787-1.02838,0.01746-1.41412
68
+ c0.39526-0.38568,1.02838-0.37787,1.41406,0.0174C44.14252,42.76959,46,47.23962,46,52z"/>
69
+ </symbol>
70
+ <symbol id="artwork-major">
71
+ <path d="M69.11499,69.99371L69,70h-6c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L63,68
72
+ h4.26202l-0.1601-0.29498C63.21942,60.47528,61.39771,51.23822,61.6178,40H59c-0.55231,0-1-0.44769-1-1
73
+ c0-0.51282,0.38599-0.93549,0.88342-0.99329L59,38h2.67767c0.04663-1.16107,0.11401-2.34271,0.20233-3.54468L61.91498,34h-2.8924
74
+ c-0.0152,0.00031-0.03046,0.00031-0.0459,0h-4.55096l-0.04645,0.76678c-0.83917,15.2002,1,26.44153,5.47241,33.70911
75
+ c0.38953,0.633-0.02368,1.43878-0.73669,1.51782L59,70h-6c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329
76
+ L53,68h4.27502l-0.198-0.37811C53.26672,60.22412,51.69,49.68689,52.31439,36H43c-0.55231,0-1-0.44769-1-1
77
+ c0-0.51282,0.38599-0.93549,0.88342-0.99329L43,34h9.41998c0.10669-1.78522,0.24933-3.6217,0.42761-5.50952L52.89502,28h-9.87415
78
+ c-0.01447,0.00031-0.02887,0.00031-0.04327,0H35.065l0.0661,1.10522l0.10132,1.88275c0.02557,0.5517-0.401,1.01959-0.95264,1.04523
79
+ c-0.5517,0.02551-1.01965-0.401-1.04517-0.9527l-0.0575-1.11298l-0.17505-2.90424C32.96552,26.4873,33.42279,26,34,26h7.71881
80
+ l-0.35382-1.41302l-0.01929,0.00934c-0.59802,0.24127-1.28479,0.37256-2.05359,0.3988L39,25
81
+ c-1.2276,0-2.22308-0.58618-2.98383-1.67767L35.948,23.21997c-0.88477,1.11176-2.13391,1.71765-3.69843,1.77545L32,25
82
+ c-1.84967,0-3.28027-0.7381-4.21259-2.14282l-0.1134-0.17816c-0.61969,0.21277-1.43231,0.30621-2.42273,0.3194L25,23
83
+ c-1.98962,0-3.3559-0.64551-3.82281-1.92328l-0.0332-0.10071l-0.2655-0.01752c-3.02856-0.23511-4.77679-1.47229-4.87421-3.75439
84
+ L16,17c0-2.61932,2.07562-3.93182,5.7099-3.99738L22,13h1.08398l0.01453-0.08289c0.35248-1.80792,1.63928-2.84161,3.67249-2.91309
85
+ L27,10c1.98962,0,3.3559,0.64551,3.82281,1.92328l0.03918,0.1217l0.07959,0.00873c1.84808,0.22382,2.96979,1.14557,3.05341,2.75037
86
+ L34,15c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L32,15c0-0.67529-0.487-1-2-1
87
+ c-0.51282,0-0.93549-0.38599-0.99329-0.88342L29,13c0-0.67529-0.487-1-2-1c-1.44769,0-2,0.55231-2,2
88
+ c0,0.51282-0.38599,0.93549-0.88342,0.99329L24,15h-2c-2.85291,0-4,0.68817-4,2c0,1.31171,1.14709,2,4,2c0.55231,0,1,0.44769,1,1
89
+ c0,0.67529,0.487,1,2,1c0.81171,0,1.42242-0.05878,1.81207-0.16248l0.15424-0.04742l0.05768-0.02307l0.02734-0.10095
90
+ c0.26428-0.80688,1.47455-0.93378,1.85437-0.09259l0.04303,0.11029C29.48163,22.28247,30.43829,23,32,23
91
+ s2.51837-0.71753,3.05133-2.31622c0.30389-0.91168,1.59344-0.91168,1.8974,0C37.49371,22.31891,38.1748,23,39,23
92
+ c1.00458,0,1.71771-0.21191,2.18201-0.6051l0.1109-0.10199c0.52069-0.52069,1.39087-0.3147,1.64142,0.34961l0.03577,0.11499
93
+ L43.78082,26H46v-1c0-0.55231,0.44769-1,1-1c2.16669,0,3-0.625,3-2s-0.83331-2-3-2c-0.33667,0-0.64771-0.16913-0.8316-0.44458
94
+ l-0.06281-0.10822l-1-2c-0.13739-0.27478-0.14087-0.59753-0.0094-0.87518c0.69598-1.46954,0.69598-2.3656,0.19672-2.86493
95
+ c-0.61469-0.61469-1.65259-0.87421-3.18829-0.71259c-0.28052,0.02948-0.56049-0.06079-0.77081-0.24872
96
+ c-0.84448-0.75452-1.495-0.97131-2.01758-0.79712c-0.62421,0.20801-1.07623,0.66016-1.39044,1.42944
97
+ c-0.20886,0.51129-0.7926,0.75647-1.30389,0.54767c-0.51129-0.20886-0.75647-0.7926-0.54767-1.30389
98
+ c0.52637-1.2887,1.40765-2.16998,2.60956-2.57062c1.17322-0.39099,2.38361-0.0658,3.58313,0.86896l0.06012,0.04877l0.17969-0.01038
99
+ c1.69312-0.07935,3.05219,0.29877,4.03149,1.17456l0.16888,0.15973c1.07458,1.07458,1.19861,2.58417,0.50812,4.40637
100
+ L47.10498,16.974l0.52301,1.04602l0.15662,0.01019c2.599,0.20801,4.11847,1.48621,4.21088,3.74786L52,22
101
+ c0,2.25-1.34692,3.5816-3.72589,3.9162L48,25.94897V26h6c0.59302,0,1.05573,0.51312,0.99469,1.10291
102
+ c-0.16498,1.59448-0.30481,3.15198-0.41937,4.67249L54.55939,32h3.74591c0.81848-2.39801,0.29761-3.56848-1.54779-4.02991
103
+ c-0.75409-0.18848-1.01422-1.12756-0.4646-1.67719c1.04968-1.04968,1.27002-1.93103,0.81268-2.8457
104
+ c-0.4715-0.94293-1.08289-1.38983-1.9325-1.44202L55,22c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1
105
+ c1.7262,0,3.06403,0.89191,3.89441,2.5528c0.6402,1.28027,0.57422,2.57843-0.13879,3.81561L58.63898,26.56l0.14972,0.08447
106
+ C60.51019,27.6673,61.04102,29.5274,60.38757,32H63c0.58649,0,1.047,0.50238,0.99622,1.08661
107
+ c-1.31622,15.13708,0.64911,26.92902,5.85547,35.38928C70.24121,69.10889,69.828,69.91467,69.11499,69.99371z M48.1167,68.00671
108
+ L48,68h-8.92853c-0.55225,0-1,0.44769-1,1c0,0.51282,0.38605,0.93549,0.88342,0.99329L39.07147,70H48c0.55231,0,1-0.44769,1-1
109
+ C49,68.48718,48.61401,68.06451,48.1167,68.00671z M31.31622,28.05127C29.68109,27.50629,29,26.8252,29,26l-0.00641-0.11511
110
+ c-0.07556-0.67688-0.81091-1.0943-1.4408-0.7793l-0.16211,0.07452c-0.03308,0.01428-0.06909,0.02936-0.10779,0.0451
111
+ l-0.26288,0.09998l-0.15265,0.05261c-0.51849,0.17291-1.03027,0.27527-1.47955,0.27527c-0.76221,0-1.20453-0.26538-1.43909-0.9693
112
+ l-0.04333-0.10846c-0.2121-0.45361-0.73511-0.68622-1.22162-0.52405c-0.52399,0.17474-0.80707,0.74103-0.63245,1.26495
113
+ c0.5307,1.59198,1.77209,2.33685,3.33649,2.33685l0.29828-0.00861c0.4989-0.02838,1.00568-0.12585,1.51093-0.27429l0.07397-0.02319
114
+ l0.06927,0.15204c0.53314,1.07745,1.67932,1.89496,3.34351,2.44965c0.52393,0.17462,1.09021-0.10846,1.26495-0.63245
115
+ C32.12329,28.7923,31.84021,28.22601,31.31622,28.05127z"/>
116
+ </symbol>
117
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
118
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
119
+ <use class="fr-artwork-major" href="#artwork-major"/>
120
+ </svg>
@@ -0,0 +1,68 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ .fr-artwork-decorative {
4
+ fill: #ECECFF;
5
+ }
6
+ .fr-artwork-minor {
7
+ fill: #E1000F;
8
+ }
9
+ .fr-artwork-major {
10
+ fill: #000091;
11
+ }
12
+ </style>
13
+ <symbol id="artwork-decorative">
14
+ <path d="M15,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S15.5514,14,15,14z M5,70c-0.5514,0-1-0.4486-1-1
15
+ s0.4486-1,1-1s1,0.4486,1,1S5.5514,70,5,70z M75,64c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,64,75,64z M59,12
16
+ c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,12,59,12z"/>
17
+ </symbol>
18
+ <symbol id="artwork-minor">
19
+ <path d="M14.0064,37.6022C14.0862,36.6783,14.9089,36,15.8571,36H19l0.1166,0.0067C19.614,36.0645,20,36.4872,20,37
20
+ l-0.0067,0.1166C19.9355,37.614,19.5128,38,19,38h-3v4h3l0.1166,0.0067C19.614,42.0645,20,42.4872,20,43c0,0.5523-0.4477,1-1,1
21
+ h-3.1429l-0.1485-0.0056C14.7752,43.9242,14,43.1985,14,42.25v-4.5L14.0064,37.6022z M27.9936,37.6022
22
+ C27.9138,36.6783,27.0911,36,26.1429,36H23l-0.1166,0.0067C22.386,36.0645,22,36.4872,22,37l0.0067,0.1166
23
+ C22.0645,37.614,22.4872,38,23,38h3v4h-3l-0.1166,0.0067C22.386,42.0645,22,42.4872,22,43c0,0.5523,0.4477,1,1,1h3.1429
24
+ l0.1485-0.0056C27.2248,43.9242,28,43.1985,28,42.25v-4.5L27.9936,37.6022z M64.1429,36c0.9482,0,1.7709,0.6783,1.8507,1.6022
25
+ L66,37.75v4.5c0,0.9485-0.7752,1.6742-1.7085,1.7444L64.1429,44H61c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933
26
+ L61,42h3v-4h-3c-0.5128,0-0.9355-0.386-0.9933-0.8834L60,37c0-0.5128,0.386-0.9355,0.8834-0.9933L61,36H64.1429z M52.0064,37.6022
27
+ C52.0862,36.6783,52.9089,36,53.8571,36H57l0.1166,0.0067C57.614,36.0645,58,36.4872,58,37l-0.0067,0.1166
28
+ C57.9355,37.614,57.5128,38,57,38h-3v4h3l0.1166,0.0067C57.614,42.0645,58,42.4872,58,43c0,0.5523-0.4477,1-1,1h-3.1429
29
+ l-0.1486-0.0056C52.7752,43.9242,52,43.1985,52,42.25v-4.5L52.0064,37.6022z M18,48h-4c-1.10461,0-2,0.89539-2,2v6
30
+ c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6C20,48.89539,19.10461,48,18,48z M18,56h-4v-6h4V56z M28,48h-4
31
+ c-1.10461,0-2,0.89539-2,2v6c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6C30,48.89539,29.10461,48,28,48z M28,56h-4v-6h4
32
+ V56z M56,48h-4c-1.10461,0-2,0.89539-2,2v6c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6C58,48.89539,57.10461,48,56,48z
33
+ M56,56h-4v-6h4V56z M66,48h-4c-1.10461,0-2,0.89539-2,2v6c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6
34
+ C68,48.89539,67.10461,48,66,48z M66,56h-4v-6h4V56z"/>
35
+ </symbol>
36
+ <symbol id="artwork-major">
37
+ <path d="M20.29291,27.70709c-0.36053-0.36047-0.38818-0.92767-0.08319-1.32001l0.08319-0.09418l14-14
38
+ c0.3905-0.3905,1.02368-0.3905,1.41418,0c0.36053,0.36047,0.38818,0.92767,0.08319,1.32001l-0.08319,0.09418l-14,14
39
+ C21.31659,28.0976,20.68341,28.0976,20.29291,27.70709z M67.11658,31.99329C67.61401,31.93549,68,31.51282,68,31
40
+ c0-0.55231-0.44769-1-1-1h-9.60339L40.68542,14.27179l-0.10052-0.08301c-0.38318-0.27686-0.9173-0.24921-1.27032,0.08301
41
+ L28.61823,24.33911l-0.086,0.09161c-0.31683,0.38287-0.30634,0.95068,0.04309,1.3219l0.09167,0.086
42
+ c0.38281,0.31677,0.95062,0.30627,1.3219-0.04315l10.01013-9.42249l16.02679,15.08344l0.12799,0.1106
43
+ C56.50598,31.84637,56.94373,32,57.39661,32H67L67.11658,31.99329z M71,30c-0.51282,0-0.93549,0.38599-0.99329,0.88342L70,31v33h-9
44
+ c-0.51282,0-0.93549,0.38599-0.99329,0.88342L60,65c0,0.51282,0.38599,0.93549,0.88342,0.99329L61,66h10
45
+ c0.51282,0,0.93549-0.38599,0.99329-0.88342L72,65V31C72,30.44769,71.55231,30,71,30z M21,64h-8l-0.11658,0.00671
46
+ C12.38599,64.06451,12,64.48718,12,65c0,0.55231,0.44769,1,1,1h8l0.11658-0.00671C21.61401,65.93549,22,65.51282,22,65
47
+ C22,64.44769,21.55231,64,21,64z M9,64c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S9.55231,64,9,64z M39,32h2
48
+ l0.11658-0.00671C41.61401,31.93549,42,31.51282,42,31c0-0.55231-0.44769-1-1-1h-1v-1l-0.00671-0.11658
49
+ C39.93549,28.38599,39.51282,28,39,28c-0.55231,0-1,0.44769-1,1v2c0,0.03943,0.00232,0.07837,0.00671,0.11658
50
+ C38.06451,31.61401,38.48718,32,39,32z M35,42h10l0.11658-0.00671C45.61401,41.93549,46,41.51282,46,41c0-0.55231-0.44769-1-1-1H35
51
+ l-0.11658,0.00671C34.38599,40.06451,34,40.48718,34,41C34,41.55231,34.44769,42,35,42z M55,64H25l-0.11658,0.00671
52
+ C24.38599,64.06451,24,64.48718,24,65c0,0.55231,0.44769,1,1,1h30l0.11658-0.00671C55.61401,65.93549,56,65.51282,56,65
53
+ C56,64.44769,55.55231,64,55,64z M25.79028,29.61292c0.30499-0.39233,0.27734-0.95953-0.08319-1.32001
54
+ c-0.3905-0.3905-1.02368-0.3905-1.41418,0L22.58398,30H9l-0.11664,0.00671C8.38605,30.06451,8,30.48718,8,31v30l0.00671,0.11658
55
+ C8.06451,61.61401,8.48718,62,9,62l0.11664-0.00671C9.61395,61.93549,10,61.51282,10,61V32h13l0.13141-0.00873
56
+ c0.21667-0.02869,0.41937-0.12787,0.57568-0.28418l2-2L25.79028,29.61292z M59,28h8l0.11658-0.00671
57
+ C67.61401,27.93549,68,27.51282,68,27c0-0.55231-0.44769-1-1-1h-8l-0.11658,0.00671C58.38599,26.06451,58,26.48718,58,27
58
+ C58,27.55231,58.44769,28,59,28z M71,28c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1s-1,0.44769-1,1S70.44769,28,71,28z M33,44h14
59
+ c0.51282,0,0.93549,0.38599,0.99329,0.88342L48,45v15h3c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L51,62
60
+ H29c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,60h3V45c0-0.51282,0.38599-0.93549,0.88342-0.99329
61
+ L33,44z M34,60h5v-9c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L41,51v9h5V45.99902H34V60z M34,30
62
+ c0-3.31372,2.68628-6,6-6s6,2.68628,6,6s-2.68628,6-6,6S34,33.31372,34,30z M36,30c0,2.20911,1.79089,4,4,4s4-1.79089,4-4
63
+ s-1.79089-4-4-4S36,27.79089,36,30z"/>
64
+ </symbol>
65
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
66
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
67
+ <use class="fr-artwork-major" href="#artwork-major"/>
68
+ </svg>
@@ -0,0 +1,66 @@
1
+ <svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ .fr-artwork-decorative {
4
+ fill: #ECECFF;
5
+ }
6
+ .fr-artwork-minor {
7
+ fill: #E1000F;
8
+ }
9
+ .fr-artwork-major {
10
+ fill: #000091;
11
+ }
12
+ </style>
13
+ <symbol id="artwork-decorative">
14
+ <path d="M75,22c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,22,75,22z M5,60c-0.5514,0-1-0.4486-1-1
15
+ s0.4486-1,1-1s1,0.4486,1,1S5.5514,60,5,60z M73,64c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S73.5514,64,73,64z"/>
16
+ </symbol>
17
+ <symbol id="artwork-minor">
18
+ <path d="M34,39v2c0,0.55231-0.44769,1-1,1h-4c-0.55231,0-1-0.44769-1-1v-2c0-0.55231,0.44769-1,1-1h4
19
+ C33.55231,38,34,38.44769,34,39z M41,40h-3v-1l-0.00671-0.11658C37.93549,38.38599,37.51282,38,37,38c-0.55231,0-1,0.44769-1,1v2
20
+ l0.00671,0.11658C36.06451,41.61401,36.48718,42,37,42h4l0.11658-0.00671C41.61401,41.93549,42,41.51282,42,41l-0.00671-0.11658
21
+ C41.93549,40.38599,41.51282,40,41,40z M41,30l0.11658-0.00671C41.61401,29.93549,42,29.51282,42,29c0-0.55231-0.44769-1-1-1h-4
22
+ l-0.11658,0.00671C36.38599,28.06451,36,28.48718,36,29v6l0.00671,0.11658C36.06451,35.61401,36.48718,36,37,36h4l0.11658-0.00671
23
+ C41.61401,35.93549,42,35.51282,42,35l-0.00671-0.11658C41.93549,34.38599,41.51282,34,41,34h-3v-4H41z M41,46l0.11658-0.00671
24
+ C41.61401,45.93549,42,45.51282,42,45c0-0.55231-0.44769-1-1-1h-4l-0.11658,0.00671C36.38599,44.06451,36,44.48718,36,45v6
25
+ l0.00671,0.11658C36.06451,51.61401,36.48718,52,37,52h3l0.11658-0.00671C40.61401,51.93549,41,51.51282,41,51v-2l0.11658-0.00671
26
+ C41.61401,48.93549,42,48.51282,42,48c0-0.55231-0.44769-1-1-1h-1l-0.11658,0.00671C39.38599,47.06451,39,47.48718,39,48v2h-1v-4H41
27
+ z M66.8869,42.34161C66.50769,42.7608,65.96881,43,65.40363,43H62c0,1.88562-1.11438,3-3,3s-3-1.11438-3-3h-3.39642
28
+ c-1.10449,0-2-0.89539-2-2c0-0.56659,0.2403-1.10651,0.66125-1.48578l0.2486-0.23242C52.46259,38.33667,53,37.0498,53,35.70349
29
+ v-2.00568C53,30.55103,55.55103,28,58.69781,28h0.61108C62.45203,28,65,30.54797,65,33.6911v1.99438
30
+ c0,1.43439,0.60699,2.80182,1.67078,3.76392l0.07434,0.06732C67.56433,40.25757,67.62781,41.5224,66.8869,42.34161z M60,43h-2
31
+ c0,0.78101,0.21899,1,1,1S60,43.78101,60,43z M65.40363,41l-0.28192-0.2627C63.76752,39.40967,63,37.5899,63,35.68549V33.6911
32
+ C63,31.65259,61.34741,30,59.3089,30h-0.61108C56.65558,30,55,31.65558,55,33.69781v2.00568
33
+ c0,1.99701-0.84698,3.90039-2.33063,5.23718L52.60358,41H65.40363z"/>
34
+ </symbol>
35
+ <symbol id="artwork-major">
36
+ <path d="M20,51c0,0.55231,0.44769,1,1,1h12c0.55231,0,1-0.44769,1-1v-6c0-0.55231-0.44769-1-1-1H21
37
+ c-0.55231,0-1,0.44769-1,1V51z M22,46h10v4H22V46z M20,41c0,0.55231,0.44769,1,1,1h4c0.55231,0,1-0.44769,1-1v-6
38
+ c0-0.55231-0.44769-1-1-1h-4c-0.55231,0-1,0.44769-1,1V41z M22,36h2v4h-2V36z M20,31v-2c0-0.55231,0.44769-1,1-1h2
39
+ c0.55231,0,1,0.44769,1,1v2c0,0.55231-0.44769,1-1,1h-2C20.44769,32,20,31.55231,20,31z M26,32c0,0.55231,0.44769,1,1,1h2v2
40
+ c0,0.51282,0.38599,0.93549,0.88342,0.99329L30,36h3c0.55231,0,1-0.44769,1-1v-6c0-0.55231-0.44769-1-1-1h-6
41
+ c-0.55231,0-1,0.44769-1,1V32z M28,30h4v4h-1v-2c0-0.51282-0.38599-0.93549-0.88342-0.99329L30,31h-2V30z M26,11
42
+ c0-0.55231,0.44769-1,1-1h8c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1h-8C26.44769,12,26,11.55231,26,11z M74,37
43
+ c0,8.2843-6.7157,15-15,15c-2.67841,0-5.25537-0.70398-7.5191-2.01801l-0.22388-0.13397l-0.04053,0.00446
44
+ c-0.05182,0.00635-0.11237,0.01611-0.18121,0.02942l-0.31708,0.07178l-0.37048,0.10071l-0.79523,0.2464l-0.92877,0.29919
45
+ l-0.66614,0.20831l-0.38049,0.11212l-0.33521,0.09076l-0.2948,0.06946c-0.82837,0.17596-1.17468,0.06299-1.6189-0.3399
46
+ c-0.59857-0.54291-0.51868-1.11993-0.13818-1.88495l0.12378-0.237l0.10291-0.18207l0.18243-0.29852l0.2417-0.37067l0.72589-1.0824
47
+ l0.19781-0.31l0.14569-0.24835l0.07581-0.14276l-0.23462-0.32318c-1.6994-2.39862-2.6651-5.25073-2.74591-8.25085L44,37
48
+ c0-8.2843,6.7157-15,15-15c2.69092,0,5.2804,0.71039,7.55469,2.0387c0.47693,0.2785,0.6377,0.89093,0.35919,1.3678
49
+ c-0.27856,0.47693-0.89099,0.63782-1.36786,0.35919C63.57581,24.61499,61.33398,24,59,24c-7.17969,0-13,5.82031-13,13
50
+ c0,2.96899,0.99701,5.7832,2.80109,8.06207c0.4364,0.55121,0.34692,1.07361-0.00488,1.77533l-0.13269,0.25177l-0.11353,0.19861
51
+ l-0.20471,0.33081l-0.17316,0.26532L47.526,48.84399l0.41998-0.12799l1.34253-0.43042l0.60461-0.18701l0.34198-0.099l0.29919-0.0788
52
+ c0.74542-0.18347,1.09003-0.15619,1.47778,0.05084l0.14832,0.086C54.19818,49.32092,56.54779,50,59,50c7.17969,0,13-5.82031,13-13
53
+ c0-2.96979-0.99762-5.78473-2.80249-8.0639c-0.3429-0.43292-0.26984-1.06189,0.16309-1.40472
54
+ c0.43298-0.3429,1.06189-0.2699,1.40479,0.16315C72.84772,30.32397,74,33.57538,74,37z M51.99329,54.88342L52,55v12
55
+ c0,3.78552-3.00482,6.86908-6.75928,6.99591L45,74H17c-3.78552,0-6.86908-3.00482-6.99591-6.75928L10,67V13
56
+ c0-3.78546,3.00482-6.86908,6.7594-6.99591L17,6h28c3.7854,0,6.86908,3.00476,6.99591,6.7594L52,13v6c0,0.55231-0.44769,1-1,1
57
+ c-0.51282,0-0.93549-0.38599-0.99329-0.88342L50,19v-6c0-2.68878-2.12231-4.88184-4.78308-4.99536L45,8H17
58
+ c-2.68878,0-4.88177,2.12231-4.99542,4.78308L12,13v54c0,2.68878,2.12231,4.88177,4.78308,4.99542L17,72h28
59
+ c2.68878,0,4.88177-2.12231,4.99542-4.78308L50,67V55c0-0.55231,0.44769-1,1-1C51.51282,54,51.93549,54.38599,51.99329,54.88342z
60
+ M20,67c0-0.51282,0.38599-0.93549,0.88342-0.99329L21,66h20c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329
61
+ L41,68H21C20.44769,68,20,67.55231,20,67z"/>
62
+ </symbol>
63
+ <use class="fr-artwork-decorative" href="#artwork-decorative"/>
64
+ <use class="fr-artwork-minor" href="#artwork-minor"/>
65
+ <use class="fr-artwork-major" href="#artwork-major"/>
66
+ </svg>