@wordpress/icons 5.0.1 → 6.1.0

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.
Files changed (94) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/build/index.js +64 -8
  4. package/build/index.js.map +1 -1
  5. package/build/library/align-none.js +23 -0
  6. package/build/library/align-none.js.map +1 -0
  7. package/build/library/check.js +1 -1
  8. package/build/library/check.js.map +1 -1
  9. package/build/library/color.js +23 -0
  10. package/build/library/color.js.map +1 -0
  11. package/build/library/comment-author-avatar.js +26 -0
  12. package/build/library/comment-author-avatar.js.map +1 -0
  13. package/build/library/comment-author-name.js +36 -0
  14. package/build/library/comment-author-name.js.map +1 -0
  15. package/build/library/comment-content.js +25 -0
  16. package/build/library/comment-content.js.map +1 -0
  17. package/build/library/comment-reply-link.js +25 -0
  18. package/build/library/comment-reply-link.js.map +1 -0
  19. package/build/library/globe.js +2 -2
  20. package/build/library/globe.js.map +1 -1
  21. package/build/library/position-center.js +1 -1
  22. package/build/library/position-center.js.map +1 -1
  23. package/build/library/{minus.js → reset.js} +5 -5
  24. package/build/library/reset.js.map +1 -0
  25. package/build/library/settings.js +1 -1
  26. package/build/library/settings.js.map +1 -1
  27. package/build/library/styles.js +24 -0
  28. package/build/library/styles.js.map +1 -0
  29. package/build-module/index.js +8 -1
  30. package/build-module/index.js.map +1 -1
  31. package/build-module/library/{minus.js → align-none.js} +5 -5
  32. package/build-module/library/align-none.js.map +1 -0
  33. package/build-module/library/check.js +1 -1
  34. package/build-module/library/check.js.map +1 -1
  35. package/build-module/library/color.js +14 -0
  36. package/build-module/library/color.js.map +1 -0
  37. package/build-module/library/comment-author-avatar.js +17 -0
  38. package/build-module/library/comment-author-avatar.js.map +1 -0
  39. package/build-module/library/comment-author-name.js +27 -0
  40. package/build-module/library/comment-author-name.js.map +1 -0
  41. package/build-module/library/comment-content.js +16 -0
  42. package/build-module/library/comment-content.js.map +1 -0
  43. package/build-module/library/comment-reply-link.js +16 -0
  44. package/build-module/library/comment-reply-link.js.map +1 -0
  45. package/build-module/library/globe.js +2 -2
  46. package/build-module/library/globe.js.map +1 -1
  47. package/build-module/library/position-center.js +1 -1
  48. package/build-module/library/position-center.js.map +1 -1
  49. package/build-module/library/reset.js +14 -0
  50. package/build-module/library/reset.js.map +1 -0
  51. package/build-module/library/settings.js +1 -1
  52. package/build-module/library/settings.js.map +1 -1
  53. package/build-module/library/styles.js +14 -0
  54. package/build-module/library/styles.js.map +1 -0
  55. package/build-types/icon/index.d.ts +2 -4
  56. package/build-types/icon/index.d.ts.map +1 -1
  57. package/build-types/icon/stories/index.d.ts +1 -1
  58. package/build-types/index.d.ts +8 -1
  59. package/build-types/library/align-none.d.ts +3 -0
  60. package/build-types/library/align-none.d.ts.map +1 -0
  61. package/build-types/library/color.d.ts +3 -0
  62. package/build-types/library/color.d.ts.map +1 -0
  63. package/build-types/library/comment-author-avatar.d.ts +3 -0
  64. package/build-types/library/comment-author-avatar.d.ts.map +1 -0
  65. package/build-types/library/comment-author-name.d.ts +3 -0
  66. package/build-types/library/comment-author-name.d.ts.map +1 -0
  67. package/build-types/library/comment-content.d.ts +3 -0
  68. package/build-types/library/comment-content.d.ts.map +1 -0
  69. package/build-types/library/comment-reply-link.d.ts +3 -0
  70. package/build-types/library/comment-reply-link.d.ts.map +1 -0
  71. package/build-types/library/reset.d.ts +3 -0
  72. package/build-types/library/reset.d.ts.map +1 -0
  73. package/build-types/library/styles.d.ts +3 -0
  74. package/build-types/library/styles.d.ts.map +1 -0
  75. package/package.json +4 -4
  76. package/src/index.js +8 -1
  77. package/src/library/align-none.js +12 -0
  78. package/src/library/check.js +1 -1
  79. package/src/library/color.js +12 -0
  80. package/src/library/comment-author-avatar.js +17 -0
  81. package/src/library/comment-author-name.js +22 -0
  82. package/src/library/comment-content.js +16 -0
  83. package/src/library/comment-reply-link.js +17 -0
  84. package/src/library/globe.js +2 -2
  85. package/src/library/position-center.js +1 -1
  86. package/src/library/reset.js +12 -0
  87. package/src/library/settings.js +1 -1
  88. package/src/library/styles.js +12 -0
  89. package/tsconfig.tsbuildinfo +1 -3252
  90. package/build/library/minus.js.map +0 -1
  91. package/build-module/library/minus.js.map +0 -1
  92. package/build-types/library/minus.d.ts +0 -3
  93. package/build-types/library/minus.d.ts.map +0 -1
  94. package/src/library/minus.js +0 -12
@@ -5,6 +5,7 @@ export { default as alignCenter } from "./library/align-center";
5
5
  export { default as alignJustify } from "./library/align-justify";
6
6
  export { default as alignJustifyAlt } from "./library/align-justify-alt";
7
7
  export { default as alignLeft } from "./library/align-left";
8
+ export { default as alignNone } from "./library/align-none";
8
9
  export { default as alignRight } from "./library/align-right";
9
10
  export { default as archive } from "./library/archive";
10
11
  export { default as archiveTitle } from "./library/archive-title";
@@ -43,9 +44,14 @@ export { default as cloud } from "./library/cloud";
43
44
  export { default as code } from "./library/code";
44
45
  export { default as cog } from "./library/cog";
45
46
  export { default as cogAlt } from "./library/cog-alt";
47
+ export { default as color } from "./library/color";
46
48
  export { default as column } from "./library/column";
47
49
  export { default as columns } from "./library/columns";
48
50
  export { default as comment } from "./library/comment";
51
+ export { default as commentAuthorAvatar } from "./library/comment-author-avatar";
52
+ export { default as commentAuthorName } from "./library/comment-author-name";
53
+ export { default as commentContent } from "./library/comment-content";
54
+ export { default as commentReplyLink } from "./library/comment-reply-link";
49
55
  export { default as cover } from "./library/cover";
50
56
  export { default as create } from "./library/create";
51
57
  export { default as crop } from "./library/crop";
@@ -119,7 +125,6 @@ export { default as media } from "./library/media";
119
125
  export { default as mediaAndText } from "./library/media-and-text";
120
126
  export { default as megaphone } from "./library/megaphone";
121
127
  export { default as menu } from "./library/menu";
122
- export { default as minus } from "./library/minus";
123
128
  export { default as mobile } from "./library/mobile";
124
129
  export { default as more } from "./library/more";
125
130
  export { default as moreHorizontal } from "./library/more-horizontal";
@@ -171,6 +176,7 @@ export { default as receipt } from "./library/receipt";
171
176
  export { default as redo } from "./library/redo";
172
177
  export { default as removeBug } from "./library/remove-bug";
173
178
  export { default as replace } from "./library/replace";
179
+ export { default as reset } from "./library/reset";
174
180
  export { default as resizeCornerNE } from "./library/resize-corner-n-e";
175
181
  export { default as reusableBlock } from "./library/reusable-block";
176
182
  export { default as symbol } from "./library/symbol";
@@ -191,6 +197,7 @@ export { default as starFilled } from "./library/star-filled";
191
197
  export { default as starHalf } from "./library/star-half";
192
198
  export { default as store } from "./library/store";
193
199
  export { default as stretchFullWidth } from "./library/stretch-full-width";
200
+ export { default as styles } from "./library/styles";
194
201
  export { default as shipping } from "./library/shipping";
195
202
  export { default as stretchWide } from "./library/stretch-wide";
196
203
  export { default as subscript } from "./library/subscript";
@@ -0,0 +1,3 @@
1
+ export default alignNone;
2
+ declare const alignNone: JSX.Element;
3
+ //# sourceMappingURL=align-none.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align-none.d.ts","sourceRoot":"","sources":["../../src/library/align-none.js"],"names":[],"mappings":";AAKA,qCAIE"}
@@ -0,0 +1,3 @@
1
+ export default color;
2
+ declare const color: JSX.Element;
3
+ //# sourceMappingURL=color.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../src/library/color.js"],"names":[],"mappings":";AAKA,iCAIE"}
@@ -0,0 +1,3 @@
1
+ export default commentAuthorAvatar;
2
+ declare const commentAuthorAvatar: JSX.Element;
3
+ //# sourceMappingURL=comment-author-avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-author-avatar.d.ts","sourceRoot":"","sources":["../../src/library/comment-author-avatar.js"],"names":[],"mappings":";AAKA,+CASE"}
@@ -0,0 +1,3 @@
1
+ export default commentAuthorName;
2
+ declare const commentAuthorName: JSX.Element;
3
+ //# sourceMappingURL=comment-author-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-author-name.d.ts","sourceRoot":"","sources":["../../src/library/comment-author-name.js"],"names":[],"mappings":";AAKA,6CAcE"}
@@ -0,0 +1,3 @@
1
+ export default commentContent;
2
+ declare const commentContent: JSX.Element;
3
+ //# sourceMappingURL=comment-content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-content.d.ts","sourceRoot":"","sources":["../../src/library/comment-content.js"],"names":[],"mappings":";AAKA,0CAQE"}
@@ -0,0 +1,3 @@
1
+ export default commentReplyLink;
2
+ declare const commentReplyLink: JSX.Element;
3
+ //# sourceMappingURL=comment-reply-link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-reply-link.d.ts","sourceRoot":"","sources":["../../src/library/comment-reply-link.js"],"names":[],"mappings":";AAKA,4CASE"}
@@ -0,0 +1,3 @@
1
+ export default reset;
2
+ declare const reset: JSX.Element;
3
+ //# sourceMappingURL=reset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reset.d.ts","sourceRoot":"","sources":["../../src/library/reset.js"],"names":[],"mappings":";AAKA,iCAIE"}
@@ -0,0 +1,3 @@
1
+ export const styles: JSX.Element;
2
+ export default styles;
3
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/library/styles.js"],"names":[],"mappings":"AAKA,iCAIE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/icons",
3
- "version": "5.0.1",
3
+ "version": "6.1.0",
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.13.10",
32
- "@wordpress/element": "^4.0.0",
33
- "@wordpress/primitives": "^3.0.0"
32
+ "@wordpress/element": "^4.0.3",
33
+ "@wordpress/primitives": "^3.0.3"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "8b67fbd424bc67f81c2d825877f0fae726d6363a"
38
+ "gitHead": "393c2b5533837fd637e998d23f0124c081a10df0"
39
39
  }
package/src/index.js CHANGED
@@ -6,6 +6,7 @@ export { default as alignCenter } from './library/align-center';
6
6
  export { default as alignJustify } from './library/align-justify';
7
7
  export { default as alignJustifyAlt } from './library/align-justify-alt';
8
8
  export { default as alignLeft } from './library/align-left';
9
+ export { default as alignNone } from './library/align-none';
9
10
  export { default as alignRight } from './library/align-right';
10
11
  export { default as archive } from './library/archive';
11
12
  export { default as archiveTitle } from './library/archive-title';
@@ -44,9 +45,14 @@ export { default as cloud } from './library/cloud';
44
45
  export { default as code } from './library/code';
45
46
  export { default as cog } from './library/cog';
46
47
  export { default as cogAlt } from './library/cog-alt';
48
+ export { default as color } from './library/color';
47
49
  export { default as column } from './library/column';
48
50
  export { default as columns } from './library/columns';
49
51
  export { default as comment } from './library/comment';
52
+ export { default as commentAuthorAvatar } from './library/comment-author-avatar';
53
+ export { default as commentAuthorName } from './library/comment-author-name';
54
+ export { default as commentContent } from './library/comment-content';
55
+ export { default as commentReplyLink } from './library/comment-reply-link';
50
56
  export { default as cover } from './library/cover';
51
57
  export { default as create } from './library/create';
52
58
  export { default as crop } from './library/crop';
@@ -120,7 +126,6 @@ export { default as media } from './library/media';
120
126
  export { default as mediaAndText } from './library/media-and-text';
121
127
  export { default as megaphone } from './library/megaphone';
122
128
  export { default as menu } from './library/menu';
123
- export { default as minus } from './library/minus';
124
129
  export { default as mobile } from './library/mobile';
125
130
  export { default as more } from './library/more';
126
131
  export { default as moreHorizontal } from './library/more-horizontal';
@@ -172,6 +177,7 @@ export { default as receipt } from './library/receipt';
172
177
  export { default as redo } from './library/redo';
173
178
  export { default as removeBug } from './library/remove-bug';
174
179
  export { default as replace } from './library/replace';
180
+ export { default as reset } from './library/reset';
175
181
  export { default as resizeCornerNE } from './library/resize-corner-n-e';
176
182
  export { default as reusableBlock } from './library/reusable-block';
177
183
  export { default as symbol } from './library/symbol';
@@ -192,6 +198,7 @@ export { default as starFilled } from './library/star-filled';
192
198
  export { default as starHalf } from './library/star-half';
193
199
  export { default as store } from './library/store';
194
200
  export { default as stretchFullWidth } from './library/stretch-full-width';
201
+ export { default as styles } from './library/styles';
195
202
  export { default as shipping } from './library/shipping';
196
203
  export { default as stretchWide } from './library/stretch-wide';
197
204
  export { default as subscript } from './library/subscript';
@@ -0,0 +1,12 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path } from '@wordpress/primitives';
5
+
6
+ const alignNone = (
7
+ <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
+ <Path d="M5 15h14V9H5v6zm0 4.8h14v-1.5H5v1.5zM5 4.2v1.5h14V4.2H5z" />
9
+ </SVG>
10
+ );
11
+
12
+ export default alignNone;
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
5
5
 
6
6
  const check = (
7
7
  <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
- <Path d="M18.3 5.6L9.9 16.9l-4.6-3.4-.9 1.2 5.8 4.3 9.3-12.6z" />
8
+ <Path d="M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z" />
9
9
  </SVG>
10
10
  );
11
11
 
@@ -0,0 +1,12 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { Path, SVG } from '@wordpress/primitives';
5
+
6
+ const color = (
7
+ <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
8
+ <Path d="M17.2 10.9c-.5-1-1.2-2.1-2.1-3.2-.6-.9-1.3-1.7-2.1-2.6L12 4l-1 1.1c-.6.9-1.3 1.7-2 2.6-.8 1.2-1.5 2.3-2 3.2-.6 1.2-1 2.2-1 3 0 3.4 2.7 6.1 6.1 6.1s6.1-2.7 6.1-6.1c0-.8-.3-1.8-1-3zm-5.1 7.6c-2.5 0-4.6-2.1-4.6-4.6 0-.3.1-1 .8-2.3.5-.9 1.1-1.9 2-3.1.7-.9 1.3-1.7 1.8-2.3.7.8 1.3 1.6 1.8 2.3.8 1.1 1.5 2.2 2 3.1.7 1.3.8 2 .8 2.3 0 2.5-2.1 4.6-4.6 4.6z" />
9
+ </SVG>
10
+ );
11
+
12
+ export default color;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { Path, SVG } from '@wordpress/primitives';
5
+
6
+ const commentAuthorAvatar = (
7
+ <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
+ <Path
9
+ d="M7.25 16.4371C6.16445 15.2755 5.5 13.7153 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 13.7153 17.8356 15.2755 16.75 16.4371V16C16.75 14.4812 15.5188 13.25 14 13.25L10 13.25C8.48122 13.25 7.25 14.4812 7.25 16V16.4371ZM8.75 17.6304C9.70606 18.1835 10.8161 18.5 12 18.5C13.1839 18.5 14.2939 18.1835 15.25 17.6304V16C15.25 15.3096 14.6904 14.75 14 14.75L10 14.75C9.30964 14.75 8.75 15.3096 8.75 16V17.6304ZM4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM14 10C14 11.1046 13.1046 12 12 12C10.8954 12 10 11.1046 10 10C10 8.89543 10.8954 8 12 8C13.1046 8 14 8.89543 14 10Z"
10
+ fillRule="evenodd"
11
+ clipRule="evenodd"
12
+ fill="black"
13
+ />
14
+ </SVG>
15
+ );
16
+
17
+ export default commentAuthorAvatar;
@@ -0,0 +1,22 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path, Circle } from '@wordpress/primitives';
5
+
6
+ const commentAuthorName = (
7
+ <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#FFFFFF">
8
+ <Path
9
+ d="M18 4H6c-1.1 0-2 .9-2 2v12.9c0 .6.5 1.1 1.1 1.1.3 0 .5-.1.8-.3L8.5 17H18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H7.9l-2.4 2.4V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v9z"
10
+ fillRule="evenodd"
11
+ clipRule="evenodd"
12
+ />
13
+ <Path
14
+ d="M15 15V15C15 13.8954 14.1046 13 13 13L11 13C9.89543 13 9 13.8954 9 15V15"
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ />
18
+ <Circle cx="12" cy="9" r="2" fillRule="evenodd" clipRule="evenodd" />
19
+ </SVG>
20
+ );
21
+
22
+ export default commentAuthorName;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { Path, SVG } from '@wordpress/primitives';
5
+
6
+ const commentContent = (
7
+ <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
8
+ <Path
9
+ fillRule="evenodd"
10
+ clipRule="evenodd"
11
+ d="M6.68822 16.625L5.5 17.8145L5.5 5.5L18.5 5.5L18.5 16.625L6.68822 16.625ZM7.31 18.125L19 18.125C19.5523 18.125 20 17.6773 20 17.125L20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19.5247C4 19.8173 4.16123 20.086 4.41935 20.2237C4.72711 20.3878 5.10601 20.3313 5.35252 20.0845L7.31 18.125ZM16 9.99997H8V8.49997H16V9.99997ZM8 14H13V12.5H8V14Z"
12
+ />
13
+ </SVG>
14
+ );
15
+
16
+ export default commentContent;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { Path, SVG } from '@wordpress/primitives';
5
+
6
+ const commentReplyLink = (
7
+ <SVG
8
+ width="24"
9
+ height="24"
10
+ viewBox="0 0 24 24"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <Path d="M6.68822 10.625L6.24878 11.0649L5.5 11.8145L5.5 5.5L12.5 5.5V8L14 6.5V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44771 4 5V13.5247C4 13.8173 4.16123 14.086 4.41935 14.2237C4.72711 14.3878 5.10601 14.3313 5.35252 14.0845L7.31 12.125H8.375L9.875 10.625H7.31H6.68822ZM14.5605 10.4983L11.6701 13.75H16.9975C17.9963 13.75 18.7796 14.1104 19.3553 14.7048C19.9095 15.2771 20.2299 16.0224 20.4224 16.7443C20.7645 18.0276 20.7543 19.4618 20.7487 20.2544C20.7481 20.345 20.7475 20.4272 20.7475 20.4999L19.2475 20.5001C19.2475 20.4191 19.248 20.3319 19.2484 20.2394V20.2394C19.2526 19.4274 19.259 18.2035 18.973 17.1307C18.8156 16.5401 18.586 16.0666 18.2778 15.7483C17.9909 15.4521 17.5991 15.25 16.9975 15.25H11.8106L14.5303 17.9697L13.4696 19.0303L8.96956 14.5303L13.4394 9.50171L14.5605 10.4983Z" />
14
+ </SVG>
15
+ );
16
+
17
+ export default commentReplyLink;
@@ -4,8 +4,8 @@
4
4
  import { SVG, Path } from '@wordpress/primitives';
5
5
 
6
6
  const globe = (
7
- <SVG xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 24 24">
8
- <Path d="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zM1.11 9.68h2.51c.04.91.167 1.814.38 2.7H1.84c-.403-.85-.65-1.764-.73-2.7zm8.57-5.4V1.19c.964.366 1.756 1.08 2.22 2 .205.347.386.708.54 1.08l-2.76.01zm3.22 1.35c.232.883.37 1.788.41 2.7H9.68v-2.7h3.22zM8.32 1.19v3.09H5.56c.154-.372.335-.733.54-1.08.462-.924 1.255-1.64 2.22-2.01zm0 4.44v2.7H4.7c.04-.912.178-1.817.41-2.7h3.21zm-4.7 2.69H1.11c.08-.936.327-1.85.73-2.7H4c-.213.886-.34 1.79-.38 2.7zM4.7 9.68h3.62v2.7H5.11c-.232-.883-.37-1.788-.41-2.7zm3.63 4v3.09c-.964-.366-1.756-1.08-2.22-2-.205-.347-.386-.708-.54-1.08l2.76-.01zm1.35 3.09v-3.04h2.76c-.154.372-.335.733-.54 1.08-.464.92-1.256 1.634-2.22 2v-.04zm0-4.44v-2.7h3.62c-.04.912-.178 1.817-.41 2.7H9.68zm4.71-2.7h2.51c-.08.936-.327 1.85-.73 2.7H14c.21-.87.337-1.757.38-2.65l.01-.05zm0-1.35c-.046-.894-.176-1.78-.39-2.65h2.16c.403.85.65 1.764.73 2.7l-2.5-.05zm1-4H13.6c-.324-.91-.793-1.76-1.39-2.52 1.244.56 2.325 1.426 3.14 2.52h.04zm-9.6-2.52c-.597.76-1.066 1.61-1.39 2.52H2.65c.815-1.094 1.896-1.96 3.14-2.52zm-3.15 12H4.4c.324.91.793 1.76 1.39 2.52-1.248-.567-2.33-1.445-3.14-2.55l-.01.03zm9.56 2.52c.597-.76 1.066-1.61 1.39-2.52h1.76c-.82 1.08-1.9 1.933-3.14 2.48l-.01.04z" />
7
+ <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
+ <Path d="M12 3.3c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8s-4-8.8-8.8-8.8zm6.5 5.5h-2.6C15.4 7.3 14.8 6 14 5c2 .6 3.6 2 4.5 3.8zm.7 3.2c0 .6-.1 1.2-.2 1.8h-2.9c.1-.6.1-1.2.1-1.8s-.1-1.2-.1-1.8H19c.2.6.2 1.2.2 1.8zM12 18.7c-1-.7-1.8-1.9-2.3-3.5h4.6c-.5 1.6-1.3 2.9-2.3 3.5zm-2.6-4.9c-.1-.6-.1-1.1-.1-1.8 0-.6.1-1.2.1-1.8h5.2c.1.6.1 1.1.1 1.8s-.1 1.2-.1 1.8H9.4zM4.8 12c0-.6.1-1.2.2-1.8h2.9c-.1.6-.1 1.2-.1 1.8 0 .6.1 1.2.1 1.8H5c-.2-.6-.2-1.2-.2-1.8zM12 5.3c1 .7 1.8 1.9 2.3 3.5H9.7c.5-1.6 1.3-2.9 2.3-3.5zM10 5c-.8 1-1.4 2.3-1.8 3.8H5.5C6.4 7 8 5.6 10 5zM5.5 15.3h2.6c.4 1.5 1 2.8 1.8 3.7-1.8-.6-3.5-2-4.4-3.7zM14 19c.8-1 1.4-2.2 1.8-3.7h2.6C17.6 17 16 18.4 14 19z" />
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="M5 15h14V9H5v6zm0 4.8h14v-1.5H5v1.5zM5 4.2v1.5h14V4.2H5z" />
8
+ <Path d="M7 9v6h10V9H7zM5 19.8h14v-1.5H5v1.5zM5 4.3v1.5h14V4.3H5z" />
9
9
  </SVG>
10
10
  );
11
11
 
@@ -0,0 +1,12 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { Path, SVG } from '@wordpress/primitives';
5
+
6
+ const reset = (
7
+ <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
+ <Path d="M7 11.5h10V13H7z" />
9
+ </SVG>
10
+ );
11
+
12
+ export default reset;
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
5
5
 
6
6
  const settings = (
7
7
  <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
- <Path d="M17 4h-2v4.5h2V7h3V5.5h-3V4zM4 5.5h9V7H4V5.5zm16 5.75h-9v1.5h9v-1.5zm-16 0h3V10h2v4.25H7v-1.5H4v-1.5zM9 17H4v1.5h5V17zm4 0h7v1.5h-7V20h-2v-4.25h2V17z" />
8
+ <Path d="M14.5 13.8c-1.1 0-2.1.7-2.4 1.8H4V17h8.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20v-1.5h-3.1c-.3-1-1.3-1.7-2.4-1.7zM11.9 7c-.3-1-1.3-1.8-2.4-1.8S7.4 6 7.1 7H4v1.5h3.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20V7h-8.1z" />
9
9
  </SVG>
10
10
  );
11
11
 
@@ -0,0 +1,12 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { Path, SVG } from '@wordpress/primitives';
5
+
6
+ export const styles = (
7
+ <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
8
+ <Path d="M12 4c-4.4 0-8 3.6-8 8v.1c0 4.1 3.2 7.5 7.2 7.9h.8c4.4 0 8-3.6 8-8s-3.6-8-8-8zm0 15V5c3.9 0 7 3.1 7 7s-3.1 7-7 7z" />
9
+ </SVG>
10
+ );
11
+
12
+ export default styles;