@wordpress/icons 10.7.1-next.1f6eadc42.0 → 10.8.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,19 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path, Circle } from '@wordpress/primitives';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ import { jsxs as _jsxs } from "react/jsx-runtime";
7
+ const bellUnread = /*#__PURE__*/_jsxs(SVG, {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ viewBox: "0 0 24 24",
10
+ children: [/*#__PURE__*/_jsx(Path, {
11
+ d: "M13.969 4.39A5.088 5.088 0 0 0 12 4C9.2 4 7 6.2 7 9v2.5c0 1.353-.17 2.368-.976 3-.267.209-.602.376-1.024.5v1h14v-1c-.422-.124-.757-.291-1.024-.5-.806-.632-.976-1.647-.976-3V11c-.53 0-1.037-.103-1.5-.29v.79c0 .93.066 1.98.515 2.897l.053.103H7.932l.053-.103c.449-.917.515-1.967.515-2.897V9c0-1.972 1.528-3.5 3.5-3.5.43 0 .838.072 1.214.206.167-.488.425-.933.755-1.316Zm-3.961 13.618c0-.176.023-.346.065-.508h3.854A1.996 1.996 0 0 1 12 20a1.991 1.991 0 0 1-1.992-1.992Z"
12
+ }), /*#__PURE__*/_jsx(Circle, {
13
+ cx: "17",
14
+ cy: "7",
15
+ r: "2.5"
16
+ })]
17
+ });
18
+ export default bellUnread;
19
+ //# sourceMappingURL=bell-unread.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SVG","Path","Circle","jsx","_jsx","jsxs","_jsxs","bellUnread","xmlns","viewBox","children","d","cx","cy","r"],"sources":["@wordpress/icons/src/library/bell-unread.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path, Circle } from '@wordpress/primitives';\n\nconst bellUnread = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M13.969 4.39A5.088 5.088 0 0 0 12 4C9.2 4 7 6.2 7 9v2.5c0 1.353-.17 2.368-.976 3-.267.209-.602.376-1.024.5v1h14v-1c-.422-.124-.757-.291-1.024-.5-.806-.632-.976-1.647-.976-3V11c-.53 0-1.037-.103-1.5-.29v.79c0 .93.066 1.98.515 2.897l.053.103H7.932l.053-.103c.449-.917.515-1.967.515-2.897V9c0-1.972 1.528-3.5 3.5-3.5.43 0 .838.072 1.214.206.167-.488.425-.933.755-1.316Zm-3.961 13.618c0-.176.023-.346.065-.508h3.854A1.996 1.996 0 0 1 12 20a1.991 1.991 0 0 1-1.992-1.992Z\" />\n\t\t<Circle cx=\"17\" cy=\"7\" r=\"2.5\" />\n\t</SVG>\n);\n\nexport default bellUnread;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,EAAEC,MAAM,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAAA,SAAAC,IAAA,IAAAC,KAAA;AAE1D,MAAMC,UAAU,gBACfD,KAAA,CAACN,GAAG;EAACQ,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,gBAC1DN,IAAA,CAACH,IAAI;IAACU,CAAC,EAAC;EAAod,CAAE,CAAC,eAC/dP,IAAA,CAACF,MAAM;IAACU,EAAE,EAAC,IAAI;IAACC,EAAE,EAAC,GAAG;IAACC,CAAC,EAAC;EAAK,CAAE,CAAC;AAAA,CAC7B,CACL;AAED,eAAeP,UAAU","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 bell = /*#__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: "M17 11.5c0 1.353.17 2.368.976 3 .266.209.602.376 1.024.5v1H5v-1c.422-.124.757-.291 1.024-.5.806-.632.976-1.647.976-3V9c0-2.8 2.2-5 5-5s5 2.2 5 5v2.5ZM15.5 9v2.5c0 .93.066 1.98.515 2.897l.053.103H7.932a4.018 4.018 0 0 0 .053-.103c.449-.917.515-1.967.515-2.897V9c0-1.972 1.528-3.5 3.5-3.5s3.5 1.528 3.5 3.5Zm-5.492 9.008c0-.176.023-.346.065-.508h3.854A1.996 1.996 0 0 1 12 20c-1.1 0-1.992-.892-1.992-1.992Z"
13
+ })
14
+ });
15
+ export default bell;
16
+ //# sourceMappingURL=bell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SVG","Path","jsx","_jsx","bell","xmlns","viewBox","children","fillRule","clipRule","d"],"sources":["@wordpress/icons/src/library/bell.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst bell = (\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=\"M17 11.5c0 1.353.17 2.368.976 3 .266.209.602.376 1.024.5v1H5v-1c.422-.124.757-.291 1.024-.5.806-.632.976-1.647.976-3V9c0-2.8 2.2-5 5-5s5 2.2 5 5v2.5ZM15.5 9v2.5c0 .93.066 1.98.515 2.897l.053.103H7.932a4.018 4.018 0 0 0 .053-.103c.449-.917.515-1.967.515-2.897V9c0-1.972 1.528-3.5 3.5-3.5s3.5 1.528 3.5 3.5Zm-5.492 9.008c0-.176.023-.346.065-.508h3.854A1.996 1.996 0 0 1 12 20c-1.1 0-1.992-.892-1.992-1.992Z\"\n\t\t/>\n\t</SVG>\n);\n\nexport default bell;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,IAAI,gBACTD,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;EAAsZ,CACxZ;AAAC,CACE,CACL;AAED,eAAeN,IAAI","ignoreList":[]}
@@ -15,7 +15,10 @@ export { default as arrowUp } from "./library/arrow-up";
15
15
  export { default as atSymbol } from "./library/at-symbol";
16
16
  export { default as aspectRatio } from "./library/aspect-ratio";
17
17
  export { default as audio } from "./library/audio";
18
+ export { default as background } from "./library/background";
18
19
  export { default as backup } from "./library/backup";
20
+ export { default as bell } from "./library/bell";
21
+ export { default as bellUnread } from "./library/bell-unread";
19
22
  export { default as blockDefault } from "./library/block-default";
20
23
  export { default as blockMeta } from "./library/block-meta";
21
24
  export { default as blockTable } from "./library/block-table";
@@ -0,0 +1,3 @@
1
+ export default background;
2
+ declare const background: import("react").JSX.Element;
3
+ //# sourceMappingURL=background.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../src/library/background.js"],"names":[],"mappings":";AAKA,sDAQE"}
@@ -0,0 +1,3 @@
1
+ export default bellUnread;
2
+ declare const bellUnread: import("react").JSX.Element;
3
+ //# sourceMappingURL=bell-unread.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bell-unread.d.ts","sourceRoot":"","sources":["../../src/library/bell-unread.js"],"names":[],"mappings":";AAKA,sDAKE"}
@@ -0,0 +1,3 @@
1
+ export default bell;
2
+ declare const bell: import("react").JSX.Element;
3
+ //# sourceMappingURL=bell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bell.d.ts","sourceRoot":"","sources":["../../src/library/bell.js"],"names":[],"mappings":";AAKA,gDAQE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/icons",
3
- "version": "10.7.1-next.1f6eadc42.0",
3
+ "version": "10.8.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.7.1-next.1f6eadc42.0",
34
- "@wordpress/primitives": "^4.7.1-next.1f6eadc42.0"
33
+ "@wordpress/element": "^6.8.0",
34
+ "@wordpress/primitives": "^4.8.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "960a22b909c9fdbc90e7435b7ba8947b9218837a"
39
+ "gitHead": "cecf5e14d317aa67407f77a7e5c8b6a43016bd42"
40
40
  }
package/src/index.js CHANGED
@@ -16,7 +16,10 @@ export { default as arrowUp } from './library/arrow-up';
16
16
  export { default as atSymbol } from './library/at-symbol';
17
17
  export { default as aspectRatio } from './library/aspect-ratio';
18
18
  export { default as audio } from './library/audio';
19
+ export { default as background } from './library/background';
19
20
  export { default as backup } from './library/backup';
21
+ export { default as bell } from './library/bell';
22
+ export { default as bellUnread } from './library/bell-unread';
20
23
  export { default as blockDefault } from './library/block-default';
21
24
  export { default as blockMeta } from './library/block-meta';
22
25
  export { default as blockTable } from './library/block-table';
@@ -0,0 +1,16 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { Path, SVG } from '@wordpress/primitives';
5
+
6
+ const background = (
7
+ <SVG width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
8
+ <Path
9
+ fillRule="evenodd"
10
+ clipRule="evenodd"
11
+ d="M11.53 4.47a.75.75 0 1 0-1.06 1.06l8 8a.75.75 0 1 0 1.06-1.06l-8-8Zm5 1a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 1 0 1.06-1.06l-2-2Zm-11.06 10a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06Zm.06-5a.75.75 0 0 0-1.06 1.06l8 8a.75.75 0 1 0 1.06-1.06l-8-8Zm-.06-3a.75.75 0 0 1 1.06 0l10 10a.75.75 0 1 1-1.06 1.06l-10-10a.75.75 0 0 1 0-1.06Zm3.06-2a.75.75 0 0 0-1.06 1.06l10 10a.75.75 0 1 0 1.06-1.06l-10-10Z"
12
+ />
13
+ </SVG>
14
+ );
15
+
16
+ export default background;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path, Circle } from '@wordpress/primitives';
5
+
6
+ const bellUnread = (
7
+ <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
+ <Path d="M13.969 4.39A5.088 5.088 0 0 0 12 4C9.2 4 7 6.2 7 9v2.5c0 1.353-.17 2.368-.976 3-.267.209-.602.376-1.024.5v1h14v-1c-.422-.124-.757-.291-1.024-.5-.806-.632-.976-1.647-.976-3V11c-.53 0-1.037-.103-1.5-.29v.79c0 .93.066 1.98.515 2.897l.053.103H7.932l.053-.103c.449-.917.515-1.967.515-2.897V9c0-1.972 1.528-3.5 3.5-3.5.43 0 .838.072 1.214.206.167-.488.425-.933.755-1.316Zm-3.961 13.618c0-.176.023-.346.065-.508h3.854A1.996 1.996 0 0 1 12 20a1.991 1.991 0 0 1-1.992-1.992Z" />
9
+ <Circle cx="17" cy="7" r="2.5" />
10
+ </SVG>
11
+ );
12
+
13
+ export default bellUnread;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ import { SVG, Path } from '@wordpress/primitives';
5
+
6
+ const bell = (
7
+ <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
8
+ <Path
9
+ fillRule="evenodd"
10
+ clipRule="evenodd"
11
+ d="M17 11.5c0 1.353.17 2.368.976 3 .266.209.602.376 1.024.5v1H5v-1c.422-.124.757-.291 1.024-.5.806-.632.976-1.647.976-3V9c0-2.8 2.2-5 5-5s5 2.2 5 5v2.5ZM15.5 9v2.5c0 .93.066 1.98.515 2.897l.053.103H7.932a4.018 4.018 0 0 0 .053-.103c.449-.917.515-1.967.515-2.897V9c0-1.972 1.528-3.5 3.5-3.5s3.5 1.528 3.5 3.5Zm-5.492 9.008c0-.176.023-.346.065-.508h3.854A1.996 1.996 0 0 1 12 20c-1.1 0-1.992-.892-1.992-1.992Z"
12
+ />
13
+ </SVG>
14
+ );
15
+
16
+ export default bell;