@iconify-react/material-symbols 1.0.11 → 1.0.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.
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.z3hf4rbdl {
14
+ fill: currentColor;
15
+ d: path("M6 21q-.825 0-1.412-.587T4 19V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v14q0 .825-.587 1.413T18 21zm0-2h12V5H6zm5-6.825l-.9-.9Q9.825 11 9.413 11t-.713.3q-.275.275-.275.7t.275.7l2.6 2.6q.3.3.7.3t.7-.3l2.6-2.6q.275-.275.275-.687T15.3 11.3q-.3-.3-.712-.3t-.713.3l-.875.875V9q0-.425-.288-.712T12 8t-.712.288T11 9zM18 19H6z");
16
+ }
17
+ </style><path class="z3hf4rbdl"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-down-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.m5gokybin {
14
+ fill: currentColor;
15
+ d: path("M4 21V3h16v18zm2-2h12V5H6zm5-6.825L9.4 10.6L8 12l4 4l4-4l-1.4-1.425l-1.6 1.6V8h-2zM18 19H6z");
16
+ }
17
+ </style><path class="m5gokybin"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-down-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.rik8jgqcq {
14
+ fill: currentColor;
15
+ d: path("M6 21q-.825 0-1.412-.587T4 19V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v14q0 .825-.587 1.413T18 21zm0-2h12V5H6zm5-6.825L9.4 10.6L8 12l4 4l4-4l-1.4-1.425l-1.6 1.6V8h-2zM18 19H6z");
16
+ }
17
+ </style><path class="rik8jgqcq"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-down-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.urm968ixf {
14
+ fill: currentColor;
15
+ d: path("M6 21q-.825 0-1.412-.587T4 19V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v14q0 .825-.587 1.413T18 21zm5-8.825l-.9-.9Q9.825 11 9.413 11t-.713.3q-.275.275-.275.7t.275.7l2.6 2.6q.3.3.7.3t.7-.3l2.6-2.6q.275-.275.275-.687T15.3 11.3q-.3-.3-.712-.3t-.713.3l-.875.875V9q0-.425-.288-.712T12 8t-.712.288T11 9z");
16
+ }
17
+ </style><path class="urm968ixf"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-down-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.hxvq_hrow {
14
+ fill: currentColor;
15
+ d: path("M4 21V3h16v18zm7-8.825L9.4 10.6L8 12l4 4l4-4l-1.4-1.425l-1.6 1.6V8h-2z");
16
+ }
17
+ </style><path class="hxvq_hrow"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-down-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.pbiborbup {
14
+ fill: currentColor;
15
+ d: path("M6 21q-.825 0-1.412-.587T4 19V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v14q0 .825-.587 1.413T18 21zm5-8.825L9.4 10.6L8 12l4 4l4-4l-1.4-1.425l-1.6 1.6V8h-2z");
16
+ }
17
+ </style><path class="pbiborbup"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-down",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.d5alknb7c {
14
+ fill: currentColor;
15
+ d: path("M4.5 21q-.95 0-1.55-.737t-.4-1.688l3.1-14q.15-.7.7-1.138T7.6 3h8.8q.7 0 1.25.437t.7 1.138l3.1 14q.2.95-.4 1.688T19.5 21zm0-2h15L16.4 5H7.6zm6.5-7.175V15q0 .425.288.713T12 16t.713-.288T13 15v-3.175l.9.9q.275.275.688.275t.712-.3q.275-.275.275-.7t-.275-.7l-2.6-2.6q-.3-.3-.7-.3t-.7.3l-2.6 2.6q-.275.275-.275.688t.275.712q.3.3.713.3t.712-.3zM19.5 19h-15z");
16
+ }
17
+ </style><path class="d5alknb7c"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-up-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.j3nl0obvx {
14
+ fill: currentColor;
15
+ d: path("M2 21L6 3h12l4 18zm2.5-2h15L16.4 5H7.6zm6.5-7.175V16h2v-4.175l1.6 1.575L16 12l-4-4l-4 4l1.4 1.425zM19.5 19h-15z");
16
+ }
17
+ </style><path class="j3nl0obvx"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-up-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.iosem7bsa {
14
+ fill: currentColor;
15
+ d: path("M4.5 21q-.95 0-1.55-.737t-.4-1.688l3.1-14q.15-.7.7-1.138T7.6 3h8.8q.7 0 1.25.437t.7 1.138l3.1 14q.2.95-.4 1.688T19.5 21zm0-2h15L16.4 5H7.6zm6.5-7.175V16h2v-4.175l1.6 1.575L16 12l-4-4l-4 4l1.4 1.425zM19.5 19h-15z");
16
+ }
17
+ </style><path class="iosem7bsa"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-up-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.x2x58tbrr {
14
+ fill: currentColor;
15
+ d: path("M4.5 21q-.95 0-1.55-.737t-.4-1.688l3.1-14q.15-.7.7-1.138T7.6 3h8.8q.7 0 1.25.437t.7 1.138l3.1 14q.2.95-.4 1.688T19.5 21zm6.5-9.175V15q0 .425.288.713T12 16t.713-.288T13 15v-3.175l.9.9q.275.275.688.275t.712-.3q.275-.275.275-.7t-.275-.7l-2.6-2.6q-.3-.3-.7-.3t-.7.3l-2.6 2.6q-.275.275-.275.688t.275.712q.3.3.713.3t.712-.3z");
16
+ }
17
+ </style><path class="x2x58tbrr"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-up-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.us7v9qbqs {
14
+ fill: currentColor;
15
+ d: path("M2 21L6 3h12l4 18zm9-9.175V16h2v-4.175l1.6 1.575L16 12l-4-4l-4 4l1.4 1.425z");
16
+ }
17
+ </style><path class="us7v9qbqs"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-up-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.qthpquwpf {
14
+ fill: currentColor;
15
+ d: path("M4.5 21q-.95 0-1.55-.737t-.4-1.688l3.1-14q.15-.7.7-1.138T7.6 3h8.8q.7 0 1.25.437t.7 1.138l3.1 14q.2.95-.4 1.688T19.5 21zm6.5-9.175V16h2v-4.175l1.6 1.575L16 12l-4-4l-4 4l1.4 1.425z");
16
+ }
17
+ </style><path class="qthpquwpf"/>`,
18
+ "fallback": "material-symbols:tilt-arrow-up",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.mtu_i0b5a {
14
+ fill: currentColor;
15
+ d: path("M5.875 20.025q-.125.375-.262.75t-.288.725q-.15.375-.537.5t-.738-.075t-.512-.575t.012-.75q.875-2.025 1.163-4.2T5 12q0-2.2-.288-4.35T3.576 3.475q-.175-.4-.038-.787T4.05 2.1t.763-.062t.537.512q.15.35.275.725t.25.725H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025zM17.825 13l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.875.875H21q.425 0 .713.288T22 12t-.288.713T21 13zm-11.4 5.025H8q.825 0 1.413-.6T10 16V8q0-.825-.587-1.412T8 6H6.4q.325 1.475.463 2.988T7 12q0 1.525-.125 3.038t-.45 2.987M7 12");
16
+ }
17
+ </style><path class="mtu_i0b5a"/>`,
18
+ "fallback": "material-symbols:watch-button-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.cjeiyibdn {
14
+ fill: currentColor;
15
+ d: path("m4.825 22.575l-1.675-1.1q1.125-2.2 1.475-4.6T4.975 12q0-2.45-.35-4.85T3.15 2.55l1.675-1.1q.325.625.588 1.262T5.875 4H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025H5.875q-.2.65-.463 1.288t-.587 1.262M18 16l-4-4l4-4l1.4 1.425L17.825 11H22v2h-4.175l1.575 1.6zM6.425 18H8q.825 0 1.412-.587T10 16V8q0-.825-.587-1.412T8 6H6.4q.325 1.475.463 2.988T7 12q0 1.525-.125 3.025T6.425 18M7 12");
16
+ }
17
+ </style><path class="cjeiyibdn"/>`,
18
+ "fallback": "material-symbols:watch-button-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.f6xqeqbiv {
14
+ fill: currentColor;
15
+ d: path("M5.875 20.025q-.125.375-.262.75t-.288.725q-.15.375-.537.5t-.738-.075t-.5-.575t0-.75q.85-2.025 1.138-4.2t.287-4.4q0-2.2-.275-4.35T3.575 3.475q-.175-.4-.038-.788T4.05 2.1t.763-.062t.537.512q.15.35.275.725t.25.725H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025zM17.825 13l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.875.875H21q.425 0 .713.288T22 12t-.288.713T21 13z");
16
+ }
17
+ </style><path class="f6xqeqbiv"/>`,
18
+ "fallback": "material-symbols:watch-button-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.lwnwcl3_t {
14
+ fill: currentColor;
15
+ d: path("m4.825 22.575l-1.675-1.1q1.125-2.2 1.475-4.6T4.975 12q0-2.45-.35-4.85T3.15 2.55l1.675-1.1q.325.625.588 1.262T5.875 4H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025H5.875q-.2.65-.463 1.288t-.587 1.262M18 16l-4-4l4-4l1.4 1.425L17.825 11H22v2h-4.175l1.575 1.6z");
16
+ }
17
+ </style><path class="lwnwcl3_t"/>`,
18
+ "fallback": "material-symbols:watch-button",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.m925t9vbs {
14
+ fill: currentColor;
15
+ d: path("M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18h18q.425 0 .713.288T22 19t-.288.713T21 20zm4.425-6h9.15q-.575-1.35-1.8-2.175T12 11t-2.775.825T7.425 14M5 16q0-2.925 2.037-4.962T12 9t4.963 2.038T19 16zm7-2");
16
+ }
17
+ </style><path class="m925t9vbs"/>`,
18
+ "fallback": "material-symbols:wb-twilight-2-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.m5-e1hs_q {
14
+ fill: currentColor;
15
+ d: path("M2 20v-2h20v2zm5.425-6h9.15q-.575-1.35-1.8-2.175T12 11t-2.775.825T7.425 14M5 16q0-2.925 2.038-4.962T12 9t4.963 2.038T19 16zm7-2");
16
+ }
17
+ </style><path class="m5-e1hs_q"/>`,
18
+ "fallback": "material-symbols:wb-twilight-2-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.t4dm92bnl {
14
+ fill: currentColor;
15
+ d: path("M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18h18q.425 0 .713.288T22 19t-.288.713T21 20zm2-4q0-2.925 2.038-4.962T12 9t4.963 2.038T19 16z");
16
+ }
17
+ </style><path class="t4dm92bnl"/>`,
18
+ "fallback": "material-symbols:wb-twilight-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.etb2r5bmm {
14
+ fill: currentColor;
15
+ d: path("M2 20v-2h20v2zm3-4q0-2.925 2.038-4.962T12 9t4.963 2.038T19 16z");
16
+ }
17
+ </style><path class="etb2r5bmm"/>`,
18
+ "fallback": "material-symbols:wb-twilight-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "material-symbols",
3
3
  "info": {
4
4
  "name": "Material Symbols",
5
- "total": 15341,
5
+ "total": 15361,
6
6
  "author": {
7
7
  "name": "Google",
8
8
  "url": "https://github.com/google/material-design-icons"
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1777005978
30
+ "lastModified": 1778041318
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-react/material-symbols",
3
3
  "type": "module",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "homepage": "https://icon-sets.iconify.design/material-symbols/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "Apache-2.0",
@@ -58270,6 +58270,54 @@
58270
58270
  "types": "./types/hqrkovbr.d.ts",
58271
58271
  "default": "./components/t/tile-small-rounded.jsx"
58272
58272
  },
58273
+ "./tilt-arrow-down": {
58274
+ "types": "./types/hqrkovbr.d.ts",
58275
+ "default": "./components/t/tilt-arrow-down.jsx"
58276
+ },
58277
+ "./tilt-arrow-down-outline": {
58278
+ "types": "./types/hqrkovbr.d.ts",
58279
+ "default": "./components/t/tilt-arrow-down-outline.jsx"
58280
+ },
58281
+ "./tilt-arrow-down-outline-rounded": {
58282
+ "types": "./types/hqrkovbr.d.ts",
58283
+ "default": "./components/t/tilt-arrow-down-outline-rounded.jsx"
58284
+ },
58285
+ "./tilt-arrow-down-outline-sharp": {
58286
+ "types": "./types/hqrkovbr.d.ts",
58287
+ "default": "./components/t/tilt-arrow-down-outline-sharp.jsx"
58288
+ },
58289
+ "./tilt-arrow-down-rounded": {
58290
+ "types": "./types/hqrkovbr.d.ts",
58291
+ "default": "./components/t/tilt-arrow-down-rounded.jsx"
58292
+ },
58293
+ "./tilt-arrow-down-sharp": {
58294
+ "types": "./types/hqrkovbr.d.ts",
58295
+ "default": "./components/t/tilt-arrow-down-sharp.jsx"
58296
+ },
58297
+ "./tilt-arrow-up": {
58298
+ "types": "./types/hqrkovbr.d.ts",
58299
+ "default": "./components/t/tilt-arrow-up.jsx"
58300
+ },
58301
+ "./tilt-arrow-up-outline": {
58302
+ "types": "./types/hqrkovbr.d.ts",
58303
+ "default": "./components/t/tilt-arrow-up-outline.jsx"
58304
+ },
58305
+ "./tilt-arrow-up-outline-rounded": {
58306
+ "types": "./types/hqrkovbr.d.ts",
58307
+ "default": "./components/t/tilt-arrow-up-outline-rounded.jsx"
58308
+ },
58309
+ "./tilt-arrow-up-outline-sharp": {
58310
+ "types": "./types/hqrkovbr.d.ts",
58311
+ "default": "./components/t/tilt-arrow-up-outline-sharp.jsx"
58312
+ },
58313
+ "./tilt-arrow-up-rounded": {
58314
+ "types": "./types/hqrkovbr.d.ts",
58315
+ "default": "./components/t/tilt-arrow-up-rounded.jsx"
58316
+ },
58317
+ "./tilt-arrow-up-sharp": {
58318
+ "types": "./types/hqrkovbr.d.ts",
58319
+ "default": "./components/t/tilt-arrow-up-sharp.jsx"
58320
+ },
58273
58321
  "./time-auto": {
58274
58322
  "types": "./types/hqrkovbr.d.ts",
58275
58323
  "default": "./components/t/time-auto.jsx"
@@ -62874,6 +62922,18 @@
62874
62922
  "types": "./types/hqrkovbr.d.ts",
62875
62923
  "default": "./components/w/watch-arrow-rounded.jsx"
62876
62924
  },
62925
+ "./watch-button": {
62926
+ "types": "./types/hqrkovbr.d.ts",
62927
+ "default": "./components/w/watch-button.jsx"
62928
+ },
62929
+ "./watch-button-outline": {
62930
+ "types": "./types/hqrkovbr.d.ts",
62931
+ "default": "./components/w/watch-button-outline.jsx"
62932
+ },
62933
+ "./watch-button-outline-rounded": {
62934
+ "types": "./types/hqrkovbr.d.ts",
62935
+ "default": "./components/w/watch-button-outline-rounded.jsx"
62936
+ },
62877
62937
  "./watch-button-press": {
62878
62938
  "types": "./types/hqrkovbr.d.ts",
62879
62939
  "default": "./components/w/watch-button-press.jsx"
@@ -62890,6 +62950,10 @@
62890
62950
  "types": "./types/hqrkovbr.d.ts",
62891
62951
  "default": "./components/w/watch-button-press-rounded.jsx"
62892
62952
  },
62953
+ "./watch-button-rounded": {
62954
+ "types": "./types/hqrkovbr.d.ts",
62955
+ "default": "./components/w/watch-button-rounded.jsx"
62956
+ },
62893
62957
  "./watch-check": {
62894
62958
  "types": "./types/hqrkovbr.d.ts",
62895
62959
  "default": "./components/w/watch-check.jsx"
@@ -63442,6 +63506,22 @@
63442
63506
  "types": "./types/hqrkovbr.d.ts",
63443
63507
  "default": "./components/w/wb-twilight.jsx"
63444
63508
  },
63509
+ "./wb-twilight-2": {
63510
+ "types": "./types/hqrkovbr.d.ts",
63511
+ "default": "./components/w/wb-twilight-2.jsx"
63512
+ },
63513
+ "./wb-twilight-2-outline": {
63514
+ "types": "./types/hqrkovbr.d.ts",
63515
+ "default": "./components/w/wb-twilight-2-outline.jsx"
63516
+ },
63517
+ "./wb-twilight-2-outline-rounded": {
63518
+ "types": "./types/hqrkovbr.d.ts",
63519
+ "default": "./components/w/wb-twilight-2-outline-rounded.jsx"
63520
+ },
63521
+ "./wb-twilight-2-rounded": {
63522
+ "types": "./types/hqrkovbr.d.ts",
63523
+ "default": "./components/w/wb-twilight-2-rounded.jsx"
63524
+ },
63445
63525
  "./wb-twilight-outline": {
63446
63526
  "types": "./types/hqrkovbr.d.ts",
63447
63527
  "default": "./components/w/wb-twilight-outline.jsx"