@bigbinary/neeto-icons-rn 1.20.31 → 1.20.33
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.
- package/dist/logos/Neeto.js +2 -1
- package/dist/misc/Whereby.js +0 -1
- package/package.json +1 -1
package/dist/logos/Neeto.js
CHANGED
|
@@ -10,8 +10,9 @@ const SvgNeeto = (props) => (
|
|
|
10
10
|
>
|
|
11
11
|
<Path fill="#5BCC5A" d="M315.258.428H188.326l126.932 190.398z" />
|
|
12
12
|
<Path
|
|
13
|
-
fill=
|
|
13
|
+
fill="#000"
|
|
14
14
|
d="M.467 332.99.468.428h91.663L315.26 332.99h-94.337L74.089 117.205V332.99z"
|
|
15
|
+
data-dark-mode-color="true"
|
|
15
16
|
/>
|
|
16
17
|
</Svg>
|
|
17
18
|
);
|
package/dist/misc/Whereby.js
CHANGED
|
@@ -9,7 +9,6 @@ const SvgWhereby = (props) => (
|
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
11
|
<Path
|
|
12
|
-
fill="none"
|
|
13
12
|
d="M16.734 15.71c-.511.419-1.02.466-5.511.466-2.723 0-4.953.074-4.953.195 0 .098.218.32.484.492.656.39.973 1.102 4.129 8.871 1.527 3.703 2.816 6.84 2.914 6.938.094.098.8-1.371 1.578-3.309a274 274 0 0 1 1.82-4.437l.41-.93 1.797 4.434c.996 2.43 1.848 4.414 1.918 4.414.22-.024 4.832-12.133 5.004-13.164.219-1.492-.074-2.645-.898-3.504-1.63-1.617-4.395-.54-5.973 2.379l-.414.785-.875-2.035-.848-2.059Zm-2.988 1.227c.899.317 1.41 1.079 2.598 3.97l.875 2.156-.922 2.425c-.512 1.352-.973 2.453-1.047 2.453-.191 0-3.883-9.242-3.883-9.73 0-.637.293-1.004.973-1.273.34-.125.605-.247.629-.247.023-.023.363.098.777.247m9.297 2.106c.922.98.75 3.238-.488 6.445-.75 2.012-1.02 2.477-1.164 2.086-.098-.27-.825-2.035-1.602-3.922-.777-1.886-1.41-3.554-1.41-3.703 0-.465 1.168-1.37 1.992-1.543 1.188-.246 2.04-.047 2.672.637m0 0"
|
|
14
13
|
data-dark-mode-color="true"
|
|
15
14
|
/>
|