@navikt/aksel-icons 2.8.6 → 2.8.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.
@@ -18,6 +18,6 @@ const SvgPackage = 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: "M11.625 2.35a.75.75 0 0 1 .75 0l7.783 4.494a.746.746 0 0 1 .386.67V16.5a.75.75 0 0 1-.375.65l-7.779 4.49a.746.746 0 0 1-.39.11c-.016 0-.033 0-.049-.002a.745.745 0 0 1-.33-.101L3.83 17.15a.75.75 0 0 1-.375-.65V7.513a.746.746 0 0 1 .386-.669l7.783-4.494ZM4.955 8.8v7.268l6.295 3.634v-7.268L4.956 8.8Zm7.795 3.634V19.7l6.294-3.634V8.799l-6.294 3.634ZM18.294 7.5 12 11.134 5.706 7.5 12 3.866 18.294 7.5Z", fill: "currentColor" })));
21
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.438 7.116a.745.745 0 0 0-.28-.272l-7.77-4.486a.746.746 0 0 0-.698-.041.748.748 0 0 0-.078.04l-7.77 4.487a.746.746 0 0 0-.386.67V16.5a.75.75 0 0 0 .375.65l7.781 4.492a.762.762 0 0 0 .55.09.746.746 0 0 0 .228-.091l7.779-4.491a.75.75 0 0 0 .375-.65V7.513a.745.745 0 0 0-.106-.397Zm-2.144.384L12 3.866 5.706 7.5 12 11.134 18.294 7.5ZM4.956 8.8v7.267l6.294 3.634v-7.268L4.956 8.8Zm7.794 3.633 6.294-3.634v7.268l-6.294 3.634v-7.268Z", fill: "currentColor" })));
22
22
  });
23
23
  export default SvgPackage;
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgVideoSlash: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & SVGRProps & React.RefAttributes<SVGSVGElement>>;
7
+ export default SvgVideoSlash;
@@ -0,0 +1,25 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import * as React from "react";
13
+ import { forwardRef } from "react";
14
+ import { useId } from "./util/useId";
15
+ const SvgVideoSlash = forwardRef((_a, ref) => {
16
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
17
+ let titleId = useId();
18
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
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
+ 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" })));
24
+ });
25
+ export default SvgVideoSlash;
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgVideoSlashFill: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & SVGRProps & React.RefAttributes<SVGSVGElement>>;
7
+ export default SvgVideoSlashFill;
@@ -0,0 +1,23 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import * as React from "react";
13
+ import { forwardRef } from "react";
14
+ import { useId } from "./util/useId";
15
+ const SvgVideoSlashFill = forwardRef((_a, ref) => {
16
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
17
+ let titleId = useId();
18
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
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
+ 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" })));
22
+ });
23
+ export default SvgVideoSlashFill;
@@ -809,6 +809,8 @@ export { default as UmbrellaFillIcon } from "./UmbrellaFill";
809
809
  export { default as UploadIcon } from "./Upload";
810
810
  export { default as VideoIcon } from "./Video";
811
811
  export { default as VideoFillIcon } from "./VideoFill";
812
+ export { default as VideoSlashIcon } from "./VideoSlash";
813
+ export { default as VideoSlashFillIcon } from "./VideoSlashFill";
812
814
  export { default as VideoplayerIcon } from "./Videoplayer";
813
815
  export { default as VideoplayerFillIcon } from "./VideoplayerFill";
814
816
  export { default as VirusIcon } from "./Virus";
@@ -809,6 +809,8 @@ export { default as UmbrellaFillIcon } from "./UmbrellaFill";
809
809
  export { default as UploadIcon } from "./Upload";
810
810
  export { default as VideoIcon } from "./Video";
811
811
  export { default as VideoFillIcon } from "./VideoFill";
812
+ export { default as VideoSlashIcon } from "./VideoSlash";
813
+ export { default as VideoSlashFillIcon } from "./VideoSlashFill";
812
814
  export { default as VideoplayerIcon } from "./Videoplayer";
813
815
  export { default as VideoplayerFillIcon } from "./VideoplayerFill";
814
816
  export { default as VirusIcon } from "./Virus";