@internetarchive/icon-close-circle 1.3.4 → 1.3.6

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/close-circle.svg CHANGED
@@ -1,9 +1,9 @@
1
- <svg height="12" viewBox="0 0 12 12" width="12" xmlns="http://www.w3.org/2000/svg">
2
- <title id="closeCircleTitleID">Close circle icon</title>
3
- <desc id="closeCircleTitleID">A line drawing of an X in a circle</desc>
4
- <path
5
- d="m6 0c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm-2.3406945 2.96359116c-.19486814-.13499605-.46429254-.1157109-.63785889.05785545-.19526215.19526215-.19526215.51184463 0 .70710678l2.27155339 2.27144661-2.20567981 2.20557302-.05785545.06924789c-.13499605.19486814-.1157109.46429254.05785545.6378589.19526215.19526214.51184464.19526214.70710679 0l2.20557302-2.20567981 2.20557302 2.20567981.06924789.05785545c.19486814.13499605.46429254.1157109.6378589-.05785545.19526214-.19526215.19526214-.51184464 0-.70710679l-2.20567981-2.20557302 2.27155339-2.27144661.05785545-.06924789c.13499605-.19486814.1157109-.46429254-.05785545-.63785889-.19526215-.19526215-.51184463-.19526215-.70710678 0l-2.27144661 2.27155339-2.27144661-2.27155339z"
6
- fill="fill-color"
7
- fill-rule="evenodd"
8
- />
1
+ <svg height="12" viewBox="0 0 12 12" width="12" xmlns="http://www.w3.org/2000/svg" aria-labelledby="closeCircleTitleID closeCircleDescID">
2
+ <title id="closeCircleTitleID">Close circle icon</title>
3
+ <desc id="closeCircleDescID">A line drawing of an X in a circle</desc>
4
+ <path
5
+ d="m6 0c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm-2.3406945 2.96359116c-.19486814-.13499605-.46429254-.1157109-.63785889.05785545-.19526215.19526215-.19526215.51184463 0 .70710678l2.27155339 2.27144661-2.20567981 2.20557302-.05785545.06924789c-.13499605.19486814-.1157109.46429254.05785545.6378589.19526215.19526214.51184464.19526214.70710679 0l2.20557302-2.20567981 2.20557302 2.20567981.06924789.05785545c.19486814.13499605.46429254.1157109.6378589-.05785545.19526214-.19526215.19526214-.51184464 0-.70710679l-2.20567981-2.20557302 2.27155339-2.27144661.05785545-.06924789c.13499605-.19486814.1157109-.46429254-.05785545-.63785889-.19526215-.19526215-.51184463-.19526215-.70710678 0l-2.27144661 2.27155339-2.27144661-2.27155339z"
6
+ class="fill-color"
7
+ fill-rule="evenodd"
8
+ />
9
9
  </svg>
@@ -1,25 +1,25 @@
1
- import { css, LitElement } from 'lit';
2
- import icon from './index.js';
3
-
4
- class IAIconCloseCircle extends LitElement {
5
- static get styles() {
6
- return css`
7
- :host {
8
- width: var(--iconWidth, 'auto');
9
- height: var(--iconHeight, 'auto');
10
- }
11
-
12
- .fill-color {
13
- fill: var(--iconFillColor, #999);
14
- }
15
- `;
16
- }
17
-
18
- render() {
19
- return icon;
20
- }
21
- }
22
-
23
- customElements.define('ia-icon-close-circle', IAIconCloseCircle);
24
-
25
- export default IAIconCloseCircle;
1
+ import { css, LitElement } from 'lit';
2
+ import icon from './index.js';
3
+
4
+ class IAIconCloseCircle extends LitElement {
5
+ static get styles() {
6
+ return css`
7
+ :host {
8
+ width: var(--iconWidth, 'auto');
9
+ height: var(--iconHeight, 'auto');
10
+ }
11
+
12
+ .fill-color {
13
+ fill: var(--iconFillColor, #999);
14
+ }
15
+ `;
16
+ }
17
+
18
+ render() {
19
+ return icon;
20
+ }
21
+ }
22
+
23
+ customElements.define('ia-icon-close-circle', IAIconCloseCircle);
24
+
25
+ export default IAIconCloseCircle;
package/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { TemplateResult } from 'lit';
2
- declare const icon: TemplateResult;
3
- export default icon;
1
+ import { TemplateResult } from 'lit';
2
+ declare const icon: TemplateResult;
3
+ export default icon;
package/index.js CHANGED
@@ -1,18 +1,19 @@
1
- import { html } from 'lit';
2
-
3
- export default html`
4
- <svg
5
- height="12"
6
- viewBox="0 0 12 12"
7
- width="12"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <title id="closeCircleTitleID">Close circle icon</title>
11
- <desc id="closeCircleTitleID">A line drawing of an X in a circle</desc>
12
- <path
13
- d="m6 0c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm-2.3406945 2.96359116c-.19486814-.13499605-.46429254-.1157109-.63785889.05785545-.19526215.19526215-.19526215.51184463 0 .70710678l2.27155339 2.27144661-2.20567981 2.20557302-.05785545.06924789c-.13499605.19486814-.1157109.46429254.05785545.6378589.19526215.19526214.51184464.19526214.70710679 0l2.20557302-2.20567981 2.20557302 2.20567981.06924789.05785545c.19486814.13499605.46429254.1157109.6378589-.05785545.19526214-.19526215.19526214-.51184464 0-.70710679l-2.20567981-2.20557302 2.27155339-2.27144661.05785545-.06924789c.13499605-.19486814.1157109-.46429254-.05785545-.63785889-.19526215-.19526215-.51184463-.19526215-.70710678 0l-2.27144661 2.27155339-2.27144661-2.27155339z"
14
- class="fill-color"
15
- fill-rule="evenodd"
16
- />
17
- </svg>
18
- `;
1
+ import { html } from 'lit';
2
+
3
+ export default html`
4
+ <svg
5
+ height="12"
6
+ viewBox="0 0 12 12"
7
+ width="12"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ aria-labelledby="closeCircleTitleID closeCircleDescID"
10
+ >
11
+ <title id="closeCircleTitleID">Close circle icon</title>
12
+ <desc id="closeCircleDescID">A line drawing of an X in a circle</desc>
13
+ <path
14
+ d="m6 0c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm-2.3406945 2.96359116c-.19486814-.13499605-.46429254-.1157109-.63785889.05785545-.19526215.19526215-.19526215.51184463 0 .70710678l2.27155339 2.27144661-2.20567981 2.20557302-.05785545.06924789c-.13499605.19486814-.1157109.46429254.05785545.6378589.19526215.19526214.51184464.19526214.70710679 0l2.20557302-2.20567981 2.20557302 2.20567981.06924789.05785545c.19486814.13499605.46429254.1157109.6378589-.05785545.19526214-.19526215.19526214-.51184464 0-.70710679l-2.20567981-2.20557302 2.27155339-2.27144661.05785545-.06924789c.13499605-.19486814.1157109-.46429254-.05785545-.63785889-.19526215-.19526215-.51184463-.19526215-.70710678 0l-2.27144661 2.27155339-2.27144661-2.27155339z"
15
+ class="fill-color"
16
+ fill-rule="evenodd"
17
+ />
18
+ </svg>
19
+ `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/icon-close-circle",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "SVG close circle icon",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
@@ -38,5 +38,5 @@
38
38
  "dependencies": {
39
39
  "lit": "^2.0.2"
40
40
  },
41
- "gitHead": "790f31afbb0ef177d076d6446bd13ca2a0474ce0"
41
+ "gitHead": "3fd433795be28ba70d3163711bcce13539ce93d2"
42
42
  }