symbols-react 1.1.9 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symbols-react",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "S̶F̶ symbols for the web",
5
5
  "keywords": [
6
6
  "icons",
@@ -10,17 +10,9 @@ export const IconAdobeLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__
10
10
  strokeWidth: props.strokeWidth || "2",
11
11
  strokeLinecap: props.strokeLinecap || "round",
12
12
  strokeLinejoin: props.strokeLinejoin || "round"
13
- }, props), /*#__PURE__*/React.createElement("mask", {
14
- id: "mask0_22_109",
15
- style: "mask-type:luminance",
16
- maskUnits: "userSpaceOnUse",
17
- x: "2",
18
- y: "3",
19
- width: "24",
20
- height: "22"
21
- }, /*#__PURE__*/React.createElement("path", {
13
+ }, props), /*#__PURE__*/React.createElement("path", {
22
14
  d: "M25.9999 3.38525H2.30518V24.3467H25.9999V3.38525Z"
23
- })), /*#__PURE__*/React.createElement("g", {
15
+ }), /*#__PURE__*/React.createElement("g", {
24
16
  mask: "url(#mask0_22_109)"
25
17
  }, /*#__PURE__*/React.createElement("path", {
26
18
  d: "M17.2319 3.38525H25.9999V24.3467L17.2319 3.38525Z"
@@ -10,17 +10,9 @@ export const IconNextjsLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#_
10
10
  strokeWidth: props.strokeWidth || "2",
11
11
  strokeLinecap: props.strokeLinecap || "round",
12
12
  strokeLinejoin: props.strokeLinejoin || "round"
13
- }, props), /*#__PURE__*/React.createElement("mask", {
14
- id: "mask0_23_269",
15
- style: "mask-type:alpha",
16
- maskUnits: "userSpaceOnUse",
17
- x: "2",
18
- y: "2",
19
- width: "24",
20
- height: "24"
21
- }, /*#__PURE__*/React.createElement("path", {
13
+ }, props), /*#__PURE__*/React.createElement("path", {
22
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"
23
- })), /*#__PURE__*/React.createElement("g", {
15
+ }), /*#__PURE__*/React.createElement("g", {
24
16
  mask: "url(#mask0_23_269)"
25
17
  }, /*#__PURE__*/React.createElement("path", {
26
18
  fillRule: "evenodd",
package/src/index.js CHANGED
@@ -5451,5 +5451,4 @@ export { IconVueLogo } from './icons/IconVueLogo';
5451
5451
  export { IconWindowsLogo } from './icons/IconWindowsLogo';
5452
5452
  export { IconXdLogo } from './icons/IconXdLogo';
5453
5453
  export { IconYarnLogo } from './icons/IconYarnLogo';
5454
- export { IconZoomLogo } from './icons/IconZoomLogo';
5455
-
5454
+ export { IconZoomLogo } from './icons/IconZoomLogo';