symbols-react 1.1.1 → 1.1.2

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.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "S̶F̶ symbols for the web",
5
5
  "keywords": [
6
6
  "icons",
@@ -2,13 +2,15 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
2
2
  import React from 'react';
3
3
  export const IconVapiLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
4
  ref: ref,
5
- width: props.width || "24",
6
- height: props.height || "24",
7
- viewBox: "0 0 24 24",
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
8
  fill: props.fill || "'none' || '#000000",
9
9
  stroke: props.stroke || "none",
10
10
  strokeWidth: props.strokeWidth || "2",
11
11
  strokeLinecap: props.strokeLinecap || "round",
12
12
  strokeLinejoin: props.strokeLinejoin || "round"
13
- }, props)));
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M11.0255 5.34683C10.0069 3.27788 7.47959 2.4147 5.38074 3.41888C3.28189 4.42305 2.40624 6.91432 3.42493 8.98328L10.156 22.6541C10.8608 24.0855 12.3315 24.996 13.9455 25C15.5597 25.004 17.035 24.101 17.7472 22.6731L24.5657 9.00232C25.595 6.9385 24.7322 4.44287 22.6386 3.42818C20.5449 2.41349 18.0132 3.26397 16.9839 5.32779L13.9808 11.349L11.0255 5.34683Z"
15
+ })));
14
16
  IconVapiLogo.displayName = 'IconVapiLogo';