@swan-io/lake 13.4.6 → 13.4.7

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": "@swan-io/lake",
3
- "version": "13.4.6",
3
+ "version": "13.4.7",
4
4
  "engines": {
5
5
  "node": "^24.12.0"
6
6
  },
@@ -254,6 +254,7 @@ declare const paths: {
254
254
  "wifi-1-regular": string;
255
255
  "window-dev-tools-filled": string;
256
256
  "window-dev-tools-regular": string;
257
+ "hand-open-heart-regular": string;
257
258
  };
258
259
  export type IconName = keyof typeof paths;
259
260
  type Props = WebAccessibilityProps & {
@@ -4,7 +4,10 @@ import { StyleSheet } from "react-native";
4
4
  import { Path, Svg } from "./Svg";
5
5
  import customIcons from "../icons/custom-icons.json";
6
6
  import fluentIcons from "../icons/fluent-icons.json";
7
+ // This files contains fluent icons which aren't available in 24x24 size
8
+ import fluentResizedIcons from "../icons/fluent-resized-icons.json";
7
9
  const paths = {
10
+ ...fluentResizedIcons,
8
11
  ...fluentIcons,
9
12
  ...customIcons,
10
13
  };
@@ -0,0 +1,3 @@
1
+ {
2
+ "hand-open-heart-regular": "m17.6 3.25.4.5.4-.5a2.73 2.73 0 0 1 4.1 3.61l-3.99 4.18a.7.7 0 0 1-1 0L13.5 6.86a2.73 2.73 0 1 1 4.1-3.6Zm-6.04.53-.15-.16a2.07 2.07 0 0 0-3.34.54 2.08 2.08 0 0 0-2.82.94 1.97 1.97 0 0 0-2.27 3.12l.32.35a2.03 2.03 0 0 0-.51 3.15l3.87 4.17a4.1 4.1 0 0 0-2.7 1.82c-.34.55-.23 1.15.08 1.56.3.4.78.64 1.29.66 2.36.11 5.21.98 7.64 2.14 1.7.82 3.87.5 5.08-1.1l1.45-1.9a3.75 3.75 0 0 0 .6-3.35l-.99-3.26c-.45.25-.98.34-1.5.25l.02.02 1.03 3.43a2.25 2.25 0 0 1-.35 2l-1.44 1.91c-.71.94-2.09 1.2-3.25.64a22.52 22.52 0 0 0-8.32-2.3A2.7 2.7 0 0 1 7 17.35c.4-.09.79-.12 1.19-.1a.75.75 0 0 0 .6-1.26l-4.9-5.3a.53.53 0 0 1 .65-.8l3.16 3.38a.75.75 0 0 0 1.1-1.03L5.75 8.96a1.7 1.7 0 0 0-.21-.2L4.08 7.2a.47.47 0 0 1 .67-.64l4.47 4.48a.75.75 0 0 0 1.07-1.06L6.72 6.4a.58.58 0 1 1 .81-.8l.82.8.12.14 3 3h.01l.74.74a.75.75 0 1 0 1.06-1.06L9.46 5.4a.57.57 0 1 1 .88-.74l1.2 1.21a4.07 4.07 0 0 1 .03-2.1Zm.59 12.7a4.35 4.35 0 0 1 2.16.04c.58.18 1.11.54 1.59 1.18a.75.75 0 1 0 1.2-.9 4.64 4.64 0 0 0-2.35-1.73 5.84 5.84 0 0 0-2.9-.05.75.75 0 0 0 .3 1.46Z,"
3
+ }