@hopara/react 0.1.120 → 0.2.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.
@@ -1,23 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <http://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /**
9
- * @license
10
- * Copyright 2021 Google LLC
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
@@ -1,137 +0,0 @@
1
- .Toastify {
2
- position: absolute;
3
- top: 0;
4
- }
5
-
6
- @keyframes fade-in {
7
- 0% {
8
- opacity: 0;
9
- }
10
- 100% {
11
- opacity: 1;
12
- }
13
- }
14
-
15
- .hopara-Toastify__fade-in {
16
- animation: fade-in 100ms ease-in both;
17
- }
18
-
19
- @keyframes fade-out {
20
- 0% {
21
- opacity: 1;
22
- }
23
- 100% {
24
- opacity: 0;
25
- }
26
- }
27
-
28
- .hopara-Toastify__fade-out {
29
- animation: fade-out 240ms ease-out both;
30
- }
31
-
32
- .hopara-Toastify__body:before {
33
- content: "";
34
- background-color: inherit;
35
- width: 10px;
36
- height: 10px;
37
- border-radius: 10px;
38
- margin-right: 10px;
39
- }
40
-
41
- .hopara-Toastify__body {
42
- white-space: pre-line;
43
- }
44
-
45
- .hopara-Toastify__toast__light .Toastify__close-button {
46
- align-self: center;
47
- color: rgb(255, 255, 255);
48
- }
49
-
50
- .hopara-Toastify__toast__dark .Toastify__close-button {
51
- align-self: center;
52
- color: rgb(50, 50, 50);
53
- }
54
-
55
-
56
-
57
-
58
- .ViewTransition_transitionBlock__3-hy8 {
59
- position: relative;
60
- height: 100%;
61
- width: 100%;
62
- transition: opacity .15s ease-in-out, transform 0.5s ease-in-out, filter 0.25s ease-in-out;
63
- }
64
-
65
- .ViewTransition_enter__1qfMc {
66
- z-index: 1;
67
- opacity: 0;
68
- transform: translate3d(-100%, 0, 0);
69
- filter: blur(4px);
70
- }
71
- .ViewTransition_enterActive__3-7mt {
72
- opacity: 1;
73
- transform: translate3d(0, 0, 0);
74
- }
75
- .ViewTransition_enterDone__1pAFe {
76
- filter: blur(0);
77
- }
78
- .ViewTransition_exit__3gsBJ {
79
- opacity: 1;
80
- transform: translate3d(0, 0, 0);
81
- }
82
- .ViewTransition_exitActive__3ephY {
83
- opacity: 0;
84
- transform: translate3d(100%, 0, 0);
85
- }
86
-
87
- .ViewTransition_enterActive__3-7mt,
88
- .ViewTransition_exitActive__3ephY {
89
- filter: blur(4px);
90
- }
91
-
92
- .SlideTransition_transitionBlock__3yDN9 {
93
- z-index: 1;
94
- grid-area: sidebar;
95
- min-width: 100%;
96
- display: flex;
97
- flex-direction: column;
98
- justify-self: flex-end;
99
- overflow: hidden;
100
- position: relative;
101
- transition: all 100ms ease-out;
102
- }
103
-
104
- .SlideTransition_enter__df2DF,
105
- .SlideTransition_enterActiveInvert__1OEFX { z-index: 1; }
106
-
107
- .SlideTransition_enter__df2DF { opacity: 0; transform: translate(-5%, 0); }
108
- .SlideTransition_enterActiveInvert__1OEFX { opacity: 1; transform: translate(5%, 0); }
109
- .SlideTransition_enterActive__eeC6- { opacity: 1; transform: translate(0, 0); }
110
- .SlideTransition_enterDone__3vsq5 {}
111
-
112
- .SlideTransition_exit__2GOdY { opacity: 1; transform: translate(0, 0); }
113
- .SlideTransition_exitActive__13o33 { opacity: 0; transform: translate(5%, 0); }
114
- .SlideTransition_exitActiveInvert__1kDNe { opacity: 0; transform: translate(-5%, 0); }
115
- .SlideTransition_exitDone__bL9f1 {}
116
-
117
- .SlideTransition_enterActive__eeC6- {}
118
- .SlideTransition_exitActive__13o33 {}
119
-
120
- .react-datepicker-popper { z-index: 2 }
121
- .react-datepicker {
122
- background-color: #fff;
123
- border: 1px solid #dedede !important;
124
- border-radius: 20px !important;
125
- box-shadow: 0 1px 1px 0 #dedede, 0 4px 24px 0 rgb(34 41 47 / 10%);
126
- }
127
- .react-datepicker__header {
128
- background-color: #fcfaff !important;
129
- border-color: #dedede !important;
130
- border-top-left-radius: 20px !important;
131
- border-top-right-radius: 20px !important;
132
- }
133
-
134
- .react-datepicker__day--selected {
135
- background-color: #622fb4;
136
- }
137
-
Binary file
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
3
- <g fill-rule="evenodd" transform="matrix(1.021277, 0, 0, 1.021277, 7.404254, -0.000004)">
4
- <path d="M 4.55 23.5 L 0 11.75 L 4.55 0 L 9 11.75 L 4.55 23.5 Z M 4.54 20.704 L 7.836 11.75 L 1.087 11.75 L 4.54 20.704 Z" style="stroke: none;"/>
5
- </g>
6
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="170px" height="62px" viewBox="0 0 170 62" version="1.1" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke-width="1" class="logo-stroke">
3
- <g id="logo-stroke" transform="translate(2.000000, 1.000000)" fill="#FFFFFF" fill-rule="nonzero">
4
- <path d="M66.9368533,13.4680091 L66.9368533,42.3680091 C73.6612978,42.3674726 80.3857422,42.3740535 87.0724089,42.3740535 L87.0724089,40.7571646 C88.8857422,42.0340535 91.1146311,42.672498 93.4568533,42.672498 C95.8519644,42.672498 98.1412978,41.9887202 99.9924089,40.6400535 L99.9924089,48.5356091 L109.739076,48.5356091 L109.739076,42.5289424 C110.107787,42.5727646 110.456853,42.6638091 110.842187,42.6638091 C113.467742,42.6638091 115.979964,41.7533646 117.831076,39.9929202 C118.15672,40.3533202 118.511076,40.6880313 118.900187,40.9713646 C120.615298,42.2218091 122.640187,42.6562535 124.566853,42.6562535 C125.934409,42.6562535 127.260409,42.2856535 128.53352,41.7382535 C129.678187,42.3880313 130.87952,42.6562535 131.873076,42.6562535 C132.643742,42.6568731 133.410631,42.5565202 134.151076,42.3615869 L141.857742,42.3615869 L141.857742,38.0171424 C142.375298,39.1995869 143.179964,40.2195869 144.196187,40.9638091 C145.911298,42.2142535 147.939964,42.648698 149.862853,42.648698 C151.230409,42.648698 152.556409,42.278098 153.82952,41.730698 C154.970409,42.3804757 156.17552,42.648698 157.165298,42.648698 C158.173964,42.6497973 159.175076,42.4805869 160.123298,42.1500313 L162.46552,41.3302535 L162.892409,32.3013646 L160.501076,32.7055869 L160.501076,28.6633646 C160.501076,26.0075869 159.424409,23.5255869 157.482631,21.976698 C156.122631,20.8811424 154.524631,20.4240313 152.91152,20.1898091 L152.851076,19.940098 L151.067964,19.940098 C149.500187,19.940098 147.958853,20.2638535 146.572409,20.8807646 L145.73752,20.5233869 L145.735529,20.5233869 C144.745751,20.1002757 143.687974,19.926498 142.645307,19.9529424 L142.65324,19.9392669 C142.638129,19.9393277 142.623396,19.9449713 142.608662,19.9451602 C142.601485,19.945377 142.594307,19.9409669 142.587129,19.9412691 L138.620462,20.0738691 L138.719818,20.2298913 L132.146485,20.2298913 L132.146485,21.9110024 C130.287818,20.4527802 128.028707,19.9390024 125.799818,19.9390024 C122.936262,19.9390024 120.133151,21.0118913 118.28204,23.006558 C116.389374,20.9854469 113.710929,19.9314469 110.877596,19.9314469 C110.103151,19.9314469 109.358929,20.0564913 108.637374,20.2261135 L100.02404,20.2261135 L100.02404,21.9676691 C98.1842624,20.6152246 95.9062624,19.9352246 93.4884847,19.9352246 C90.4662624,19.9352246 87.5951513,21.0043357 85.5929291,23.1614469 C85.4924402,23.2706246 85.4074402,23.3900024 85.312618,23.502958 C84.9771513,23.0458469 84.6061736,22.618958 84.1830624,22.2411802 C82.3395069,20.5940691 79.9897291,19.9367357 77.7230624,19.9442913 L77.717018,19.9442913 C77.3747513,19.9444843 77.037018,20.0221135 76.697018,20.0576246 L76.697018,13.4842913 L66.9368533,13.4680091 Z M29.005305,0 L29.298,0.008 L29.5508575,0.0108763774 C45.7056444,0.317224972 58.7344319,13.3639132 58.9959914,29.5062964 L59,30.0014077 C59,46.3046686 45.9731173,59.5850938 29.7707027,59.9873741 L29.0532461,60 C27.3844167,60 25.8686763,59.3426993 24.7519877,58.2727906 C23.7694096,59.0846931 22.5039335,59.5717416 21.1286197,59.5717416 C18.760475,59.5717416 16.7179903,58.127682 15.8774281,56.066954 C15.1111378,56.6164574 14.1689478,56.9388105 13.1571699,56.9388105 C10.622224,56.9388105 8.52409606,54.9153307 8.52409606,52.3638389 C8.52409606,51.4157795 8.81377357,50.5406199 9.30790202,49.8150788 C8.99324646,49.4998496 8.71896916,49.1446719 8.49282584,48.7582219 C7.77473749,49.257001 6.90055492,49.5478018 5.96398274,49.5478018 C3.55364136,49.5478018 1.55652527,47.62174 1.55652527,45.1904195 C1.55652527,44.2023301 1.88637136,43.2976899 2.43975032,42.5718653 C0.980192844,41.6751392 0,40.0793916 0,38.2397003 C0,36.6447057 0.736783726,35.2330768 1.88448778,34.3002922 C0.736783726,33.3688575 0,31.9572286 0,30.3622341 C0,28.7677103 0.736348853,27.3564439 1.88347162,26.4236521 C0.736348853,25.490558 0,24.0792916 0,22.4847679 C0,20.6987068 0.923877108,19.1425739 2.31407259,18.2312635 C1.76089446,17.4989418 1.43144287,16.5880812 1.43144287,15.5939977 C1.43144287,13.1293655 3.45655961,11.1762993 5.90144154,11.1762993 C6.94790474,11.1762993 7.91746577,11.5341065 8.68424127,12.136686 C8.89793591,11.7936421 9.15225942,11.4776252 9.43960568,11.1944765 C8.76909204,10.3846067 8.36399711,9.34689534 8.36399711,8.20759169 C8.36399711,5.57082556 10.5338038,3.47821725 13.1571699,3.47821725 C14.1236287,3.47821725 15.0285298,3.76222939 15.78606,4.25283053 C16.6649296,2.18693491 18.7339886,0.745238411 21.1286197,0.745238411 C22.4126044,0.745238411 23.6029861,1.15973056 24.5666323,1.86290588 C25.6944809,0.712963103 27.2668663,0 29.005305,0 Z" id="branco"></path>
5
- </g>
6
- </g>
7
- <g stroke-width=".999" class="logo-typo">
8
- <path d="M135.80352,37.7391202 L135.658831,39.5864535 C135.09972,39.7821424 134.506609,39.881498 133.913498,39.8803742 C132.489276,39.8803742 131.559942,39.3401424 131.299276,37.7232535 C130.369942,39.0983646 128.481053,39.8803742 126.614831,39.8803742 C123.883498,39.8803742 121.665942,38.5921424 121.665942,35.9514757 C121.665942,33.7528091 123.585053,32.0225869 127.332609,31.3803646 L131.185942,30.7343646 L131.185942,29.9259202 C131.185942,27.991698 129.96572,26.6883646 127.785942,26.6883646 C125.866831,26.6883646 124.416164,27.6252535 123.630387,29.4763646 L121.915276,28.2334757 C122.670831,26.0763646 124.963942,24.659698 127.770831,24.659698 C131.083942,24.659698 133.513053,26.2425869 133.513053,29.6463646 L133.513053,36.8619202 C133.513053,37.5645869 133.802053,37.9159202 134.616164,37.9159202 C135.009053,37.9124371 135.398164,37.8592535 135.77972,37.7621646 L135.80352,37.7391202 Z M131.194631,34.6640091 L131.194631,32.642898 L127.941964,33.2586757 C125.380631,33.7271202 124.088631,34.5771202 124.088631,35.9560091 C124.088631,37.1875646 125.074631,37.8297869 126.733076,37.8297869 C129.056409,37.8297869 131.190853,36.5982313 131.190853,34.6677869 L131.194631,34.6640091 Z M102.559076,32.2613424 C102.559076,37.0213424 99.9184089,39.8924535 95.5324089,39.8924535 C91.1464089,39.8924535 88.5057422,37.0137869 88.5057422,32.2613424 C88.5057422,27.5013424 91.1501867,24.6302313 95.5324089,24.6302313 C99.9146311,24.6302313 102.559076,27.4975646 102.559076,32.2613424 Z M90.8101867,32.2613424 C90.8101867,35.7482313 92.5819644,37.8524535 95.5324089,37.8524535 C98.4677422,37.8524535 100.254631,35.7444535 100.254631,32.2613424 C100.254631,28.7744535 98.4866311,26.6702313 95.5324089,26.6702313 C92.58952,26.6702313 90.8101867,28.7782313 90.8101867,32.2613424 Z M85.5590756,30.2213424 L85.5590756,39.5902313 L83.2357422,39.5902313 L83.2357422,31.0146757 C83.2357422,27.7620091 81.6641867,26.6702313 79.6619644,26.6702313 C77.5426311,26.6702313 75.1664089,28.0491202 75.1664089,31.8080091 L75.1664089,39.5902313 L72.8430756,39.5902313 L72.8430756,18.2080091 L75.1664089,18.2080091 L75.1664089,27.1613424 C76.1826311,25.4046757 77.9279644,24.6717869 79.8886311,24.6717869 C82.9977422,24.6615869 85.5552978,26.4511202 85.5552978,30.2251202 L85.5590756,30.2213424 Z M119.559076,32.2613424 C119.559076,37.0213424 116.971298,39.8924535 112.947964,39.8924535 C110.768187,39.8924535 109.019076,38.8346757 108.150187,37.3122313 L108.150187,45.7744535 L105.826853,45.7744535 L105.826853,24.958898 L107.863076,24.958898 L108.007764,27.508898 C108.850209,25.8391202 110.682431,24.6642313 112.994431,24.6642313 C117.036653,24.6642313 119.605542,27.508898 119.605542,32.2953424 L119.559076,32.2613424 Z M117.235742,32.2613424 C117.235742,28.8613424 115.520631,26.7080091 112.664631,26.7080091 C109.903076,26.7080091 108.09352,28.7895646 108.09352,32.1102313 L108.09352,32.4608091 C108.09352,35.7739202 109.89552,37.8630313 112.664631,37.8630313 C115.513076,37.8528313 117.235742,35.6870313 117.235742,32.309698 L117.235742,32.2613424 Z M146.381298,24.9324535 L145.916631,27.2180091 C145.346187,26.9467646 144.719076,26.8175646 144.088187,26.8364535 C142.342853,26.8364535 140.234853,28.3891202 140.234853,31.6720091 L140.234853,39.5675646 L137.91152,39.5675646 L137.91152,24.9097869 L139.800409,24.9097869 L140.12152,27.3124535 C140.922409,25.5255646 142.505298,24.6151202 144.768187,24.6151202 C145.315964,24.5946446 145.863742,24.693698 146.366187,24.9090313 L146.381298,24.9324535 Z M161.114631,37.7391202 L160.969942,39.5864535 C160.410831,39.7821424 159.81772,39.881498 159.224609,39.8803742 C157.800387,39.8803742 156.871053,39.3401424 156.610387,37.7232535 C155.681053,39.0983646 153.792164,39.8803742 151.925942,39.8803742 C149.194609,39.8803742 146.977053,38.5921424 146.977053,35.9514757 C146.977053,33.7528091 148.896164,32.0225869 152.64372,31.3803646 L156.497053,30.7343646 L156.497053,29.9259202 C156.497053,27.991698 155.276831,26.6883646 153.097053,26.6883646 C151.177942,26.6883646 149.727276,27.6252535 148.941498,29.4763646 L147.226387,28.2334757 C147.981942,26.0763646 150.275053,24.659698 153.081942,24.659698 C156.395053,24.659698 158.824164,26.2425869 158.824164,29.6463646 L158.824164,36.8619202 C158.824164,37.5645869 159.113164,37.9159202 159.927276,37.9159202 C160.320164,37.9124371 160.709276,37.8592535 161.090831,37.7621646 L161.114631,37.7391202 Z M156.505742,34.6640091 L156.505742,32.642898 L153.253076,33.2586757 C150.69552,33.7271202 149.399742,34.5771202 149.399742,35.9560091 C149.399742,37.1875646 150.385742,37.8297869 152.040409,37.8297869 C154.363742,37.8297869 156.498187,36.5982313 156.498187,34.6677869 L156.505742,34.6640091 Z" id="texto"></path>
9
- </g>
10
- <g stroke-width=".999" class="logo-symbol">
11
- <path d="M31.005305,4 C31.0740593,4 31.1423099,4.00215222 31.2099927,4.00639281 L31.0469703,4.00547658 C45.9398623,4.04711075 58,16.1176476 58,31.0014077 C58,45.6825629 46.2659643,57.6265635 31.6535598,57.988975 L31.0532461,58 C29.2780404,58 27.8389518,56.5640031 27.8389518,54.7926111 C27.8389518,53.0823016 29.1805041,51.6846553 30.8708483,51.5902996 L31.046,51.585 L31.0464347,50.1855503 L30.8429259,50.1918749 C29.0677202,50.1918749 27.6286316,48.755878 27.6286316,46.984486 C27.6286316,45.2130941 29.0677202,43.7770972 30.8429259,43.7770972 C30.9112815,43.7770972 30.9791388,43.7792263 31.0464347,43.7834218 L31.0464347,42.2312259 L30.8429259,42.2375505 C29.0677202,42.2375505 27.6286316,40.8015536 27.6286316,39.0301616 C27.6286316,37.2587697 29.0677202,35.8227727 30.8429259,35.8227727 C30.9112815,35.8227727 30.9791388,35.8249019 31.0464347,35.8290973 L31.0464347,34.2769015 C30.9791388,34.2810969 30.9112815,34.2832261 30.8429259,34.2832261 C29.0677202,34.2832261 27.6286316,32.8472292 27.6286316,31.0758372 C27.6286316,29.3044452 29.0677202,27.8684483 30.8429259,27.8684483 L31.0464347,27.8747729 L31.0464347,26.3225771 C30.9791388,26.3267725 30.9112815,26.3289017 30.8429259,26.3289017 C29.0677202,26.3289017 27.6286316,24.8929047 27.6286316,23.1215128 C27.6286316,21.3501208 29.0677202,19.9141239 30.8429259,19.9141239 C30.9112815,19.9141239 30.9791388,19.916253 31.0464347,19.9204485 L31.0464347,18.3682527 L30.8429259,18.3745772 C29.0677202,18.3745772 27.6286316,16.9385803 27.6286316,15.1671884 C27.6286316,13.3957964 29.0677202,11.9597995 30.8429259,11.9597995 C30.9112815,11.9597995 30.9791388,11.9619286 31.0464347,11.9661241 L31.046,10.419 L31.005305,10.4202528 C29.2898504,10.4202528 27.8879995,9.08044012 27.7933599,7.39228766 L27.7882673,7.21012641 C27.7882673,5.43722255 29.2285841,4 31.005305,4 Z M23.1286197,52.3692605 C24.5978953,52.3692605 25.7889785,53.5338756 25.7889785,54.9705011 C25.7889785,56.4071266 24.5978953,57.5717416 23.1286197,57.5717416 C21.659344,57.5717416 20.4682608,56.4071266 20.4682608,54.9705011 C20.4682608,53.5338756 21.659344,52.3692605 23.1286197,52.3692605 Z M15.1571699,51.7888674 C16.0590917,51.7888674 16.7902437,52.4940061 16.7902437,53.3638389 C16.7902437,54.2336717 16.0590917,54.9388105 15.1571699,54.9388105 C14.2552481,54.9388105 13.5240961,54.2336717 13.5240961,53.3638389 C13.5240961,52.4940061 14.2552481,51.7888674 15.1571699,51.7888674 Z M23.1286197,43.9532642 C24.7618089,43.9532642 26.0857704,45.2478047 26.0857704,46.8447013 C26.0857704,48.441598 24.7618089,49.7361385 23.1286197,49.7361385 C21.4954304,49.7361385 20.1714689,48.441598 20.1714689,46.8447013 C20.1714689,45.2478047 21.4954304,43.9532642 23.1286197,43.9532642 Z M15.1571699,44.8330372 C16.4698081,44.8330372 17.5339116,45.8582157 17.5339116,47.1228374 C17.5339116,48.3874591 16.4698081,49.4126375 15.1571699,49.4126375 C13.8445317,49.4126375 12.7804282,48.3874591 12.7804282,47.1228374 C12.7804282,45.8582157 13.8445317,44.8330372 15.1571699,44.8330372 Z M7.96398274,44.8330372 C8.74130003,44.8330372 9.3714402,45.440758 9.3714402,46.1904195 C9.3714402,46.940081 8.74130003,47.5478018 7.96398274,47.5478018 C7.18666544,47.5478018 6.55652527,46.940081 6.55652527,46.1904195 C6.55652527,45.440758 7.18666544,44.8330372 7.96398274,44.8330372 Z M15.1571699,36.7018864 C16.6483427,36.7018864 17.8571771,37.8665014 17.8571771,39.3031269 C17.8571771,40.7397524 16.6483427,41.9043675 15.1571699,41.9043675 C13.6659971,41.9043675 12.4571627,40.7397524 12.4571627,39.3031269 C12.4571627,37.8665014 13.6659971,36.7018864 15.1571699,36.7018864 Z M23.1286197,36.117661 C24.7618089,36.117661 26.0857704,37.4122015 26.0857704,39.0090982 C26.0857704,40.6059948 24.7618089,41.9005353 23.1286197,41.9005353 C21.4954304,41.9005353 20.1714689,40.6059948 20.1714689,39.0090982 C20.1714689,37.4122015 21.4954304,36.117661 23.1286197,36.117661 Z M7.1857201,37.1317447 C8.39285998,37.1317447 9.3714402,38.0755086 9.3714402,39.2397003 C9.3714402,40.4038919 8.39285998,41.3476558 7.1857201,41.3476558 C5.97858022,41.3476558 5,40.4038919 5,39.2397003 C5,38.0755086 5.97858022,37.1317447 7.1857201,37.1317447 Z M15.1571699,28.8821759 C16.6483427,28.8821759 17.8571771,30.046791 17.8571771,31.4834165 C17.8571771,32.920042 16.6483427,34.084657 15.1571699,34.084657 C13.6659971,34.084657 12.4571627,32.920042 12.4571627,31.4834165 C12.4571627,30.046791 13.6659971,28.8821759 15.1571699,28.8821759 Z M23.1286197,28.2820579 C24.7618089,28.2820579 26.0857704,29.5765984 26.0857704,31.173495 C26.0857704,32.7703916 24.7618089,34.0649322 23.1286197,34.0649322 C21.4954304,34.0649322 20.1714689,32.7703916 20.1714689,31.173495 C20.1714689,29.5765984 21.4954304,28.2820579 23.1286197,28.2820579 Z M7.1857201,29.2542785 C8.39285998,29.2542785 9.3714402,30.1980424 9.3714402,31.3622341 C9.3714402,32.5264257 8.39285998,33.4701896 7.1857201,33.4701896 C5.97858022,33.4701896 5,32.5264257 5,31.3622341 C5,30.1980424 5.97858022,29.2542785 7.1857201,29.2542785 Z M15.1571699,21.0624655 C16.6483427,21.0624655 17.8571771,22.2270805 17.8571771,23.663706 C17.8571771,25.1003315 16.6483427,26.2649466 15.1571699,26.2649466 C13.6659971,26.2649466 12.4571627,25.1003315 12.4571627,23.663706 C12.4571627,22.2270805 13.6659971,21.0624655 15.1571699,21.0624655 Z M23.1286197,20.4464547 C24.7618089,20.4464547 26.0857704,21.7409952 26.0857704,23.3378919 C26.0857704,24.9347885 24.7618089,26.229329 23.1286197,26.229329 C21.4954304,26.229329 20.1714689,24.9347885 20.1714689,23.3378919 C20.1714689,21.7409952 21.4954304,20.4464547 23.1286197,20.4464547 Z M7.1857201,21.3768123 C8.39285998,21.3768123 9.3714402,22.3205762 9.3714402,23.4847679 C9.3714402,24.6489596 8.39285998,25.5927234 7.1857201,25.5927234 C5.97858022,25.5927234 5,24.6489596 5,23.4847679 C5,22.3205762 5.97858022,21.3768123 7.1857201,21.3768123 Z M23.1286197,12.6108516 C24.7618089,12.6108516 26.0857704,13.9053921 26.0857704,15.5022887 C26.0857704,17.0991853 24.7618089,18.3937258 23.1286197,18.3937258 C21.4954304,18.3937258 20.1714689,17.0991853 20.1714689,15.5022887 C20.1714689,13.9053921 21.4954304,12.6108516 23.1286197,12.6108516 Z M15.1571699,13.6762951 C16.3998139,13.6762951 17.4071759,14.6468077 17.4071759,15.8439956 C17.4071759,17.0411835 16.3998139,18.0116961 15.1571699,18.0116961 C13.9145259,18.0116961 12.9071639,17.0411835 12.9071639,15.8439956 C12.9071639,14.6468077 13.9145259,13.6762951 15.1571699,13.6762951 Z M7.90144154,15.1762993 C8.71329938,15.1762993 9.3714402,15.8110245 9.3714402,16.5939977 C9.3714402,17.3769709 8.71329938,18.0116961 7.90144154,18.0116961 C7.08958369,18.0116961 6.43144287,17.3769709 6.43144287,16.5939977 C6.43144287,15.8110245 7.08958369,15.1762993 7.90144154,15.1762993 Z M15.1571699,7.47821725 C16.1475119,7.47821725 16.9503427,8.25248456 16.9503427,9.20759169 C16.9503427,10.1626988 16.1475119,10.9369661 15.1571699,10.9369661 C14.1668279,10.9369661 13.3639971,10.1626988 13.3639971,9.20759169 C13.3639971,8.25248456 14.1668279,7.47821725 15.1571699,7.47821725 Z M23.1286197,4.74523841 C24.6723059,4.74523841 25.9237108,5.96883472 25.9237108,7.47821725 C25.9237108,8.98759979 24.6723059,10.2111961 23.1286197,10.2111961 C21.5849335,10.2111961 20.3335285,8.98759979 20.3335285,7.47821725 C20.3335285,5.96883472 21.5849335,4.74523841 23.1286197,4.74523841 Z" id="simbolo"></path>
12
- </g>
13
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
- <g id="placeRow" fill-rule="evenodd">
4
- <polygon fill="currentColor" points="12 2 16.2426407 6.24264069 15.1213203 7.36396103 13 5.242 13 11 18.759 11 16.636039 8.87867966 17.7573593 7.75735931 22 12 17.7573593 16.2426407 16.636039 15.1213203 18.757 13 13 13 13 18.757 15.1213203 16.636039 16.2426407 17.7573593 12 22 7.75735931 17.7573593 8.87867966 16.636039 11 18.759 11 13 5.242 13 7.36396103 15.1213203 6.24264069 16.2426407 2 12 6.24264069 7.75735931 7.36396103 8.87867966 5.24 11 11 11 11 5.24 8.87867966 7.36396103 7.75735931 6.24264069"/>
5
- </g>
6
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11,2V4.07C7.38,4.53 4.53,7.38 4.07,11H2V13H4.07C4.53,16.62 7.38,19.47 11,19.93V22H13V19.93C16.62,19.47 19.47,16.62 19.93,13H22V11H19.93C19.47,7.38 16.62,4.53 13,4.07V2M11,6.08V8H13V6.09C15.5,6.5 17.5,8.5 17.92,11H16V13H17.91C17.5,15.5 15.5,17.5 13,17.92V16H11V17.91C8.5,17.5 6.5,15.5 6.08,13H8V11H6.09C6.5,8.5 8.5,6.5 11,6.08M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11Z" /></svg>