metal-icons 0.2.13 → 0.2.15
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/16/outline/AlignLeftIcon.d.ts +3 -0
- package/16/outline/AlignLeftIcon.js +23 -0
- package/16/outline/AlignRightIcon.d.ts +3 -0
- package/16/outline/AlignRightIcon.js +22 -0
- package/16/outline/SparkleTextIcon.d.ts +3 -0
- package/16/outline/SparkleTextIcon.js +27 -0
- package/16/outline/esm/AlignLeftIcon.d.ts +3 -0
- package/16/outline/esm/AlignLeftIcon.js +23 -0
- package/16/outline/esm/AlignRightIcon.d.ts +3 -0
- package/16/outline/esm/AlignRightIcon.js +22 -0
- package/16/outline/esm/SparkleTextIcon.d.ts +3 -0
- package/16/outline/esm/SparkleTextIcon.js +27 -0
- package/16/outline/esm/index.d.ts +3 -0
- package/16/outline/esm/index.js +3 -0
- package/16/outline/index.d.ts +3 -0
- package/16/outline/index.js +3 -0
- package/16/solid/AlignLeftIcon.d.ts +3 -0
- package/16/solid/AlignLeftIcon.js +23 -0
- package/16/solid/AlignRightIcon.d.ts +3 -0
- package/16/solid/AlignRightIcon.js +22 -0
- package/16/solid/SparkleTextIcon.d.ts +3 -0
- package/16/solid/SparkleTextIcon.js +23 -0
- package/16/solid/esm/AlignLeftIcon.d.ts +3 -0
- package/16/solid/esm/AlignLeftIcon.js +23 -0
- package/16/solid/esm/AlignRightIcon.d.ts +3 -0
- package/16/solid/esm/AlignRightIcon.js +22 -0
- package/16/solid/esm/SparkleTextIcon.d.ts +3 -0
- package/16/solid/esm/SparkleTextIcon.js +23 -0
- package/16/solid/esm/index.d.ts +3 -0
- package/16/solid/esm/index.js +3 -0
- package/16/solid/index.d.ts +3 -0
- package/16/solid/index.js +3 -0
- package/24/outline/AlignLeftIcon.d.ts +3 -0
- package/24/outline/AlignLeftIcon.js +23 -0
- package/24/outline/AlignRightIcon.d.ts +3 -0
- package/24/outline/AlignRightIcon.js +22 -0
- package/24/outline/SparkleTextIcon.d.ts +3 -0
- package/24/outline/SparkleTextIcon.js +23 -0
- package/24/outline/esm/AlignLeftIcon.d.ts +3 -0
- package/24/outline/esm/AlignLeftIcon.js +23 -0
- package/24/outline/esm/AlignRightIcon.d.ts +3 -0
- package/24/outline/esm/AlignRightIcon.js +22 -0
- package/24/outline/esm/SparkleTextIcon.d.ts +3 -0
- package/24/outline/esm/SparkleTextIcon.js +23 -0
- package/24/outline/esm/index.d.ts +3 -0
- package/24/outline/esm/index.js +3 -0
- package/24/outline/index.d.ts +3 -0
- package/24/outline/index.js +3 -0
- package/24/solid/AlignLeftIcon.d.ts +3 -0
- package/24/solid/AlignLeftIcon.js +23 -0
- package/24/solid/AlignRightIcon.d.ts +3 -0
- package/24/solid/AlignRightIcon.js +22 -0
- package/24/solid/SparkleTextIcon.d.ts +3 -0
- package/24/solid/SparkleTextIcon.js +23 -0
- package/24/solid/esm/AlignLeftIcon.d.ts +3 -0
- package/24/solid/esm/AlignLeftIcon.js +23 -0
- package/24/solid/esm/AlignRightIcon.d.ts +3 -0
- package/24/solid/esm/AlignRightIcon.js +22 -0
- package/24/solid/esm/SparkleTextIcon.d.ts +3 -0
- package/24/solid/esm/SparkleTextIcon.js +23 -0
- package/24/solid/esm/index.d.ts +3 -0
- package/24/solid/esm/index.js +3 -0
- package/24/solid/index.d.ts +3 -0
- package/24/solid/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M15 8a.75.75 0 0 1-.75.75H6.636l3.129 2.955a.75.75 0 0 1-1.03 1.09l-4.5-4.25A.747.747 0 0 1 4 8.012v-.024a.747.747 0 0 1 .211-.51l.005-.004a.857.857 0 0 1 .02-.02l4.499-4.25a.75.75 0 0 1 1.03 1.091L6.636 7.25h7.614A.75.75 0 0 1 15 8M2.5 2.75a.75.75 0 0 0-1.5 0v10.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M1 8a.75.75 0 0 1 .75-.75h7.614L6.235 4.295a.75.75 0 0 1 1.03-1.09l4.5 4.25a.747.747 0 0 1 .235.533v.024a.747.747 0 0 1-.211.51l-.005.004a.898.898 0 0 1-.02.02l-4.499 4.25a.751.751 0 0 1-1.03-1.091L9.364 8.75H1.75A.75.75 0 0 1 1 8m12.5 5.25a.75.75 0 1 0 1.5 0V2.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M1.75 1a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 1 9.75M1.75 13a.75.75 0 1 0 0 1.5h4.5a.75.75 0 1 0 0-1.5z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M12.213 8.516a.75.75 0 0 0-1.426 0l-.56 1.708-1.711.563a.75.75 0 0 0 0 1.426l1.708.56.563 1.711a.75.75 0 0 0 1.426 0l.56-1.708 1.711-.563a.75.75 0 0 0 0-1.426l-1.708-.56zm-.912 2.78c.076-.076.144-.162.2-.254a1.36 1.36 0 0 0 .457.459 1.36 1.36 0 0 0-.459.457 1.36 1.36 0 0 0-.457-.459 1.36 1.36 0 0 0 .259-.203"
|
|
24
|
+
}));
|
|
25
|
+
}
|
|
26
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
27
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M15 8a.75.75 0 0 1-.75.75H6.636l3.129 2.955a.75.75 0 0 1-1.03 1.09l-4.5-4.25A.747.747 0 0 1 4 8.012v-.024a.747.747 0 0 1 .211-.51l.005-.004a.857.857 0 0 1 .02-.02l4.499-4.25a.75.75 0 0 1 1.03 1.091L6.636 7.25h7.614A.75.75 0 0 1 15 8M2.5 2.75a.75.75 0 0 0-1.5 0v10.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M1 8a.75.75 0 0 1 .75-.75h7.614L6.235 4.295a.75.75 0 0 1 1.03-1.09l4.5 4.25a.747.747 0 0 1 .235.533v.024a.747.747 0 0 1-.211.51l-.005.004a.898.898 0 0 1-.02.02l-4.499 4.25a.751.751 0 0 1-1.03-1.091L9.364 8.75H1.75A.75.75 0 0 1 1 8m12.5 5.25a.75.75 0 1 0 1.5 0V2.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M1.75 1a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 1 9.75M1.75 13a.75.75 0 1 0 0 1.5h4.5a.75.75 0 1 0 0-1.5z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M12.213 8.516a.75.75 0 0 0-1.426 0l-.56 1.708-1.711.563a.75.75 0 0 0 0 1.426l1.708.56.563 1.711a.75.75 0 0 0 1.426 0l.56-1.708 1.711-.563a.75.75 0 0 0 0-1.426l-1.708-.56zm-.912 2.78c.076-.076.144-.162.2-.254a1.36 1.36 0 0 0 .457.459 1.36 1.36 0 0 0-.459.457 1.36 1.36 0 0 0-.457-.459 1.36 1.36 0 0 0 .259-.203"
|
|
24
|
+
}));
|
|
25
|
+
}
|
|
26
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
27
|
+
export default ForwardRef;
|
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/16/outline/esm/index.js
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon.js'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon.js'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon.js'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon.js'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon.js'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon.js'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon.js'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon.js'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon.js'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon.js'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon.js'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon.js'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon.js'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon.js'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon.js'
|
|
142
145
|
export { default as StarIcon } from './StarIcon.js'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon.js'
|
package/16/outline/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/16/outline/index.js
CHANGED
|
@@ -2,6 +2,8 @@ module.exports.ActivityIcon = require("./ActivityIcon.js")
|
|
|
2
2
|
module.exports.AlarmIcon = require("./AlarmIcon.js")
|
|
3
3
|
module.exports.AlertIcon = require("./AlertIcon.js")
|
|
4
4
|
module.exports.AlignBottomIcon = require("./AlignBottomIcon.js")
|
|
5
|
+
module.exports.AlignLeftIcon = require("./AlignLeftIcon.js")
|
|
6
|
+
module.exports.AlignRightIcon = require("./AlignRightIcon.js")
|
|
5
7
|
module.exports.AlignTopIcon = require("./AlignTopIcon.js")
|
|
6
8
|
module.exports.AnnotationIcon = require("./AnnotationIcon.js")
|
|
7
9
|
module.exports.ArchiveIcon = require("./ArchiveIcon.js")
|
|
@@ -138,6 +140,7 @@ module.exports.SidebarIcon = require("./SidebarIcon.js")
|
|
|
138
140
|
module.exports.SlashIcon = require("./SlashIcon.js")
|
|
139
141
|
module.exports.SliderIcon = require("./SliderIcon.js")
|
|
140
142
|
module.exports.SmartphoneIcon = require("./SmartphoneIcon.js")
|
|
143
|
+
module.exports.SparkleTextIcon = require("./SparkleTextIcon.js")
|
|
141
144
|
module.exports.SparklesIcon = require("./SparklesIcon.js")
|
|
142
145
|
module.exports.StarIcon = require("./StarIcon.js")
|
|
143
146
|
module.exports.SwapHorizontalIcon = require("./SwapHorizontalIcon.js")
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M15 8a.75.75 0 0 1-.75.75H6.636l3.129 2.955a.75.75 0 0 1-1.03 1.09l-4.5-4.25A.747.747 0 0 1 4 8.012v-.024a.747.747 0 0 1 .211-.51l.005-.004a.857.857 0 0 1 .02-.02l4.499-4.25a.75.75 0 0 1 1.03 1.091L6.636 7.25h7.614A.75.75 0 0 1 15 8M2.5 2.75a.75.75 0 0 0-1.5 0v10.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M1 8a.75.75 0 0 1 .75-.75h7.614L6.235 4.295a.75.75 0 0 1 1.03-1.09l4.5 4.25a.747.747 0 0 1 .235.533v.024a.747.747 0 0 1-.211.51l-.005.004a.898.898 0 0 1-.02.02l-4.499 4.25a.751.751 0 0 1-1.03-1.091L9.364 8.75H1.75A.75.75 0 0 1 1 8m12.5 5.25a.75.75 0 1 0 1.5 0V2.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M1.75 1a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 1 9.75M1.75 13a.75.75 0 1 0 0 1.5h4.5a.75.75 0 1 0 0-1.5zm9.75-5a.75.75 0 0 1 .713.516l.563 1.712 1.707.56a.75.75 0 0 1 .001 1.425l-1.712.563-.56 1.707a.75.75 0 0 1-1.425.001l-.563-1.712-1.707-.56a.75.75 0 0 1-.001-1.425l1.712-.563.56-1.707a.75.75 0 0 1 .71-.517Z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
23
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M15 8a.75.75 0 0 1-.75.75H6.636l3.129 2.955a.75.75 0 0 1-1.03 1.09l-4.5-4.25A.747.747 0 0 1 4 8.012v-.024a.747.747 0 0 1 .211-.51l.005-.004a.857.857 0 0 1 .02-.02l4.499-4.25a.75.75 0 0 1 1.03 1.091L6.636 7.25h7.614A.75.75 0 0 1 15 8M2.5 2.75a.75.75 0 0 0-1.5 0v10.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M1 8a.75.75 0 0 1 .75-.75h7.614L6.235 4.295a.75.75 0 0 1 1.03-1.09l4.5 4.25a.747.747 0 0 1 .235.533v.024a.747.747 0 0 1-.211.51l-.005.004a.898.898 0 0 1-.02.02l-4.499 4.25a.751.751 0 0 1-1.03-1.091L9.364 8.75H1.75A.75.75 0 0 1 1 8m12.5 5.25a.75.75 0 1 0 1.5 0V2.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 16,
|
|
10
|
+
height: 16,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M1.75 1a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 1 9.75M1.75 13a.75.75 0 1 0 0 1.5h4.5a.75.75 0 1 0 0-1.5zm9.75-5a.75.75 0 0 1 .713.516l.563 1.712 1.707.56a.75.75 0 0 1 .001 1.425l-1.712.563-.56 1.707a.75.75 0 0 1-1.425.001l-.563-1.712-1.707-.56a.75.75 0 0 1-.001-1.425l1.712-.563.56-1.707a.75.75 0 0 1 .71-.517Z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
23
|
+
export default ForwardRef;
|
package/16/solid/esm/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/16/solid/esm/index.js
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon.js'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon.js'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon.js'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon.js'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon.js'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon.js'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon.js'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon.js'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon.js'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon.js'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon.js'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon.js'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon.js'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon.js'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon.js'
|
|
142
145
|
export { default as StarIcon } from './StarIcon.js'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon.js'
|
package/16/solid/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/16/solid/index.js
CHANGED
|
@@ -2,6 +2,8 @@ module.exports.ActivityIcon = require("./ActivityIcon.js")
|
|
|
2
2
|
module.exports.AlarmIcon = require("./AlarmIcon.js")
|
|
3
3
|
module.exports.AlertIcon = require("./AlertIcon.js")
|
|
4
4
|
module.exports.AlignBottomIcon = require("./AlignBottomIcon.js")
|
|
5
|
+
module.exports.AlignLeftIcon = require("./AlignLeftIcon.js")
|
|
6
|
+
module.exports.AlignRightIcon = require("./AlignRightIcon.js")
|
|
5
7
|
module.exports.AlignTopIcon = require("./AlignTopIcon.js")
|
|
6
8
|
module.exports.AnnotationIcon = require("./AnnotationIcon.js")
|
|
7
9
|
module.exports.ArchiveIcon = require("./ArchiveIcon.js")
|
|
@@ -138,6 +140,7 @@ module.exports.SidebarIcon = require("./SidebarIcon.js")
|
|
|
138
140
|
module.exports.SlashIcon = require("./SlashIcon.js")
|
|
139
141
|
module.exports.SliderIcon = require("./SliderIcon.js")
|
|
140
142
|
module.exports.SmartphoneIcon = require("./SmartphoneIcon.js")
|
|
143
|
+
module.exports.SparkleTextIcon = require("./SparkleTextIcon.js")
|
|
141
144
|
module.exports.SparklesIcon = require("./SparklesIcon.js")
|
|
142
145
|
module.exports.StarIcon = require("./StarIcon.js")
|
|
143
146
|
module.exports.SwapHorizontalIcon = require("./SwapHorizontalIcon.js")
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M22 12a.75.75 0 0 1-.75.75H8.612l5.158 4.96a.75.75 0 1 1-1.04 1.08l-6.5-6.25a.75.75 0 0 1 0-1.08l6.5-6.25a.75.75 0 1 1 1.04 1.08l-5.158 4.96H21.25A.75.75 0 0 1 22 12M3.5 3.75a.75.75 0 0 0-1.5 0v16.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M2 12a.75.75 0 0 1 .75-.75h12.638L10.23 6.29a.75.75 0 1 1 1.04-1.08l6.5 6.25a.751.751 0 0 1 0 1.08l-6.5 6.25a.75.75 0 1 1-1.04-1.08l5.158-4.96H2.75A.75.75 0 0 1 2 12m18.5 8.25a.75.75 0 1 0 1.5 0V3.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M2.75 3a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75M2.75 18a.75.75 0 1 0 0 1.5h7.5a.75.75 0 1 0 0-1.5zM17 11a.5.5 0 0 1 .475.344l.957 2.909a.5.5 0 0 0 .322.321l.002.001 2.9.95a.501.501 0 0 1 0 .95l-.35.114-2.559.843a.5.5 0 0 0-.321.322l-.001.002-.835 2.55-.59.193V21a.5.5 0 0 1-.444-.27l-.03-.074-.958-2.909a.5.5 0 0 0-.322-.321l-.002-.001-2.9-.95a.501.501 0 0 1 0-.95l2.909-.957a.502.502 0 0 0 .106-.05l.093-.072a.5.5 0 0 0 .073-.092l.05-.108v-.002l.95-2.9A.501.501 0 0 1 17 11m.476 9.655-.032.075A.5.5 0 0 1 17 21v-.501l.59-.193-.114.35Zm-.474-5.948a2.003 2.003 0 0 1-1.282 1.285v.001l-.015.005h.002c.226.073.436.186.622.332l.177.157.157.177a2 2 0 0 1 .33.615l.005.015.086-.222a2 2 0 0 1 .403-.578l.177-.157a2 2 0 0 1 .615-.33l.015-.005a2.006 2.006 0 0 1-1.29-1.287z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
23
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M22 12a.75.75 0 0 1-.75.75H8.612l5.158 4.96a.75.75 0 1 1-1.04 1.08l-6.5-6.25a.75.75 0 0 1 0-1.08l6.5-6.25a.75.75 0 1 1 1.04 1.08l-5.158 4.96H21.25A.75.75 0 0 1 22 12M3.5 3.75a.75.75 0 0 0-1.5 0v16.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M2 12a.75.75 0 0 1 .75-.75h12.638L10.23 6.29a.75.75 0 1 1 1.04-1.08l6.5 6.25a.751.751 0 0 1 0 1.08l-6.5 6.25a.75.75 0 1 1-1.04-1.08l5.158-4.96H2.75A.75.75 0 0 1 2 12m18.5 8.25a.75.75 0 1 0 1.5 0V3.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M2.75 3a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75M2.75 18a.75.75 0 1 0 0 1.5h7.5a.75.75 0 1 0 0-1.5zM17 11a.5.5 0 0 1 .475.344l.957 2.909a.5.5 0 0 0 .322.321l.002.001 2.9.95a.501.501 0 0 1 0 .95l-.35.114-2.559.843a.5.5 0 0 0-.321.322l-.001.002-.835 2.55-.59.193V21a.5.5 0 0 1-.444-.27l-.03-.074-.958-2.909a.5.5 0 0 0-.322-.321l-.002-.001-2.9-.95a.501.501 0 0 1 0-.95l2.909-.957a.502.502 0 0 0 .106-.05l.093-.072a.5.5 0 0 0 .073-.092l.05-.108v-.002l.95-2.9A.501.501 0 0 1 17 11m.476 9.655-.032.075A.5.5 0 0 1 17 21v-.501l.59-.193-.114.35Zm-.474-5.948a2.003 2.003 0 0 1-1.282 1.285v.001l-.015.005h.002c.226.073.436.186.622.332l.177.157.157.177a2 2 0 0 1 .33.615l.005.015.086-.222a2 2 0 0 1 .403-.578l.177-.157a2 2 0 0 1 .615-.33l.015-.005a2.006 2.006 0 0 1-1.29-1.287z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
23
|
+
export default ForwardRef;
|
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/24/outline/esm/index.js
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon.js'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon.js'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon.js'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon.js'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon.js'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon.js'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon.js'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon.js'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon.js'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon.js'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon.js'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon.js'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon.js'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon.js'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon.js'
|
|
142
145
|
export { default as StarIcon } from './StarIcon.js'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon.js'
|
package/24/outline/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/24/outline/index.js
CHANGED
|
@@ -2,6 +2,8 @@ module.exports.ActivityIcon = require("./ActivityIcon.js")
|
|
|
2
2
|
module.exports.AlarmIcon = require("./AlarmIcon.js")
|
|
3
3
|
module.exports.AlertIcon = require("./AlertIcon.js")
|
|
4
4
|
module.exports.AlignBottomIcon = require("./AlignBottomIcon.js")
|
|
5
|
+
module.exports.AlignLeftIcon = require("./AlignLeftIcon.js")
|
|
6
|
+
module.exports.AlignRightIcon = require("./AlignRightIcon.js")
|
|
5
7
|
module.exports.AlignTopIcon = require("./AlignTopIcon.js")
|
|
6
8
|
module.exports.AnnotationIcon = require("./AnnotationIcon.js")
|
|
7
9
|
module.exports.ArchiveIcon = require("./ArchiveIcon.js")
|
|
@@ -138,6 +140,7 @@ module.exports.SidebarIcon = require("./SidebarIcon.js")
|
|
|
138
140
|
module.exports.SlashIcon = require("./SlashIcon.js")
|
|
139
141
|
module.exports.SliderIcon = require("./SliderIcon.js")
|
|
140
142
|
module.exports.SmartphoneIcon = require("./SmartphoneIcon.js")
|
|
143
|
+
module.exports.SparkleTextIcon = require("./SparkleTextIcon.js")
|
|
141
144
|
module.exports.SparklesIcon = require("./SparklesIcon.js")
|
|
142
145
|
module.exports.StarIcon = require("./StarIcon.js")
|
|
143
146
|
module.exports.SwapHorizontalIcon = require("./SwapHorizontalIcon.js")
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M22 12a.75.75 0 0 1-.75.75H8.612l5.158 4.96a.75.75 0 1 1-1.04 1.08l-6.5-6.25a.75.75 0 0 1 0-1.08l6.5-6.25a.75.75 0 1 1 1.04 1.08l-5.158 4.96H21.25A.75.75 0 0 1 22 12M3.5 3.75a.75.75 0 0 0-1.5 0v16.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M2 12a.75.75 0 0 1 .75-.75h12.638L10.23 6.29a.75.75 0 1 1 1.04-1.08l6.5 6.25a.751.751 0 0 1 0 1.08l-6.5 6.25a.75.75 0 1 1-1.04-1.08l5.158-4.96H2.75A.75.75 0 0 1 2 12m18.5 8.25a.75.75 0 1 0 1.5 0V3.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M2.75 3a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75M2.75 18a.75.75 0 1 0 0 1.5h7.5a.75.75 0 1 0 0-1.5zM17 11a.5.5 0 0 1 .475.344l.957 2.909a.501.501 0 0 0 .322.321h.002l2.9.95a.5.5 0 0 1 0 .951l-2.909.957a.501.501 0 0 0-.321.322v.002l-.95 2.9a.5.5 0 0 1-.951 0l-.957-2.909a.501.501 0 0 0-.322-.321h-.002l-2.9-.95a.5.5 0 0 1 0-.951l2.909-.957a.501.501 0 0 0 .321-.322v-.002l.95-2.9A.5.5 0 0 1 17 11"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
23
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignLeftIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M22 12a.75.75 0 0 1-.75.75H8.612l5.158 4.96a.75.75 0 1 1-1.04 1.08l-6.5-6.25a.75.75 0 0 1 0-1.08l6.5-6.25a.75.75 0 1 1 1.04 1.08l-5.158 4.96H21.25A.75.75 0 0 1 22 12M3.5 3.75a.75.75 0 0 0-1.5 0v16.5a.75.75 0 1 0 1.5 0z"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(AlignLeftIcon);
|
|
23
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AlignRightIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
ref: svgRef,
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M2 12a.75.75 0 0 1 .75-.75h12.638L10.23 6.29a.75.75 0 1 1 1.04-1.08l6.5 6.25a.751.751 0 0 1 0 1.08l-6.5 6.25a.75.75 0 1 1-1.04-1.08l5.158-4.96H2.75A.75.75 0 0 1 2 12m18.5 8.25a.75.75 0 1 0 1.5 0V3.75a.75.75 0 1 0-1.5 0z"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
const ForwardRef = React.forwardRef(AlignRightIcon);
|
|
22
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function SparkleTextIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}, svgRef) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 24,
|
|
10
|
+
height: 24,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
ref: svgRef,
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M2.75 3a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75M2.75 18a.75.75 0 1 0 0 1.5h7.5a.75.75 0 1 0 0-1.5zM17 11a.5.5 0 0 1 .475.344l.957 2.909a.501.501 0 0 0 .322.321h.002l2.9.95a.5.5 0 0 1 0 .951l-2.909.957a.501.501 0 0 0-.321.322v.002l-.95 2.9a.5.5 0 0 1-.951 0l-.957-2.909a.501.501 0 0 0-.322-.321h-.002l-2.9-.95a.5.5 0 0 1 0-.951l2.909-.957a.501.501 0 0 0 .321-.322v-.002l.95-2.9A.5.5 0 0 1 17 11"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
const ForwardRef = React.forwardRef(SparkleTextIcon);
|
|
23
|
+
export default ForwardRef;
|
package/24/solid/esm/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/24/solid/esm/index.js
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon.js'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon.js'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon.js'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon.js'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon.js'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon.js'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon.js'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon.js'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon.js'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon.js'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon.js'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon.js'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon.js'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon.js'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon.js'
|
|
142
145
|
export { default as StarIcon } from './StarIcon.js'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon.js'
|
package/24/solid/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as ActivityIcon } from './ActivityIcon'
|
|
|
2
2
|
export { default as AlarmIcon } from './AlarmIcon'
|
|
3
3
|
export { default as AlertIcon } from './AlertIcon'
|
|
4
4
|
export { default as AlignBottomIcon } from './AlignBottomIcon'
|
|
5
|
+
export { default as AlignLeftIcon } from './AlignLeftIcon'
|
|
6
|
+
export { default as AlignRightIcon } from './AlignRightIcon'
|
|
5
7
|
export { default as AlignTopIcon } from './AlignTopIcon'
|
|
6
8
|
export { default as AnnotationIcon } from './AnnotationIcon'
|
|
7
9
|
export { default as ArchiveIcon } from './ArchiveIcon'
|
|
@@ -138,6 +140,7 @@ export { default as SidebarIcon } from './SidebarIcon'
|
|
|
138
140
|
export { default as SlashIcon } from './SlashIcon'
|
|
139
141
|
export { default as SliderIcon } from './SliderIcon'
|
|
140
142
|
export { default as SmartphoneIcon } from './SmartphoneIcon'
|
|
143
|
+
export { default as SparkleTextIcon } from './SparkleTextIcon'
|
|
141
144
|
export { default as SparklesIcon } from './SparklesIcon'
|
|
142
145
|
export { default as StarIcon } from './StarIcon'
|
|
143
146
|
export { default as SwapHorizontalIcon } from './SwapHorizontalIcon'
|
package/24/solid/index.js
CHANGED
|
@@ -2,6 +2,8 @@ module.exports.ActivityIcon = require("./ActivityIcon.js")
|
|
|
2
2
|
module.exports.AlarmIcon = require("./AlarmIcon.js")
|
|
3
3
|
module.exports.AlertIcon = require("./AlertIcon.js")
|
|
4
4
|
module.exports.AlignBottomIcon = require("./AlignBottomIcon.js")
|
|
5
|
+
module.exports.AlignLeftIcon = require("./AlignLeftIcon.js")
|
|
6
|
+
module.exports.AlignRightIcon = require("./AlignRightIcon.js")
|
|
5
7
|
module.exports.AlignTopIcon = require("./AlignTopIcon.js")
|
|
6
8
|
module.exports.AnnotationIcon = require("./AnnotationIcon.js")
|
|
7
9
|
module.exports.ArchiveIcon = require("./ArchiveIcon.js")
|
|
@@ -138,6 +140,7 @@ module.exports.SidebarIcon = require("./SidebarIcon.js")
|
|
|
138
140
|
module.exports.SlashIcon = require("./SlashIcon.js")
|
|
139
141
|
module.exports.SliderIcon = require("./SliderIcon.js")
|
|
140
142
|
module.exports.SmartphoneIcon = require("./SmartphoneIcon.js")
|
|
143
|
+
module.exports.SparkleTextIcon = require("./SparkleTextIcon.js")
|
|
141
144
|
module.exports.SparklesIcon = require("./SparklesIcon.js")
|
|
142
145
|
module.exports.StarIcon = require("./StarIcon.js")
|
|
143
146
|
module.exports.SwapHorizontalIcon = require("./SwapHorizontalIcon.js")
|