vira 28.17.0 → 28.18.0

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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * An icon that represents copying something.
3
+ *
4
+ * @category Icon
5
+ * @category SVG
6
+ * @see https://electrovir.github.io/vira/book/icons/copy24icon
7
+ */
8
+ export declare const Copy24Icon: import("../icon-svg.js").ViraIconSvg;
@@ -0,0 +1,41 @@
1
+ import { html } from 'element-vir';
2
+ import { viraIconCssVars } from '../icon-css-vars.js';
3
+ import { defineIcon } from '../icon-svg.js';
4
+ /**
5
+ * An icon that represents copying something.
6
+ *
7
+ * @category Icon
8
+ * @category SVG
9
+ * @see https://electrovir.github.io/vira/book/icons/copy24icon
10
+ */
11
+ export const Copy24Icon = defineIcon({
12
+ name: 'Copy24Icon',
13
+ svgTemplate: html `
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xml:space="preserve"
17
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round"
18
+ viewBox="0 0 24 24"
19
+ width="24"
20
+ height="24"
21
+ >
22
+ <path
23
+ d="M16 6v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6q.2-1.8 2-2h8a2 2 0 0 1 2 2"
24
+ stroke="none"
25
+ fill=${viraIconCssVars['vira-icon-fill-color'].value}
26
+ />
27
+ <path
28
+ d="M21 11v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8q.2-1.8 2-2h8a2 2 0 0 1 2 2"
29
+ stroke=${viraIconCssVars['vira-icon-stroke-color'].value}
30
+ stroke-width=${viraIconCssVars['vira-icon-stroke-width'].value}
31
+ fill=${viraIconCssVars['vira-icon-fill-color'].value}
32
+ />
33
+ <path
34
+ d="M7 16H6a2 2 0 0 1-2-2V6q.2-1.8 2-2h8a2 2 0 0 1 2 2v1"
35
+ stroke=${viraIconCssVars['vira-icon-stroke-color'].value}
36
+ stroke-width=${viraIconCssVars['vira-icon-stroke-width'].value}
37
+ fill="none"
38
+ />
39
+ </svg>
40
+ `,
41
+ });
@@ -8,6 +8,7 @@ export * from './icon-svgs/chevron-down-24.icon.js';
8
8
  export * from './icon-svgs/chevron-up-24.icon.js';
9
9
  export * from './icon-svgs/close-x-24.icon.js';
10
10
  export * from './icon-svgs/commit-24.icon.js';
11
+ export * from './icon-svgs/copy-24.icon.js';
11
12
  export * from './icon-svgs/document-24.icon.js';
12
13
  export * from './icon-svgs/document-search-24.icon.js';
13
14
  export * from './icon-svgs/double-chevron-24.icon.js';
@@ -51,6 +52,7 @@ export declare const allIconsByName: {
51
52
  readonly ChevronUp24Icon: import("./icon-svg.js").ViraIconSvg;
52
53
  readonly CloseX24Icon: import("./icon-svg.js").ViraIconSvg;
53
54
  readonly Commit24Icon: import("./icon-svg.js").ViraIconSvg;
55
+ readonly Copy24Icon: import("./icon-svg.js").ViraIconSvg;
54
56
  readonly Document24Icon: import("./icon-svg.js").ViraIconSvg;
55
57
  readonly DocumentSearch24Icon: import("./icon-svg.js").ViraIconSvg;
56
58
  readonly DoubleChevron24Icon: import("./icon-svg.js").ViraIconSvg;
@@ -6,6 +6,7 @@ import { ChevronDown24Icon } from './icon-svgs/chevron-down-24.icon.js';
6
6
  import { ChevronUp24Icon } from './icon-svgs/chevron-up-24.icon.js';
7
7
  import { CloseX24Icon } from './icon-svgs/close-x-24.icon.js';
8
8
  import { Commit24Icon } from './icon-svgs/commit-24.icon.js';
9
+ import { Copy24Icon } from './icon-svgs/copy-24.icon.js';
9
10
  import { Document24Icon } from './icon-svgs/document-24.icon.js';
10
11
  import { DocumentSearch24Icon } from './icon-svgs/document-search-24.icon.js';
11
12
  import { DoubleChevron24Icon } from './icon-svgs/double-chevron-24.icon.js';
@@ -45,6 +46,7 @@ export * from './icon-svgs/chevron-down-24.icon.js';
45
46
  export * from './icon-svgs/chevron-up-24.icon.js';
46
47
  export * from './icon-svgs/close-x-24.icon.js';
47
48
  export * from './icon-svgs/commit-24.icon.js';
49
+ export * from './icon-svgs/copy-24.icon.js';
48
50
  export * from './icon-svgs/document-24.icon.js';
49
51
  export * from './icon-svgs/document-search-24.icon.js';
50
52
  export * from './icon-svgs/double-chevron-24.icon.js';
@@ -88,6 +90,7 @@ export const allIconsByName = {
88
90
  ChevronUp24Icon,
89
91
  CloseX24Icon,
90
92
  Commit24Icon,
93
+ Copy24Icon,
91
94
  Document24Icon,
92
95
  DocumentSearch24Icon,
93
96
  DoubleChevron24Icon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "28.17.0",
3
+ "version": "28.18.0",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",