@navikt/aksel-icons 2.8.14 → 2.8.16
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/dist/metadata.js +1 -1
- package/dist/react/cjs/HandKnot.js +48 -0
- package/dist/react/cjs/HandKnotFilled.js +48 -0
- package/dist/react/cjs/index.js +14 -10
- package/dist/react/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/react/esm/HandKnot.d.ts +7 -0
- package/dist/react/esm/HandKnot.js +23 -0
- package/dist/react/esm/HandKnotFilled.d.ts +7 -0
- package/dist/react/esm/HandKnotFilled.js +23 -0
- package/dist/react/esm/index.d.ts +2 -0
- package/dist/react/esm/index.js +2 -0
- package/dist/react/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/svg/HandKnot.svg +3 -0
- package/dist/svg/HandKnotFilled.svg +3 -0
- package/package.json +3 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgHandKnot: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & SVGRProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default SvgHandKnot;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import * as React from "react";
|
|
13
|
+
import { forwardRef } from "react";
|
|
14
|
+
import { useId } from "./util/useId";
|
|
15
|
+
const SvgHandKnot = forwardRef((_a, ref) => {
|
|
16
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
17
|
+
let titleId = useId();
|
|
18
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
19
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
20
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.75 5a1.25 1.25 0 1 1 2.5 0v.75h-2.5V5Zm0 2.25v6.25a.75.75 0 0 1-1.238.57l-2.114-1.812a1.221 1.221 0 0 0-1.772 1.66l4.75 6.332h10.023l1.218-5.484a2.25 2.25 0 0 0-1.708-2.685l-6.071-1.349A.75.75 0 0 1 11.25 10V7.25h-2.5Zm1.25-5a2.75 2.75 0 0 0-2.75 2.718 6.702 6.702 0 0 0-.667-.4c-.295-.152-.688-.318-1.083-.318a2.25 2.25 0 0 0 0 4.5c.395 0 .788-.166 1.083-.318a6.7 6.7 0 0 0 .667-.4v3.837l-.876-.75a2.721 2.721 0 0 0-3.948 3.699L7.4 21.45a.75.75 0 0 0 .6.3h11a.75.75 0 0 0 .732-.587l1.35-6.072a3.75 3.75 0 0 0-2.848-4.474L12.75 9.398V8.032c.212.143.44.284.667.4.294.152.688.318 1.083.318a2.25 2.25 0 0 0 0-4.5c-.395 0-.789.166-1.083.318a6.71 6.71 0 0 0-.667.4A2.75 2.75 0 0 0 10 2.25Zm3.377 4.391a10.13 10.13 0 0 1-.191-.141l.191-.141a6.04 6.04 0 0 1 .726-.458c.113-.058.209-.099.286-.124.072-.024.107-.027.11-.027h.001a.75.75 0 0 1 0 1.5c-.004 0-.04-.003-.111-.027a2.022 2.022 0 0 1-.286-.124 6.04 6.04 0 0 1-.726-.458ZM6.814 6.5a10.236 10.236 0 0 0-.191-.141 6.033 6.033 0 0 0-.726-.458 2.023 2.023 0 0 0-.286-.124.515.515 0 0 0-.111-.027.75.75 0 1 0 0 1.5.515.515 0 0 0 .111-.027c.077-.025.173-.066.286-.124.227-.117.48-.281.726-.458.065-.047.13-.094.191-.141Z", fill: "currentColor" })));
|
|
22
|
+
});
|
|
23
|
+
export default SvgHandKnot;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgHandKnotFilled: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & SVGRProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export default SvgHandKnotFilled;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import * as React from "react";
|
|
13
|
+
import { forwardRef } from "react";
|
|
14
|
+
import { useId } from "./util/useId";
|
|
15
|
+
const SvgHandKnotFilled = forwardRef((_a, ref) => {
|
|
16
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
17
|
+
let titleId = useId();
|
|
18
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
19
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
20
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.25 4.968a2.75 2.75 0 0 1 5.5 0c.212-.143.44-.284.667-.4.294-.152.688-.318 1.083-.318a2.25 2.25 0 0 1 0 4.5c-.395 0-.789-.166-1.083-.318a6.71 6.71 0 0 1-.667-.4V5v4.398l5.484 1.22a3.75 3.75 0 0 1 2.848 4.473l-1.35 6.072a.75.75 0 0 1-.732.587H8a.75.75 0 0 1-.6-.3l-4.974-6.632a2.722 2.722 0 0 1 3.948-3.7l.876.751V8.032a6.7 6.7 0 0 1-.667.4c-.295.152-.688.318-1.083.318a2.25 2.25 0 0 1 0-4.5c.395 0 .788.166 1.083.318.228.117.455.257.667.4ZM12 7a.25.25 0 0 1-.25.25h-3.5A.25.25 0 0 1 8 7V6a.25.25 0 0 1 .25-.25h3.5A.25.25 0 0 1 12 6v1Zm-5.377-.641c.065.047.13.094.191.141l-.191.141c-.246.177-.499.34-.726.458a2.023 2.023 0 0 1-.286.124.518.518 0 0 1-.111.027.75.75 0 1 1 0-1.5c.004 0 .04.003.111.027.077.025.173.066.286.124.227.117.48.281.726.458Zm6.754.282a10.13 10.13 0 0 1-.191-.141l.191-.141a6.04 6.04 0 0 1 .726-.458c.113-.058.209-.099.286-.124a.516.516 0 0 1 .111-.027.75.75 0 1 1 0 1.5c-.004 0-.04-.003-.111-.027a2.022 2.022 0 0 1-.286-.124 6.04 6.04 0 0 1-.726-.458Z", fill: "currentColor" })));
|
|
22
|
+
});
|
|
23
|
+
export default SvgHandKnotFilled;
|
|
@@ -385,6 +385,8 @@ export { default as HandFingerIcon } from "./HandFinger";
|
|
|
385
385
|
export { default as HandFingerFillIcon } from "./HandFingerFill";
|
|
386
386
|
export { default as HandHeartIcon } from "./HandHeart";
|
|
387
387
|
export { default as HandHeartFillIcon } from "./HandHeartFill";
|
|
388
|
+
export { default as HandKnotIcon } from "./HandKnot";
|
|
389
|
+
export { default as HandKnotFilledIcon } from "./HandKnotFilled";
|
|
388
390
|
export { default as HandShakeHeartIcon } from "./HandShakeHeart";
|
|
389
391
|
export { default as HandShakeHeartFillIcon } from "./HandShakeHeartFill";
|
|
390
392
|
export { default as HandshakeIcon } from "./Handshake";
|
package/dist/react/esm/index.js
CHANGED
|
@@ -385,6 +385,8 @@ export { default as HandFingerIcon } from "./HandFinger";
|
|
|
385
385
|
export { default as HandFingerFillIcon } from "./HandFingerFill";
|
|
386
386
|
export { default as HandHeartIcon } from "./HandHeart";
|
|
387
387
|
export { default as HandHeartFillIcon } from "./HandHeartFill";
|
|
388
|
+
export { default as HandKnotIcon } from "./HandKnot";
|
|
389
|
+
export { default as HandKnotFilledIcon } from "./HandKnotFilled";
|
|
388
390
|
export { default as HandShakeHeartIcon } from "./HandShakeHeart";
|
|
389
391
|
export { default as HandShakeHeartFillIcon } from "./HandShakeHeartFill";
|
|
390
392
|
export { default as HandshakeIcon } from "./Handshake";
|