symbols-react 1.2.2 → 1.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symbols-react",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "S̶F̶ symbols for the web",
5
5
  "keywords": [
6
6
  "icons",
@@ -11,14 +11,10 @@ export const IconAdobeLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__
11
11
  strokeLinecap: props.strokeLinecap || "round",
12
12
  strokeLinejoin: props.strokeLinejoin || "round"
13
13
  }, props), /*#__PURE__*/React.createElement("path", {
14
- d: "M25.9999 3.38525H2.30518V24.3467H25.9999V3.38525Z"
15
- }), /*#__PURE__*/React.createElement("g", {
16
- mask: "url(#mask0_22_109)"
17
- }, /*#__PURE__*/React.createElement("path", {
18
- d: "M17.2319 3.38525H25.9999V24.3467L17.2319 3.38525Z"
14
+ d: "M17.2318 3.3854H25.9998V24.3468L17.2318 3.3854Z"
19
15
  }), /*#__PURE__*/React.createElement("path", {
20
16
  d: "M11.0731 3.38525H2.30518V24.3467L11.0731 3.38525Z"
21
17
  }), /*#__PURE__*/React.createElement("path", {
22
- d: "M14.1436 11.1069L19.7345 24.3476H16.0783L14.4099 20.1411H10.3276L14.1436 11.1069Z"
23
- }))));
18
+ d: "M14.1437 11.1067L19.7346 24.3474H16.0783L14.4099 20.1409H10.3277L14.1437 11.1067Z"
19
+ })));
24
20
  IconAdobeLogo.displayName = 'IconAdobeLogo';
@@ -11,14 +11,10 @@ export const IconNextjsLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#_
11
11
  strokeLinecap: props.strokeLinecap || "round",
12
12
  strokeLinejoin: props.strokeLinejoin || "round"
13
13
  }, props), /*#__PURE__*/React.createElement("path", {
14
- d: "M14 26C20.6274 26 26 20.6274 26 14C26 7.37258 20.6274 2 14 2C7.37258 2 2 7.37258 2 14C2 20.6274 7.37258 26 14 26Z"
15
- }), /*#__PURE__*/React.createElement("g", {
16
- mask: "url(#mask0_23_269)"
17
- }, /*#__PURE__*/React.createElement("path", {
18
14
  fillRule: "evenodd",
19
15
  clipRule: "evenodd",
20
16
  d: "M14 2.8C7.81441 2.8 2.8 7.81441 2.8 14C2.8 20.1856 7.81441 25.2 14 25.2C20.1856 25.2 25.2 20.1856 25.2 14C25.2 7.81441 20.1856 2.8 14 2.8ZM2 14C2 7.37258 7.37258 2 14 2C20.6274 2 26 7.37258 26 14C26 20.6274 20.6274 26 14 26C7.37258 26 2 20.6274 2 14Z"
21
17
  }), /*#__PURE__*/React.createElement("path", {
22
18
  d: "M18.9333 19.1366L21.9343 23.0024C21.5345 23.355 21.111 23.6816 20.6665 23.979L10.8151 11.2509V18.7957H9.19995V9.19971H11.2189L17.3333 17.0757V9.19971H18.9333V19.1366Z"
23
- }))));
19
+ })));
24
20
  IconNextjsLogo.displayName = 'IconNextjsLogo';