@zonos/amino 5.1.34 → 5.1.35
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.
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import type { Color } from "../types";
|
|
2
3
|
import type { IconProps } from "../types/IconProps";
|
|
3
|
-
export declare const LocationDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps &
|
|
4
|
+
export declare const LocationDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
|
+
secondaryColor?: Color | undefined;
|
|
6
|
+
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js")
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),o=r.forwardRef((function(r,o){var a=r.className,t=r.color,i=r.secondaryColor,n=r.size;return e.jsxs(c.IconBase,{ref:o,className:a,color:t||"gray800",size:n,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M11.578 19.87c.255.173.59.173.845 0v-.001l.005-.003.016-.011.057-.04a23.902 23.902 0 0 0 .94-.702 25.287 25.287 0 0 0 2.214-1.958c.806-.805 1.631-1.759 2.259-2.788C18.538 13.343 19 12.19 19 11c0-3.929-3.287-7-7-7s-7 3.071-7 7c0 1.19.462 2.343 1.086 3.367.628 1.03 1.453 1.983 2.259 2.788a25.298 25.298 0 0 0 3.154 2.66l.057.04.016.01.004.004.002.001Z","data-is-secondary-color":"true",fill:"".concat(i?s.theme[i]:s.theme.gray400)}),e.jsx("circle",{cx:"12",cy:"11",fill:"currentColor",r:"1.25"})]})}));exports.LocationDuotoneIcon=o;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import type { Color } from "../types";
|
|
2
3
|
import type { IconProps } from "../types/IconProps";
|
|
3
|
-
export declare const SettingsDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps &
|
|
4
|
+
export declare const SettingsDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
|
+
secondaryColor?: Color | undefined;
|
|
6
|
+
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),a=require("react"),c=require("./icon-base/_IconBase.js"),r=require("../styles/constants/theme.js"),l=a.forwardRef((function(a,l){var s=a.className,o=a.color,t=a.secondaryColor,i=a.size;return e.jsxs(c.IconBase,{ref:l,className:s,color:o||"gray800",size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M11.871 4a1.75 1.75 0 0 0-1.733 1.51l-.087.633c-.012.084-.087.208-.266.28a5.94 5.94 0 0 0-.191.08c-.176.076-.317.042-.385-.009l-.308-.23a1.75 1.75 0 0 0-2.287.162l-.188.188A1.75 1.75 0 0 0 6.264 8.9l.23.308c.051.068.085.209.008.385a5.974 5.974 0 0 0-.08.191c-.07.18-.195.254-.28.266l-.631.087A1.75 1.75 0 0 0 4 11.87v.258a1.75 1.75 0 0 0 1.51 1.733l.633.087c.084.012.208.087.28.266.025.064.051.128.08.191.076.176.042.317-.009.385l-.23.308a1.75 1.75 0 0 0 .162 2.287l.188.188a1.75 1.75 0 0 0 2.287.162l.308-.23c.068-.051.209-.085.385-.008.063.028.127.054.191.08.18.07.254.195.266.28l.087.631a1.75 1.75 0 0 0 1.733 1.511h.258a1.75 1.75 0 0 0 1.733-1.51l.087-.633c.012-.084.087-.208.266-.28.064-.025.128-.051.191-.08.176-.076.317-.042.385.009l.308.23a1.75 1.75 0 0 0 2.287-.162l.188-.188a1.75 1.75 0 0 0 .162-2.287l-.23-.308c-.051-.068-.085-.209-.008-.385.028-.063.054-.127.08-.191.07-.18.195-.254.28-.266l.631-.087A1.75 1.75 0 0 0 20 12.13v-.258a1.75 1.75 0 0 0-1.51-1.733l-.633-.087c-.084-.012-.208-.087-.28-.266a6.034 6.034 0 0 0-.08-.191c-.076-.176-.042-.317.009-.385l.23-.308a1.75 1.75 0 0 0-.162-2.287l-.188-.188a1.75 1.75 0 0 0-2.287-.162l-.308.23c-.068.051-.209.085-.385.008a5.895 5.895 0 0 0-.191-.08c-.18-.07-.254-.195-.266-.28l-.087-.631A1.75 1.75 0 0 0 12.13 4h-.258Z","data-is-secondary-color":"true",fill:"".concat(t?r.theme[t]:r.theme.gray400)}),e.jsx("circle",{cx:"12",cy:"12",fill:"currentColor",r:"1.25"})]})}));exports.SettingsDuotoneIcon=l;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import type { Color } from "../types";
|
|
2
3
|
import type { IconProps } from "../types/IconProps";
|
|
3
|
-
export declare const TagDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps &
|
|
4
|
+
export declare const TagDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
|
+
secondaryColor?: Color | undefined;
|
|
6
|
+
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/TagDuotoneIcon.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js")
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js"),a=require("../styles/constants/theme.js"),c=r.forwardRef((function(r,c){var o=r.className,t=r.color,l=r.secondaryColor,i=r.size;return e.jsxs(s.IconBase,{ref:c,className:o,color:t||"gray800",size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M12.803 4a2.75 2.75 0 0 0-1.901.763l-6.043 5.782a2.75 2.75 0 0 0-.043 3.931l4.708 4.708a2.75 2.75 0 0 0 3.932-.043l5.781-6.042A2.75 2.75 0 0 0 20 11.197V5.75A1.75 1.75 0 0 0 18.25 4h-5.447Z","data-is-secondary-color":"true",fill:"".concat(l?a.theme[l]:a.theme.gray400)}),e.jsx("circle",{cx:"14.45",cy:"9.55",fill:"currentColor",r:"1.25"})]})}));exports.TagDuotoneIcon=c;
|