@iconify-solid/roentgen 1.0.1 → 1.0.3

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,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/w/wrgyttue.css';
4
+
5
+ const viewBox = {"width":16,"height":16};
6
+ const content = `<path class="wrgyttue"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"roentgen:advertising-totem"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/j/jabfj5ba.css';
4
+
5
+ const viewBox = {"width":16,"height":16};
6
+ const content = `<path class="jabfj5ba"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"roentgen:dead-tree"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -1,9 +1,9 @@
1
1
  import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
- import '../../css/b/bwlvff2o.css';
3
+ import '../../css/z/zlrndbba.css';
4
4
 
5
5
  const viewBox = {"width":16,"height":16};
6
- const content = `<path class="bwlvff2o"/>`;
6
+ const content = `<path class="zlrndbba"/>`;
7
7
 
8
8
  /** @param props {{width?: string; height?: string;}} */
9
9
  function Component(props) {
@@ -1,10 +1,10 @@
1
1
  import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
- import '../../css/v/vpgrdxbh.css';
3
+ import '../../css/n/niiqcdby.css';
4
4
  import '../../css/k/ke0zg7b.css';
5
5
 
6
6
  const viewBox = {"width":16,"height":16};
7
- const content = `<path class="vpgrdxbh"/><path class="ke0zg7b"/>`;
7
+ const content = `<path class="niiqcdby"/><path class="ke0zg7b"/>`;
8
8
 
9
9
  /** @param props {{width?: string; height?: string;}} */
10
10
  function Component(props) {
@@ -1,9 +1,9 @@
1
1
  import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
- import '../../css/g/gjkdbsbm.css';
3
+ import '../../css/p/pg9qj7za.css';
4
4
 
5
5
  const viewBox = {"width":16,"height":16};
6
- const content = `<path class="gjkdbsbm"/>`;
6
+ const content = `<path class="pg9qj7za"/>`;
7
7
 
8
8
  /** @param props {{width?: string; height?: string;}} */
9
9
  function Component(props) {
@@ -1,10 +1,10 @@
1
1
  import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
- import '../../css/g/ge-qa-bh.css';
3
+ import '../../css/j/j5_bhwbc.css';
4
4
  import '../../css/k/ke0zg7b.css';
5
5
 
6
6
  const viewBox = {"width":16,"height":16};
7
- const content = `<path class="ge-qa-bh"/><path class="ke0zg7b"/>`;
7
+ const content = `<path class="j5_bhwbc"/><path class="ke0zg7b"/>`;
8
8
 
9
9
  /** @param props {{width?: string; height?: string;}} */
10
10
  function Component(props) {
@@ -1,9 +1,9 @@
1
1
  import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
- import '../../css/g/ge-qa-bh.css';
3
+ import '../../css/j/j5_bhwbc.css';
4
4
 
5
5
  const viewBox = {"width":16,"height":16};
6
- const content = `<path class="ge-qa-bh"/>`;
6
+ const content = `<path class="j5_bhwbc"/>`;
7
7
 
8
8
  /** @param props {{width?: string; height?: string;}} */
9
9
  function Component(props) {
@@ -1,9 +1,9 @@
1
1
  import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
- import '../../css/v/vpgrdxbh.css';
3
+ import '../../css/n/niiqcdby.css';
4
4
 
5
5
  const viewBox = {"width":16,"height":16};
6
- const content = `<path class="vpgrdxbh"/>`;
6
+ const content = `<path class="niiqcdby"/>`;
7
7
 
8
8
  /** @param props {{width?: string; height?: string;}} */
9
9
  function Component(props) {
@@ -1,9 +1,9 @@
1
1
  import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
- import '../../css/e/ejm3-pbe.css';
3
+ import '../../css/l/lq9472by.css';
4
4
 
5
5
  const viewBox = {"width":16,"height":16};
6
- const content = `<path class="ejm3-pbe"/>`;
6
+ const content = `<path class="lq9472by"/>`;
7
7
 
8
8
  /** @param props {{width?: string; height?: string;}} */
9
9
  function Component(props) {
@@ -0,0 +1,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/r/rnw561bt.css';
4
+
5
+ const viewBox = {"width":16,"height":16};
6
+ const content = `<path class="rnw561bt"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"roentgen:vending-ice-cream-cone"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/n/nh32403q.css';
4
+
5
+ const viewBox = {"width":16,"height":16};
6
+ const content = `<path class="nh32403q"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"roentgen:vending-ice-cream-stick"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,4 @@
1
+ .j5_bhwbc {
2
+ fill: currentColor;
3
+ d: path("M7.809 1.643q-.294-.007-.588.015c-.783.063-1.557.29-2.172.75c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.355.258.79.396 1.286.447c.087 1.115.483 1.98 1.033 2.652c.436.533.955.948 1.484 1.32C6.211 12.623 6 13.45 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.266-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5 5 0 0 0-1.666-.317M5.02 8h1.997c.07.984.346 1.759.705 2.32a7 7 0 0 0-.668.77c-.47-.336-.896-.685-1.23-1.094C5.4 9.48 5.102 8.872 5.02 8m3 0h1.657c-.192.358-.467.739-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8M12 10c-1.5 0-2 .5-2 2c1.5 0 2-.5 2-2");
4
+ }
@@ -0,0 +1,4 @@
1
+ .jabfj5ba {
2
+ fill: currentColor;
3
+ d: path("M9.5 1a.5.5 0 0 0-.5.5v2.885l-.754-.672a.5.5 0 0 0-.705.04a.5.5 0 0 0 .041.706L9 5.723v1.592c-.485.486-.99 1.003-1.371 1.607L6 7.293V4.5a.5.5 0 0 0-1 0v1.795l-.125-.125l-.047-.047l-1.975-1.977a.5.5 0 1 0-.707.708l1.51 1.51l-1.379.689a.5.5 0 0 0 .446.894l1.677-.84l.743.743l.004.004l.004.004C6.607 9.315 7 10.085 7 12v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-3c0-1.472.125-2.268.393-2.855c.267-.588.71-1.041 1.46-1.791l.747-.747l1.677.84a.5.5 0 0 0 .446-.894l-1.38-.69l1.51-1.51a.5.5 0 0 0-.707-.707l-1.974 1.977l-.047.047l-.979.976l-.146.147V3.707l1.854-1.853a.5.5 0 0 0-.707-.707L10 2.293V1.5a.5.5 0 0 0-.5-.5");
4
+ }
@@ -1,4 +1,4 @@
1
- .ejm3-pbe {
1
+ .lq9472by {
2
2
  fill: currentColor;
3
- d: path("M3.5 1c-.277 0-.5.223-.5.5v13c0 .277.223.5.5.5h9c.277 0 .5-.223.5-.5v-13c0-.277-.223-.5-.5-.5zm1 2h5c.277 0 .5.223.5.5v8c0 .277-.223.5-.5.5h-5a.5.5 0 0 1-.5-.5v-8c0-.277.223-.5.5-.5m7 0c.277 0 .5.223.5.5v2a.499.499 0 1 1-1 0v-2c0-.277.223-.5.5-.5M6 5.5V6h-.5a.5.5 135 0 0-.5.5v1a.5.5 45 0 0 .5.5H6v.5a.5.5 45 0 0 .5.5h1a.5.5 135 0 0 .5-.5V8h.5a.5.5 135 0 0 .5-.5v-1a.5.5 45 0 0-.5-.5H8v-.5a.5.5 45 0 0-.5-.5h-1a.5.5 135 0 0-.5.5");
3
+ d: path("M3.5 1c-.277 0-.5.223-.5.5v13c0 .277.223.5.5.5h9c.277 0 .5-.223.5-.5v-13c0-.277-.223-.5-.5-.5zm1 2h5c.277 0 .5.223.5.5v8c0 .277-.223.5-.5.5h-5a.5.5 0 0 1-.5-.5v-8c0-.277.223-.5.5-.5m7 0c.277 0 .5.223.5.5v1a.499.499 0 1 1-1 0v-1c0-.277.223-.5.5-.5M6 5.5V6h-.5a.5.5 135 0 0-.5.5v1a.5.5 45 0 0 .5.5H6v.5a.5.5 45 0 0 .5.5h1a.5.5 135 0 0 .5-.5V8h.5a.5.5 135 0 0 .5-.5v-1a.5.5 45 0 0-.5-.5H8v-.5a.5.5 45 0 0-.5-.5h-1a.5.5 135 0 0-.5.5");
4
4
  }
@@ -0,0 +1,4 @@
1
+ .nh32403q {
2
+ fill: currentColor;
3
+ d: path("M3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .499.5H12.5a.5.5 0 0 0 .5-.5V1.501A.5.5 0 0 0 12.501 1zm.999 2H9.5a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.499.5H4.5a.5.5 0 0 1-.5-.5V3.501A.5.5 0 0 1 4.499 3M7 4a2 2 0 0 0-2 1.999V9.5a.5.5 0 0 0 .499.5H6v1a1 1 0 0 0 2 0v-1h.5a.5.5 0 0 0 .5-.5V6.002A2 2 0 0 0 7 4M6 6a1 1 0 0 1 2 0v3H6zm5-2.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .niiqcdby {
2
+ fill: currentColor;
3
+ d: path("M7.809 1.643q-.294-.007-.588.015c-.783.063-1.557.29-2.172.75c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.355.258.79.396 1.286.447c.087 1.115.483 1.98 1.033 2.652c.436.533.955.948 1.484 1.32C6.211 12.623 6 13.45 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.266-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5 5 0 0 0-1.666-.317M5.02 8h1.997c.07.984.346 1.759.705 2.32a7 7 0 0 0-.668.77c-.47-.336-.896-.685-1.23-1.094C5.4 9.48 5.102 8.872 5.02 8m3 0h1.657c-.192.358-.467.739-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8");
4
+ }
@@ -0,0 +1,4 @@
1
+ .pg9qj7za {
2
+ fill: currentColor;
3
+ d: path("M7.809 1.643q-.294-.007-.588.015c-.783.063-1.557.29-2.172.75c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.355.258.79.396 1.286.447c.087 1.115.483 1.98 1.033 2.652c.436.533.955.948 1.484 1.32C6.211 12.623 6 13.45 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.266-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5 5 0 0 0-1.666-.317M5.02 8h1.997c.07.984.346 1.759.705 2.32a7 7 0 0 0-.668.77c-.47-.336-.896-.685-1.23-1.094C5.4 9.48 5.102 8.872 5.02 8m3 0h1.657c-.192.358-.467.739-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8M12 10c-1.5 0-2 .5-2 2c1.5 0 2-.5 2-2m-3 4.5a.5.5 45 0 0 .5.5h4a.5.5 135 0 0 .5-.5a.5.5 45 0 0-.5-.5h-4a.5.5 135 0 0-.5.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .rnw561bt {
2
+ fill: currentColor;
3
+ d: path("M3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .499.5H12.5a.5.5 0 0 0 .5-.5V1.501A.5.5 0 0 0 12.501 1zm.999 2H9.5a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.499.5H4.5a.5.5 0 0 1-.5-.5V3.501A.5.5 0 0 1 4.499 3M7 4a2 2 0 0 0-1.758 2.955l.028.101A.5.5 0 0 1 5.499 7H8.5q.127.001.23.056l.028-.101A2 2 0 0 0 7 4M5.527 8l.988 3.621a.5.5 0 0 0 .97 0L8.473 8zM11 3.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .wrgyttue {
2
+ fill: currentColor;
3
+ d: path("M5.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0V11h4v3.5a.5.5 0 0 0 1 0V1.501A.5.5 0 0 0 10.501 1zm.999 2H8.5a.5.5 0 0 1 .001 1H6.5a.5.5 0 0 1-.001-1m0 2H7.5a.5.5 0 0 1 .001 1H6.5a.5.5 0 0 1-.001-1M6 7.5a.5.5 0 0 1 .499-.5H8.5a.5.5 0 0 1 .001 1H6.5a.5.5 0 0 1-.5-.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .zlrndbba {
2
+ fill: currentColor;
3
+ d: path("M7.809 1.643q-.294-.007-.588.015c-.783.063-1.557.29-2.172.75c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.355.258.79.396 1.286.447c.087 1.115.483 1.98 1.033 2.652c.436.533.955.948 1.484 1.32C6.211 12.623 6 13.45 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.266-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5 5 0 0 0-1.666-.317M5.02 8h1.997c.07.984.346 1.759.705 2.32a7 7 0 0 0-.668.77c-.47-.336-.896-.685-1.23-1.094C5.4 9.48 5.102 8.872 5.02 8m3 0h1.657c-.192.358-.467.739-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8M9 14.5a.5.5 45 0 0 .5.5h4a.5.5 135 0 0 .5-.5a.5.5 45 0 0-.5-.5h-4a.5.5 135 0 0-.5.5");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "roentgen",
3
3
  "info": {
4
4
  "name": "Röntgen",
5
- "total": 536,
5
+ "total": 540,
6
6
  "author": {
7
7
  "name": "Sergey Vartanov",
8
8
  "url": "https://github.com/enzet/Roentgen"
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1773740863
31
+ "lastModified": 1774071543
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-solid/roentgen",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "homepage": "https://icon-sets.iconify.design/roentgen/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-4.0",
@@ -14,6 +14,10 @@
14
14
  "types": "./types/vn2rmosy.d.ts",
15
15
  "default": "./components/a/advertising-column.jsx"
16
16
  },
17
+ "./advertising-totem": {
18
+ "types": "./types/vn2rmosy.d.ts",
19
+ "default": "./components/a/advertising-totem.jsx"
20
+ },
17
21
  "./amphora": {
18
22
  "types": "./types/vn2rmosy.d.ts",
19
23
  "default": "./components/a/amphora.jsx"
@@ -578,6 +582,10 @@
578
582
  "types": "./types/vn2rmosy.d.ts",
579
583
  "default": "./components/c/czech-hedgehog.jsx"
580
584
  },
585
+ "./dead-tree": {
586
+ "types": "./types/vn2rmosy.d.ts",
587
+ "default": "./components/d/dead-tree.jsx"
588
+ },
581
589
  "./default": {
582
590
  "types": "./types/vn2rmosy.d.ts",
583
591
  "default": "./components/d/default.jsx"
@@ -2026,6 +2034,14 @@
2026
2034
  "types": "./types/vn2rmosy.d.ts",
2027
2035
  "default": "./components/v/vending-excrement-bag.jsx"
2028
2036
  },
2037
+ "./vending-ice-cream-cone": {
2038
+ "types": "./types/vn2rmosy.d.ts",
2039
+ "default": "./components/v/vending-ice-cream-cone.jsx"
2040
+ },
2041
+ "./vending-ice-cream-stick": {
2042
+ "types": "./types/vn2rmosy.d.ts",
2043
+ "default": "./components/v/vending-ice-cream-stick.jsx"
2044
+ },
2029
2045
  "./vending-machine": {
2030
2046
  "types": "./types/vn2rmosy.d.ts",
2031
2047
  "default": "./components/v/vending-machine.jsx"
@@ -1,4 +0,0 @@
1
- .bwlvff2o {
2
- fill: currentColor;
3
- d: path("M7.514 1.643c-.697.02-1.675.173-2.465.765c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.353.256.786.395 1.278.447c.02.459.072.835.156 1.158c.241.922.817 1.343 1.314 1.705c.351.255.706.518 1.084 1.053C6.225 12.577 6 13.418 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.265-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5.1 5.1 0 0 0-1.961-.317M5.014 8h2.004c.07.984.346 1.759.705 2.32a7 7 0 0 0-.598.68a5.6 5.6 0 0 0-1.057-.969c-.52-.378-.761-.484-.935-1.148c-.058-.22-.1-.508-.12-.883m3.008 0h1.657c-.192.359-.467.738-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8M9 14.5a.5.5 45 0 0 .5.5h4a.5.5 135 0 0 .5-.5a.5.5 45 0 0-.5-.5h-4a.5.5 135 0 0-.5.5");
4
- }
@@ -1,4 +0,0 @@
1
- .ge-qa-bh {
2
- fill: currentColor;
3
- d: path("M7.514 1.643c-.697.02-1.675.173-2.465.765c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.353.256.786.395 1.278.447c.02.459.072.835.156 1.158c.241.922.817 1.343 1.314 1.705c.351.255.706.518 1.084 1.053C6.225 12.577 6 13.418 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.265-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5 5 0 0 0-1.961-.317M5.014 8h2.004c.07.984.346 1.759.705 2.32a7 7 0 0 0-.598.68a5.6 5.6 0 0 0-1.057-.969c-.52-.378-.761-.484-.935-1.148c-.058-.22-.1-.508-.12-.883m3.008 0h1.657c-.192.359-.467.738-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8M12 10c-1.5 0-2 .5-2 2c1.5 0 2-.5 2-2");
4
- }
@@ -1,4 +0,0 @@
1
- .gjkdbsbm {
2
- fill: currentColor;
3
- d: path("M7.514 1.643c-.697.02-1.675.173-2.465.765c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.353.256.786.395 1.278.447c.02.459.072.835.156 1.158c.241.922.817 1.343 1.314 1.705c.351.255.706.518 1.084 1.053C6.225 12.577 6 13.418 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.265-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5 5 0 0 0-1.961-.317M5.014 8h2.004c.07.984.346 1.759.705 2.32a7 7 0 0 0-.598.68a5.6 5.6 0 0 0-1.057-.969c-.52-.378-.761-.484-.935-1.148c-.058-.22-.1-.508-.12-.883m3.008 0h1.657c-.192.359-.467.738-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8M12 10c-1.5 0-2 .5-2 2c1.5 0 2-.5 2-2m-3 4.5a.5.5 45 0 0 .5.5h4a.5.5 135 0 0 .5-.5a.5.5 45 0 0-.5-.5h-4a.5.5 135 0 0-.5.5");
4
- }
@@ -1,4 +0,0 @@
1
- .vpgrdxbh {
2
- fill: currentColor;
3
- d: path("M7.514 1.643c-.697.02-1.675.173-2.465.765c-.516.386-.844.995-.955 1.701c-.49.05-.98.102-1.34.36C2.286 4.805 2 5.369 2 6c0 .624.267 1.19.732 1.53c.353.256.786.395 1.278.447c.02.459.072.835.156 1.158c.241.922.817 1.343 1.314 1.705c.351.255.706.518 1.084 1.053C6.225 12.577 6 13.418 6 14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5c0-1.896.567-3.01 1.225-3.967c.582-.847 1.265-1.573 1.619-2.54c.692-.033 1.379-.17 1.96-.493c.679-.377 1.196-1.083 1.196-2s-.517-1.623-1.195-2c-.596-.33-1.315-.411-2.024-.44c-.284-.5-.741-.88-1.306-1.1a5.1 5.1 0 0 0-1.961-.317M5.014 8h2.004c.07.984.346 1.759.705 2.32a7 7 0 0 0-.598.68a5.6 5.6 0 0 0-1.057-.969c-.52-.378-.761-.484-.935-1.148c-.058-.22-.1-.508-.12-.883m3.008 0h1.657c-.192.359-.467.738-.743 1.11q-.229.246-.474.486C8.256 9.21 8.08 8.68 8.02 8");
4
- }