@wordpress/icons 10.8.1 → 10.9.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.
@@ -0,0 +1,14 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path } from '@wordpress/primitives';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ const arrowDownRight = /*#__PURE__*/_jsx(SVG, {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 24 24",
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ d: "M10 18h8v-8h-1.5v5.5L7 6 6 7l9.5 9.5H10V18Z"
11
+ })
12
+ });
13
+ export default arrowDownRight;
14
+ //# sourceMappingURL=arrow-down-right.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SVG","Path","jsx","_jsx","arrowDownRight","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/arrow-down-right.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst arrowDownRight = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M10 18h8v-8h-1.5v5.5L7 6 6 7l9.5 9.5H10V18Z\" />\n\t</SVG>\n);\n\nexport default arrowDownRight;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,cAAc,gBACnBD,IAAA,CAACH,GAAG;EAACK,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,eAC1DJ,IAAA,CAACF,IAAI;IAACO,CAAC,EAAC;EAA6C,CAAE;AAAC,CACpD,CACL;AAED,eAAeJ,cAAc","ignoreList":[]}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path } from '@wordpress/primitives';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ const arrowUpLeft = /*#__PURE__*/_jsx(SVG, {
7
+ width: "24",
8
+ height: "24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /*#__PURE__*/_jsx(Path, {
12
+ d: "M14 6H6v8h1.5V8.5L17 18l1-1-9.5-9.5H14V6Z"
13
+ })
14
+ });
15
+ export default arrowUpLeft;
16
+ //# sourceMappingURL=arrow-up-left.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SVG","Path","jsx","_jsx","arrowUpLeft","width","height","fill","xmlns","children","d"],"sources":["@wordpress/icons/src/library/arrow-up-left.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst arrowUpLeft = (\n\t<SVG width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t<Path d=\"M14 6H6v8h1.5V8.5L17 18l1-1-9.5-9.5H14V6Z\" />\n\t</SVG>\n);\n\nexport default arrowUpLeft;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,WAAW,gBAChBD,IAAA,CAACH,GAAG;EAACK,KAAK,EAAC,IAAI;EAACC,MAAM,EAAC,IAAI;EAACC,IAAI,EAAC,MAAM;EAACC,KAAK,EAAC,4BAA4B;EAAAC,QAAA,eACzEN,IAAA,CAACF,IAAI;IAACS,CAAC,EAAC;EAA2C,CAAE;AAAC,CAClD,CACL;AAED,eAAeN,WAAW","ignoreList":[]}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path } from '@wordpress/primitives';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ const envelope = /*#__PURE__*/_jsx(SVG, {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 24 24",
9
+ children: /*#__PURE__*/_jsx(Path, {
10
+ fillRule: "evenodd",
11
+ clipRule: "evenodd",
12
+ 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"
13
+ })
14
+ });
15
+ export default envelope;
16
+ //# sourceMappingURL=envelope.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SVG","Path","jsx","_jsx","envelope","xmlns","viewBox","children","fillRule","clipRule","d"],"sources":["@wordpress/icons/src/library/envelope.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst envelope = (\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=\"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\"\n\t\t/>\n\t</SVG>\n);\n\nexport default envelope;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,QAAQ,gBACbD,IAAA,CAACH,GAAG;EAACK,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,eAC1DJ,IAAA,CAACF,IAAI;IACJO,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAmM,CACrM;AAAC,CACE,CACL;AAED,eAAeN,QAAQ","ignoreList":[]}
@@ -9,9 +9,11 @@ export { default as alignNone } from "./library/align-none";
9
9
  export { default as alignRight } from "./library/align-right";
10
10
  export { default as archive } from "./library/archive";
11
11
  export { default as arrowDown } from "./library/arrow-down";
12
+ export { default as arrowDownRight } from "./library/arrow-down-right";
12
13
  export { default as arrowLeft } from "./library/arrow-left";
13
14
  export { default as arrowRight } from "./library/arrow-right";
14
15
  export { default as arrowUp } from "./library/arrow-up";
16
+ export { default as arrowUpLeft } from "./library/arrow-up-left";
15
17
  export { default as atSymbol } from "./library/at-symbol";
16
18
  export { default as aspectRatio } from "./library/aspect-ratio";
17
19
  export { default as audio } from "./library/audio";
@@ -78,6 +80,7 @@ export { default as drawerLeft } from "./library/drawer-left";
78
80
  export { default as drawerRight } from "./library/drawer-right";
79
81
  export { default as download } from "./library/download";
80
82
  export { default as edit } from "./library/edit";
83
+ export { default as envelope } from "./library/envelope";
81
84
  export { default as external } from "./library/external";
82
85
  export { default as file } from "./library/file";
83
86
  export { default as filter } from "./library/filter";
@@ -0,0 +1,3 @@
1
+ export default arrowDownRight;
2
+ declare const arrowDownRight: import("react").JSX.Element;
3
+ //# sourceMappingURL=arrow-down-right.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-down-right.d.ts","sourceRoot":"","sources":["../../src/library/arrow-down-right.js"],"names":[],"mappings":";AAKA,0DAIE"}
@@ -0,0 +1,3 @@
1
+ export default arrowUpLeft;
2
+ declare const arrowUpLeft: import("react").JSX.Element;
3
+ //# sourceMappingURL=arrow-up-left.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-up-left.d.ts","sourceRoot":"","sources":["../../src/library/arrow-up-left.js"],"names":[],"mappings":";AAKA,uDAIE"}
@@ -0,0 +1,3 @@
1
+ export default envelope;
2
+ declare const envelope: import("react").JSX.Element;
3
+ //# sourceMappingURL=envelope.d.ts.map
@@ -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.8.1",
3
+ "version": "10.9.0",
4
4
  "description": "WordPress Icons package, based on dashicon.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,11 +30,11 @@
30
30
  "types": "build-types",
31
31
  "dependencies": {
32
32
  "@babel/runtime": "^7.16.0",
33
- "@wordpress/element": "^6.8.1",
34
- "@wordpress/primitives": "^4.8.1"
33
+ "@wordpress/element": "^6.9.0",
34
+ "@wordpress/primitives": "^4.9.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "cf707c1f25a2716e310cc8f9afcc8554405c79ac"
39
+ "gitHead": "2e5495c635910cb34bfaca3c6258d2e989f66214"
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
@@ -10,9 +10,11 @@ export { default as alignNone } from './library/align-none';
10
10
  export { default as alignRight } from './library/align-right';
11
11
  export { default as archive } from './library/archive';
12
12
  export { default as arrowDown } from './library/arrow-down';
13
+ export { default as arrowDownRight } from './library/arrow-down-right';
13
14
  export { default as arrowLeft } from './library/arrow-left';
14
15
  export { default as arrowRight } from './library/arrow-right';
15
16
  export { default as arrowUp } from './library/arrow-up';
17
+ export { default as arrowUpLeft } from './library/arrow-up-left';
16
18
  export { default as atSymbol } from './library/at-symbol';
17
19
  export { default as aspectRatio } from './library/aspect-ratio';
18
20
  export { default as audio } from './library/audio';
@@ -79,6 +81,7 @@ export { default as drawerLeft } from './library/drawer-left';
79
81
  export { default as drawerRight } from './library/drawer-right';
80
82
  export { default as download } from './library/download';
81
83
  export { default as edit } from './library/edit';
84
+ export { default as envelope } from './library/envelope';
82
85
  export { default as external } from './library/external';
83
86
  export { default as file } from './library/file';
84
87
  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 arrowDownRight = (
7
+ <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
+ <Path d="M10 18h8v-8h-1.5v5.5L7 6 6 7l9.5 9.5H10V18Z" />
9
+ </SVG>
10
+ );
11
+
12
+ export default arrowDownRight;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path } from '@wordpress/primitives';
5
+
6
+ const arrowUpLeft = (
7
+ <SVG width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
8
+ <Path d="M14 6H6v8h1.5V8.5L17 18l1-1-9.5-9.5H14V6Z" />
9
+ </SVG>
10
+ );
11
+
12
+ export default arrowUpLeft;
@@ -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;