@navikt/aksel-icons 2.9.7 → 2.9.8
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/Checkmark.js +1 -1
- package/dist/react/cjs/Questionmark.js +1 -1
- package/dist/react/cjs/XMark.js +1 -1
- package/dist/react/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/react/esm/Checkmark.js +1 -1
- package/dist/react/esm/Questionmark.js +1 -1
- package/dist/react/esm/XMark.js +1 -1
- package/dist/react/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/svg/Checkmark.svg +1 -1
- package/dist/svg/Questionmark.svg +1 -1
- package/dist/svg/XMark.svg +1 -1
- package/package.json +1 -1
|
@@ -18,6 +18,6 @@ const SvgCheckmark = forwardRef((_a, ref) => {
|
|
|
18
18
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
19
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
20
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
21
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.998 6.94a.75.75 0 0 1 .063 1.058l-8 9a.75.75 0 0 1-1.091.032l-5-5a.75.75 0 0 1 1.06-1.06l4.438 4.437 7.471-8.405A.75.75 0 0 1 19 6.939Z", fill: "currentColor" })));
|
|
22
22
|
});
|
|
23
23
|
export default SvgCheckmark;
|
|
@@ -18,6 +18,6 @@ const SvgQuestionmark = forwardRef((_a, ref) => {
|
|
|
18
18
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
19
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
20
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
21
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.75 9A2.25 2.25 0 0 1 12 6.75h.172a2.078 2.078 0 0 1 1.47 3.548l-1 1a4.75 4.75 0 0 0-1.392 3.359.75.75 0 0 0 1.5 0c0-.862.342-1.689.952-2.298l1-1a3.579 3.579 0 0 0-2.53-6.109H12A3.75 3.75 0 0 0 8.25 9v.5a.75.75 0 0 0 1.5 0V9ZM12 16.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z", fill: "currentColor" })));
|
|
22
22
|
});
|
|
23
23
|
export default SvgQuestionmark;
|
package/dist/react/esm/XMark.js
CHANGED
|
@@ -18,6 +18,6 @@ const SvgXMark = forwardRef((_a, ref) => {
|
|
|
18
18
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
19
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
20
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
21
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.53 5.47a.75.75 0 0 0-1.06 1.06L10.94 12l-5.47 5.47a.75.75 0 1 0 1.06 1.06L12 13.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L13.06 12l5.47-5.47a.75.75 0 0 0-1.06-1.06L12 10.94 6.53 5.47Z", fill: "currentColor" })));
|
|
22
22
|
});
|
|
23
23
|
export default SvgXMark;
|