@osn/icons 1.4.0 → 1.4.2
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="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 5.5C4.25 5.08579 4.58579 4.75 5 4.75L19 4.75C19.4142 4.75 19.75 5.08579 19.75 5.5C19.75 5.91421 19.4142 6.25 19 6.25L5 6.25C4.58579 6.25 4.25 5.91421 4.25 5.5ZM4.25 12.0012C4.25 11.587 4.58579 11.2512 5 11.2512L19 11.2512C19.4142 11.2512 19.75 11.587 19.75 12.0012C19.75 12.4154 19.4142 12.7512 19 12.7512L5 12.7512C4.58579 12.7512 4.25 12.4154 4.25 12.0012ZM5 17.75C4.58579 17.75 4.25 18.0858 4.25 18.5C4.25 18.9142 4.58579 19.25 5 19.25H19C19.4142 19.25 19.75 18.9142 19.75 18.5C19.75 18.0858 19.4142 17.75 19 17.75H5Z" fill="#1E2134"/>
|
|
3
3
|
</svg>
|
|
@@ -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/SystemMenu.js
CHANGED
|
@@ -15,7 +15,7 @@ export default function SvgSystemMenu(props) {
|
|
|
15
15
|
<path
|
|
16
16
|
fillRule="evenodd"
|
|
17
17
|
clipRule="evenodd"
|
|
18
|
-
d="
|
|
18
|
+
d="M4.25 5.5C4.25 5.08579 4.58579 4.75 5 4.75L19 4.75C19.4142 4.75 19.75 5.08579 19.75 5.5C19.75 5.91421 19.4142 6.25 19 6.25L5 6.25C4.58579 6.25 4.25 5.91421 4.25 5.5ZM4.25 12.0012C4.25 11.587 4.58579 11.2512 5 11.2512L19 11.2512C19.4142 11.2512 19.75 11.587 19.75 12.0012C19.75 12.4154 19.4142 12.7512 19 12.7512L5 12.7512C4.58579 12.7512 4.25 12.4154 4.25 12.0012ZM5 17.75C4.58579 17.75 4.25 18.0858 4.25 18.5C4.25 18.9142 4.58579 19.25 5 19.25H19C19.4142 19.25 19.75 18.9142 19.75 18.5C19.75 18.0858 19.4142 17.75 19 17.75H5Z"
|
|
19
19
|
fill="#1E2134"
|
|
20
20
|
/>
|
|
21
21
|
</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>
|