@wordpress/icons 9.26.1 → 9.26.3
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/build/library/align-center.js +1 -1
- package/build/library/align-center.js.map +1 -1
- package/build/library/align-left.js +1 -1
- package/build/library/align-left.js.map +1 -1
- package/build/library/align-none.js +1 -1
- package/build/library/align-none.js.map +1 -1
- package/build/library/align-right.js +1 -1
- package/build/library/align-right.js.map +1 -1
- package/build/library/button.js +1 -1
- package/build/library/button.js.map +1 -1
- package/build/library/buttons.js +1 -1
- package/build/library/buttons.js.map +1 -1
- package/build/library/justify-center.js +1 -1
- package/build/library/justify-center.js.map +1 -1
- package/build/library/media-and-text.js +1 -1
- package/build/library/media-and-text.js.map +1 -1
- package/build/library/position-center.js +1 -1
- package/build/library/position-center.js.map +1 -1
- package/build/library/position-left.js +1 -1
- package/build/library/position-left.js.map +1 -1
- package/build/library/position-right.js +1 -1
- package/build/library/position-right.js.map +1 -1
- package/build/library/resize-corner-n-e.js +1 -1
- package/build/library/resize-corner-n-e.js.map +1 -1
- package/build/library/separator.js +1 -1
- package/build/library/separator.js.map +1 -1
- package/build/library/stretch-full-width.js +1 -1
- package/build/library/stretch-full-width.js.map +1 -1
- package/build/library/stretch-wide.js +1 -1
- package/build/library/stretch-wide.js.map +1 -1
- package/build-module/library/align-center.js +1 -1
- package/build-module/library/align-center.js.map +1 -1
- package/build-module/library/align-left.js +1 -1
- package/build-module/library/align-left.js.map +1 -1
- package/build-module/library/align-none.js +1 -1
- package/build-module/library/align-none.js.map +1 -1
- package/build-module/library/align-right.js +1 -1
- package/build-module/library/align-right.js.map +1 -1
- package/build-module/library/button.js +1 -1
- package/build-module/library/button.js.map +1 -1
- package/build-module/library/buttons.js +1 -1
- package/build-module/library/buttons.js.map +1 -1
- package/build-module/library/justify-center.js +1 -1
- package/build-module/library/justify-center.js.map +1 -1
- package/build-module/library/media-and-text.js +1 -1
- package/build-module/library/media-and-text.js.map +1 -1
- package/build-module/library/position-center.js +1 -1
- package/build-module/library/position-center.js.map +1 -1
- package/build-module/library/position-left.js +1 -1
- package/build-module/library/position-left.js.map +1 -1
- package/build-module/library/position-right.js +1 -1
- package/build-module/library/position-right.js.map +1 -1
- package/build-module/library/resize-corner-n-e.js +1 -1
- package/build-module/library/resize-corner-n-e.js.map +1 -1
- package/build-module/library/separator.js +1 -1
- package/build-module/library/separator.js.map +1 -1
- package/build-module/library/stretch-full-width.js +1 -1
- package/build-module/library/stretch-full-width.js.map +1 -1
- package/build-module/library/stretch-wide.js +1 -1
- package/build-module/library/stretch-wide.js.map +1 -1
- package/package.json +4 -4
- package/src/library/align-center.js +1 -1
- package/src/library/align-left.js +1 -1
- package/src/library/align-none.js +1 -1
- package/src/library/align-right.js +1 -1
- package/src/library/button.js +1 -1
- package/src/library/buttons.js +1 -1
- package/src/library/justify-center.js +1 -1
- package/src/library/media-and-text.js +1 -1
- package/src/library/position-center.js +1 -1
- package/src/library/position-left.js +1 -1
- package/src/library/position-right.js +1 -1
- package/src/library/resize-corner-n-e.js +1 -1
- package/src/library/separator.js +1 -1
- package/src/library/stretch-full-width.js +1 -1
- package/src/library/stretch-wide.js +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/icons",
|
3
|
-
"version": "9.26.
|
3
|
+
"version": "9.26.3",
|
4
4
|
"description": "WordPress Icons package, based on dashicon.",
|
5
5
|
"author": "The WordPress Contributors",
|
6
6
|
"license": "GPL-2.0-or-later",
|
@@ -29,11 +29,11 @@
|
|
29
29
|
"types": "build-types",
|
30
30
|
"dependencies": {
|
31
31
|
"@babel/runtime": "^7.16.0",
|
32
|
-
"@wordpress/element": "^5.12.
|
33
|
-
"@wordpress/primitives": "^3.33.
|
32
|
+
"@wordpress/element": "^5.12.2",
|
33
|
+
"@wordpress/primitives": "^3.33.2"
|
34
34
|
},
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "86d483d54c987f4d324a760deacb0af29fff8332"
|
39
39
|
}
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const alignCenter = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M7.5 5.5h9V4h-9v1.5Zm-3.5 7h16V11H4v1.5Zm3.5 7h9V18h-9v1.5Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const alignLeft = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M13 5.5H4V4h9v1.5Zm7 7H4V11h16v1.5Zm-7 7H4V18h9v1.5Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const alignNone = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M19 5.5H5V4h14v1.5ZM19 20H5v-1.5h14V20ZM5 9h14v6H5V9Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const alignRight = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M11.
|
8
|
+
<Path d="M11.111 5.5H20V4h-8.889v1.5ZM4 12.5h16V11H4v1.5Zm7.111 7H20V18h-8.889v1.5Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
package/src/library/button.js
CHANGED
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const button = (
|
7
7
|
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
8
|
-
<Path d="M19 6.
|
8
|
+
<Path d="M8 12.5h8V11H8v1.5Z M19 6.5H5a2 2 0 0 0-2 2V15a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a2 2 0 0 0-2-2ZM5 8h14a.5.5 0 0 1 .5.5V15a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8.5A.5.5 0 0 1 5 8Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
package/src/library/buttons.js
CHANGED
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const buttons = (
|
7
7
|
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M14.5 17.5H9.5V16H14.5V17.5Z M14.5 8H9.5V6.5H14.5V8Z M7 3.5H17C18.1046 3.5 19 4.39543 19 5.5V9C19 10.1046 18.1046 11 17 11H7C5.89543 11 5 10.1046 5 9V5.5C5 4.39543 5.89543 3.5 7 3.5ZM17 5H7C6.72386 5 6.5 5.22386 6.5 5.5V9C6.5 9.27614 6.72386 9.5 7 9.5H17C17.2761 9.5 17.5 9.27614 17.5 9V5.5C17.5 5.22386 17.2761 5 17 5Z M7 13H17C18.1046 13 19 13.8954 19 15V18.5C19 19.6046 18.1046 20.5 17 20.5H7C5.89543 20.5 5 19.6046 5 18.5V15C5 13.8954 5.89543 13 7 13ZM17 14.5H7C6.72386 14.5 6.5 14.7239 6.5 15V18.5C6.5 18.7761 6.72386 19 7 19H17C17.2761 19 17.5 18.7761 17.5 18.5V15C17.5 14.7239 17.2761 14.5 17 14.5Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const justifyCenter = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M12.5 15v5H11v-5H4V9h7V4h1.5v5h7v6h-7Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const mediaAndText = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M3
|
8
|
+
<Path d="M3 6v11.5h8V6H3Zm11 3h7V7.5h-7V9Zm7 3.5h-7V11h7v1.5ZM14 16h7v-1.5h-7V16Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const positionCenter = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M19 5.5H5V4h14v1.5ZM19 20H5v-1.5h14V20ZM7 9h10v6H7V9Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const positionLeft = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M5 5.5h8V4H5v1.5ZM5 20h8v-1.5H5V20ZM19 9H5v6h14V9Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const positionRight = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M19 5.5h-8V4h8v1.5ZM19 20h-8v-1.5h8V20ZM5 9h14v6H5V9Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const resizeCornerNE = (
|
7
7
|
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M7 18h4.5v1.5h-7v-7H6V17L17 6h-4.5V4.5h7v7H18V7L7 18Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
package/src/library/separator.js
CHANGED
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const separator = (
|
7
7
|
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M4.5 12.5v4H3V7h1.5v3.987h15V7H21v9.5h-1.5v-4h-15Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const stretchWide = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M16 5.5H8V4h8v1.5ZM16 20H8v-1.5h8V20ZM5 9h14v6H5V9Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|