@osn/icons 1.4.0 → 1.4.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.
package/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7499 5.74902C12.7499 5.33481 12.4141 4.99902 11.9999 4.99902C11.5857 4.99902 11.2499 5.33481 11.2499 5.74902V11.25H5.74902C5.33481 11.25 4.99902 11.5858 4.99902 12C4.99902 12.4142 5.33481 12.75 5.74902 12.75H11.2499L11.2499 18.2512C11.2499 18.6654 11.5857 19.0012 11.9999 19.0012C12.4141 19.0012 12.7499 18.6654 12.7499 18.2512L12.7499 12.75L18.2512 12.75C18.6654 12.75 19.0012 12.4142 19.0012 12C19.0012 11.5858 18.6654 11.25 18.2512 11.25L12.7499 11.25V5.74902Z" fill="#1E2134"/>
|
|
3
3
|
</svg>
|
package/subsquare/SystemPlus.js
CHANGED
|
@@ -15,7 +15,7 @@ export default function SvgSystemPlus(props) {
|
|
|
15
15
|
<path
|
|
16
16
|
fillRule="evenodd"
|
|
17
17
|
clipRule="evenodd"
|
|
18
|
-
d="M12.
|
|
18
|
+
d="M12.7499 5.74902C12.7499 5.33481 12.4141 4.99902 11.9999 4.99902C11.5857 4.99902 11.2499 5.33481 11.2499 5.74902V11.25H5.74902C5.33481 11.25 4.99902 11.5858 4.99902 12C4.99902 12.4142 5.33481 12.75 5.74902 12.75H11.2499L11.2499 18.2512C11.2499 18.6654 11.5857 19.0012 11.9999 19.0012C12.4141 19.0012 12.7499 18.6654 12.7499 18.2512L12.7499 12.75L18.2512 12.75C18.6654 12.75 19.0012 12.4142 19.0012 12C19.0012 11.5858 18.6654 11.25 18.2512 11.25L12.7499 11.25V5.74902Z"
|
|
19
19
|
fill="#1E2134"
|
|
20
20
|
/>
|
|
21
21
|
</svg>
|