@navikt/aksel-icons 2.8.10 → 2.8.11

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.
@@ -18,8 +18,6 @@ const SvgInformation = 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", { d: "M10 9.5h2v8", stroke: "currentColor", strokeWidth: 1.5, strokeMiterlimit: 3.999, strokeLinecap: "round", strokeLinejoin: "round" }),
22
- React.createElement("path", { d: "M11.75 6.5v0c0 .138.112.25.25.25v0a.25.25 0 0 0 .25-.25v0a.25.25 0 0 0-.25-.25v0a.25.25 0 0 0-.25.25v0Zm0 0h.26H12", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
23
- React.createElement("path", { d: "M10 17.5h4", stroke: "currentColor", strokeWidth: 1.5, strokeMiterlimit: 3.999, strokeLinecap: "round" })));
21
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-1.75 3a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 .75.75v7.25H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-6.5H10a.75.75 0 0 1-.75-.75Z", fill: "currentColor" })));
24
22
  });
25
23
  export default SvgInformation;
@@ -18,7 +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", { d: "M9.5 9.5C9.5 8 10.5 7 12 7s2.5 1 2.5 2.5-2.5 2.5-2.5 4v.5", stroke: "currentColor", strokeWidth: 1.5, strokeMiterlimit: 3.999, strokeLinecap: "round" }),
22
- React.createElement("path", { d: "M11.75 16.5v0c0 .138.112.25.25.25v0a.25.25 0 0 0 .25-.25v0a.25.25 0 0 0-.25-.25v0a.25.25 0 0 0-.25.25v0Zm0 0h.26H12", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })));
21
+ 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" })));
23
22
  });
24
23
  export default SvgQuestionmark;
@@ -18,8 +18,6 @@ const SvgVideoSlash = 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", { d: "M7.875 6H15a1 1 0 0 1 1 1v7.4M3 10.5V17a1 1 0 0 0 1 1h7.125", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
22
- React.createElement("path", { d: "M16 9.6 21 8v8l-5-1.6V9.6Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinejoin: "round" }),
23
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.97 5.47a.75.75 0 0 1 1.06 0l12 12a.75.75 0 1 1-1.06 1.06l-12-12a.75.75 0 0 1 0-1.06Z", fill: "currentColor" })));
21
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 5.25H7.875a.75.75 0 0 0 0 1.5H15a.25.25 0 0 1 .25.25v7.4a.747.747 0 0 0 .538.72l4.983 1.594A.75.75 0 0 0 21.75 16V8a.75.75 0 0 0-.979-.714L16.75 8.573V7A1.75 1.75 0 0 0 15 5.25Zm5.25 9.723-3.5-1.12v-3.705l3.5-1.12v5.944ZM3.75 10.5a.75.75 0 0 0-1.5 0V17c0 .966.784 1.75 1.75 1.75h7.125a.75.75 0 0 0 0-1.5H4a.25.25 0 0 1-.25-.25v-6.5Zm.28-5.03a.75.75 0 0 0-1.06 1.06l12 12a.75.75 0 1 0 1.06-1.06l-12-12Z", fill: "currentColor" })));
24
22
  });
25
23
  export default SvgVideoSlash;
@@ -18,6 +18,6 @@ const SvgVideoSlashFill = 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: "M2.675 5.857A1.743 1.743 0 0 0 2.25 7v10c0 .966.784 1.75 1.75 1.75h11c.172 0 .34-.025.497-.072L2.675 5.857Zm16.81 10.445 1.286.412A.75.75 0 0 0 21.75 16V8a.75.75 0 0 0-.979-.714L16.75 8.573V7A1.75 1.75 0 0 0 15 5.25H8.432l11.053 11.052ZM3.47 3.47a.75.75 0 0 1 1.06 0l15 15a.75.75 0 1 1-1.06 1.06l-15-15a.75.75 0 0 1 0-1.06Z", fill: "currentColor" })));
21
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.677 8.359a.25.25 0 0 0-.427.177V17c0 .966.784 1.75 1.75 1.75h8.464a.25.25 0 0 0 .177-.427L2.677 8.36Zm13.646 7.282a.25.25 0 0 0 .427-.177V7A1.75 1.75 0 0 0 15 5.25H6.536a.25.25 0 0 0-.177.427l9.964 9.964Zm1.927.084c0 .109.07.205.174.238l2.347.751A.75.75 0 0 0 21.75 16V8a.75.75 0 0 0-.979-.714l-2.347.75a.25.25 0 0 0-.174.239v7.45ZM4.03 5.47a.75.75 0 0 0-1.06 1.06l12 12a.75.75 0 1 0 1.06-1.06l-12-12Z", fill: "currentColor" })));
22
22
  });
23
23
  export default SvgVideoSlashFill;