@osn/icons 1.4.1 → 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>
|
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>
|