@iconify-react/material-symbols 1.0.3 → 1.0.4
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/m/movie-edit-off-outline-rounded.jsx +22 -0
- package/components/m/movie-edit-off-outline-sharp.jsx +22 -0
- package/components/m/movie-edit-off-outline.jsx +22 -0
- package/components/m/movie-edit-off-rounded.jsx +22 -0
- package/components/m/movie-edit-off-sharp.jsx +22 -0
- package/components/m/movie-edit-off.jsx +22 -0
- package/components/s/sell-cloud-outline-rounded.jsx +22 -0
- package/components/s/sell-cloud-outline-sharp.jsx +22 -0
- package/components/s/sell-cloud-outline.jsx +22 -0
- package/components/s/sell-cloud-rounded.jsx +22 -0
- package/components/s/sell-cloud-sharp.jsx +22 -0
- package/components/s/sell-cloud.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +49 -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
|
+
/** @type {{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>.r0-tky2h {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l6 6H4v8h7q.425 0 .713.288T12 19t-.288.713T11 20zM22 6v3q0 .425-.288.713T21 10h-8.15l-6-6h2l1.6 3.25q.175.35.5.55t.7.2q.75 0 1.163-.638t.062-1.312L11.85 4h2.25l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.1 4H20q.825 0 1.413.587T22 6m-.5 8.425l-.925-.925zM20.475 17.6L17.4 14.55l2.125-2.125q.225-.225.5-.325t.55-.1q.3 0 .575.113t.5.337l.925.925q.225.225.325.5t.1.55t-.1.563t-.325.512zM15.5 19.5h.95l.1-.1l-.95-.95l-.1.1zm5.038 3.45q-.413 0-.713-.3l-2.2-2.2l-.25.25q-.15.15-.337.225T16.65 21H15q-.425 0-.712-.288T14 20v-1.65q0-.2.075-.387t.225-.338l.25-.225L1.325 4.175q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.5 18.5q.3.3.3.7t-.3.7t-.712.3");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="r0-tky2h"/>`,
|
|
18
|
+
"fallback": "material-symbols:movie-edit-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
|
+
/** @type {{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>.ubuob6bh {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2 20V4h2l6 6H4v8h8v2zM22 4v6h-9.15l-6-6H8.5l1.675 3.325l.675.675h2.65l-2-4H14l2 4h3l-2-4zm-.5 10.425l-.925-.925zM20.475 17.6L17.4 14.55l3.175-3.175l3.075 3.05zM15.5 19.5h.95l.1-.1l-.95-.95l-.1.1zm6.45 2.45l-1.425 1.425l-2.9-2.925l-.55.55H14v-3.075l.55-.525L.625 3.475L2.05 2.05z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ubuob6bh"/>`,
|
|
18
|
+
"fallback": "material-symbols:movie-edit-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
|
+
/** @type {{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>.brif3jbi {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l6 6H4v8h8v2zM22 6v4h-9.15l-6-6H8.5l1.675 3.325l.675.675h2.65l-2-4H14l2 4h3l-2-4h3q.825 0 1.413.588T22 6m-.5 8.425l-.925-.925zm-1.05 3.2l-3.075-3.075l2.15-2.125q.225-.2.5-.312t.55-.113q.3 0 .575.113t.5.337l.925.925q.2.225.313.5t.112.55t-.1.563t-.325.512zm1.5 4.325l-1.425 1.425l-2.925-2.9l-.525.525H14v-3.075l.525-.525L.625 3.475L2.05 2.05zM15.5 19.5h.95l.075-.1l-.925-.925l-.1.075z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="brif3jbi"/>`,
|
|
18
|
+
"fallback": "material-symbols:movie-edit-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
|
+
/** @type {{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>.cussxrxh {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m20.575 15.4l.925-.975l-.925-.925l-.95.95zm-.1 2.2L17.4 14.55l2.125-2.125q.225-.225.5-.325t.55-.1q.3 0 .575.113t.5.337l.925.925q.225.225.325.5t.1.55t-.1.563t-.325.512zm.063 5.35q-.413 0-.713-.3l-2.2-2.2l-.25.25q-.15.15-.337.225T16.65 21H15q-.425 0-.712-.287T14 20v-1.65q0-.2.075-.387t.225-.338l.25-.225L1.325 4.175q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.5 18.5q.3.3.3.7t-.3.7t-.712.3M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l10.55 10.55l-1.975 1.975q-.275.275-.425.638t-.15.762V19q0 .425-.288.713T11 20zm11.975-6.875L6.85 4h2l1.6 3.25q.175.35.5.55t.7.2q.75 0 1.163-.638t.062-1.312L11.85 4h2.25l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.1 4H20q.825 0 1.413.587T22 6v3.2q0 .425-.325.688t-.75.187q-.25-.025-.5-.025t-.5.05q-.5.075-.975.3t-.85.6z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="cussxrxh"/>`,
|
|
18
|
+
"fallback": "material-symbols:movie-edit-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
|
+
/** @type {{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>.t1tjkfby {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m20.575 15.4l.925-.975l-.925-.925l-.95.95zm-.1 2.2L17.4 14.55l3.175-3.175l3.075 3.05zM2 20V4h2l10.55 10.55L12 17.1V20zm13.975-6.875L6.85 4H8.5l1.675 3.325l.675.675h2.65l-2-4H14l2 4h3l-2-4h5v3.1zm5.975 8.825l-1.425 1.425l-2.9-2.925l-.55.55H14v-3.075l.55-.525L.625 3.475L2.05 2.05z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="t1tjkfby"/>`,
|
|
18
|
+
"fallback": "material-symbols:movie-edit-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
|
+
/** @type {{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>.blhk7dbi {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l10.55 10.55L12 17.1V20zm11.975-6.875L6.85 4H8.5l1.675 3.325l.675.675h2.65l-2-4H14l2 4h3l-2-4h3q.825 0 1.413.588T22 6v4.3q-1.025-.35-2.087-.2T18.1 11zm4.6 2.275l.925-.975l-.925-.925l-.95.95zm-.1 2.2L17.4 14.55l2.125-2.125q.225-.225.5-.325t.55-.1q.3 0 .575.113t.5.337l.925.925q.225.225.325.5t.1.55t-.1.563t-.325.512zm1.475 4.35l-1.425 1.425l-2.9-2.925l-.55.55H14v-3.075l.55-.525L.625 3.475L2.05 2.05z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="blhk7dbi"/>`,
|
|
18
|
+
"fallback": "material-symbols:movie-edit-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
|
+
/** @type {{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>.kf86soby {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 22h1.975q.425 0 .713-.288T8.975 21t-.288-.712T7.976 20H6V9.075L11.05 4l4.925 5.075v2.35q0 .425.288.7t.712.275t.713-.288t.287-.712V9.1q.025-.4-.125-.763t-.425-.662L12.475 2.6q-.3-.3-.662-.45T11.05 2q-.375 0-.75.15t-.65.45L4.575 7.675Q4.3 7.95 4.15 8.3T4 9.075V20q0 .875.563 1.438T6 22m5-12.975q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22zm0-2h6.25q.3 0 .525-.213T20 19.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425 0-.787.25t-.538.625L14.15 18H13q-.425 0-.712.288T12 19t.288.713T13 20m3 0");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="kf86soby"/>`,
|
|
18
|
+
"fallback": "material-symbols:sell-cloud-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
|
+
/** @type {{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>.s3wdvcco {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 22h4.975q-.325-.425-.55-.925T8.075 20H6V9.075L11.05 4l4.925 5.075V12q.525 0 1.025.1t.975.3V8.275l-6.9-7.1L4 8.25zm7-12.975q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22zm0-2h6.25q.3 0 .525-.213T20 19.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425 0-.787.25t-.538.625L14.15 18H13q-.425 0-.712.288T12 19t.288.713T13 20m3 0");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="s3wdvcco"/>`,
|
|
18
|
+
"fallback": "material-symbols:sell-cloud-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
|
+
/** @type {{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>.gwva4tbe {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 22h2.975q-.325-.425-.55-.925T8.075 20H6L5.975 9.075H6L11.05 4l4.925 5.075v2.95q.525 0 1.025.087t.975.288V9.1q.025-.4-.125-.763t-.425-.662L12.475 2.6q-.3-.3-.662-.45T11.05 2q-.375 0-.75.15t-.65.45L4.575 7.675Q4.3 7.95 4.15 8.3T4 9.075V20q0 .875.563 1.438T6 22m5-12.975q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22zm0-2h6.25q.3 0 .525-.213T20 19.25q0-.3-.225-.525t-.525-.225h-1.425l-.425-1.425q-.125-.5-.525-.788t-.9-.287q-.425 0-.787.25t-.538.625L14.15 18H13q-.425 0-.712.288T12 19t.288.713T13 20m3 0");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="gwva4tbe"/>`,
|
|
18
|
+
"fallback": "material-symbols:sell-cloud-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
|
+
/** @type {{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>.kods2fbd {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6 22h1.6q.45 0 .675-.387T8.3 20.8q-.15-.425-.225-.862T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588h.413q.212 0 .412.05q.45.075.813-.187t.362-.688V9.1q.025-.4-.125-.762t-.425-.663L12.475 2.6q-.3-.3-.662-.45T11.05 2q-.375 0-.75.15t-.65.45L4.575 7.675Q4.3 7.95 4.15 8.3T4 9.075V20q0 .875.563 1.438T6 22m5-12.975q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="kods2fbd"/>`,
|
|
18
|
+
"fallback": "material-symbols:sell-cloud-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
|
+
/** @type {{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>.uj6qt3zg {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8.975 22q-.5-.7-.737-1.425T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588q.525 0 1.025.088t.975.287V8.25l-6.9-7.075L4 8.25V22zM11 9.025q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="uj6qt3zg"/>`,
|
|
18
|
+
"fallback": "material-symbols:sell-cloud-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
|
+
/** @type {{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>.fzqho7bf {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M8.975 22q-.5-.7-.737-1.425T8 19q0-1.675 1-2.988t2.575-1.787q.75-1.025 1.925-1.612t2.475-.588q.525 0 1.025.088t.975.287V9.1q.025-.4-.125-.763t-.425-.662L12.475 2.6q-.3-.3-.662-.45T11.05 2q-.375 0-.75.15t-.65.45L4.575 7.675Q4.3 7.95 4.15 8.3T4 9.075V20q0 .875.563 1.438T6 22zM11 9.025q-.625 0-1.037-.438T9.5 7.525q.05-.625.463-1.062T11 6.025t1.025.438t.475 1.062q-.075.625-.475 1.063T11 9.025M13 22q-1.275 0-2.137-.862T10 19q0-1.2.825-2.062t2.025-.913q.4-.9 1.238-1.463T15.925 14q1.175 0 2.138.663t1.262 1.837q1.125 0 1.9.813T22 19.25t-.712 1.938T19.5 22z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="fzqho7bf"/>`,
|
|
18
|
+
"fallback": "material-symbols:sell-cloud",
|
|
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": 15207,
|
|
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": 1774681461
|
|
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.4",
|
|
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",
|
|
@@ -37778,6 +37778,30 @@
|
|
|
37778
37778
|
"types": "./types/hqrkovbr.d.ts",
|
|
37779
37779
|
"default": "./components/m/movie-edit.jsx"
|
|
37780
37780
|
},
|
|
37781
|
+
"./movie-edit-off": {
|
|
37782
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
37783
|
+
"default": "./components/m/movie-edit-off.jsx"
|
|
37784
|
+
},
|
|
37785
|
+
"./movie-edit-off-outline": {
|
|
37786
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
37787
|
+
"default": "./components/m/movie-edit-off-outline.jsx"
|
|
37788
|
+
},
|
|
37789
|
+
"./movie-edit-off-outline-rounded": {
|
|
37790
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
37791
|
+
"default": "./components/m/movie-edit-off-outline-rounded.jsx"
|
|
37792
|
+
},
|
|
37793
|
+
"./movie-edit-off-outline-sharp": {
|
|
37794
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
37795
|
+
"default": "./components/m/movie-edit-off-outline-sharp.jsx"
|
|
37796
|
+
},
|
|
37797
|
+
"./movie-edit-off-rounded": {
|
|
37798
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
37799
|
+
"default": "./components/m/movie-edit-off-rounded.jsx"
|
|
37800
|
+
},
|
|
37801
|
+
"./movie-edit-off-sharp": {
|
|
37802
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
37803
|
+
"default": "./components/m/movie-edit-off-sharp.jsx"
|
|
37804
|
+
},
|
|
37781
37805
|
"./movie-edit-outline": {
|
|
37782
37806
|
"types": "./types/hqrkovbr.d.ts",
|
|
37783
37807
|
"default": "./components/m/movie-edit-outline.jsx"
|
|
@@ -49138,6 +49162,30 @@
|
|
|
49138
49162
|
"types": "./types/hqrkovbr.d.ts",
|
|
49139
49163
|
"default": "./components/s/sell.jsx"
|
|
49140
49164
|
},
|
|
49165
|
+
"./sell-cloud": {
|
|
49166
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
49167
|
+
"default": "./components/s/sell-cloud.jsx"
|
|
49168
|
+
},
|
|
49169
|
+
"./sell-cloud-outline": {
|
|
49170
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
49171
|
+
"default": "./components/s/sell-cloud-outline.jsx"
|
|
49172
|
+
},
|
|
49173
|
+
"./sell-cloud-outline-rounded": {
|
|
49174
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
49175
|
+
"default": "./components/s/sell-cloud-outline-rounded.jsx"
|
|
49176
|
+
},
|
|
49177
|
+
"./sell-cloud-outline-sharp": {
|
|
49178
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
49179
|
+
"default": "./components/s/sell-cloud-outline-sharp.jsx"
|
|
49180
|
+
},
|
|
49181
|
+
"./sell-cloud-rounded": {
|
|
49182
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
49183
|
+
"default": "./components/s/sell-cloud-rounded.jsx"
|
|
49184
|
+
},
|
|
49185
|
+
"./sell-cloud-sharp": {
|
|
49186
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
49187
|
+
"default": "./components/s/sell-cloud-sharp.jsx"
|
|
49188
|
+
},
|
|
49141
49189
|
"./sell-outline": {
|
|
49142
49190
|
"types": "./types/hqrkovbr.d.ts",
|
|
49143
49191
|
"default": "./components/s/sell-outline.jsx"
|