@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.
@@ -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: "M19.03 6.97a.75.75 0 0 1 0 1.06l-8.5 8.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 1 1 1.06-1.06L10 14.94l7.97-7.97a.75.75 0 0 1 1.06 0Z", fill: "currentColor" })));
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: "M11.75 21.5c5.385 0 9.75-4.365 9.75-9.75S17.135 2 11.75 2 2 6.365 2 11.75s4.365 9.75 9.75 9.75Zm4.954-12.475a.813.813 0 0 0-1.24-1.05l-5.389 6.368-2.625-2.626a.812.812 0 0 0-1.15 1.15l3.25 3.25a.813.813 0 0 0 1.195-.05l5.959-7.042Z", fill: "currentColor" })));
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: "M10.25 9.5c0-.58.19-1.004.468-1.282S11.42 7.75 12 7.75c.58 0 1.004.19 1.282.468s.468.702.468 1.282c0 .158-.064.35-.25.61-.192.269-.457.537-.78.86l-.022.02c-.297.298-.647.648-.918 1.027-.282.395-.53.89-.53 1.483v.5a.75.75 0 0 0 1.5 0v-.5c0-.158.064-.35.25-.61.192-.269.457-.537.78-.86l.022-.02c.297-.298.647-.648.918-1.027.282-.395.53-.89.53-1.483 0-.92-.31-1.746-.907-2.343S12.92 6.25 12 6.25c-.92 0-1.746.31-2.343.907S8.75 8.58 8.75 9.5a.75.75 0 0 0 1.5 0Zm1.75 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z", fill: "currentColor" })));
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;
@@ -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: "M7.03 5.97a.75.75 0 0 0-1.06 1.06L10.94 12l-4.97 4.97a.75.75 0 1 0 1.06 1.06L12 13.06l4.97 4.97a.75.75 0 1 0 1.06-1.06L13.06 12l4.97-4.97a.75.75 0 0 0-1.06-1.06L12 10.94 7.03 5.97Z", fill: "currentColor" })));
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;