@navikt/aksel-icons 2.8.11 → 2.8.13

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,6 +18,6 @@ const SvgInformationSquare = 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: "M4 2.75a.75.75 0 0 0-.75.75v16c0 .414.336.75.75.75h16a.75.75 0 0 0 .75-.75v-16a.75.75 0 0 0-.75-.75H4Zm.75 16V4.25h14.5v14.5H4.75ZM12 6.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-1.5 3.25a.75.75 0 0 0 0 1.5h.75v4h-.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-.75V10.5a.75.75 0 0 0-.75-.75h-1.5Z", fill: "currentColor" })));
21
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.25a.75.75 0 0 0-.75.75v16c0 .414.336.75.75.75h16a.75.75 0 0 0 .75-.75V4a.75.75 0 0 0-.75-.75H4Zm.75 16V4.75h14.5v14.5H4.75ZM12 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-1.5 3.25a.75.75 0 0 0 0 1.5h.75v4h-.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-.75V11a.75.75 0 0 0-.75-.75h-1.5Z", fill: "currentColor" })));
22
22
  });
23
23
  export default SvgInformationSquare;
@@ -18,6 +18,6 @@ const SvgInformationSquareFill = 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: "M3.25 3.5A.75.75 0 0 1 4 2.75h16a.75.75 0 0 1 .75.75v16a.75.75 0 0 1-.75.75H4a.75.75 0 0 1-.75-.75v-16Zm7.75 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-1.25 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 .75.75v4.75h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75v-4h-.75a.75.75 0 0 1-.75-.75Z", fill: "currentColor" })));
21
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.25 4A.75.75 0 0 1 4 3.25h16a.75.75 0 0 1 .75.75v16a.75.75 0 0 1-.75.75H4a.75.75 0 0 1-.75-.75V4ZM11 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-1.25 3a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 .75.75v4.75h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75v-4h-.75a.75.75 0 0 1-.75-.75Z", fill: "currentColor" })));
22
22
  });
23
23
  export default SvgInformationSquareFill;