@navikt/aksel-icons 2.9.6 → 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/CheckmarkCircleFill.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/CheckmarkCircleFill.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/CheckmarkCircleFill.svg +1 -1
- package/dist/svg/Questionmark.svg +1 -1
- package/dist/svg/XMark.svg +1 -1
- package/package.json +1 -1
|
@@ -43,6 +43,6 @@ const SvgCheckmark = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
43
43
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
44
|
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),
|
|
45
45
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
46
|
+
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" })));
|
|
47
47
|
});
|
|
48
48
|
exports.default = SvgCheckmark;
|
|
@@ -43,6 +43,6 @@ const SvgCheckmarkCircleFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
43
43
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
44
|
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),
|
|
45
45
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21.75c5.385 0 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25 2.25 6.615 2.25 12s4.365 9.75 9.75 9.75Zm4.954-12.475a.813.813 0 0 0-1.24-1.05l-5.389 6.368L7.7 11.967a.812.812 0 0 0-1.15 1.15l3.25 3.25a.812.812 0 0 0 1.195-.05l5.959-7.042Z", fill: "currentColor" })));
|
|
47
47
|
});
|
|
48
48
|
exports.default = SvgCheckmarkCircleFill;
|
|
@@ -43,6 +43,6 @@ const SvgQuestionmark = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
43
43
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
44
|
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),
|
|
45
45
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
46
|
+
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" })));
|
|
47
47
|
});
|
|
48
48
|
exports.default = SvgQuestionmark;
|
package/dist/react/cjs/XMark.js
CHANGED
|
@@ -43,6 +43,6 @@ const SvgXMark = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
43
43
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
44
|
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),
|
|
45
45
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
46
|
+
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" })));
|
|
47
47
|
});
|
|
48
48
|
exports.default = SvgXMark;
|