@wordpress/icons 10.8.2 → 10.10.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 +15 -0
- package/build/index.js +14 -0
- package/build/index.js.map +1 -1
- package/build/library/cloud-download.js +21 -0
- package/build/library/cloud-download.js.map +1 -0
- package/build/library/cloud-upload.js +1 -1
- package/build/library/cloud-upload.js.map +1 -1
- package/build/library/envelope.js +23 -0
- package/build/library/envelope.js.map +1 -0
- package/build/library/unseen.js +1 -1
- package/build/library/unseen.js.map +1 -1
- package/build-module/index.js +2 -0
- package/build-module/index.js.map +1 -1
- package/build-module/library/bell-unread.js +1 -2
- package/build-module/library/bell-unread.js.map +1 -1
- package/build-module/library/cloud-download.js +14 -0
- package/build-module/library/cloud-download.js.map +1 -0
- package/build-module/library/cloud-upload.js +1 -1
- package/build-module/library/cloud-upload.js.map +1 -1
- package/build-module/library/comment-author-name.js +1 -2
- package/build-module/library/comment-author-name.js.map +1 -1
- package/build-module/library/details.js +1 -2
- package/build-module/library/details.js.map +1 -1
- package/build-module/library/envelope.js +16 -0
- package/build-module/library/envelope.js.map +1 -0
- package/build-module/library/keyboard.js +1 -2
- package/build-module/library/keyboard.js.map +1 -1
- package/build-module/library/media.js +1 -2
- package/build-module/library/media.js.map +1 -1
- package/build-module/library/more-horizontal-mobile.js +1 -2
- package/build-module/library/more-horizontal-mobile.js.map +1 -1
- package/build-module/library/page.js +1 -2
- package/build-module/library/page.js.map +1 -1
- package/build-module/library/pages.js +1 -2
- package/build-module/library/pages.js.map +1 -1
- package/build-module/library/post-date.js +1 -2
- package/build-module/library/post-date.js.map +1 -1
- package/build-module/library/settings.js +1 -2
- package/build-module/library/settings.js.map +1 -1
- package/build-module/library/sides-bottom.js +1 -2
- package/build-module/library/sides-bottom.js.map +1 -1
- package/build-module/library/sides-horizontal.js +1 -2
- package/build-module/library/sides-horizontal.js.map +1 -1
- package/build-module/library/sides-left.js +1 -2
- package/build-module/library/sides-left.js.map +1 -1
- package/build-module/library/sides-right.js +1 -2
- package/build-module/library/sides-right.js.map +1 -1
- package/build-module/library/sides-top.js +1 -2
- package/build-module/library/sides-top.js.map +1 -1
- package/build-module/library/sides-vertical.js +1 -2
- package/build-module/library/sides-vertical.js.map +1 -1
- package/build-module/library/table-of-contents.js +1 -2
- package/build-module/library/table-of-contents.js.map +1 -1
- package/build-module/library/unseen.js +1 -1
- package/build-module/library/unseen.js.map +1 -1
- package/build-types/index.d.ts +2 -0
- package/build-types/library/cloud-download.d.ts +3 -0
- package/build-types/library/cloud-download.d.ts.map +1 -0
- package/build-types/library/envelope.d.ts +3 -0
- package/build-types/library/envelope.d.ts.map +1 -0
- package/package.json +5 -5
- package/src/icon/stories/index.story.js +1 -1
- package/src/index.js +2 -0
- package/src/library/cloud-download.js +12 -0
- package/src/library/cloud-upload.js +1 -1
- package/src/library/envelope.js +16 -0
- package/src/library/unseen.js +1 -1
- package/tsconfig.tsbuildinfo +1 -1
@@ -2,8 +2,7 @@
|
|
2
2
|
* WordPress dependencies
|
3
3
|
*/
|
4
4
|
import { SVG, Path } from '@wordpress/primitives';
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
6
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
7
6
|
const sidesTop = /*#__PURE__*/_jsxs(SVG, {
|
8
7
|
xmlns: "http://www.w3.org/2000/svg",
|
9
8
|
viewBox: "0 0 24 24",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","jsxs","_jsxs","sidesTop","xmlns","viewBox","children","d","style","opacity"],"sources":["@wordpress/icons/src/library/sides-top.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst sidesTop = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path\n\t\t\td=\"m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z\"\n\t\t\tstyle={ { opacity: 0.25 } }\n\t\t/>\n\t\t<Path d=\"m16.5 6h-9v-1.5h9z\" />\n\t</SVG>\n);\n\nexport default sidesTop;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","jsxs","_jsxs","sidesTop","xmlns","viewBox","children","d","style","opacity"],"sources":["@wordpress/icons/src/library/sides-top.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst sidesTop = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path\n\t\t\td=\"m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z\"\n\t\t\tstyle={ { opacity: 0.25 } }\n\t\t/>\n\t\t<Path d=\"m16.5 6h-9v-1.5h9z\" />\n\t</SVG>\n);\n\nexport default sidesTop;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAElD,MAAMC,QAAQ,gBACbD,KAAA,CAACL,GAAG;EAACO,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,gBAC1DN,IAAA,CAACF,IAAI;IACJS,CAAC,EAAC,wEAAwE;IAC1EC,KAAK,EAAG;MAAEC,OAAO,EAAE;IAAK;EAAG,CAC3B,CAAC,eACFT,IAAA,CAACF,IAAI;IAACS,CAAC,EAAC;EAAoB,CAAE,CAAC;AAAA,CAC3B,CACL;AAED,eAAeJ,QAAQ","ignoreList":[]}
|
@@ -2,8 +2,7 @@
|
|
2
2
|
* WordPress dependencies
|
3
3
|
*/
|
4
4
|
import { SVG, Path } from '@wordpress/primitives';
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
6
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
7
6
|
const sidesVertical = /*#__PURE__*/_jsxs(SVG, {
|
8
7
|
xmlns: "http://www.w3.org/2000/svg",
|
9
8
|
viewBox: "0 0 24 24",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","jsxs","_jsxs","sidesVertical","xmlns","viewBox","children","d","style","opacity"],"sources":["@wordpress/icons/src/library/sides-vertical.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst sidesVertical = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path\n\t\t\td=\"m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z\"\n\t\t\tstyle={ { opacity: 0.25 } }\n\t\t/>\n\t\t<Path d=\"m7.5 6h9v-1.5h-9z\" />\n\t\t<Path d=\"m7.5 19.5h9v-1.5h-9z\" />\n\t</SVG>\n);\n\nexport default sidesVertical;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","jsxs","_jsxs","sidesVertical","xmlns","viewBox","children","d","style","opacity"],"sources":["@wordpress/icons/src/library/sides-vertical.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst sidesVertical = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path\n\t\t\td=\"m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z\"\n\t\t\tstyle={ { opacity: 0.25 } }\n\t\t/>\n\t\t<Path d=\"m7.5 6h9v-1.5h-9z\" />\n\t\t<Path d=\"m7.5 19.5h9v-1.5h-9z\" />\n\t</SVG>\n);\n\nexport default sidesVertical;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAElD,MAAMC,aAAa,gBAClBD,KAAA,CAACL,GAAG;EAACO,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,gBAC1DN,IAAA,CAACF,IAAI;IACJS,CAAC,EAAC,wEAAwE;IAC1EC,KAAK,EAAG;MAAEC,OAAO,EAAE;IAAK;EAAG,CAC3B,CAAC,eACFT,IAAA,CAACF,IAAI;IAACS,CAAC,EAAC;EAAmB,CAAE,CAAC,eAC9BP,IAAA,CAACF,IAAI;IAACS,CAAC,EAAC;EAAsB,CAAE,CAAC;AAAA,CAC7B,CACL;AAED,eAAeJ,aAAa","ignoreList":[]}
|
@@ -2,8 +2,7 @@
|
|
2
2
|
* WordPress dependencies
|
3
3
|
*/
|
4
4
|
import { SVG, Path } from '@wordpress/primitives';
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
6
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
7
6
|
const tableOfContents = /*#__PURE__*/_jsxs(SVG, {
|
8
7
|
xmlns: "http://www.w3.org/2000/svg",
|
9
8
|
viewBox: "0 0 24 24",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","jsxs","_jsxs","tableOfContents","xmlns","viewBox","children","fillRule","clipRule","d"],"sources":["@wordpress/icons/src/library/table-of-contents.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst tableOfContents = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path\n\t\t\tfillRule=\"evenodd\"\n\t\t\tclipRule=\"evenodd\"\n\t\t\td=\"M20 9.484h-8.889v-1.5H20v1.5Zm0 7h-4.889v-1.5H20v1.5Zm-14 .032a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\"\n\t\t/>\n\t\t<Path d=\"M13 15.516a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 8.484a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" />\n\t</SVG>\n);\n\nexport default tableOfContents;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","jsxs","_jsxs","tableOfContents","xmlns","viewBox","children","fillRule","clipRule","d"],"sources":["@wordpress/icons/src/library/table-of-contents.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst tableOfContents = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path\n\t\t\tfillRule=\"evenodd\"\n\t\t\tclipRule=\"evenodd\"\n\t\t\td=\"M20 9.484h-8.889v-1.5H20v1.5Zm0 7h-4.889v-1.5H20v1.5Zm-14 .032a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\"\n\t\t/>\n\t\t<Path d=\"M13 15.516a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 8.484a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" />\n\t</SVG>\n);\n\nexport default tableOfContents;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAElD,MAAMC,eAAe,gBACpBD,KAAA,CAACL,GAAG;EAACO,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,gBAC1DN,IAAA,CAACF,IAAI;IACJS,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAA8H,CAChI,CAAC,eACFT,IAAA,CAACF,IAAI;IAACW,CAAC,EAAC;EAA8E,CAAE,CAAC;AAAA,CACrF,CACL;AAED,eAAeN,eAAe","ignoreList":[]}
|
@@ -7,7 +7,7 @@ const unseen = /*#__PURE__*/_jsx(SVG, {
|
|
7
7
|
viewBox: "0 0 24 24",
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
9
9
|
children: /*#__PURE__*/_jsx(Path, {
|
10
|
-
d: "
|
10
|
+
d: "M20.7 12.7s0-.1-.1-.2c0-.2-.2-.4-.4-.6-.3-.5-.9-1.2-1.6-1.8-.7-.6-1.5-1.3-2.6-1.8l-.6 1.4c.9.4 1.6 1 2.1 1.5.6.6 1.1 1.2 1.4 1.6.1.2.3.4.3.5v.1l.7-.3.7-.3Zm-5.2-9.3-1.8 4c-.5-.1-1.1-.2-1.7-.2-3 0-5.2 1.4-6.6 2.7-.7.7-1.2 1.3-1.6 1.8-.2.3-.3.5-.4.6 0 0 0 .1-.1.2s0 0 .7.3l.7.3V13c0-.1.2-.3.3-.5.3-.4.7-1 1.4-1.6 1.2-1.2 3-2.3 5.5-2.3H13v.3c-.4 0-.8-.1-1.1-.1-1.9 0-3.5 1.6-3.5 3.5s.6 2.3 1.6 2.9l-2 4.4.9.4 7.6-16.2-.9-.4Zm-3 12.6c1.7-.2 3-1.7 3-3.5s-.2-1.4-.6-1.9L12.4 16Z"
|
11
11
|
})
|
12
12
|
});
|
13
13
|
export default unseen;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","unseen","viewBox","xmlns","children","d"],"sources":["@wordpress/icons/src/library/unseen.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst unseen = (\n\t<SVG viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t<Path d=\"
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","unseen","viewBox","xmlns","children","d"],"sources":["@wordpress/icons/src/library/unseen.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst unseen = (\n\t<SVG viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t<Path d=\"M20.7 12.7s0-.1-.1-.2c0-.2-.2-.4-.4-.6-.3-.5-.9-1.2-1.6-1.8-.7-.6-1.5-1.3-2.6-1.8l-.6 1.4c.9.4 1.6 1 2.1 1.5.6.6 1.1 1.2 1.4 1.6.1.2.3.4.3.5v.1l.7-.3.7-.3Zm-5.2-9.3-1.8 4c-.5-.1-1.1-.2-1.7-.2-3 0-5.2 1.4-6.6 2.7-.7.7-1.2 1.3-1.6 1.8-.2.3-.3.5-.4.6 0 0 0 .1-.1.2s0 0 .7.3l.7.3V13c0-.1.2-.3.3-.5.3-.4.7-1 1.4-1.6 1.2-1.2 3-2.3 5.5-2.3H13v.3c-.4 0-.8-.1-1.1-.1-1.9 0-3.5 1.6-3.5 3.5s.6 2.3 1.6 2.9l-2 4.4.9.4 7.6-16.2-.9-.4Zm-3 12.6c1.7-.2 3-1.7 3-3.5s-.2-1.4-.6-1.9L12.4 16Z\" />\n\t</SVG>\n);\n\nexport default unseen;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,MAAM,gBACXD,IAAA,CAACH,GAAG;EAACK,OAAO,EAAC,WAAW;EAACC,KAAK,EAAC,4BAA4B;EAAAC,QAAA,eAC1DJ,IAAA,CAACF,IAAI;IAACO,CAAC,EAAC;EAA0d,CAAE;AAAC,CACje,CACL;AAED,eAAeJ,MAAM","ignoreList":[]}
|
package/build-types/index.d.ts
CHANGED
@@ -49,6 +49,7 @@ export { default as chevronUpDown } from "./library/chevron-up-down";
|
|
49
49
|
export { default as classic } from "./library/classic";
|
50
50
|
export { default as close } from "./library/close";
|
51
51
|
export { default as closeSmall } from "./library/close-small";
|
52
|
+
export { default as cloudDownload } from "./library/cloud-download";
|
52
53
|
export { default as cloudUpload } from "./library/cloud-upload";
|
53
54
|
export { default as cloud } from "./library/cloud";
|
54
55
|
export { default as code } from "./library/code";
|
@@ -80,6 +81,7 @@ export { default as drawerLeft } from "./library/drawer-left";
|
|
80
81
|
export { default as drawerRight } from "./library/drawer-right";
|
81
82
|
export { default as download } from "./library/download";
|
82
83
|
export { default as edit } from "./library/edit";
|
84
|
+
export { default as envelope } from "./library/envelope";
|
83
85
|
export { default as external } from "./library/external";
|
84
86
|
export { default as file } from "./library/file";
|
85
87
|
export { default as filter } from "./library/filter";
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"cloud-download.d.ts","sourceRoot":"","sources":["../../src/library/cloud-download.js"],"names":[],"mappings":";AAKA,yDAIE"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"envelope.d.ts","sourceRoot":"","sources":["../../src/library/envelope.js"],"names":[],"mappings":";AAKA,oDAQE"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/icons",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.10.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,12 +29,12 @@
|
|
29
29
|
"react-native": "src/index",
|
30
30
|
"types": "build-types",
|
31
31
|
"dependencies": {
|
32
|
-
"@babel/runtime": "
|
33
|
-
"@wordpress/element": "^6.
|
34
|
-
"@wordpress/primitives": "^4.
|
32
|
+
"@babel/runtime": "7.25.7",
|
33
|
+
"@wordpress/element": "^6.10.0",
|
34
|
+
"@wordpress/primitives": "^4.10.0"
|
35
35
|
},
|
36
36
|
"publishConfig": {
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "ab34a7ac935fd1478eac63b596242d83270897ee"
|
40
40
|
}
|
@@ -47,7 +47,7 @@ const LibraryExample = () => {
|
|
47
47
|
const filteredIcons = filter.length
|
48
48
|
? Object.fromEntries(
|
49
49
|
Object.entries( availableIcons ).filter( ( [ name ] ) =>
|
50
|
-
name.includes( filter )
|
50
|
+
name.toLowerCase().includes( filter.toLowerCase() )
|
51
51
|
)
|
52
52
|
)
|
53
53
|
: availableIcons;
|
package/src/index.js
CHANGED
@@ -50,6 +50,7 @@ export { default as chevronUpDown } from './library/chevron-up-down';
|
|
50
50
|
export { default as classic } from './library/classic';
|
51
51
|
export { default as close } from './library/close';
|
52
52
|
export { default as closeSmall } from './library/close-small';
|
53
|
+
export { default as cloudDownload } from './library/cloud-download';
|
53
54
|
export { default as cloudUpload } from './library/cloud-upload';
|
54
55
|
export { default as cloud } from './library/cloud';
|
55
56
|
export { default as code } from './library/code';
|
@@ -81,6 +82,7 @@ export { default as drawerLeft } from './library/drawer-left';
|
|
81
82
|
export { default as drawerRight } from './library/drawer-right';
|
82
83
|
export { default as download } from './library/download';
|
83
84
|
export { default as edit } from './library/edit';
|
85
|
+
export { default as envelope } from './library/envelope';
|
84
86
|
export { default as external } from './library/external';
|
85
87
|
export { default as file } from './library/file';
|
86
88
|
export { default as filter } from './library/filter';
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* WordPress dependencies
|
3
|
+
*/
|
4
|
+
import { SVG, Path } from '@wordpress/primitives';
|
5
|
+
|
6
|
+
const cloudDownload = (
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path d="M17.3 10.1002C17.3 7.6002 15.2 5.7002 12.5 5.7002C10.3 5.7002 8.4 7.1002 7.9 9.0002H7.7C5.7 9.0002 4 10.7002 4 12.8002C4 14.9002 5.7 16.6002 7.7 16.6002V15.2002C6.5 15.2002 5.5 14.1002 5.5 12.9002C5.5 11.7002 6.5 10.5002 7.7 10.5002H9L9.3 9.4002C9.7 8.1002 11 7.2002 12.5 7.2002C14.3 7.2002 15.8 8.5002 15.8 10.1002V11.4002L17.1 11.6002C17.9 11.7002 18.5 12.5002 18.5 13.4002C18.5 14.4002 17.7 15.2002 16.8 15.2002H16.5V16.6002H16.7C18.5 16.6002 19.9 15.1002 19.9 13.3002C20 11.7002 18.8 10.4002 17.3 10.1002Z M9.8806 13.7576L8.81995 14.8182L12.0019 18.0002L15.1851 14.8171L14.1244 13.7564L12.7551 15.1257L12.7551 10.0002L11.2551 10.0002V15.1321L9.8806 13.7576Z" />
|
9
|
+
</SVG>
|
10
|
+
);
|
11
|
+
|
12
|
+
export default cloudDownload;
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const cloudUpload = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M17.3 10.
|
8
|
+
<Path d="M17.3 10.1C17.3 7.60001 15.2 5.70001 12.5 5.70001C10.3 5.70001 8.4 7.10001 7.9 9.00001H7.7C5.7 9.00001 4 10.7 4 12.8C4 14.9 5.7 16.6 7.7 16.6H9.5V15.2H7.7C6.5 15.2 5.5 14.1 5.5 12.9C5.5 11.7 6.5 10.5 7.7 10.5H9L9.3 9.40001C9.7 8.10001 11 7.20001 12.5 7.20001C14.3 7.20001 15.8 8.50001 15.8 10.1V11.4L17.1 11.6C17.9 11.7 18.5 12.5 18.5 13.4C18.5 14.4 17.7 15.2 16.8 15.2H14.5V16.6H16.7C18.5 16.6 19.9 15.1 19.9 13.3C20 11.7 18.8 10.4 17.3 10.1Z M14.1245 14.2426L15.1852 13.182L12.0032 10L8.82007 13.1831L9.88072 14.2438L11.25 12.8745V18H12.75V12.8681L14.1245 14.2426Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* WordPress dependencies
|
3
|
+
*/
|
4
|
+
import { SVG, Path } from '@wordpress/primitives';
|
5
|
+
|
6
|
+
const envelope = (
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path
|
9
|
+
fillRule="evenodd"
|
10
|
+
clipRule="evenodd"
|
11
|
+
d="M3 7c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7Zm2-.5h14c.3 0 .5.2.5.5v1L12 13.5 4.5 7.9V7c0-.3.2-.5.5-.5Zm-.5 3.3V17c0 .3.2.5.5.5h14c.3 0 .5-.2.5-.5V9.8L12 15.4 4.5 9.8Z"
|
12
|
+
/>
|
13
|
+
</SVG>
|
14
|
+
);
|
15
|
+
|
16
|
+
export default envelope;
|
package/src/library/unseen.js
CHANGED
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const unseen = (
|
7
7
|
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M20.7 12.7s0-.1-.1-.2c0-.2-.2-.4-.4-.6-.3-.5-.9-1.2-1.6-1.8-.7-.6-1.5-1.3-2.6-1.8l-.6 1.4c.9.4 1.6 1 2.1 1.5.6.6 1.1 1.2 1.4 1.6.1.2.3.4.3.5v.1l.7-.3.7-.3Zm-5.2-9.3-1.8 4c-.5-.1-1.1-.2-1.7-.2-3 0-5.2 1.4-6.6 2.7-.7.7-1.2 1.3-1.6 1.8-.2.3-.3.5-.4.6 0 0 0 .1-.1.2s0 0 .7.3l.7.3V13c0-.1.2-.3.3-.5.3-.4.7-1 1.4-1.6 1.2-1.2 3-2.3 5.5-2.3H13v.3c-.4 0-.8-.1-1.1-.1-1.9 0-3.5 1.6-3.5 3.5s.6 2.3 1.6 2.9l-2 4.4.9.4 7.6-16.2-.9-.4Zm-3 12.6c1.7-.2 3-1.7 3-3.5s-.2-1.4-.6-1.9L12.4 16Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|