@iconify-react/material-symbols 1.0.12 → 1.0.14
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/components/b/bitbucket.jsx +22 -0
- package/components/c/crop-2-3-outline-sharp.jsx +22 -0
- package/components/c/crop-2-3-outline.jsx +22 -0
- package/components/c/crop-2-3-sharp.jsx +22 -0
- package/components/c/crop-2-3.jsx +22 -0
- package/components/c/crop-21-9-outline-sharp.jsx +22 -0
- package/components/c/crop-21-9-outline.jsx +22 -0
- package/components/c/crop-21-9-sharp.jsx +22 -0
- package/components/c/crop-21-9.jsx +22 -0
- package/components/g/gitlab.jsx +22 -0
- package/components/i/ink-highlighter-off-outline-rounded.jsx +22 -0
- package/components/i/ink-highlighter-off-outline-sharp.jsx +22 -0
- package/components/i/ink-highlighter-off-outline.jsx +22 -0
- package/components/i/ink-highlighter-off-rounded.jsx +22 -0
- package/components/i/ink-highlighter-off-sharp.jsx +22 -0
- package/components/i/ink-highlighter-off.jsx +22 -0
- package/components/v/video-frame-copy-rounded.jsx +22 -0
- package/components/v/video-frame-copy-sharp.jsx +22 -0
- package/components/v/video-frame-copy.jsx +22 -0
- package/components/v/video-frame-save-rounded.jsx +22 -0
- package/components/v/video-frame-save-sharp.jsx +22 -0
- package/components/v/video-frame-save.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +89 -1
|
@@ -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>.soxopw68y {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.7 21q-.425 0-.7-.225t-.35-.65L2.025 3.9q-.05-.4.15-.65T2.75 3h18.5q.4 0 .6.25t.125.65l-.725 4.275q-.075.425-.337.65t-.688.225H9.075q-.075 0-.225.3l.875 5.35q0 .05.25.25H14q.1 0 .25-.25l.625-3.875q.05-.35.263-.512t.562-.163h4.375q.4 0 .6.25t.15.625l-1.475 9.1q-.075.425-.35.65t-.7.225z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="soxopw68y"/>`,
|
|
18
|
+
"fallback": "material-symbols:bitbucket",
|
|
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>.u52u4h80x {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 22V2h12v20zm2-2h8V4H8zm0 0V4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="u52u4h80x"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-2-3-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>.v83gghf6a {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8 22q-.825 0-1.412-.587T6 20V4q0-.825.588-1.412T8 2h8q.825 0 1.413.588T18 4v16q0 .825-.587 1.413T16 22zm0-2h8V4H8zm0 0V4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="v83gghf6a"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-2-3-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>.f-fxrg6hz {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 22V2h12v20z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="f-fxrg6hz"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-2-3-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>.w_mmmkb1s {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8 22q-.825 0-1.412-.587T6 20V4q0-.825.588-1.412T8 2h8q.825 0 1.413.588T18 4v16q0 .825-.587 1.413T16 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="w_mmmkb1s"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-2-3",
|
|
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>.tmin4jbct {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2 17V7h20v10zm2-2h16V9H4zm0 0V9z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="tmin4jbct"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-21-9-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>.x50kwbcsb {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 17q-.825 0-1.412-.587T2 15V9q0-.825.588-1.412T4 7h16q.825 0 1.413.588T22 9v6q0 .825-.587 1.413T20 17zm0-2h16V9H4zm0 0V9z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="x50kwbcsb"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-21-9-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>.vrjrc8b7q {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2 17V7h20v10z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="vrjrc8b7q"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-21-9-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>.cbxq03bye {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 17q-.825 0-1.412-.587T2 15V9q0-.825.588-1.412T4 7h16q.825 0 1.413.588T22 9v6q0 .825-.587 1.413T20 17z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="cbxq03bye"/>`,
|
|
18
|
+
"fallback": "material-symbols:crop-21-9",
|
|
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>.l0d_6gbnl {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M11.5 20.85L4.525 15.6q-1.275-.95-1.7-2.5t.15-3.05l2.55-6.625q.075-.2.25-.312T6.15 3t.388.113t.262.362L8.525 8.75h6.95L17.2 3.475q.075-.25.263-.363T17.85 3t.375.113t.25.312L21 10.05q.575 1.5.15 3.05t-1.7 2.5l-7 5.25q-.2.15-.475.15t-.475-.15");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="l0d_6gbnl"/>`,
|
|
18
|
+
"fallback": "material-symbols:gitlab",
|
|
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>.limyixrdo {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m18.8 3.6l2.6 2.6q.6.6.6 1.4T21.4 9l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L20 7.6L17.4 5l-4.075 4.075q-.3.3-.712.3t-.713-.3t-.3-.7t.3-.7L16 3.6q.6-.6 1.4-.6t1.4.6m1.725 18.275q-.3.3-.712.3t-.713-.3L13.8 16.6L10 20.425q-.6.6-1.412.6t-1.413-.6l-.125.1q-.275.225-.6.35T5.775 21h-3.05q-.35 0-.488-.3t.113-.55l2.3-2.275q-.6-.6-.625-1.437T4.6 15l3.8-3.8l-6.3-6.3q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7M6 16.4L8.6 19l3.8-3.8l-2.6-2.6zm5.1-2.5");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="limyixrdo"/>`,
|
|
18
|
+
"fallback": "material-symbols:ink-highlighter-off-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>.xdef3npmm {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m16.6 13.8l-1.4-1.425L20 7.6L17.4 5l-4.8 4.8l-1.4-1.425L17.4 2.2l5.4 5.4zm-8 5.2l3.8-3.8l-2.6-2.6L6 16.4zm11.2 3.6l-6-6l-4.5 4.5H7.9l-.75-.75l-.65.65h-5l3.15-3.15l-.75-.75v-1.4l4.5-4.5l-7-7l1.425-1.425l18.4 18.4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="xdef3npmm"/>`,
|
|
18
|
+
"fallback": "material-symbols:ink-highlighter-off-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>.z15-u3btw {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m16.6 13.8l-1.4-1.425L20 7.6L17.4 5l-4.8 4.8l-1.4-1.425L16 3.6q.6-.6 1.4-.6t1.4.6l2.6 2.6q.6.6.6 1.4T21.4 9zm3.2 8.8l-6-6l-3.8 3.8q-.6.6-1.4.6t-1.4-.6l-.05-.05l-.65.65h-5l3.15-3.15l-.05-.05q-.6-.6-.6-1.4t.6-1.4l3.8-3.8l-7-7l1.425-1.425l18.4 18.4zM6 16.4L8.6 19l3.8-3.8l-2.6-2.6zm5.1-2.5");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="z15-u3btw"/>`,
|
|
18
|
+
"fallback": "material-symbols:ink-highlighter-off-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>.a7cxobc6t {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m18.8 3.6l2.6 2.6q.6.6.6 1.4T21.4 9l-4.05 4.075q-.3.3-.725.3t-.725-.3L11.925 9.1q-.3-.3-.3-.725t.3-.725L16 3.6q.6-.6 1.4-.6t1.4.6m1.725 18.275q-.3.3-.712.3t-.713-.3L13.8 16.6L10 20.425q-.6.6-1.412.6t-1.413-.6l-.125.1q-.275.225-.6.35T5.775 21h-3.05q-.35 0-.488-.3t.113-.55l2.3-2.275q-.6-.6-.625-1.437T4.6 15l3.8-3.8l-6.3-6.3q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="a7cxobc6t"/>`,
|
|
18
|
+
"fallback": "material-symbols:ink-highlighter-off-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>.k3iskdbsl {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M16.625 13.8L11.2 8.375L17.4 2.2l5.4 5.4zm3.175 8.8l-6-6l-4.5 4.5H7.9l-.75-.75l-.65.65h-5l3.15-3.15l-.75-.75v-1.4l4.5-4.5l-7-7l1.425-1.425l18.4 18.4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="k3iskdbsl"/>`,
|
|
18
|
+
"fallback": "material-symbols:ink-highlighter-off-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>.y80vh4bkm {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M16.625 13.8L11.2 8.375L16 3.6q.6-.6 1.4-.6t1.4.6l2.6 2.6q.6.6.6 1.4T21.4 9zm3.175 8.8l-6-6l-3.8 3.8q-.6.6-1.4.6t-1.4-.6l-.05-.05l-.65.65h-5l3.15-3.15l-.05-.05q-.6-.6-.6-1.4t.6-1.4l3.8-3.8l-7-7l1.425-1.425l18.4 18.4z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="y80vh4bkm"/>`,
|
|
18
|
+
"fallback": "material-symbols:ink-highlighter-off",
|
|
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>.ysc3q7wig {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M3 21q-.825 0-1.412-.587T1 19V8q0-.425.288-.712T2 7t.713.288T3 8v11h15q.425 0 .713.288T19 20t-.288.713T18 21zM21.288 7.712Q21 7.425 21 7V5h-2q-.425 0-.712-.288T18 4t.288-.712T19 3h2q.825 0 1.413.588T23 5v2q0 .425-.288.713T22 8t-.712-.288m-16 0Q5 7.426 5 7V5q0-.825.588-1.412T7 3h2q.425 0 .713.288T10 4t-.288.713T9 5H7v2q0 .425-.288.713T6 8t-.712-.288M19 17q-.425 0-.712-.288T18 16t.288-.712T19 15h2v-2q0-.425.288-.712T22 12t.713.288T23 13v2q0 .825-.587 1.413T21 17zM7 17q-.825 0-1.412-.587T5 15v-2q0-.425.288-.712T6 12t.713.288T7 13v2h2q.425 0 .713.288T10 16t-.288.713T9 17zm5.775-3.5l4.8-3.075q.225-.15.225-.425t-.225-.425l-4.8-3.075q-.25-.175-.513-.025t-.262.45v6.15q0 .3.263.45t.512-.025");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ysc3q7wig"/>`,
|
|
18
|
+
"fallback": "material-symbols:video-frame-copy-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>.ogy-44_4n {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M1 21V7h2v12h16v2zM21 8V5h-3V3h5v5zM5 8V3h5v2H7v3zm13 9v-2h3v-3h2v5zM5 17v-5h2v3h3v2zm7-3l6.225-4L12 6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ogy-44_4n"/>`,
|
|
18
|
+
"fallback": "material-symbols:video-frame-copy-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>.q_66lbbwo {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M3 21q-.825 0-1.412-.587T1 19V7h2v12h16v2zM21 8V5h-3V3h3q.825 0 1.413.588T23 5v3zM5 8V5q0-.825.588-1.412T7 3h3v2H7v3zm13 9v-2h3v-3h2v3q0 .825-.587 1.413T21 17zM7 17q-.825 0-1.412-.587T5 15v-3h2v3h3v2zm5-3l6.225-4L12 6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="q_66lbbwo"/>`,
|
|
18
|
+
"fallback": "material-symbols:video-frame-copy",
|
|
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>.wtkzxl7fu {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M20.288 9.713Q20 9.425 20 9V6h-3q-.425 0-.712-.288T16 5t.288-.712T17 4h3q.825 0 1.413.588T22 6v3q0 .425-.288.713T21 10t-.712-.288M3 10q-.425 0-.712-.288T2 9V6q0-.825.588-1.412T4 4h3q.425 0 .713.288T8 5t-.288.713T7 6H4v3q0 .425-.288.713T3 10m1 10q-.825 0-1.412-.587T2 18v-3q0-.425.288-.712T3 14t.713.288T4 15v3h3q.425 0 .713.288T8 19t-.288.713T7 20zm5.5-4.425v-7.15q0-.3.263-.45t.512.025l5.575 3.575q.225.15.225.425t-.225.425L10.275 16q-.25.175-.513.025t-.262-.45m6.5 8.4q-.425 0-.712-.288T15 22.976t.288-.712t.712-.288h6q.425 0 .713.288t.287.712t-.288.713t-.712.287zm2-6.825V14q0-.425.288-.712T19 13t.713.288T20 14v3.15l.9-.875q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7l-2.95 2.95q-.15.15-.35.15t-.35-.15L15.7 17.7q-.275-.275-.287-.687t.287-.713q.275-.275.688-.288t.712.263z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="wtkzxl7fu"/>`,
|
|
18
|
+
"fallback": "material-symbols:video-frame-save-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>.g2ar4ibvn {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M20 10V6h-4V4h6v6zM2 10V4h6v2H4v4zm0 10v-6h2v4h4v2zm7.5-3.5v-9l7 4.5zm5.5 7.475v-2h8v2zM19 21l-4-4l1.4-1.4l1.6 1.55V13h2v4.15l1.6-1.55L23 17z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="g2ar4ibvn"/>`,
|
|
18
|
+
"fallback": "material-symbols:video-frame-save-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>.wwm7wacaj {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M20 10V6h-4V4h4q.825 0 1.413.588T22 6v4zM2 10V6q0-.825.588-1.412T4 4h4v2H4v4zm2 10q-.825 0-1.412-.587T2 18v-4h2v4h4v2zm5.5-3.5v-9l7 4.5zm5.5 7.475v-2h8v2zM19 21l-4-4l1.4-1.4l1.6 1.55V13h2v4.15l1.6-1.55L23 17z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="wwm7wacaj"/>`,
|
|
18
|
+
"fallback": "material-symbols:video-frame-save",
|
|
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":
|
|
5
|
+
"total": 15383,
|
|
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":
|
|
30
|
+
"lastModified": 1778731467
|
|
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.
|
|
4
|
+
"version": "1.0.14",
|
|
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",
|
|
@@ -7714,6 +7714,10 @@
|
|
|
7714
7714
|
"types": "./types/hqrkovbr.d.ts",
|
|
7715
7715
|
"default": "./components/b/biotech-rounded.jsx"
|
|
7716
7716
|
},
|
|
7717
|
+
"./bitbucket": {
|
|
7718
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7719
|
+
"default": "./components/b/bitbucket.jsx"
|
|
7720
|
+
},
|
|
7717
7721
|
"./blanket": {
|
|
7718
7722
|
"types": "./types/hqrkovbr.d.ts",
|
|
7719
7723
|
"default": "./components/b/blanket.jsx"
|
|
@@ -15102,6 +15106,38 @@
|
|
|
15102
15106
|
"types": "./types/hqrkovbr.d.ts",
|
|
15103
15107
|
"default": "./components/c/crop-16-9-sharp.jsx"
|
|
15104
15108
|
},
|
|
15109
|
+
"./crop-2-3": {
|
|
15110
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15111
|
+
"default": "./components/c/crop-2-3.jsx"
|
|
15112
|
+
},
|
|
15113
|
+
"./crop-2-3-outline": {
|
|
15114
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15115
|
+
"default": "./components/c/crop-2-3-outline.jsx"
|
|
15116
|
+
},
|
|
15117
|
+
"./crop-2-3-outline-sharp": {
|
|
15118
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15119
|
+
"default": "./components/c/crop-2-3-outline-sharp.jsx"
|
|
15120
|
+
},
|
|
15121
|
+
"./crop-2-3-sharp": {
|
|
15122
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15123
|
+
"default": "./components/c/crop-2-3-sharp.jsx"
|
|
15124
|
+
},
|
|
15125
|
+
"./crop-21-9": {
|
|
15126
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15127
|
+
"default": "./components/c/crop-21-9.jsx"
|
|
15128
|
+
},
|
|
15129
|
+
"./crop-21-9-outline": {
|
|
15130
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15131
|
+
"default": "./components/c/crop-21-9-outline.jsx"
|
|
15132
|
+
},
|
|
15133
|
+
"./crop-21-9-outline-sharp": {
|
|
15134
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15135
|
+
"default": "./components/c/crop-21-9-outline-sharp.jsx"
|
|
15136
|
+
},
|
|
15137
|
+
"./crop-21-9-sharp": {
|
|
15138
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
15139
|
+
"default": "./components/c/crop-21-9-sharp.jsx"
|
|
15140
|
+
},
|
|
15105
15141
|
"./crop-3-2": {
|
|
15106
15142
|
"types": "./types/hqrkovbr.d.ts",
|
|
15107
15143
|
"default": "./components/c/crop-3-2.jsx"
|
|
@@ -26474,6 +26510,10 @@
|
|
|
26474
26510
|
"types": "./types/hqrkovbr.d.ts",
|
|
26475
26511
|
"default": "./components/g/gite-rounded.jsx"
|
|
26476
26512
|
},
|
|
26513
|
+
"./gitlab": {
|
|
26514
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
26515
|
+
"default": "./components/g/gitlab.jsx"
|
|
26516
|
+
},
|
|
26477
26517
|
"./glass-cup": {
|
|
26478
26518
|
"types": "./types/hqrkovbr.d.ts",
|
|
26479
26519
|
"default": "./components/g/glass-cup.jsx"
|
|
@@ -30270,6 +30310,30 @@
|
|
|
30270
30310
|
"types": "./types/hqrkovbr.d.ts",
|
|
30271
30311
|
"default": "./components/i/ink-highlighter-move-sharp.jsx"
|
|
30272
30312
|
},
|
|
30313
|
+
"./ink-highlighter-off": {
|
|
30314
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
30315
|
+
"default": "./components/i/ink-highlighter-off.jsx"
|
|
30316
|
+
},
|
|
30317
|
+
"./ink-highlighter-off-outline": {
|
|
30318
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
30319
|
+
"default": "./components/i/ink-highlighter-off-outline.jsx"
|
|
30320
|
+
},
|
|
30321
|
+
"./ink-highlighter-off-outline-rounded": {
|
|
30322
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
30323
|
+
"default": "./components/i/ink-highlighter-off-outline-rounded.jsx"
|
|
30324
|
+
},
|
|
30325
|
+
"./ink-highlighter-off-outline-sharp": {
|
|
30326
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
30327
|
+
"default": "./components/i/ink-highlighter-off-outline-sharp.jsx"
|
|
30328
|
+
},
|
|
30329
|
+
"./ink-highlighter-off-rounded": {
|
|
30330
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
30331
|
+
"default": "./components/i/ink-highlighter-off-rounded.jsx"
|
|
30332
|
+
},
|
|
30333
|
+
"./ink-highlighter-off-sharp": {
|
|
30334
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
30335
|
+
"default": "./components/i/ink-highlighter-off-sharp.jsx"
|
|
30336
|
+
},
|
|
30273
30337
|
"./ink-highlighter-outline": {
|
|
30274
30338
|
"types": "./types/hqrkovbr.d.ts",
|
|
30275
30339
|
"default": "./components/i/ink-highlighter-outline.jsx"
|
|
@@ -61434,6 +61498,30 @@
|
|
|
61434
61498
|
"types": "./types/hqrkovbr.d.ts",
|
|
61435
61499
|
"default": "./components/v/video-file-sharp.jsx"
|
|
61436
61500
|
},
|
|
61501
|
+
"./video-frame-copy": {
|
|
61502
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61503
|
+
"default": "./components/v/video-frame-copy.jsx"
|
|
61504
|
+
},
|
|
61505
|
+
"./video-frame-copy-rounded": {
|
|
61506
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61507
|
+
"default": "./components/v/video-frame-copy-rounded.jsx"
|
|
61508
|
+
},
|
|
61509
|
+
"./video-frame-copy-sharp": {
|
|
61510
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61511
|
+
"default": "./components/v/video-frame-copy-sharp.jsx"
|
|
61512
|
+
},
|
|
61513
|
+
"./video-frame-save": {
|
|
61514
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61515
|
+
"default": "./components/v/video-frame-save.jsx"
|
|
61516
|
+
},
|
|
61517
|
+
"./video-frame-save-rounded": {
|
|
61518
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61519
|
+
"default": "./components/v/video-frame-save-rounded.jsx"
|
|
61520
|
+
},
|
|
61521
|
+
"./video-frame-save-sharp": {
|
|
61522
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61523
|
+
"default": "./components/v/video-frame-save-sharp.jsx"
|
|
61524
|
+
},
|
|
61437
61525
|
"./video-label": {
|
|
61438
61526
|
"types": "./types/hqrkovbr.d.ts",
|
|
61439
61527
|
"default": "./components/v/video-label.jsx"
|