@wordpress/icons 10.25.0 → 10.26.2-next.719a03cbe.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 +7 -0
- package/build/library/cancel-circle-filled.js +1 -1
- package/build/library/cancel-circle-filled.js.map +1 -1
- package/build/library/currency-dollar.js +1 -1
- package/build/library/currency-dollar.js.map +1 -1
- package/build/library/currency-euro.js +1 -1
- package/build/library/currency-euro.js.map +1 -1
- package/build/library/currency-pound.js +1 -1
- package/build/library/currency-pound.js.map +1 -1
- package/build/library/globe.js +1 -1
- package/build/library/globe.js.map +1 -1
- package/build/library/help-filled.js +1 -1
- package/build/library/help-filled.js.map +1 -1
- package/build/library/help.js +1 -1
- package/build/library/help.js.map +1 -1
- package/build/library/plus-circle.js +4 -2
- package/build/library/plus-circle.js.map +1 -1
- package/build/library/site-logo.js +1 -1
- package/build/library/site-logo.js.map +1 -1
- package/build/library/swatch.js +1 -1
- package/build/library/swatch.js.map +1 -1
- package/build/library/typography.js +1 -1
- package/build/library/typography.js.map +1 -1
- package/build-module/library/cancel-circle-filled.js +1 -1
- package/build-module/library/cancel-circle-filled.js.map +1 -1
- package/build-module/library/currency-dollar.js +1 -1
- package/build-module/library/currency-dollar.js.map +1 -1
- package/build-module/library/currency-euro.js +1 -1
- package/build-module/library/currency-euro.js.map +1 -1
- package/build-module/library/currency-pound.js +1 -1
- package/build-module/library/currency-pound.js.map +1 -1
- package/build-module/library/globe.js +1 -1
- package/build-module/library/globe.js.map +1 -1
- package/build-module/library/help-filled.js +1 -1
- package/build-module/library/help-filled.js.map +1 -1
- package/build-module/library/help.js +1 -1
- package/build-module/library/help.js.map +1 -1
- package/build-module/library/plus-circle.js +4 -2
- package/build-module/library/plus-circle.js.map +1 -1
- package/build-module/library/site-logo.js +1 -1
- package/build-module/library/site-logo.js.map +1 -1
- package/build-module/library/swatch.js +1 -1
- package/build-module/library/swatch.js.map +1 -1
- package/build-module/library/typography.js +1 -1
- package/build-module/library/typography.js.map +1 -1
- package/build-types/library/plus-circle.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/library/cancel-circle-filled.js +1 -1
- package/src/library/currency-dollar.js +1 -1
- package/src/library/currency-euro.js +1 -1
- package/src/library/currency-pound.js +1 -1
- package/src/library/globe.js +1 -1
- package/src/library/help-filled.js +1 -1
- package/src/library/help.js +1 -1
- package/src/library/plus-circle.js +6 -2
- package/src/library/site-logo.js +1 -1
- package/src/library/swatch.js +1 -1
- package/src/library/typography.js +1 -1
- package/tsconfig.tsbuildinfo +1 -1
@@ -7,7 +7,7 @@ const help = /*#__PURE__*/_jsx(SVG, {
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
8
8
|
viewBox: "0 0 24 24",
|
9
9
|
children: /*#__PURE__*/_jsx(Path, {
|
10
|
-
d: "M12
|
10
|
+
d: "M12 4a8 8 0 1 1 .001 16.001A8 8 0 0 1 12 4Zm0 1.5a6.5 6.5 0 1 0-.001 13.001A6.5 6.5 0 0 0 12 5.5Zm.75 11h-1.5V15h1.5v1.5Zm-.445-9.234a3 3 0 0 1 .445 5.89V14h-1.5v-1.25c0-.57.452-.958.917-1.01A1.5 1.5 0 0 0 12 8.75a1.5 1.5 0 0 0-1.5 1.5H9a3 3 0 0 1 3.305-2.984Z"
|
11
11
|
})
|
12
12
|
});
|
13
13
|
export default help;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","help","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/help.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst help = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M12
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","help","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/help.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst help = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M12 4a8 8 0 1 1 .001 16.001A8 8 0 0 1 12 4Zm0 1.5a6.5 6.5 0 1 0-.001 13.001A6.5 6.5 0 0 0 12 5.5Zm.75 11h-1.5V15h1.5v1.5Zm-.445-9.234a3 3 0 0 1 .445 5.89V14h-1.5v-1.25c0-.57.452-.958.917-1.01A1.5 1.5 0 0 0 12 8.75a1.5 1.5 0 0 0-1.5 1.5H9a3 3 0 0 1 3.305-2.984Z\" />\n\t</SVG>\n);\n\nexport default help;\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;IAACO,CAAC,EAAC;EAAsQ,CAAE;AAAC,CAC7Q,CACL;AAED,eAAeJ,IAAI","ignoreList":[]}
|
@@ -5,9 +5,11 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
6
6
|
const plusCircle = /*#__PURE__*/_jsx(SVG, {
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
8
|
-
viewBox: "
|
8
|
+
viewBox: "0 0 24 24",
|
9
9
|
children: /*#__PURE__*/_jsx(Path, {
|
10
|
-
|
10
|
+
fillRule: "evenodd",
|
11
|
+
clipRule: "evenodd",
|
12
|
+
d: "M7.404 16.596a6.5 6.5 0 1 0 9.192-9.192 6.5 6.5 0 0 0-9.192 9.192ZM6.344 6.343a8 8 0 1 0 11.313 11.314A8 8 0 0 0 6.343 6.343Zm4.906 9.407v-3h-3v-1.5h3v-3h1.5v3h3v1.5h-3v3h-1.5Z"
|
11
13
|
})
|
12
14
|
});
|
13
15
|
export default plusCircle;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","plusCircle","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/plus-circle.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst plusCircle = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","plusCircle","xmlns","viewBox","children","fillRule","clipRule","d"],"sources":["@wordpress/icons/src/library/plus-circle.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst plusCircle = (\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=\"M7.404 16.596a6.5 6.5 0 1 0 9.192-9.192 6.5 6.5 0 0 0-9.192 9.192ZM6.344 6.343a8 8 0 1 0 11.313 11.314A8 8 0 0 0 6.343 6.343Zm4.906 9.407v-3h-3v-1.5h3v-3h1.5v3h3v1.5h-3v3h-1.5Z\"\n\t\t/>\n\t</SVG>\n);\n\nexport default plusCircle;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,UAAU,gBACfD,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;EAAkL,CACpL;AAAC,CACE,CACL;AAED,eAAeN,UAAU","ignoreList":[]}
|
@@ -7,7 +7,7 @@ const siteLogo = /*#__PURE__*/_jsx(SVG, {
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
8
8
|
viewBox: "0 0 24 24",
|
9
9
|
children: /*#__PURE__*/_jsx(Path, {
|
10
|
-
d: "M12
|
10
|
+
d: "M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm0 1.5c3.4 0 6.2 2.7 6.5 6l-1.2-.6-.8-.4c-.1 0-.2 0-.3-.1H16c-.1-.2-.4-.2-.7 0l-2.9 2.1L9 11.3h-.7L5.5 13v-1.1c0-3.6 2.9-6.5 6.5-6.5Zm0 13c-2.7 0-5-1.7-6-4l2.8-1.7 3.5 1.2h.4s.2 0 .4-.2l2.9-2.1.4.2c.6.3 1.4.7 2.1 1.1-.5 3.1-3.2 5.4-6.4 5.4Z"
|
11
11
|
})
|
12
12
|
});
|
13
13
|
export default siteLogo;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","siteLogo","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/site-logo.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst siteLogo = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M12
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","siteLogo","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/site-logo.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst siteLogo = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm0 1.5c3.4 0 6.2 2.7 6.5 6l-1.2-.6-.8-.4c-.1 0-.2 0-.3-.1H16c-.1-.2-.4-.2-.7 0l-2.9 2.1L9 11.3h-.7L5.5 13v-1.1c0-3.6 2.9-6.5 6.5-6.5Zm0 13c-2.7 0-5-1.7-6-4l2.8-1.7 3.5 1.2h.4s.2 0 .4-.2l2.9-2.1.4.2c.6.3 1.4.7 2.1 1.1-.5 3.1-3.2 5.4-6.4 5.4Z\" />\n\t</SVG>\n);\n\nexport default siteLogo;\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;IAACO,CAAC,EAAC;EAAuS,CAAE;AAAC,CAC9S,CACL;AAED,eAAeJ,QAAQ","ignoreList":[]}
|
@@ -7,7 +7,7 @@ const swatch = /*#__PURE__*/_jsx(SVG, {
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
8
8
|
viewBox: "0 0 24 24",
|
9
9
|
children: /*#__PURE__*/_jsx(Path, {
|
10
|
-
d: "
|
10
|
+
d: "M7.1 5.7 8 6.9c.4-.3.9-.6 1.5-.8l-.6-1.4c-.7.3-1.3.6-1.8 1ZM4.6 8.9l1.4.6c.2-.5.5-1 .8-1.5l-1.2-.9c-.4.6-.8 1.2-1 1.8Zm14.8 0c-.3-.7-.6-1.3-1-1.8l-1.2.9c.3.4.6.9.8 1.5l1.4-.6ZM7.1 18.3c.6.4 1.2.8 1.8 1l.6-1.4c-.5-.2-1-.5-1.5-.8l-.9 1.2ZM5.5 12v-.9h-.7l-.7-.2v2l1.5-.2v-.9Zm-.7 3h-.2c.3.7.6 1.3 1 1.9l1.2-.9c-.3-.4-.6-.9-.8-1.5l-1.2.5Zm9.7 3 .5 1.2v.2c.7-.3 1.3-.6 1.9-1l-.9-1.2c-.4.3-.9.6-1.5.8Zm-2.5.5h-.9l-.2 1.3v.2h2l-.2-1.5h-.9Zm7.9-7.5-1.5.2V13h.7l.7.2v-2ZM18 14.5c-.2.5-.5 1-.8 1.5l1.2.9c.4-.6.8-1.2 1-1.8h-.2l-1.2-.6ZM11 4.1l.2 1.5H13V4.2h-1.9ZM14.5 6c.5.2 1 .5 1.5.8l.9-1.2c-.6-.4-1.2-.8-1.8-1L14.5 6Z"
|
11
11
|
})
|
12
12
|
});
|
13
13
|
export default swatch;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["Path","SVG","jsx","_jsx","swatch","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/swatch.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { Path, SVG } from '@wordpress/primitives';\n\nconst swatch = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"
|
1
|
+
{"version":3,"names":["Path","SVG","jsx","_jsx","swatch","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/swatch.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { Path, SVG } from '@wordpress/primitives';\n\nconst swatch = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"M7.1 5.7 8 6.9c.4-.3.9-.6 1.5-.8l-.6-1.4c-.7.3-1.3.6-1.8 1ZM4.6 8.9l1.4.6c.2-.5.5-1 .8-1.5l-1.2-.9c-.4.6-.8 1.2-1 1.8Zm14.8 0c-.3-.7-.6-1.3-1-1.8l-1.2.9c.3.4.6.9.8 1.5l1.4-.6ZM7.1 18.3c.6.4 1.2.8 1.8 1l.6-1.4c-.5-.2-1-.5-1.5-.8l-.9 1.2ZM5.5 12v-.9h-.7l-.7-.2v2l1.5-.2v-.9Zm-.7 3h-.2c.3.7.6 1.3 1 1.9l1.2-.9c-.3-.4-.6-.9-.8-1.5l-1.2.5Zm9.7 3 .5 1.2v.2c.7-.3 1.3-.6 1.9-1l-.9-1.2c-.4.3-.9.6-1.5.8Zm-2.5.5h-.9l-.2 1.3v.2h2l-.2-1.5h-.9Zm7.9-7.5-1.5.2V13h.7l.7.2v-2ZM18 14.5c-.2.5-.5 1-.8 1.5l1.2.9c.4-.6.8-1.2 1-1.8h-.2l-1.2-.6ZM11 4.1l.2 1.5H13V4.2h-1.9ZM14.5 6c.5.2 1 .5 1.5.8l.9-1.2c-.6-.4-1.2-.8-1.8-1L14.5 6Z\" />\n\t</SVG>\n);\n\nexport default swatch;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,IAAI,EAAEC,GAAG,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,MAAM,gBACXD,IAAA,CAACF,GAAG;EAACI,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,eAC1DJ,IAAA,CAACH,IAAI;IAACQ,CAAC,EAAC;EAAmmB,CAAE;AAAC,CAC1mB,CACL;AAED,eAAeJ,MAAM","ignoreList":[]}
|
@@ -7,7 +7,7 @@ const typography = /*#__PURE__*/_jsx(SVG, {
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
8
8
|
viewBox: "0 0 24 24",
|
9
9
|
children: /*#__PURE__*/_jsx(Path, {
|
10
|
-
d: "
|
10
|
+
d: "m8.6 7 3.9 10.8h-1.7l-1-2.8H5.7l-1 2.8H3L6.9 7h1.7Zm-2.4 6.6h3L7.7 9.3l-1.5 4.3ZM17.691 8.879c.473 0 .88.055 1.221.165.352.1.643.264.875.495.274.253.456.572.544.957.088.374.132.83.132 1.37v4.554c0 .274.033.472.099.593.077.11.198.166.363.166.11 0 .215-.028.313-.083.11-.055.237-.137.38-.247l.165.28a3.304 3.304 0 0 1-.71.446c-.23.11-.527.165-.89.165-.352 0-.639-.055-.858-.165-.22-.11-.386-.27-.495-.479-.1-.209-.149-.468-.149-.775-.286.462-.627.814-1.023 1.056-.396.242-.858.363-1.386.363-.462 0-.858-.088-1.188-.264a1.752 1.752 0 0 1-.742-.726 2.201 2.201 0 0 1-.248-1.056c0-.484.11-.875.33-1.172.22-.308.5-.556.841-.742.352-.187.721-.341 1.106-.462.396-.132.765-.253 1.106-.363.351-.121.637-.259.857-.413.232-.154.347-.357.347-.61V10.81c0-.396-.066-.71-.198-.941a1.05 1.05 0 0 0-.511-.511 1.763 1.763 0 0 0-.76-.149c-.253 0-.522.039-.808.116a1.165 1.165 0 0 0-.677.412 1.1 1.1 0 0 1 .595.396c.165.187.247.424.247.71 0 .307-.104.55-.313.726-.198.176-.451.263-.76.263-.34 0-.594-.104-.758-.313a1.231 1.231 0 0 1-.248-.759c0-.297.072-.539.214-.726.154-.187.352-.363.595-.528.264-.176.6-.324 1.006-.445.418-.121.88-.182 1.386-.182Zm.99 3.729a1.57 1.57 0 0 1-.528.462c-.231.121-.479.248-.742.38a5.377 5.377 0 0 0-.76.462c-.23.165-.423.38-.577.643-.154.264-.231.6-.231 1.007 0 .429.11.77.33 1.023.22.242.517.363.891.363.308 0 .594-.088.858-.264.275-.176.528-.44.759-.792v-3.284Z"
|
11
11
|
})
|
12
12
|
});
|
13
13
|
export default typography;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["SVG","Path","jsx","_jsx","typography","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/typography.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst typography = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"
|
1
|
+
{"version":3,"names":["SVG","Path","jsx","_jsx","typography","xmlns","viewBox","children","d"],"sources":["@wordpress/icons/src/library/typography.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SVG, Path } from '@wordpress/primitives';\n\nconst typography = (\n\t<SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t\t<Path d=\"m8.6 7 3.9 10.8h-1.7l-1-2.8H5.7l-1 2.8H3L6.9 7h1.7Zm-2.4 6.6h3L7.7 9.3l-1.5 4.3ZM17.691 8.879c.473 0 .88.055 1.221.165.352.1.643.264.875.495.274.253.456.572.544.957.088.374.132.83.132 1.37v4.554c0 .274.033.472.099.593.077.11.198.166.363.166.11 0 .215-.028.313-.083.11-.055.237-.137.38-.247l.165.28a3.304 3.304 0 0 1-.71.446c-.23.11-.527.165-.89.165-.352 0-.639-.055-.858-.165-.22-.11-.386-.27-.495-.479-.1-.209-.149-.468-.149-.775-.286.462-.627.814-1.023 1.056-.396.242-.858.363-1.386.363-.462 0-.858-.088-1.188-.264a1.752 1.752 0 0 1-.742-.726 2.201 2.201 0 0 1-.248-1.056c0-.484.11-.875.33-1.172.22-.308.5-.556.841-.742.352-.187.721-.341 1.106-.462.396-.132.765-.253 1.106-.363.351-.121.637-.259.857-.413.232-.154.347-.357.347-.61V10.81c0-.396-.066-.71-.198-.941a1.05 1.05 0 0 0-.511-.511 1.763 1.763 0 0 0-.76-.149c-.253 0-.522.039-.808.116a1.165 1.165 0 0 0-.677.412 1.1 1.1 0 0 1 .595.396c.165.187.247.424.247.71 0 .307-.104.55-.313.726-.198.176-.451.263-.76.263-.34 0-.594-.104-.758-.313a1.231 1.231 0 0 1-.248-.759c0-.297.072-.539.214-.726.154-.187.352-.363.595-.528.264-.176.6-.324 1.006-.445.418-.121.88-.182 1.386-.182Zm.99 3.729a1.57 1.57 0 0 1-.528.462c-.231.121-.479.248-.742.38a5.377 5.377 0 0 0-.76.462c-.23.165-.423.38-.577.643-.154.264-.231.6-.231 1.007 0 .429.11.77.33 1.023.22.242.517.363.891.363.308 0 .594-.088.858-.264.275-.176.528-.44.759-.792v-3.284Z\" />\n\t</SVG>\n);\n\nexport default typography;\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,GAAG,EAAEC,IAAI,QAAQ,uBAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElD,MAAMC,UAAU,gBACfD,IAAA,CAACH,GAAG;EAACK,KAAK,EAAC,4BAA4B;EAACC,OAAO,EAAC,WAAW;EAAAC,QAAA,eAC1DJ,IAAA,CAACF,IAAI;IAACO,CAAC,EAAC;EAAg2C,CAAE;AAAC,CACv2C,CACL;AAED,eAAeJ,UAAU","ignoreList":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"plus-circle.d.ts","sourceRoot":"","sources":["../../src/library/plus-circle.js"],"names":[],"mappings":";AAKA,
|
1
|
+
{"version":3,"file":"plus-circle.d.ts","sourceRoot":"","sources":["../../src/library/plus-circle.js"],"names":[],"mappings":";AAKA,sDAQE"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/icons",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.26.2-next.719a03cbe.0",
|
4
4
|
"description": "WordPress Icons package, based on dashicon.",
|
5
5
|
"author": "The WordPress Contributors",
|
6
6
|
"license": "GPL-2.0-or-later",
|
@@ -31,11 +31,11 @@
|
|
31
31
|
"sideEffects": false,
|
32
32
|
"dependencies": {
|
33
33
|
"@babel/runtime": "7.25.7",
|
34
|
-
"@wordpress/element": "^6.
|
35
|
-
"@wordpress/primitives": "^4.
|
34
|
+
"@wordpress/element": "^6.26.1-next.719a03cbe.0",
|
35
|
+
"@wordpress/primitives": "^4.26.1-next.719a03cbe.0"
|
36
36
|
},
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "5e146e949c2765411a8310bcc2641a88d036a6d9"
|
41
41
|
}
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const cancelCircleFilled = (
|
7
7
|
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
8
|
-
<Path d="M12
|
8
|
+
<Path d="M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm3.8 10.7-1.1 1.1-2.7-2.7-2.7 2.7-1.1-1.1 2.7-2.7-2.7-2.7 1.1-1.1 2.7 2.7 2.7-2.7 1.1 1.1-2.7 2.7 2.7 2.7Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const currencyDollar = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M7.1 5.7 8 6.9c.4-.3.9-.6 1.5-.8l-.6-1.4c-.7.3-1.3.6-1.8 1ZM4.6 8.9l1.4.6c.2-.5.5-1 .8-1.5l-1.2-.9c-.4.6-.8 1.2-1 1.8Zm14.8 0c-.3-.7-.6-1.3-1-1.8l-1.2.9c.3.4.6.9.8 1.5l1.4-.6ZM7.1 18.3c.6.4 1.2.8 1.8 1l.6-1.4c-.5-.2-1-.5-1.5-.8l-.9 1.2ZM5.5 12v-.9h-.7l-.7-.2v2l1.5-.2v-.9Zm-.7 3h-.2c.3.7.6 1.3 1 1.9l1.2-.9c-.3-.4-.6-.9-.8-1.5l-1.2.5Zm9.7 3 .5 1.2v.2c.7-.3 1.3-.6 1.9-1l-.9-1.2c-.4.3-.9.6-1.5.8Zm-2.5.5h-.9l-.2 1.3v.2h2l-.2-1.5h-.9Zm7.9-7.5-1.5.2V13h.7l.7.2v-2ZM18 14.5c-.2.5-.5 1-.8 1.5l1.2.9c.4-.6.8-1.2 1-1.8h-.2l-1.2-.6ZM11 4.1l.2 1.5H13V4.2h-1.9ZM14.5 6c.5.2 1 .5 1.5.8l.9-1.2c-.6-.4-1.2-.8-1.8-1L14.5 6Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const currencyEuro = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M11.9 9.3c.4 0 .8 0 1.1.2.4.1.7.3 1 .6.1.1.3.2.5.2s.4 0 .5-.2c.1-.1.2-.3.2-.5s0-.4-.2-.5c-.5-.5-1.1-.8-1.7-1.1-.7-.2-1.4-.2-2-.1-.7.1-1.3.4-1.9.8-.5.4-1 1-1.3 1.6h-.6c-.2 0-.4 0-.5.2-.1.1-.2.3-.2.5s0 .4.2.5c.1.1.3.2.5.2h.3v.5h-.3c-.2 0-.4 0-.5.2-.1.1-.2.3-.2.5s0 .4.2.5c.1.1.3.2.5.2h.6c.3.6.7 1.2 1.3 1.6.5.4 1.2.7 1.9.8.7.1 1.4 0 2-.1.7-.2 1.3-.6 1.7-1.1.1-.1.2-.3.2-.5s0-.4-.2-.5-.3-.2-.5-.2-.4 0-.5.2c-.3.3-.6.5-1 .6-.4.1-.7.2-1.1.2-.4 0-.8-.1-1.1-.3-.3-.2-.6-.4-.9-.7h.6c.2 0 .4 0 .5-.2.1-.1.2-.3.2-.5s0-.4-.2-.5c-.1-.1-.3-.2-.5-.2H9.3v-.5h2.2c.2 0 .4 0 .5-.2.1-.1.2-.3.2-.5s0-.4-.2-.5c-.1-.1-.3-.2-.5-.2H9.9c.2-.3.5-.5.9-.7s.7-.3 1.1-.3ZM12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm0 14.5c-3.6 0-6.5-2.9-6.5-6.5S8.4 5.5 12 5.5s6.5 2.9 6.5 6.5-2.9 6.5-6.5 6.5Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -7,7 +7,7 @@ const currencyPound = (
|
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
8
|
<Path
|
9
9
|
fillRule="evenodd"
|
10
|
-
d="
|
10
|
+
d="M14.4 14.5H11c.3-.4.5-1 .5-1.6v-.1h1c.2 0 .4 0 .5-.2.1-.1.2-.3.2-.5s0-.4-.2-.5c-.1-.1-.3-.2-.5-.2h-1.3c0-.1-.1-.3-.2-.4 0-.1-.1-.2-.1-.4v-.3c0-.8.6-1.4 1.4-1.4s.6 0 .8.2c.2.2.4.4.5.6 0 .2.2.3.4.4h.6c.2 0 .3-.2.4-.4v-.6c-.3-.6-.7-1.2-1.3-1.5-.6-.3-1.3-.4-2-.3s-1.3.5-1.7 1c-.4.5-.7 1.2-.7 1.9 0 .3 0 .5.2.8 0 0 0 .2.1.3-.2 0-.4 0-.5.2-.1.1-.2.3-.2.5s0 .4.2.5c.1.1.3.2.5.2h.5v.1c0 .4-.2.8-.5 1.2l-.6.6c-.1 0-.2.2-.3.4v.5c0 .1.1.3.3.4.1 0 .3.1.4.1h5.1c.2 0 .4 0 .5-.2.1-.1.2-.3.2-.5s0-.4-.2-.5c-.1-.1-.3-.2-.5-.2ZM12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm0 14.5c-3.6 0-6.5-2.9-6.5-6.5S8.4 5.5 12 5.5s6.5 2.9 6.5 6.5-2.9 6.5-6.5 6.5Z"
|
11
11
|
/>
|
12
12
|
</SVG>
|
13
13
|
);
|
package/src/library/globe.js
CHANGED
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const globe = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M12
|
8
|
+
<Path d="M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm6.5 8c0 .6 0 1.2-.2 1.8h-2.7c0-.6.2-1.1.2-1.8s0-1.2-.2-1.8h2.7c.2.6.2 1.1.2 1.8Zm-.9-3.2h-2.4c-.3-.9-.7-1.8-1.1-2.4-.1-.2-.2-.4-.3-.5 1.6.5 3 1.6 3.8 3ZM12.8 17c-.3.5-.6 1-.8 1.3-.2-.3-.5-.8-.8-1.3-.3-.5-.6-1.1-.8-1.7h3.3c-.2.6-.5 1.2-.8 1.7Zm-2.9-3.2c-.1-.6-.2-1.1-.2-1.8s0-1.2.2-1.8H14c.1.6.2 1.1.2 1.8s0 1.2-.2 1.8H9.9ZM11.2 7c.3-.5.6-1 .8-1.3.2.3.5.8.8 1.3.3.5.6 1.1.8 1.7h-3.3c.2-.6.5-1.2.8-1.7Zm-1-1.2c-.1.2-.2.3-.3.5-.4.7-.8 1.5-1.1 2.4H6.4c.8-1.4 2.2-2.5 3.8-3Zm-1.8 8H5.7c-.2-.6-.2-1.1-.2-1.8s0-1.2.2-1.8h2.7c0 .6-.2 1.1-.2 1.8s0 1.2.2 1.8Zm-2 1.4h2.4c.3.9.7 1.8 1.1 2.4.1.2.2.4.3.5-1.6-.5-3-1.6-3.8-3Zm7.4 3c.1-.2.2-.3.3-.5.4-.7.8-1.5 1.1-2.4h2.4c-.8 1.4-2.2 2.5-3.8 3Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -8,7 +8,7 @@ const helpFilled = (
|
|
8
8
|
<Path
|
9
9
|
fillRule="evenodd"
|
10
10
|
clipRule="evenodd"
|
11
|
-
d="M12
|
11
|
+
d="M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm.8 12.5h-1.5V15h1.5v1.5Zm2.1-5.6c-.1.5-.4 1.1-.8 1.5-.4.4-.9.7-1.4.8v.8h-1.5v-1.2c0-.6.5-1 .9-1s.7-.2 1-.5c.2-.3.4-.7.4-1 0-.4-.2-.7-.5-1-.3-.3-.6-.4-1-.4s-.8.2-1.1.4c-.3.3-.4.7-.4 1.1H9c0-.6.2-1.1.5-1.6s.7-.9 1.2-1.1c.5-.2 1.1-.3 1.6-.3s1.1.3 1.5.6c.4.3.8.8 1 1.3.2.5.2 1.1.1 1.6Z"
|
12
12
|
/>
|
13
13
|
</SVG>
|
14
14
|
);
|
package/src/library/help.js
CHANGED
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const help = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M12
|
8
|
+
<Path d="M12 4a8 8 0 1 1 .001 16.001A8 8 0 0 1 12 4Zm0 1.5a6.5 6.5 0 1 0-.001 13.001A6.5 6.5 0 0 0 12 5.5Zm.75 11h-1.5V15h1.5v1.5Zm-.445-9.234a3 3 0 0 1 .445 5.89V14h-1.5v-1.25c0-.57.452-.958.917-1.01A1.5 1.5 0 0 0 12 8.75a1.5 1.5 0 0 0-1.5 1.5H9a3 3 0 0 1 3.305-2.984Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -4,8 +4,12 @@
|
|
4
4
|
import { SVG, Path } from '@wordpress/primitives';
|
5
5
|
|
6
6
|
const plusCircle = (
|
7
|
-
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="
|
8
|
-
<Path
|
7
|
+
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
+
<Path
|
9
|
+
fillRule="evenodd"
|
10
|
+
clipRule="evenodd"
|
11
|
+
d="M7.404 16.596a6.5 6.5 0 1 0 9.192-9.192 6.5 6.5 0 0 0-9.192 9.192ZM6.344 6.343a8 8 0 1 0 11.313 11.314A8 8 0 0 0 6.343 6.343Zm4.906 9.407v-3h-3v-1.5h3v-3h1.5v3h3v1.5h-3v3h-1.5Z"
|
12
|
+
/>
|
9
13
|
</SVG>
|
10
14
|
);
|
11
15
|
|
package/src/library/site-logo.js
CHANGED
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const siteLogo = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M12
|
8
|
+
<Path d="M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8Zm0 1.5c3.4 0 6.2 2.7 6.5 6l-1.2-.6-.8-.4c-.1 0-.2 0-.3-.1H16c-.1-.2-.4-.2-.7 0l-2.9 2.1L9 11.3h-.7L5.5 13v-1.1c0-3.6 2.9-6.5 6.5-6.5Zm0 13c-2.7 0-5-1.7-6-4l2.8-1.7 3.5 1.2h.4s.2 0 .4-.2l2.9-2.1.4.2c.6.3 1.4.7 2.1 1.1-.5 3.1-3.2 5.4-6.4 5.4Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
package/src/library/swatch.js
CHANGED
@@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const swatch = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="M7.1 5.7 8 6.9c.4-.3.9-.6 1.5-.8l-.6-1.4c-.7.3-1.3.6-1.8 1ZM4.6 8.9l1.4.6c.2-.5.5-1 .8-1.5l-1.2-.9c-.4.6-.8 1.2-1 1.8Zm14.8 0c-.3-.7-.6-1.3-1-1.8l-1.2.9c.3.4.6.9.8 1.5l1.4-.6ZM7.1 18.3c.6.4 1.2.8 1.8 1l.6-1.4c-.5-.2-1-.5-1.5-.8l-.9 1.2ZM5.5 12v-.9h-.7l-.7-.2v2l1.5-.2v-.9Zm-.7 3h-.2c.3.7.6 1.3 1 1.9l1.2-.9c-.3-.4-.6-.9-.8-1.5l-1.2.5Zm9.7 3 .5 1.2v.2c.7-.3 1.3-.6 1.9-1l-.9-1.2c-.4.3-.9.6-1.5.8Zm-2.5.5h-.9l-.2 1.3v.2h2l-.2-1.5h-.9Zm7.9-7.5-1.5.2V13h.7l.7.2v-2ZM18 14.5c-.2.5-.5 1-.8 1.5l1.2.9c.4-.6.8-1.2 1-1.8h-.2l-1.2-.6ZM11 4.1l.2 1.5H13V4.2h-1.9ZM14.5 6c.5.2 1 .5 1.5.8l.9-1.2c-.6-.4-1.2-.8-1.8-1L14.5 6Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|
@@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const typography = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="m8.6 7 3.9 10.8h-1.7l-1-2.8H5.7l-1 2.8H3L6.9 7h1.7Zm-2.4 6.6h3L7.7 9.3l-1.5 4.3ZM17.691 8.879c.473 0 .88.055 1.221.165.352.1.643.264.875.495.274.253.456.572.544.957.088.374.132.83.132 1.37v4.554c0 .274.033.472.099.593.077.11.198.166.363.166.11 0 .215-.028.313-.083.11-.055.237-.137.38-.247l.165.28a3.304 3.304 0 0 1-.71.446c-.23.11-.527.165-.89.165-.352 0-.639-.055-.858-.165-.22-.11-.386-.27-.495-.479-.1-.209-.149-.468-.149-.775-.286.462-.627.814-1.023 1.056-.396.242-.858.363-1.386.363-.462 0-.858-.088-1.188-.264a1.752 1.752 0 0 1-.742-.726 2.201 2.201 0 0 1-.248-1.056c0-.484.11-.875.33-1.172.22-.308.5-.556.841-.742.352-.187.721-.341 1.106-.462.396-.132.765-.253 1.106-.363.351-.121.637-.259.857-.413.232-.154.347-.357.347-.61V10.81c0-.396-.066-.71-.198-.941a1.05 1.05 0 0 0-.511-.511 1.763 1.763 0 0 0-.76-.149c-.253 0-.522.039-.808.116a1.165 1.165 0 0 0-.677.412 1.1 1.1 0 0 1 .595.396c.165.187.247.424.247.71 0 .307-.104.55-.313.726-.198.176-.451.263-.76.263-.34 0-.594-.104-.758-.313a1.231 1.231 0 0 1-.248-.759c0-.297.072-.539.214-.726.154-.187.352-.363.595-.528.264-.176.6-.324 1.006-.445.418-.121.88-.182 1.386-.182Zm.99 3.729a1.57 1.57 0 0 1-.528.462c-.231.121-.479.248-.742.38a5.377 5.377 0 0 0-.76.462c-.23.165-.423.38-.577.643-.154.264-.231.6-.231 1.007 0 .429.11.77.33 1.023.22.242.517.363.891.363.308 0 .594-.088.858-.264.275-.176.528-.44.759-.792v-3.284Z" />
|
9
9
|
</SVG>
|
10
10
|
);
|
11
11
|
|