@navikt/aksel-icons 2.8.10 → 2.8.12
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/Information.js +1 -3
- package/dist/react/cjs/Questionmark.js +1 -2
- package/dist/react/cjs/VideoSlash.js +1 -3
- package/dist/react/cjs/VideoSlashFill.js +1 -1
- package/dist/react/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/react/esm/Information.js +1 -3
- package/dist/react/esm/Questionmark.js +1 -2
- package/dist/react/esm/VideoSlash.js +1 -3
- package/dist/react/esm/VideoSlashFill.js +1 -1
- package/dist/react/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/svg/Information.svg +1 -3
- package/dist/svg/Questionmark.svg +1 -2
- package/dist/svg/VideoSlash.svg +1 -3
- package/dist/svg/VideoSlashFill.svg +1 -2
- package/package.json +1 -1
|
@@ -43,8 +43,6 @@ const SvgInformation = (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", {
|
|
47
|
-
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" }),
|
|
48
|
-
React.createElement("path", { d: "M10 17.5h4", stroke: "currentColor", strokeWidth: 1.5, strokeMiterlimit: 3.999, strokeLinecap: "round" })));
|
|
46
|
+
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" })));
|
|
49
47
|
});
|
|
50
48
|
exports.default = SvgInformation;
|
|
@@ -43,7 +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", { d: "
|
|
47
|
-
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" })));
|
|
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" })));
|
|
48
47
|
});
|
|
49
48
|
exports.default = SvgQuestionmark;
|
|
@@ -43,8 +43,6 @@ const SvgVideoSlash = (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", { d: "
|
|
47
|
-
React.createElement("path", { d: "M16 9.6 21 8v8l-5-1.6V9.6Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinejoin: "round" }),
|
|
48
|
-
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" })));
|
|
46
|
+
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" })));
|
|
49
47
|
});
|
|
50
48
|
exports.default = SvgVideoSlash;
|
|
@@ -43,6 +43,6 @@ const SvgVideoSlashFill = (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: "M2.
|
|
46
|
+
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" })));
|
|
47
47
|
});
|
|
48
48
|
exports.default = SvgVideoSlashFill;
|