@wordpress/icons 8.1.0 → 8.3.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.
- package/CHANGELOG.md +16 -2
- package/build/index.js +40 -0
- package/build/index.js.map +1 -1
- package/build/library/comment-title.js +23 -0
- package/build/library/comment-title.js.map +1 -0
- package/build/library/copy.js +23 -0
- package/build/library/copy.js.map +1 -0
- package/build/library/filter.js +23 -0
- package/build/library/filter.js.map +1 -0
- package/build/library/list-item.js +23 -0
- package/build/library/list-item.js.map +1 -0
- package/build/library/row.js +23 -0
- package/build/library/row.js.map +1 -0
- package/build/library/stack.js +1 -1
- package/build/library/stack.js.map +1 -1
- package/build-module/index.js +5 -0
- package/build-module/index.js.map +1 -1
- package/build-module/library/comment-title.js +14 -0
- package/build-module/library/comment-title.js.map +1 -0
- package/build-module/library/copy.js +14 -0
- package/build-module/library/copy.js.map +1 -0
- package/build-module/library/filter.js +14 -0
- package/build-module/library/filter.js.map +1 -0
- package/build-module/library/list-item.js +14 -0
- package/build-module/library/list-item.js.map +1 -0
- package/build-module/library/row.js +14 -0
- package/build-module/library/row.js.map +1 -0
- package/build-module/library/stack.js +1 -1
- package/build-module/library/stack.js.map +1 -1
- package/build-types/index.d.ts +5 -0
- package/build-types/library/comment-title.d.ts +3 -0
- package/build-types/library/comment-title.d.ts.map +1 -0
- package/build-types/library/copy.d.ts +3 -0
- package/build-types/library/copy.d.ts.map +1 -0
- package/build-types/library/filter.d.ts +3 -0
- package/build-types/library/filter.d.ts.map +1 -0
- package/build-types/library/list-item.d.ts +3 -0
- package/build-types/library/list-item.d.ts.map +1 -0
- package/build-types/library/row.d.ts +3 -0
- package/build-types/library/row.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/index.js +5 -0
- package/src/library/comment-title.js +12 -0
- package/src/library/copy.js +12 -0
- package/src/library/filter.js +12 -0
- package/src/library/list-item.js +12 -0
- package/src/library/row.js +12 -0
- package/src/library/stack.js +1 -1
- package/tsconfig.tsbuildinfo +1 -1
@@ -0,0 +1,14 @@
|
|
1
|
+
import { createElement } from "@wordpress/element";
|
2
|
+
|
3
|
+
/**
|
4
|
+
* WordPress dependencies
|
5
|
+
*/
|
6
|
+
import { Path, SVG } from '@wordpress/primitives';
|
7
|
+
const commentTitle = createElement(SVG, {
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
viewBox: "0 0 24 24"
|
10
|
+
}, createElement(Path, {
|
11
|
+
d: "M6 11.9c.6.3 1.3.5 2.1.5.4 0 .8 0 1.2-.1.4-.1.7-.2 1-.3l-.1-1.3c-.3.1-.6.3-.9.3-.3.1-.7.1-1.1.1-.6 0-1.1-.1-1.5-.4-.4-.3-.7-.6-.9-1-.2-.5-.3-1-.3-1.5 0-.6.1-1.1.3-1.5.2-.4.5-.8.9-1 .4-.3.9-.4 1.5-.4.4 0 .7 0 1.1.1l.9.3.1-1.3c-.3-.1-.6-.2-1-.3C9 4 8.6 4 8.2 4c-.9 0-1.6.2-2.2.5-.6.4-1.1.8-1.5 1.5-.3.6-.5 1.3-.5 2.2s.2 1.6.5 2.2c.4.6.9 1.1 1.5 1.5zm-2 2.6V16h16v-1.5H4zM4 20h9v-1.5H4V20z"
|
12
|
+
}));
|
13
|
+
export default commentTitle;
|
14
|
+
//# sourceMappingURL=comment-title.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["@wordpress/icons/src/library/comment-title.js"],"names":["Path","SVG","commentTitle"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,IAAT,EAAeC,GAAf,QAA0B,uBAA1B;AAEA,MAAMC,YAAY,GACjB,cAAC,GAAD;AAAK,EAAA,KAAK,EAAC,4BAAX;AAAwC,EAAA,OAAO,EAAC;AAAhD,GACC,cAAC,IAAD;AAAM,EAAA,CAAC,EAAC;AAAR,EADD,CADD;AAMA,eAAeA,YAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { Path, SVG } from '@wordpress/primitives';\n\nconst commentTitle = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M6 11.9c.6.3 1.3.5 2.1.5.4 0 .8 0 1.2-.1.4-.1.7-.2 1-.3l-.1-1.3c-.3.1-.6.3-.9.3-.3.1-.7.1-1.1.1-.6 0-1.1-.1-1.5-.4-.4-.3-.7-.6-.9-1-.2-.5-.3-1-.3-1.5 0-.6.1-1.1.3-1.5.2-.4.5-.8.9-1 .4-.3.9-.4 1.5-.4.4 0 .7 0 1.1.1l.9.3.1-1.3c-.3-.1-.6-.2-1-.3C9 4 8.6 4 8.2 4c-.9 0-1.6.2-2.2.5-.6.4-1.1.8-1.5 1.5-.3.6-.5 1.3-.5 2.2s.2 1.6.5 2.2c.4.6.9 1.1 1.5 1.5zm-2 2.6V16h16v-1.5H4zM4 20h9v-1.5H4V20z\" />\n\t</SVG>\n);\n\nexport default commentTitle;\n"]}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { createElement } from "@wordpress/element";
|
2
|
+
|
3
|
+
/**
|
4
|
+
* WordPress dependencies
|
5
|
+
*/
|
6
|
+
import { SVG, Path } from '@wordpress/primitives';
|
7
|
+
const copy = createElement(SVG, {
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
viewBox: "0 0 24 24"
|
10
|
+
}, createElement(Path, {
|
11
|
+
d: "M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zm-13.5 0V4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1v11.8c0 .1-.1.1-.1.1H4.6l-.1-.1z"
|
12
|
+
}));
|
13
|
+
export default copy;
|
14
|
+
//# sourceMappingURL=copy.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["@wordpress/icons/src/library/copy.js"],"names":["SVG","Path","copy"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,GAAT,EAAcC,IAAd,QAA0B,uBAA1B;AAEA,MAAMC,IAAI,GACT,cAAC,GAAD;AAAK,EAAA,KAAK,EAAC,4BAAX;AAAwC,EAAA,OAAO,EAAC;AAAhD,GACC,cAAC,IAAD;AAAM,EAAA,CAAC,EAAC;AAAR,EADD,CADD;AAMA,eAAeA,IAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst copy = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zm-13.5 0V4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1v11.8c0 .1-.1.1-.1.1H4.6l-.1-.1z\" />\n\t</SVG>\n);\n\nexport default copy;\n"]}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { createElement } from "@wordpress/element";
|
2
|
+
|
3
|
+
/**
|
4
|
+
* WordPress dependencies
|
5
|
+
*/
|
6
|
+
import { Path, SVG } from '@wordpress/primitives';
|
7
|
+
const filter = createElement(SVG, {
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
viewBox: "0 0 24 24"
|
10
|
+
}, createElement(Path, {
|
11
|
+
d: "M12 4 4 19h16L12 4zm0 3.2 5.5 10.3H12V7.2z"
|
12
|
+
}));
|
13
|
+
export default filter;
|
14
|
+
//# sourceMappingURL=filter.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["@wordpress/icons/src/library/filter.js"],"names":["Path","SVG","filter"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,IAAT,EAAeC,GAAf,QAA0B,uBAA1B;AAEA,MAAMC,MAAM,GACX,cAAC,GAAD;AAAK,EAAA,KAAK,EAAC,4BAAX;AAAwC,EAAA,OAAO,EAAC;AAAhD,GACC,cAAC,IAAD;AAAM,EAAA,CAAC,EAAC;AAAR,EADD,CADD;AAMA,eAAeA,MAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { Path, SVG } from '@wordpress/primitives';\n\nconst filter = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M12 4 4 19h16L12 4zm0 3.2 5.5 10.3H12V7.2z\" />\n\t</SVG>\n);\n\nexport default filter;\n"]}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { createElement } from "@wordpress/element";
|
2
|
+
|
3
|
+
/**
|
4
|
+
* WordPress dependencies
|
5
|
+
*/
|
6
|
+
import { Path, SVG } from '@wordpress/primitives';
|
7
|
+
const listItem = createElement(SVG, {
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
viewBox: "0 0 24 24"
|
10
|
+
}, createElement(Path, {
|
11
|
+
d: "M12 11v1.5h8V11h-8zm-6-1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
12
|
+
}));
|
13
|
+
export default listItem;
|
14
|
+
//# sourceMappingURL=list-item.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["@wordpress/icons/src/library/list-item.js"],"names":["Path","SVG","listItem"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,IAAT,EAAeC,GAAf,QAA0B,uBAA1B;AAEA,MAAMC,QAAQ,GACb,cAAC,GAAD;AAAK,EAAA,KAAK,EAAC,4BAAX;AAAwC,EAAA,OAAO,EAAC;AAAhD,GACC,cAAC,IAAD;AAAM,EAAA,CAAC,EAAC;AAAR,EADD,CADD;AAMA,eAAeA,QAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { Path, SVG } from '@wordpress/primitives';\n\nconst listItem = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M12 11v1.5h8V11h-8zm-6-1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\" />\n\t</SVG>\n);\n\nexport default listItem;\n"]}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { createElement } from "@wordpress/element";
|
2
|
+
|
3
|
+
/**
|
4
|
+
* WordPress dependencies
|
5
|
+
*/
|
6
|
+
import { SVG, Path } from '@wordpress/primitives';
|
7
|
+
const row = createElement(SVG, {
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
9
|
+
viewBox: "0 0 24 24"
|
10
|
+
}, createElement(Path, {
|
11
|
+
d: "M9.2 6.5H4V8h5.2c.3 0 .5.2.5.5v7c0 .3-.2.5-.5.5H4v1.5h5.2c1.1 0 2-.9 2-2v-7c0-1.1-.8-2-2-2zM14.8 8H20V6.5h-5.2c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2H20V16h-5.2c-.3 0-.5-.2-.5-.5v-7c-.1-.3.2-.5.5-.5z"
|
12
|
+
}));
|
13
|
+
export default row;
|
14
|
+
//# sourceMappingURL=row.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["@wordpress/icons/src/library/row.js"],"names":["SVG","Path","row"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,GAAT,EAAcC,IAAd,QAA0B,uBAA1B;AAEA,MAAMC,GAAG,GACR,cAAC,GAAD;AAAK,EAAA,KAAK,EAAC,4BAAX;AAAwC,EAAA,OAAO,EAAC;AAAhD,GACC,cAAC,IAAD;AAAM,EAAA,CAAC,EAAC;AAAR,EADD,CADD;AAMA,eAAeA,GAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst row = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M9.2 6.5H4V8h5.2c.3 0 .5.2.5.5v7c0 .3-.2.5-.5.5H4v1.5h5.2c1.1 0 2-.9 2-2v-7c0-1.1-.8-2-2-2zM14.8 8H20V6.5h-5.2c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2H20V16h-5.2c-.3 0-.5-.2-.5-.5v-7c-.1-.3.2-.5.5-.5z\" />\n\t</SVG>\n);\n\nexport default row;\n"]}
|
@@ -8,7 +8,7 @@ const stack = createElement(SVG, {
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
9
9
|
viewBox: "0 0 24 24"
|
10
10
|
}, createElement(Path, {
|
11
|
-
d: "
|
11
|
+
d: "M16 4v5.2c0 .3-.2.5-.5.5h-7c-.3.1-.5-.2-.5-.5V4H6.5v5.2c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V4H16zm-.5 8.8h-7c-1.1 0-2 .9-2 2V20H8v-5.2c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5V20h1.5v-5.2c0-1.2-.9-2-2-2z"
|
12
12
|
}));
|
13
13
|
export default stack;
|
14
14
|
//# sourceMappingURL=stack.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["@wordpress/icons/src/library/stack.js"],"names":["SVG","Path","stack"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,GAAT,EAAcC,IAAd,QAA0B,uBAA1B;AAEA,MAAMC,KAAK,GACV,cAAC,GAAD;AAAK,EAAA,KAAK,EAAC,4BAAX;AAAwC,EAAA,OAAO,EAAC;AAAhD,GACC,cAAC,IAAD;AAAM,EAAA,CAAC,EAAC;AAAR,EADD,CADD;AAMA,eAAeA,KAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst stack = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"
|
1
|
+
{"version":3,"sources":["@wordpress/icons/src/library/stack.js"],"names":["SVG","Path","stack"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,GAAT,EAAcC,IAAd,QAA0B,uBAA1B;AAEA,MAAMC,KAAK,GACV,cAAC,GAAD;AAAK,EAAA,KAAK,EAAC,4BAAX;AAAwC,EAAA,OAAO,EAAC;AAAhD,GACC,cAAC,IAAD;AAAM,EAAA,CAAC,EAAC;AAAR,EADD,CADD;AAMA,eAAeA,KAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst stack = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M16 4v5.2c0 .3-.2.5-.5.5h-7c-.3.1-.5-.2-.5-.5V4H6.5v5.2c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V4H16zm-.5 8.8h-7c-1.1 0-2 .9-2 2V20H8v-5.2c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5V20h1.5v-5.2c0-1.2-.9-2-2-2z\" />\n\t</SVG>\n);\n\nexport default stack;\n"]}
|
package/build-types/index.d.ts
CHANGED
@@ -46,12 +46,14 @@ export { default as cog } from "./library/cog";
|
|
46
46
|
export { default as color } from "./library/color";
|
47
47
|
export { default as column } from "./library/column";
|
48
48
|
export { default as columns } from "./library/columns";
|
49
|
+
export { default as copy } from "./library/copy";
|
49
50
|
export { default as comment } from "./library/comment";
|
50
51
|
export { default as commentAuthorAvatar } from "./library/comment-author-avatar";
|
51
52
|
export { default as commentAuthorName } from "./library/comment-author-name";
|
52
53
|
export { default as commentContent } from "./library/comment-content";
|
53
54
|
export { default as commentReplyLink } from "./library/comment-reply-link";
|
54
55
|
export { default as commentEditLink } from "./library/comment-edit-link";
|
56
|
+
export { default as commentTitle } from "./library/comment-title";
|
55
57
|
export { default as cover } from "./library/cover";
|
56
58
|
export { default as create } from "./library/create";
|
57
59
|
export { default as crop } from "./library/crop";
|
@@ -65,6 +67,7 @@ export { default as download } from "./library/download";
|
|
65
67
|
export { default as edit } from "./library/edit";
|
66
68
|
export { default as external } from "./library/external";
|
67
69
|
export { default as file } from "./library/file";
|
70
|
+
export { default as filter } from "./library/filter";
|
68
71
|
export { default as flipHorizontal } from "./library/flip-horizontal";
|
69
72
|
export { default as flipVertical } from "./library/flip-vertical";
|
70
73
|
export { default as formatBold } from "./library/format-bold";
|
@@ -116,6 +119,7 @@ export { default as lineSolid } from "./library/line-solid";
|
|
116
119
|
export { default as link } from "./library/link";
|
117
120
|
export { default as linkOff } from "./library/link-off";
|
118
121
|
export { default as list } from "./library/list";
|
122
|
+
export { default as listItem } from "./library/list-item";
|
119
123
|
export { default as listView } from "./library/list-view";
|
120
124
|
export { default as lock } from "./library/lock";
|
121
125
|
export { default as login } from "./library/login";
|
@@ -184,6 +188,7 @@ export { default as replace } from "./library/replace";
|
|
184
188
|
export { default as reset } from "./library/reset";
|
185
189
|
export { default as resizeCornerNE } from "./library/resize-corner-n-e";
|
186
190
|
export { default as reusableBlock } from "./library/reusable-block";
|
191
|
+
export { default as row } from "./library/row";
|
187
192
|
export { default as symbol } from "./library/symbol";
|
188
193
|
export { default as rotateLeft } from "./library/rotate-left";
|
189
194
|
export { default as rotateRight } from "./library/rotate-right";
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"comment-title.d.ts","sourceRoot":"","sources":["../../src/library/comment-title.js"],"names":[],"mappings":";AAKA,wCAIE"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../src/library/copy.js"],"names":[],"mappings":";AAKA,gCAIE"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../src/library/filter.js"],"names":[],"mappings":";AAKA,kCAIE"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"list-item.d.ts","sourceRoot":"","sources":["../../src/library/list-item.js"],"names":[],"mappings":";AAKA,oCAIE"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"row.d.ts","sourceRoot":"","sources":["../../src/library/row.js"],"names":[],"mappings":";AAKA,+BAIE"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/icons",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.3.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.16.0",
|
32
|
-
"@wordpress/element": "^4.
|
33
|
-
"@wordpress/primitives": "^3.
|
32
|
+
"@wordpress/element": "^4.5.0",
|
33
|
+
"@wordpress/primitives": "^3.5.0"
|
34
34
|
},
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "1ba52312b56db563df2d8d4fba5b00613fb46d8c"
|
39
39
|
}
|
package/src/index.js
CHANGED
@@ -47,12 +47,14 @@ export { default as cog } from './library/cog';
|
|
47
47
|
export { default as color } from './library/color';
|
48
48
|
export { default as column } from './library/column';
|
49
49
|
export { default as columns } from './library/columns';
|
50
|
+
export { default as copy } from './library/copy';
|
50
51
|
export { default as comment } from './library/comment';
|
51
52
|
export { default as commentAuthorAvatar } from './library/comment-author-avatar';
|
52
53
|
export { default as commentAuthorName } from './library/comment-author-name';
|
53
54
|
export { default as commentContent } from './library/comment-content';
|
54
55
|
export { default as commentReplyLink } from './library/comment-reply-link';
|
55
56
|
export { default as commentEditLink } from './library/comment-edit-link';
|
57
|
+
export { default as commentTitle } from './library/comment-title';
|
56
58
|
export { default as cover } from './library/cover';
|
57
59
|
export { default as create } from './library/create';
|
58
60
|
export { default as crop } from './library/crop';
|
@@ -66,6 +68,7 @@ export { default as download } from './library/download';
|
|
66
68
|
export { default as edit } from './library/edit';
|
67
69
|
export { default as external } from './library/external';
|
68
70
|
export { default as file } from './library/file';
|
71
|
+
export { default as filter } from './library/filter';
|
69
72
|
export { default as flipHorizontal } from './library/flip-horizontal';
|
70
73
|
export { default as flipVertical } from './library/flip-vertical';
|
71
74
|
export { default as formatBold } from './library/format-bold';
|
@@ -117,6 +120,7 @@ export { default as lineSolid } from './library/line-solid';
|
|
117
120
|
export { default as link } from './library/link';
|
118
121
|
export { default as linkOff } from './library/link-off';
|
119
122
|
export { default as list } from './library/list';
|
123
|
+
export { default as listItem } from './library/list-item';
|
120
124
|
export { default as listView } from './library/list-view';
|
121
125
|
export { default as lock } from './library/lock';
|
122
126
|
export { default as login } from './library/login';
|
@@ -185,6 +189,7 @@ export { default as replace } from './library/replace';
|
|
185
189
|
export { default as reset } from './library/reset';
|
186
190
|
export { default as resizeCornerNE } from './library/resize-corner-n-e';
|
187
191
|
export { default as reusableBlock } from './library/reusable-block';
|
192
|
+
export { default as row } from './library/row';
|
188
193
|
export { default as symbol } from './library/symbol';
|
189
194
|
export { default as rotateLeft } from './library/rotate-left';
|
190
195
|
export { default as rotateRight } from './library/rotate-right';
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* WordPress dependencies
|
3
|
+
*/
|
4
|
+
import { Path, SVG } from '@wordpress/primitives';
|
5
|
+
|
6
|
+
const commentTitle = (
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path d="M6 11.9c.6.3 1.3.5 2.1.5.4 0 .8 0 1.2-.1.4-.1.7-.2 1-.3l-.1-1.3c-.3.1-.6.3-.9.3-.3.1-.7.1-1.1.1-.6 0-1.1-.1-1.5-.4-.4-.3-.7-.6-.9-1-.2-.5-.3-1-.3-1.5 0-.6.1-1.1.3-1.5.2-.4.5-.8.9-1 .4-.3.9-.4 1.5-.4.4 0 .7 0 1.1.1l.9.3.1-1.3c-.3-.1-.6-.2-1-.3C9 4 8.6 4 8.2 4c-.9 0-1.6.2-2.2.5-.6.4-1.1.8-1.5 1.5-.3.6-.5 1.3-.5 2.2s.2 1.6.5 2.2c.4.6.9 1.1 1.5 1.5zm-2 2.6V16h16v-1.5H4zM4 20h9v-1.5H4V20z" />
|
9
|
+
</SVG>
|
10
|
+
);
|
11
|
+
|
12
|
+
export default commentTitle;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* WordPress dependencies
|
3
|
+
*/
|
4
|
+
import { SVG, Path } from '@wordpress/primitives';
|
5
|
+
|
6
|
+
const copy = (
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path d="M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zm-13.5 0V4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1v11.8c0 .1-.1.1-.1.1H4.6l-.1-.1z" />
|
9
|
+
</SVG>
|
10
|
+
);
|
11
|
+
|
12
|
+
export default copy;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* WordPress dependencies
|
3
|
+
*/
|
4
|
+
import { Path, SVG } from '@wordpress/primitives';
|
5
|
+
|
6
|
+
const filter = (
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path d="M12 4 4 19h16L12 4zm0 3.2 5.5 10.3H12V7.2z" />
|
9
|
+
</SVG>
|
10
|
+
);
|
11
|
+
|
12
|
+
export default filter;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* WordPress dependencies
|
3
|
+
*/
|
4
|
+
import { Path, SVG } from '@wordpress/primitives';
|
5
|
+
|
6
|
+
const listItem = (
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path d="M12 11v1.5h8V11h-8zm-6-1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" />
|
9
|
+
</SVG>
|
10
|
+
);
|
11
|
+
|
12
|
+
export default listItem;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* WordPress dependencies
|
3
|
+
*/
|
4
|
+
import { SVG, Path } from '@wordpress/primitives';
|
5
|
+
|
6
|
+
const row = (
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path d="M9.2 6.5H4V8h5.2c.3 0 .5.2.5.5v7c0 .3-.2.5-.5.5H4v1.5h5.2c1.1 0 2-.9 2-2v-7c0-1.1-.8-2-2-2zM14.8 8H20V6.5h-5.2c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2H20V16h-5.2c-.3 0-.5-.2-.5-.5v-7c-.1-.3.2-.5.5-.5z" />
|
9
|
+
</SVG>
|
10
|
+
);
|
11
|
+
|
12
|
+
export default row;
|
package/src/library/stack.js
CHANGED
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const stack = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M16 4v5.2c0 .3-.2.5-.5.5h-7c-.3.1-.5-.2-.5-.5V4H6.5v5.2c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V4H16zm-.5 8.8h-7c-1.1 0-2 .9-2 2V20H8v-5.2c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5V20h1.5v-5.2c0-1.2-.9-2-2-2z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|