one-design-next 0.0.74 → 0.0.75
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/icon/svg-data.d.ts +2 -2
- package/dist/icon/svg-data.js +1 -1
- package/package.json +1 -1
package/dist/icon/svg-data.d.ts
CHANGED
|
@@ -524,8 +524,8 @@ export declare const svgData: {
|
|
|
524
524
|
readonly content: "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"> <rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" /> </g>";
|
|
525
525
|
};
|
|
526
526
|
readonly 'square-filled': {
|
|
527
|
-
readonly viewBox: "0 0
|
|
528
|
-
readonly content: "<
|
|
527
|
+
readonly viewBox: "0 0 24 24";
|
|
528
|
+
readonly content: "<rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\" fill=\"currentColor\"/>";
|
|
529
529
|
};
|
|
530
530
|
readonly star: {
|
|
531
531
|
readonly viewBox: "0 0 17 16";
|