@geneui/icons 1.4.5 → 1.4.6
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/icons/ArrowRedo.js +23 -0
- package/icons/ArrowRedo.svg +1 -0
- package/icons/ArrowUndo.js +23 -0
- package/icons/ArrowUndo.svg +1 -0
- package/icons/ColorFill.js +23 -0
- package/icons/ColorFill.svg +1 -0
- package/icons/LineSlash.js +25 -0
- package/icons/LineSlash.svg +1 -0
- package/icons/TextAlignCenter.js +23 -0
- package/icons/TextAlignCenter.svg +1 -0
- package/icons/TextAlignJustify.js +23 -0
- package/icons/TextAlignJustify.svg +1 -0
- package/icons/TextAlignLeft.js +23 -0
- package/icons/TextAlignLeft.svg +1 -0
- package/icons/TextAlignRight.js +23 -0
- package/icons/TextAlignRight.svg +1 -0
- package/icons/TextBold.js +23 -0
- package/icons/TextBold.svg +1 -0
- package/icons/TextBulletList.js +23 -0
- package/icons/TextBulletList.svg +1 -0
- package/icons/TextCase.js +23 -0
- package/icons/TextCase.svg +1 -0
- package/icons/TextColor.js +23 -0
- package/icons/TextColor.svg +1 -0
- package/icons/TextIndent.js +23 -0
- package/icons/TextIndent.svg +1 -0
- package/icons/TextItalic.js +23 -0
- package/icons/TextItalic.svg +1 -0
- package/icons/TextNumberList.js +23 -0
- package/icons/TextNumberList.svg +1 -0
- package/icons/TextOutdent.js +23 -0
- package/icons/TextOutdent.svg +1 -0
- package/icons/TextUnderline.js +23 -0
- package/icons/TextUnderline.svg +1 -0
- package/index.d.ts +17 -0
- package/index.js +17 -0
- package/metadata.js +505 -0
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgArrowRedo = function SvgArrowRedo(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "m15 6.322-3.034-3.03a5.55 5.55 0 0 0-7.85 7.85l6.949 6.948a.833.833 0 1 0 1.178-1.179l-6.948-6.947a3.884 3.884 0 0 1 5.348-5.63l.145.138 3.033 3.027h-3.82a.833.833 0 0 0-.829.737l-.005.097c0 .428.321.78.736.828l.097.006h5.833c.428 0 .78-.322.828-.737l.006-.097v-5.83a.833.833 0 0 0-1.661-.098l-.006.097v3.82l-3.034-3.03 3.034 3.03Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgArrowRedo as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15 6.322-3.034-3.03a5.55 5.55 0 0 0-7.85 7.85l6.949 6.948a.833.833 0 1 0 1.178-1.179l-6.948-6.947a3.884 3.884 0 0 1 5.348-5.63l.145.138 3.033 3.027h-3.82a.833.833 0 0 0-.829.737l-.005.097c0 .428.321.78.736.828l.097.006h5.833c.428 0 .78-.322.828-.737l.006-.097v-5.83a.833.833 0 0 0-1.661-.098l-.006.097v3.82l-3.034-3.03 3.034 3.03Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgArrowUndo = function SvgArrowUndo(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "m5.756 5.567 2.278-2.274a5.55 5.55 0 0 1 7.85 7.85l-6.949 6.947a.833.833 0 1 1-1.178-1.179l6.948-6.947a3.884 3.884 0 0 0-5.348-5.63l-.145.138-3.034 3.027h3.822c.427 0 .78.323.827.737l.006.097c0 .428-.322.78-.736.828l-.097.006-5.883-.002-.08-.008-.093-.02-.11-.04-.068-.033-.085-.053a.83.83 0 0 1-.104-.089l-.077-.088-.062-.094-.038-.078-.032-.088-.012-.048-.014-.068-.006-.05-.003-.075v-5.83a.833.833 0 0 1 1.661-.098l.006.097v3.82l3.034-3.03-2.278 2.275Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgArrowUndo as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.756 5.567 2.278-2.274a5.55 5.55 0 0 1 7.85 7.85l-6.949 6.947a.833.833 0 1 1-1.178-1.179l6.948-6.947a3.884 3.884 0 0 0-5.348-5.63l-.145.138-3.034 3.027h3.822c.427 0 .78.323.827.737l.006.097c0 .428-.322.78-.736.828l-.097.006-5.883-.002-.08-.008-.093-.02-.11-.04-.068-.033-.085-.053a.83.83 0 0 1-.104-.089l-.077-.088-.062-.094-.038-.078-.032-.088-.012-.048-.014-.068-.006-.05-.003-.075v-5.83a.833.833 0 0 1 1.661-.098l.006.097v3.82l3.034-3.03-2.278 2.275Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgColorFill = function SvgColorFill(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M7.5 1.458a.625.625 0 1 1 1.25 0v1.055a1.66 1.66 0 0 1 1.03.481l2.946 2.947c.65.65.65 1.706 0 2.357l-3.536 3.535c-.65.651-1.706.651-2.357 0l-2.946-2.946a1.667 1.667 0 0 1 0-2.357l3.535-3.536c.025-.025.051-.05.078-.072v-1.464Zm0 3.75v-.523l-2.408 2.407h6.87a.416.416 0 0 0-.12-.267l-2.947-2.947a.415.415 0 0 0-.145-.094v1.425a.625.625 0 0 1-1.25 0Zm-2.39 3.134 2.607 2.607a.417.417 0 0 0 .59 0l2.606-2.607h-5.803Zm.378 3.325h-1.738c-1.15 0-2.083.933-2.083 2.083v2.5c0 1.15.932 2.084 2.083 2.084h12.5c1.15 0 2.083-.933 2.083-2.084v-2.5a2.084 2.084 0 0 0-1.68-2.044 3.142 3.142 0 0 1-.144 1.252c.334.11.574.423.574.792v2.5c0 .46-.373.834-.833.834h-12.5a.833.833 0 0 1-.833-.834v-2.5c0-.46.373-.833.833-.833h3.195a2.493 2.493 0 0 1-.701-.494l-.756-.756Zm6.178.312c0-.41.129-.81.285-1.15.16-.347.365-.672.562-.946.198-.275.394-.51.54-.676.072-.08.202-.218.25-.269l.005-.005a.625.625 0 0 1 .884 0l.254.274c.146.166.343.4.54.676.197.274.403.6.562.945.157.341.285.74.285 1.151 0 1.159-.857 2.188-2.083 2.188-1.226 0-2.084-1.029-2.084-2.188Zm2.305-1.367a6.846 6.846 0 0 0-.221-.292c-.072.09-.147.188-.222.292a4.578 4.578 0 0 0-.44.738c-.118.255-.171.468-.171.63 0 .575.4.937.833.937.432 0 .833-.362.833-.938 0-.161-.054-.374-.17-.63a4.578 4.578 0 0 0-.442-.737Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgColorFill as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 1.458a.625.625 0 1 1 1.25 0v1.055a1.66 1.66 0 0 1 1.03.481l2.946 2.947c.65.65.65 1.706 0 2.357l-3.536 3.535c-.65.651-1.706.651-2.357 0l-2.946-2.946a1.667 1.667 0 0 1 0-2.357l3.535-3.536c.025-.025.051-.05.078-.072v-1.464Zm0 3.75v-.523l-2.408 2.407h6.87a.416.416 0 0 0-.12-.267l-2.947-2.947a.415.415 0 0 0-.145-.094v1.425a.625.625 0 0 1-1.25 0Zm-2.39 3.134 2.607 2.607a.417.417 0 0 0 .59 0l2.606-2.607h-5.803Zm.378 3.325h-1.738c-1.15 0-2.083.933-2.083 2.083v2.5c0 1.15.932 2.084 2.083 2.084h12.5c1.15 0 2.083-.933 2.083-2.084v-2.5a2.084 2.084 0 0 0-1.68-2.044 3.142 3.142 0 0 1-.144 1.252c.334.11.574.423.574.792v2.5c0 .46-.373.834-.833.834h-12.5a.833.833 0 0 1-.833-.834v-2.5c0-.46.373-.833.833-.833h3.195a2.493 2.493 0 0 1-.701-.494l-.756-.756Zm6.178.312c0-.41.129-.81.285-1.15.16-.347.365-.672.562-.946.198-.275.394-.51.54-.676.072-.08.202-.218.25-.269l.005-.005a.625.625 0 0 1 .884 0l.254.274c.146.166.343.4.54.676.197.274.403.6.562.945.157.341.285.74.285 1.151 0 1.159-.857 2.188-2.083 2.188-1.226 0-2.084-1.029-2.084-2.188Zm2.305-1.367a6.846 6.846 0 0 0-.221-.292c-.072.09-.147.188-.222.292a4.578 4.578 0 0 0-.44.738c-.118.255-.171.468-.171.63 0 .575.4.937.833.937.432 0 .833-.362.833-.938 0-.161-.054-.374-.17-.63a4.578 4.578 0 0 0-.442-.737Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgLineSlash = function SvgLineSlash(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M14.493 3.025a.692.692 0 0 1 .482.853l-4.615 16.615a.692.692 0 0 1-1.335-.37l4.615-16.616a.692.692 0 0 1 .853-.482Z",
|
|
21
|
+
fill: color
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { SvgLineSlash as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.493 3.025a.692.692 0 0 1 .482.853l-4.615 16.615a.692.692 0 0 1-1.335-.37l4.615-16.616a.692.692 0 0 1 .853-.482Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextAlignCenter = function SvgTextAlignCenter(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M3.333 5c0-.46.373-.833.833-.833h11.667a.833.833 0 0 1 0 1.666h-11.666a.833.833 0 0 1-.834-.833Zm1.667 10c0-.46.373-.834.833-.834h8.334a.833.833 0 0 1 0 1.667h-8.334a.833.833 0 0 1-.833-.833Zm-2.5-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextAlignCenter as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.333 5c0-.46.373-.833.833-.833h11.667a.833.833 0 0 1 0 1.666h-11.666a.833.833 0 0 1-.834-.833Zm1.667 10c0-.46.373-.834.833-.834h8.334a.833.833 0 0 1 0 1.667h-8.334a.833.833 0 0 1-.833-.833Zm-2.5-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextAlignJustify = function SvgTextAlignJustify(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M1.667 5c0-.46.373-.833.833-.833h15a.833.833 0 1 1 0 1.666h-15a.833.833 0 0 1-.833-.833Zm0 10c0-.46.373-.834.833-.834h15a.833.833 0 1 1 0 1.667h-15a.833.833 0 0 1-.833-.833Zm.833-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextAlignJustify as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.667 5c0-.46.373-.833.833-.833h15a.833.833 0 1 1 0 1.666h-15a.833.833 0 0 1-.833-.833Zm0 10c0-.46.373-.834.833-.834h15a.833.833 0 1 1 0 1.667h-15a.833.833 0 0 1-.833-.833Zm.833-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextAlignLeft = function SvgTextAlignLeft(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M1.667 5c0-.46.373-.833.833-.833h12.5a.833.833 0 1 1 0 1.666h-12.5a.833.833 0 0 1-.833-.833Zm0 10c0-.46.373-.834.833-.834h9.166a.833.833 0 0 1 0 1.667h-9.166a.833.833 0 0 1-.833-.833Zm.833-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextAlignLeft as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.667 5c0-.46.373-.833.833-.833h12.5a.833.833 0 1 1 0 1.666h-12.5a.833.833 0 0 1-.833-.833Zm0 10c0-.46.373-.834.833-.834h9.166a.833.833 0 0 1 0 1.667h-9.166a.833.833 0 0 1-.833-.833Zm.833-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextAlignRight = function SvgTextAlignRight(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M4.167 5c0-.46.373-.833.833-.833h12.5a.833.833 0 1 1 0 1.666h-12.5a.833.833 0 0 1-.833-.833Zm3.333 10c0-.46.373-.834.833-.834h9.167a.833.833 0 1 1 0 1.667h-9.167a.833.833 0 0 1-.833-.833Zm-5-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextAlignRight as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.167 5c0-.46.373-.833.833-.833h12.5a.833.833 0 1 1 0 1.666h-12.5a.833.833 0 0 1-.833-.833Zm3.333 10c0-.46.373-.834.833-.834h9.167a.833.833 0 1 1 0 1.667h-9.167a.833.833 0 0 1-.833-.833Zm-5-5.834a.833.833 0 0 0 0 1.667h15a.833.833 0 1 0 0-1.667h-15Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextBold = function SvgTextBold(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M5.779 3.7a1.25 1.25 0 0 1 .884-.367h3.653c2.197 0 3.85 1.819 3.85 3.855 0 .814-.264 1.593-.721 2.235a3.915 3.915 0 0 1 1.554 3.177c0 2.593-2.248 4.067-4.066 4.067h-4.267c-.69 0-1.25-.56-1.25-1.25l-.003-10.833c0-.331.132-.65.366-.884Zm2.136 4.842h2.4c.753 0 1.35-.633 1.35-1.354 0-.721-.597-1.354-1.35-1.354h-2.401l.001 2.708Zm0 2.5v3.125h3.018c.727 0 1.566-.628 1.566-1.567 0-.941-.812-1.558-1.566-1.558h-3.017Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextBold as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.779 3.7a1.25 1.25 0 0 1 .884-.367h3.653c2.197 0 3.85 1.819 3.85 3.855 0 .814-.264 1.593-.721 2.235a3.915 3.915 0 0 1 1.554 3.177c0 2.593-2.248 4.067-4.066 4.067h-4.267c-.69 0-1.25-.56-1.25-1.25l-.003-10.833c0-.331.132-.65.366-.884Zm2.136 4.842h2.4c.753 0 1.35-.633 1.35-1.354 0-.721-.597-1.354-1.35-1.354h-2.401l.001 2.708Zm0 2.5v3.125h3.018c.727 0 1.566-.628 1.566-1.567 0-.941-.812-1.558-1.566-1.558h-3.017Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextBulletList = function SvgTextBulletList(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M3.672 6.51a1.172 1.172 0 1 0 0-2.343 1.172 1.172 0 0 0 0 2.343Zm3.515-1.172c0-.388.315-.703.704-.703h8.906a.703.703 0 0 1 0 1.407h-8.906a.703.703 0 0 1-.704-.704Zm.704 3.985a.703.703 0 0 0 0 1.406h8.906a.703.703 0 0 0 0-1.406h-8.906Zm0 4.687a.703.703 0 1 0 0 1.406h8.906a.703.703 0 0 0 0-1.406h-8.906Zm-3.047-3.984a1.172 1.172 0 1 1-2.344 0 1.172 1.172 0 0 1 2.344 0Zm-1.172 5.86a1.172 1.172 0 1 0 0-2.345 1.172 1.172 0 0 0 0 2.344Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextBulletList as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.672 6.51a1.172 1.172 0 1 0 0-2.343 1.172 1.172 0 0 0 0 2.343Zm3.515-1.172c0-.388.315-.703.704-.703h8.906a.703.703 0 0 1 0 1.407h-8.906a.703.703 0 0 1-.704-.704Zm.704 3.985a.703.703 0 0 0 0 1.406h8.906a.703.703 0 0 0 0-1.406h-8.906Zm0 4.687a.703.703 0 1 0 0 1.406h8.906a.703.703 0 0 0 0-1.406h-8.906Zm-3.047-3.984a1.172 1.172 0 1 1-2.344 0 1.172 1.172 0 0 1 2.344 0Zm-1.172 5.86a1.172 1.172 0 1 0 0-2.345 1.172 1.172 0 0 0 0 2.344Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextCase = function SvgTextCase(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M7.305 3.84a.813.813 0 0 0-.756-.506.816.816 0 0 0-.771.486l-4.89 11.81c-.162.392.047.833.466.985.42.152.892-.043 1.054-.435l1.14-2.751h5.667l1.036 2.73c.15.397.616.605 1.04.464.425-.141.646-.576.496-.973l-4.482-11.81Zm-3.127 8.065 2.326-5.619 2.132 5.619h-4.458Zm9.285-8.381c.45 0 .815.341.815.762v5.805a3.06 3.06 0 0 1 1.63-.472c1.8 0 3.259 1.578 3.259 3.524s-1.46 3.524-3.26 3.524a3.064 3.064 0 0 1-1.678-.503.814.814 0 0 1-.766.503c-.45 0-.815-.341-.815-.762v-11.62c0-.42.365-.761.815-.761Zm2.445 11.619c.685 0 1.63-.68 1.63-2 0-1.32-.945-2-1.63-2-.686 0-1.63.68-1.63 2 0 1.32.944 2 1.63 2Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextCase as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.305 3.84a.813.813 0 0 0-.756-.506.816.816 0 0 0-.771.486l-4.89 11.81c-.162.392.047.833.466.985.42.152.892-.043 1.054-.435l1.14-2.751h5.667l1.036 2.73c.15.397.616.605 1.04.464.425-.141.646-.576.496-.973l-4.482-11.81Zm-3.127 8.065 2.326-5.619 2.132 5.619h-4.458Zm9.285-8.381c.45 0 .815.341.815.762v5.805a3.06 3.06 0 0 1 1.63-.472c1.8 0 3.259 1.578 3.259 3.524s-1.46 3.524-3.26 3.524a3.064 3.064 0 0 1-1.678-.503.814.814 0 0 1-.766.503c-.45 0-.815-.341-.815-.762v-11.62c0-.42.365-.761.815-.761Zm2.445 11.619c.685 0 1.63-.68 1.63-2 0-1.32-.945-2-1.63-2-.686 0-1.63.68-1.63 2 0 1.32.944 2 1.63 2Z" fill="#212121"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextColor = function SvgTextColor(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M14.792 12.084c1.035 0 1.875.84 1.875 1.875v2.5c0 1.035-.84 1.875-1.875 1.875h-10.417a1.875 1.875 0 0 1-1.875-1.875v-2.5c0-1.036.84-1.875 1.875-1.875h10.417Zm-8.915-2.11 3.128-7.912a.625.625 0 0 1 1.12-.087l.043.087 3.122 7.917a.625.625 0 0 1-1.127.536l-.036-.077-.83-2.105h-3.428l-.83 2.1a.625.625 0 0 1-.73.378l-.08-.026a.625.625 0 0 1-.378-.73l.026-.08 3.128-7.913-3.128 7.912Zm3.709-5.98-1.223 3.09h2.44l-1.217-3.09Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextColor as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.792 12.084c1.035 0 1.875.84 1.875 1.875v2.5c0 1.035-.84 1.875-1.875 1.875h-10.417a1.875 1.875 0 0 1-1.875-1.875v-2.5c0-1.036.84-1.875 1.875-1.875h10.417Zm-8.915-2.11 3.128-7.912a.625.625 0 0 1 1.12-.087l.043.087 3.122 7.917a.625.625 0 0 1-1.127.536l-.036-.077-.83-2.105h-3.428l-.83 2.1a.625.625 0 0 1-.73.378l-.08-.026a.625.625 0 0 1-.378-.73l.026-.08 3.128-7.913-3.128 7.912Zm3.709-5.98-1.223 3.09h2.44l-1.217-3.09Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextIndent = function SvgTextIndent(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M3.125 4.167a.625.625 0 0 0 0 1.25h13.75a.625.625 0 1 0 0-1.25h-13.75Zm4.167 3.333a.625.625 0 1 0 0 1.25h9.583a.625.625 0 1 0 0-1.25h-9.583Zm-.625 3.958c0-.345.28-.625.625-.625h9.583a.625.625 0 1 1 0 1.25h-9.583a.625.625 0 0 1-.625-.625Zm-3.542 2.708a.625.625 0 1 0 0 1.25h13.75a.625.625 0 1 0 0-1.25h-13.75Zm-.442-4.974a.625.625 0 1 1 .884-.884l1.25 1.25a.625.625 0 0 1 0 .884l-1.25 1.25a.625.625 0 1 1-.884-.884l.808-.808-.808-.808Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextIndent as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.125 4.167a.625.625 0 0 0 0 1.25h13.75a.625.625 0 1 0 0-1.25h-13.75Zm4.167 3.333a.625.625 0 1 0 0 1.25h9.583a.625.625 0 1 0 0-1.25h-9.583Zm-.625 3.958c0-.345.28-.625.625-.625h9.583a.625.625 0 1 1 0 1.25h-9.583a.625.625 0 0 1-.625-.625Zm-3.542 2.708a.625.625 0 1 0 0 1.25h13.75a.625.625 0 1 0 0-1.25h-13.75Zm-.442-4.974a.625.625 0 1 1 .884-.884l1.25 1.25a.625.625 0 0 1 0 .884l-1.25 1.25a.625.625 0 1 1-.884-.884l.808-.808-.808-.808Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextItalic = function SvgTextItalic(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M8.126 3.333h7.086a.625.625 0 0 1 .085 1.244l-.085.006h-2.664l-4.184 10.834h3.511c.316 0 .578.235.619.54l.006.085a.625.625 0 0 1-.54.62l-.085.005h-7.916a.623.623 0 0 1-.622-.625c0-.317.233-.578.537-.62l.085-.005h3.07l.018-.054 4.162-10.78h-3.083a.625.625 0 0 1-.62-.54l-.005-.085c0-.316.235-.577.54-.619l.085-.006h7.086-7.086Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextItalic as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.126 3.333h7.086a.625.625 0 0 1 .085 1.244l-.085.006h-2.664l-4.184 10.834h3.511c.316 0 .578.235.619.54l.006.085a.625.625 0 0 1-.54.62l-.085.005h-7.916a.623.623 0 0 1-.622-.625c0-.317.233-.578.537-.62l.085-.005h3.07l.018-.054 4.162-10.78h-3.083a.625.625 0 0 1-.62-.54l-.005-.085c0-.316.235-.577.54-.619l.085-.006h7.086-7.086Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextNumberList = function SvgTextNumberList(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M5.956 2.941a.441.441 0 0 0-.34-.43.448.448 0 0 0-.497.235 3.091 3.091 0 0 1-.28.416c-.196.246-.48.526-.845.708a.441.441 0 0 0 .395.79 3.2 3.2 0 0 0 .685-.468v2.279a.441.441 0 0 0 .882 0v-3.53Zm3.309 2.206a.662.662 0 1 0 0 1.324h6.617a.662.662 0 1 0 0-1.324h-6.617Zm0 4.412a.662.662 0 1 0 0 1.323h6.617a.662.662 0 0 0 0-1.323h-6.617Zm-.662 5.073c0-.365.296-.661.662-.661h6.617a.662.662 0 1 1 0 1.323h-6.617a.662.662 0 0 1-.662-.662Zm-4.724-6.268a.441.441 0 0 0 .621.627l.006-.005a1.267 1.267 0 0 1 .209-.144c.151-.083.368-.165.635-.166a.82.82 0 0 1 .462.132c.085.062.144.15.144.31a.449.449 0 0 1-.186.385c-.134.11-.307.197-.545.315l-.128.063c-.277.139-.62.32-.888.615-.283.312-.459.722-.459 1.269 0 .243.198.44.441.44h2.206a.442.442 0 0 0 0-.881h-1.686a.82.82 0 0 1 .151-.235c.147-.16.355-.281.63-.419l.107-.053c.231-.113.514-.252.736-.437.29-.24.503-.579.503-1.062a1.23 1.23 0 0 0-.5-1.02c-.289-.213-.647-.298-.977-.304h-.008a2.204 2.204 0 0 0-1.46.557l-.008.008-.003.003-.002.001v.002Zm.014-.013-.014.013s.089-.079.014-.013Zm.96 6.943c0-.244.198-.441.441-.441.303 0 .47-.085.554-.162a.33.33 0 0 0 .114-.263c-.007-.17-.164-.457-.668-.457-.364 0-.552.09-.637.146a.363.363 0 0 0-.079.067l-.003.005a.441.441 0 0 1-.778-.416v-.001l.001-.001.001-.003.003-.006.008-.014a.764.764 0 0 1 .09-.129 1.24 1.24 0 0 1 .267-.236c.246-.164.609-.295 1.127-.295.908 0 1.523.596 1.55 1.307a1.21 1.21 0 0 1-.35.9c.245.249.362.574.35.898-.027.712-.642 1.307-1.55 1.307-.518 0-.881-.13-1.127-.295a1.24 1.24 0 0 1-.336-.33.764.764 0 0 1-.02-.035l-.009-.014-.003-.006-.001-.003-.001-.002a.441.441 0 0 1 .778-.415l.003.004c.01.012.034.037.079.067.085.057.273.147.637.147.504 0 .661-.287.668-.458a.33.33 0 0 0-.114-.263c-.084-.076-.251-.162-.554-.162a.441.441 0 0 1-.44-.44Zm-.278-1.105a.47.47 0 0 0 .01-.02v.001l-.001.002-.003.005-.003.006-.004.007v.001-.002Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextNumberList as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.956 2.941a.441.441 0 0 0-.34-.43.448.448 0 0 0-.497.235 3.091 3.091 0 0 1-.28.416c-.196.246-.48.526-.845.708a.441.441 0 0 0 .395.79 3.2 3.2 0 0 0 .685-.468v2.279a.441.441 0 0 0 .882 0v-3.53Zm3.309 2.206a.662.662 0 1 0 0 1.324h6.617a.662.662 0 1 0 0-1.324h-6.617Zm0 4.412a.662.662 0 1 0 0 1.323h6.617a.662.662 0 0 0 0-1.323h-6.617Zm-.662 5.073c0-.365.296-.661.662-.661h6.617a.662.662 0 1 1 0 1.323h-6.617a.662.662 0 0 1-.662-.662Zm-4.724-6.268a.441.441 0 0 0 .621.627l.006-.005a1.267 1.267 0 0 1 .209-.144c.151-.083.368-.165.635-.166a.82.82 0 0 1 .462.132c.085.062.144.15.144.31a.449.449 0 0 1-.186.385c-.134.11-.307.197-.545.315l-.128.063c-.277.139-.62.32-.888.615-.283.312-.459.722-.459 1.269 0 .243.198.44.441.44h2.206a.442.442 0 0 0 0-.881h-1.686a.82.82 0 0 1 .151-.235c.147-.16.355-.281.63-.419l.107-.053c.231-.113.514-.252.736-.437.29-.24.503-.579.503-1.062a1.23 1.23 0 0 0-.5-1.02c-.289-.213-.647-.298-.977-.304h-.008a2.204 2.204 0 0 0-1.46.557l-.008.008-.003.003-.002.001v.002Zm.014-.013-.014.013s.089-.079.014-.013Zm.96 6.943c0-.244.198-.441.441-.441.303 0 .47-.085.554-.162a.33.33 0 0 0 .114-.263c-.007-.17-.164-.457-.668-.457-.364 0-.552.09-.637.146a.363.363 0 0 0-.079.067l-.003.005a.441.441 0 0 1-.778-.416v-.001l.001-.001.001-.003.003-.006.008-.014a.764.764 0 0 1 .09-.129 1.24 1.24 0 0 1 .267-.236c.246-.164.609-.295 1.127-.295.908 0 1.523.596 1.55 1.307a1.21 1.21 0 0 1-.35.9c.245.249.362.574.35.898-.027.712-.642 1.307-1.55 1.307-.518 0-.881-.13-1.127-.295a1.24 1.24 0 0 1-.336-.33.764.764 0 0 1-.02-.035l-.009-.014-.003-.006-.001-.003-.001-.002a.441.441 0 0 1 .778-.415l.003.004c.01.012.034.037.079.067.085.057.273.147.637.147.504 0 .661-.287.668-.458a.33.33 0 0 0-.114-.263c-.084-.076-.251-.162-.554-.162a.441.441 0 0 1-.44-.44Zm-.278-1.105a.47.47 0 0 0 .01-.02v.001l-.001.002-.003.005-.003.006-.004.007v.001-.002Z" fill="#212121"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextOutdent = function SvgTextOutdent(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M16.875 4.167a.625.625 0 1 1 0 1.25h-13.75a.625.625 0 1 1 0-1.25h13.75Zm-4.167 3.333a.625.625 0 1 1 0 1.25h-9.583a.625.625 0 1 1 0-1.25h9.583Zm.625 3.958a.625.625 0 0 0-.625-.625h-9.583a.625.625 0 1 0 0 1.25h9.583c.345 0 .625-.28.625-.625Zm3.542 2.708a.625.625 0 1 1 0 1.25h-13.75a.625.625 0 1 1 0-1.25h13.75Zm.442-4.974a.625.625 0 1 0-.884-.884l-1.25 1.25a.625.625 0 0 0 0 .884l1.25 1.25a.625.625 0 1 0 .884-.884l-.808-.808.808-.808Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextOutdent as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.875 4.167a.625.625 0 1 1 0 1.25h-13.75a.625.625 0 1 1 0-1.25h13.75Zm-4.167 3.333a.625.625 0 1 1 0 1.25h-9.583a.625.625 0 1 1 0-1.25h9.583Zm.625 3.958a.625.625 0 0 0-.625-.625h-9.583a.625.625 0 1 0 0 1.25h9.583c.345 0 .625-.28.625-.625Zm3.542 2.708a.625.625 0 1 1 0 1.25h-13.75a.625.625 0 1 1 0-1.25h13.75Zm.442-4.974a.625.625 0 1 0-.884-.884l-1.25 1.25a.625.625 0 0 0 0 .884l1.25 1.25a.625.625 0 1 0 .884-.884l-.808-.808.808-.808Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgTextUnderline = function SvgTextUnderline(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M5.625 15.834h8.75a.625.625 0 0 1 .085 1.244l-.085.006h-8.75a.625.625 0 0 1-.085-1.245l.085-.005h8.75-8.75Zm8.75-12.5c.316 0 .578.235.62.54l.005.084v5c0 3.662-1.72 5.626-5.002 5.626-3.213 0-4.926-1.88-4.996-5.39l-.002-.236v-5a.625.625 0 0 1 1.244-.084l.006.084v5.001c-.003 3.005 1.195 4.375 3.748 4.375 2.487 0 3.69-1.3 3.75-4.148l.002-.227v-5c0-.346.28-.626.625-.626Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgTextUnderline as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.625 15.834h8.75a.625.625 0 0 1 .085 1.244l-.085.006h-8.75a.625.625 0 0 1-.085-1.245l.085-.005h8.75-8.75Zm8.75-12.5c.316 0 .578.235.62.54l.005.084v5c0 3.662-1.72 5.626-5.002 5.626-3.213 0-4.926-1.88-4.996-5.39l-.002-.236v-5a.625.625 0 0 1 1.244-.084l.006.084v5.001c-.003 3.005 1.195 4.375 3.748 4.375 2.487 0 3.69-1.3 3.75-4.148l.002-.227v-5c0-.346.28-.626.625-.626Z" fill="#262627"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -23,8 +23,10 @@ export declare const ArrowBounceUp: React.FC<IconProps>;
|
|
|
23
23
|
export declare const ArrowCircle: React.FC<IconProps>;
|
|
24
24
|
export declare const ArrowDown: React.FC<IconProps>;
|
|
25
25
|
export declare const ArrowLeft: React.FC<IconProps>;
|
|
26
|
+
export declare const ArrowRedo: React.FC<IconProps>;
|
|
26
27
|
export declare const ArrowRight: React.FC<IconProps>;
|
|
27
28
|
export declare const ArrowRightLeft: React.FC<IconProps>;
|
|
29
|
+
export declare const ArrowUndo: React.FC<IconProps>;
|
|
28
30
|
export declare const ArrowUp: React.FC<IconProps>;
|
|
29
31
|
export declare const ArrowUpDown: React.FC<IconProps>;
|
|
30
32
|
export declare const At: React.FC<IconProps>;
|
|
@@ -75,6 +77,7 @@ export declare const Clip: React.FC<IconProps>;
|
|
|
75
77
|
export declare const Clock: React.FC<IconProps>;
|
|
76
78
|
export declare const ClockFilled: React.FC<IconProps>;
|
|
77
79
|
export declare const ClockX: React.FC<IconProps>;
|
|
80
|
+
export declare const ColorFill: React.FC<IconProps>;
|
|
78
81
|
export declare const ColorPalette: React.FC<IconProps>;
|
|
79
82
|
export declare const Copy: React.FC<IconProps>;
|
|
80
83
|
export declare const CurrencyGlobal: React.FC<IconProps>;
|
|
@@ -139,6 +142,7 @@ export declare const LetterCheckmarkFilled: React.FC<IconProps>;
|
|
|
139
142
|
export declare const LetterFilled: React.FC<IconProps>;
|
|
140
143
|
export declare const LetterOpened: React.FC<IconProps>;
|
|
141
144
|
export declare const LightBulb: React.FC<IconProps>;
|
|
145
|
+
export declare const LineSlash: React.FC<IconProps>;
|
|
142
146
|
export declare const Link: React.FC<IconProps>;
|
|
143
147
|
export declare const LinkX: React.FC<IconProps>;
|
|
144
148
|
export declare const Lock: React.FC<IconProps>;
|
|
@@ -196,6 +200,19 @@ export declare const StarHalfFilled: React.FC<IconProps>;
|
|
|
196
200
|
export declare const Success: React.FC<IconProps>;
|
|
197
201
|
export declare const SuccessFilled: React.FC<IconProps>;
|
|
198
202
|
export declare const Tag: React.FC<IconProps>;
|
|
203
|
+
export declare const TextAlignCenter: React.FC<IconProps>;
|
|
204
|
+
export declare const TextAlignJustify: React.FC<IconProps>;
|
|
205
|
+
export declare const TextAlignLeft: React.FC<IconProps>;
|
|
206
|
+
export declare const TextAlignRight: React.FC<IconProps>;
|
|
207
|
+
export declare const TextBold: React.FC<IconProps>;
|
|
208
|
+
export declare const TextBulletList: React.FC<IconProps>;
|
|
209
|
+
export declare const TextCase: React.FC<IconProps>;
|
|
210
|
+
export declare const TextColor: React.FC<IconProps>;
|
|
211
|
+
export declare const TextIndent: React.FC<IconProps>;
|
|
212
|
+
export declare const TextItalic: React.FC<IconProps>;
|
|
213
|
+
export declare const TextNumberList: React.FC<IconProps>;
|
|
214
|
+
export declare const TextOutdent: React.FC<IconProps>;
|
|
215
|
+
export declare const TextUnderline: React.FC<IconProps>;
|
|
199
216
|
export declare const ThreeDotsHorizontal: React.FC<IconProps>;
|
|
200
217
|
export declare const ThreeDotsVertical: React.FC<IconProps>;
|
|
201
218
|
export declare const TriangleAlert: React.FC<IconProps>;
|
package/index.js
CHANGED
|
@@ -17,8 +17,10 @@ export { S as ArrowBounceUp } from './icons/ArrowBounceUp.js';
|
|
|
17
17
|
export { S as ArrowCircle } from './icons/ArrowCircle.js';
|
|
18
18
|
export { S as ArrowDown } from './icons/ArrowDown.js';
|
|
19
19
|
export { S as ArrowLeft } from './icons/ArrowLeft.js';
|
|
20
|
+
export { S as ArrowRedo } from './icons/ArrowRedo.js';
|
|
20
21
|
export { S as ArrowRight } from './icons/ArrowRight.js';
|
|
21
22
|
export { S as ArrowRightLeft } from './icons/ArrowRightLeft.js';
|
|
23
|
+
export { S as ArrowUndo } from './icons/ArrowUndo.js';
|
|
22
24
|
export { S as ArrowUp } from './icons/ArrowUp.js';
|
|
23
25
|
export { S as ArrowUpDown } from './icons/ArrowUpDown.js';
|
|
24
26
|
export { S as At } from './icons/At.js';
|
|
@@ -69,6 +71,7 @@ export { S as Clip } from './icons/Clip.js';
|
|
|
69
71
|
export { S as Clock } from './icons/Clock.js';
|
|
70
72
|
export { S as ClockFilled } from './icons/ClockFilled.js';
|
|
71
73
|
export { S as ClockX } from './icons/ClockX.js';
|
|
74
|
+
export { S as ColorFill } from './icons/ColorFill.js';
|
|
72
75
|
export { S as ColorPalette } from './icons/ColorPalette.js';
|
|
73
76
|
export { S as Copy } from './icons/Copy.js';
|
|
74
77
|
export { S as CurrencyGlobal } from './icons/CurrencyGlobal.js';
|
|
@@ -133,6 +136,7 @@ export { S as LetterCheckmarkFilled } from './icons/LetterCheckmarkFilled.js';
|
|
|
133
136
|
export { S as LetterFilled } from './icons/LetterFilled.js';
|
|
134
137
|
export { S as LetterOpened } from './icons/LetterOpened.js';
|
|
135
138
|
export { S as LightBulb } from './icons/LightBulb.js';
|
|
139
|
+
export { S as LineSlash } from './icons/LineSlash.js';
|
|
136
140
|
export { S as Link } from './icons/Link.js';
|
|
137
141
|
export { S as LinkX } from './icons/LinkX.js';
|
|
138
142
|
export { S as Lock } from './icons/Lock.js';
|
|
@@ -190,6 +194,19 @@ export { S as StarHalfFilled } from './icons/StarHalfFilled.js';
|
|
|
190
194
|
export { S as Success } from './icons/Success.js';
|
|
191
195
|
export { S as SuccessFilled } from './icons/SuccessFilled.js';
|
|
192
196
|
export { S as Tag } from './icons/Tag.js';
|
|
197
|
+
export { S as TextAlignCenter } from './icons/TextAlignCenter.js';
|
|
198
|
+
export { S as TextAlignJustify } from './icons/TextAlignJustify.js';
|
|
199
|
+
export { S as TextAlignLeft } from './icons/TextAlignLeft.js';
|
|
200
|
+
export { S as TextAlignRight } from './icons/TextAlignRight.js';
|
|
201
|
+
export { S as TextBold } from './icons/TextBold.js';
|
|
202
|
+
export { S as TextBulletList } from './icons/TextBulletList.js';
|
|
203
|
+
export { S as TextCase } from './icons/TextCase.js';
|
|
204
|
+
export { S as TextColor } from './icons/TextColor.js';
|
|
205
|
+
export { S as TextIndent } from './icons/TextIndent.js';
|
|
206
|
+
export { S as TextItalic } from './icons/TextItalic.js';
|
|
207
|
+
export { S as TextNumberList } from './icons/TextNumberList.js';
|
|
208
|
+
export { S as TextOutdent } from './icons/TextOutdent.js';
|
|
209
|
+
export { S as TextUnderline } from './icons/TextUnderline.js';
|
|
193
210
|
export { S as ThreeDotsHorizontal } from './icons/ThreeDotsHorizontal.js';
|
|
194
211
|
export { S as ThreeDotsVertical } from './icons/ThreeDotsVertical.js';
|
|
195
212
|
export { S as TriangleAlert } from './icons/TriangleAlert.js';
|
package/metadata.js
CHANGED
|
@@ -528,6 +528,36 @@ const metadata = {
|
|
|
528
528
|
],
|
|
529
529
|
"creation_date": "8/22/2024, 2:42:50 PM"
|
|
530
530
|
},
|
|
531
|
+
"ArrowRedo": {
|
|
532
|
+
"id": "ArrowRedoMajor",
|
|
533
|
+
"name": "ArrowRedo",
|
|
534
|
+
"set": "major",
|
|
535
|
+
"type": "outline",
|
|
536
|
+
"keywords": [
|
|
537
|
+
"arrow",
|
|
538
|
+
"redo",
|
|
539
|
+
"repeat",
|
|
540
|
+
"forward",
|
|
541
|
+
"again",
|
|
542
|
+
"replay",
|
|
543
|
+
"step forward",
|
|
544
|
+
"restore"
|
|
545
|
+
],
|
|
546
|
+
"aliases": [
|
|
547
|
+
""
|
|
548
|
+
],
|
|
549
|
+
"description": "The Arrow Redo icon represents repeating or stepping forward, commonly used to indicate redo, repeat an action, or move forward again in user interfaces.",
|
|
550
|
+
"sizes": [
|
|
551
|
+
12,
|
|
552
|
+
16,
|
|
553
|
+
20,
|
|
554
|
+
24,
|
|
555
|
+
28,
|
|
556
|
+
32,
|
|
557
|
+
48
|
|
558
|
+
],
|
|
559
|
+
"creation_date": "2/24/2026, 4:26:41 PM"
|
|
560
|
+
},
|
|
531
561
|
"ArrowRight": {
|
|
532
562
|
"id": "ArrowRightMajor",
|
|
533
563
|
"name": "ArrowRight",
|
|
@@ -583,6 +613,36 @@ const metadata = {
|
|
|
583
613
|
],
|
|
584
614
|
"creation_date": "1/9/2025, 2:39:06 PM"
|
|
585
615
|
},
|
|
616
|
+
"ArrowUndo": {
|
|
617
|
+
"id": "ArrowUndoMajor",
|
|
618
|
+
"name": "ArrowUndo",
|
|
619
|
+
"set": "major",
|
|
620
|
+
"type": "outline",
|
|
621
|
+
"keywords": [
|
|
622
|
+
"arrow",
|
|
623
|
+
"undo",
|
|
624
|
+
"revert",
|
|
625
|
+
"back",
|
|
626
|
+
"reverse",
|
|
627
|
+
"previous",
|
|
628
|
+
"restore",
|
|
629
|
+
"step back"
|
|
630
|
+
],
|
|
631
|
+
"aliases": [
|
|
632
|
+
""
|
|
633
|
+
],
|
|
634
|
+
"description": "The Arrow Undo icon represents reverting or stepping back, commonly used to indicate undo, reverse an action, or return to a previous state in user interfaces.",
|
|
635
|
+
"sizes": [
|
|
636
|
+
12,
|
|
637
|
+
16,
|
|
638
|
+
20,
|
|
639
|
+
24,
|
|
640
|
+
28,
|
|
641
|
+
32,
|
|
642
|
+
48
|
|
643
|
+
],
|
|
644
|
+
"creation_date": "2/24/2026, 4:22:57 PM"
|
|
645
|
+
},
|
|
586
646
|
"ArrowUp": {
|
|
587
647
|
"id": "ArrowUpMajor",
|
|
588
648
|
"name": "ArrowUp",
|
|
@@ -2093,6 +2153,35 @@ const metadata = {
|
|
|
2093
2153
|
],
|
|
2094
2154
|
"creation_date": "1/13/2025, 1:45:50 PM"
|
|
2095
2155
|
},
|
|
2156
|
+
"ColorFill": {
|
|
2157
|
+
"id": "ColorFillMajor",
|
|
2158
|
+
"name": "ColorFill",
|
|
2159
|
+
"set": "major",
|
|
2160
|
+
"type": "outline",
|
|
2161
|
+
"keywords": [
|
|
2162
|
+
"color",
|
|
2163
|
+
"fill",
|
|
2164
|
+
"paint",
|
|
2165
|
+
"bucket",
|
|
2166
|
+
"fill color",
|
|
2167
|
+
"background",
|
|
2168
|
+
"paint bucket"
|
|
2169
|
+
],
|
|
2170
|
+
"aliases": [
|
|
2171
|
+
""
|
|
2172
|
+
],
|
|
2173
|
+
"description": "The Color Fill icon represents fill or paint bucket functionality, commonly used to apply a fill color or paint area in design tools and user interfaces.",
|
|
2174
|
+
"sizes": [
|
|
2175
|
+
12,
|
|
2176
|
+
16,
|
|
2177
|
+
20,
|
|
2178
|
+
24,
|
|
2179
|
+
28,
|
|
2180
|
+
32,
|
|
2181
|
+
48
|
|
2182
|
+
],
|
|
2183
|
+
"creation_date": "2/24/2026, 5:50:20 PM"
|
|
2184
|
+
},
|
|
2096
2185
|
"ColorPalette": {
|
|
2097
2186
|
"id": "ColorPaletteMajor",
|
|
2098
2187
|
"name": "ColorPalette",
|
|
@@ -4073,6 +4162,37 @@ const metadata = {
|
|
|
4073
4162
|
],
|
|
4074
4163
|
"creation_date": "8/23/2024, 2:01:27 PM"
|
|
4075
4164
|
},
|
|
4165
|
+
"LineSlash": {
|
|
4166
|
+
"id": "LineSlashMajor",
|
|
4167
|
+
"name": "LineSlash",
|
|
4168
|
+
"set": "major",
|
|
4169
|
+
"type": "outline",
|
|
4170
|
+
"keywords": [
|
|
4171
|
+
"line",
|
|
4172
|
+
"stroke",
|
|
4173
|
+
"rule",
|
|
4174
|
+
"divider",
|
|
4175
|
+
"separator",
|
|
4176
|
+
"slash",
|
|
4177
|
+
"diagonal",
|
|
4178
|
+
"minimal",
|
|
4179
|
+
"divide"
|
|
4180
|
+
],
|
|
4181
|
+
"aliases": [
|
|
4182
|
+
""
|
|
4183
|
+
],
|
|
4184
|
+
"description": "The Line icon represents a stroke or divider,commonly used to separate content,indicate a rule,or ",
|
|
4185
|
+
"sizes": [
|
|
4186
|
+
12,
|
|
4187
|
+
16,
|
|
4188
|
+
20,
|
|
4189
|
+
24,
|
|
4190
|
+
28,
|
|
4191
|
+
32,
|
|
4192
|
+
48
|
|
4193
|
+
],
|
|
4194
|
+
"creation_date": "2/24/2026, 4:18:13 PM"
|
|
4195
|
+
},
|
|
4076
4196
|
"Link": {
|
|
4077
4197
|
"id": "LinkMajor",
|
|
4078
4198
|
"name": "Link",
|
|
@@ -5832,6 +5952,391 @@ const metadata = {
|
|
|
5832
5952
|
],
|
|
5833
5953
|
"creation_date": "8/23/2024, 3:00:52 PM"
|
|
5834
5954
|
},
|
|
5955
|
+
"TextAlignCenter": {
|
|
5956
|
+
"id": "TextAlignCenterMajor",
|
|
5957
|
+
"name": "TextAlignCenter",
|
|
5958
|
+
"set": "major",
|
|
5959
|
+
"type": "outline",
|
|
5960
|
+
"keywords": [
|
|
5961
|
+
"text",
|
|
5962
|
+
"align",
|
|
5963
|
+
"center",
|
|
5964
|
+
"alignment",
|
|
5965
|
+
"paragraph",
|
|
5966
|
+
"format",
|
|
5967
|
+
"typography",
|
|
5968
|
+
"lines"
|
|
5969
|
+
],
|
|
5970
|
+
"aliases": [
|
|
5971
|
+
""
|
|
5972
|
+
],
|
|
5973
|
+
"description": "The Text Align Center icon represents center-aligned text, commonly used to align paragraphs or text to the center in editors and user interfaces.",
|
|
5974
|
+
"sizes": [
|
|
5975
|
+
12,
|
|
5976
|
+
16,
|
|
5977
|
+
20,
|
|
5978
|
+
24,
|
|
5979
|
+
28,
|
|
5980
|
+
32,
|
|
5981
|
+
48
|
|
5982
|
+
],
|
|
5983
|
+
"creation_date": "2/25/2026, 10:09:47 AM"
|
|
5984
|
+
},
|
|
5985
|
+
"TextAlignJustify": {
|
|
5986
|
+
"id": "TextAlignJustifyMajor",
|
|
5987
|
+
"name": "TextAlignJustify",
|
|
5988
|
+
"set": "major",
|
|
5989
|
+
"type": "outline",
|
|
5990
|
+
"keywords": [
|
|
5991
|
+
"text",
|
|
5992
|
+
"align",
|
|
5993
|
+
"justify",
|
|
5994
|
+
"alignment",
|
|
5995
|
+
"paragraph",
|
|
5996
|
+
"format",
|
|
5997
|
+
"typography",
|
|
5998
|
+
"lines"
|
|
5999
|
+
],
|
|
6000
|
+
"aliases": [
|
|
6001
|
+
""
|
|
6002
|
+
],
|
|
6003
|
+
"description": "The Text Align Justify icon represents justified text alignment, commonly used to justify paragraphs in editors and user interfaces.",
|
|
6004
|
+
"sizes": [
|
|
6005
|
+
12,
|
|
6006
|
+
16,
|
|
6007
|
+
20,
|
|
6008
|
+
24,
|
|
6009
|
+
28,
|
|
6010
|
+
32,
|
|
6011
|
+
48
|
|
6012
|
+
],
|
|
6013
|
+
"creation_date": "2/25/2026, 10:54:35 AM"
|
|
6014
|
+
},
|
|
6015
|
+
"TextAlignLeft": {
|
|
6016
|
+
"id": "TextAlignLeftMajor",
|
|
6017
|
+
"name": "TextAlignLeft",
|
|
6018
|
+
"set": "major",
|
|
6019
|
+
"type": "outline",
|
|
6020
|
+
"keywords": [
|
|
6021
|
+
"text",
|
|
6022
|
+
"align",
|
|
6023
|
+
"left",
|
|
6024
|
+
"alignment",
|
|
6025
|
+
"paragraph",
|
|
6026
|
+
"format",
|
|
6027
|
+
"typography",
|
|
6028
|
+
"lines"
|
|
6029
|
+
],
|
|
6030
|
+
"aliases": [
|
|
6031
|
+
""
|
|
6032
|
+
],
|
|
6033
|
+
"description": "The Text Align Left icon represents left-aligned text, commonly used to align paragraphs or text to the left in editors and user interfaces.",
|
|
6034
|
+
"sizes": [
|
|
6035
|
+
12,
|
|
6036
|
+
16,
|
|
6037
|
+
20,
|
|
6038
|
+
24,
|
|
6039
|
+
28,
|
|
6040
|
+
32,
|
|
6041
|
+
48
|
|
6042
|
+
],
|
|
6043
|
+
"creation_date": "2/25/2026, 10:05:29 AM"
|
|
6044
|
+
},
|
|
6045
|
+
"TextAlignRight": {
|
|
6046
|
+
"id": "TextAlignRightMajor",
|
|
6047
|
+
"name": "TextAlignRight",
|
|
6048
|
+
"set": "major",
|
|
6049
|
+
"type": "outline",
|
|
6050
|
+
"keywords": [
|
|
6051
|
+
"text",
|
|
6052
|
+
"align",
|
|
6053
|
+
"right",
|
|
6054
|
+
"alignment",
|
|
6055
|
+
"paragraph",
|
|
6056
|
+
"format",
|
|
6057
|
+
"typography",
|
|
6058
|
+
"lines"
|
|
6059
|
+
],
|
|
6060
|
+
"aliases": [
|
|
6061
|
+
""
|
|
6062
|
+
],
|
|
6063
|
+
"description": "The Text Align Right icon represents right-aligned text, commonly used to align paragraphs or text to the right in editors and user interfaces.",
|
|
6064
|
+
"sizes": [
|
|
6065
|
+
12,
|
|
6066
|
+
16,
|
|
6067
|
+
20,
|
|
6068
|
+
24,
|
|
6069
|
+
28,
|
|
6070
|
+
32,
|
|
6071
|
+
48
|
|
6072
|
+
],
|
|
6073
|
+
"creation_date": "2/25/2026, 10:53:02 AM"
|
|
6074
|
+
},
|
|
6075
|
+
"TextBold": {
|
|
6076
|
+
"id": "TextBoldMajor",
|
|
6077
|
+
"name": "TextBold",
|
|
6078
|
+
"set": "major",
|
|
6079
|
+
"type": "outline",
|
|
6080
|
+
"keywords": [
|
|
6081
|
+
"text",
|
|
6082
|
+
"bold",
|
|
6083
|
+
"font",
|
|
6084
|
+
"weight",
|
|
6085
|
+
"format",
|
|
6086
|
+
"typography",
|
|
6087
|
+
"emphasis",
|
|
6088
|
+
"strong",
|
|
6089
|
+
"B"
|
|
6090
|
+
],
|
|
6091
|
+
"aliases": [
|
|
6092
|
+
""
|
|
6093
|
+
],
|
|
6094
|
+
"description": "The Text Bold icon represents bold text formatting, commonly used to indicate or apply bold font weight in text editors and user interfaces.",
|
|
6095
|
+
"sizes": [
|
|
6096
|
+
12,
|
|
6097
|
+
16,
|
|
6098
|
+
20,
|
|
6099
|
+
24,
|
|
6100
|
+
28,
|
|
6101
|
+
32,
|
|
6102
|
+
48
|
|
6103
|
+
],
|
|
6104
|
+
"creation_date": "2/24/2026, 4:57:48 PM"
|
|
6105
|
+
},
|
|
6106
|
+
"TextBulletList": {
|
|
6107
|
+
"id": "TextBulletListMajor",
|
|
6108
|
+
"name": "TextBulletList",
|
|
6109
|
+
"set": "major",
|
|
6110
|
+
"type": "outline",
|
|
6111
|
+
"keywords": [
|
|
6112
|
+
"text",
|
|
6113
|
+
"bullet",
|
|
6114
|
+
"list",
|
|
6115
|
+
"unordered",
|
|
6116
|
+
"format",
|
|
6117
|
+
"typography",
|
|
6118
|
+
"lines"
|
|
6119
|
+
],
|
|
6120
|
+
"aliases": [
|
|
6121
|
+
""
|
|
6122
|
+
],
|
|
6123
|
+
"description": "The Text Bullet List icon represents an unordered bullet list, commonly used to create or format bullet lists in editors and user interfaces.",
|
|
6124
|
+
"sizes": [
|
|
6125
|
+
12,
|
|
6126
|
+
16,
|
|
6127
|
+
20,
|
|
6128
|
+
24,
|
|
6129
|
+
28,
|
|
6130
|
+
32,
|
|
6131
|
+
48
|
|
6132
|
+
],
|
|
6133
|
+
"creation_date": "2/25/2026, 11:09:27 AM"
|
|
6134
|
+
},
|
|
6135
|
+
"TextCase": {
|
|
6136
|
+
"id": "TextCaseMajor",
|
|
6137
|
+
"name": "TextCase",
|
|
6138
|
+
"set": "major",
|
|
6139
|
+
"type": "outline",
|
|
6140
|
+
"keywords": [
|
|
6141
|
+
"text",
|
|
6142
|
+
"case",
|
|
6143
|
+
"capitalization",
|
|
6144
|
+
"format",
|
|
6145
|
+
"typography",
|
|
6146
|
+
"title case",
|
|
6147
|
+
"uppercase",
|
|
6148
|
+
"sentence"
|
|
6149
|
+
],
|
|
6150
|
+
"aliases": [
|
|
6151
|
+
""
|
|
6152
|
+
],
|
|
6153
|
+
"description": "The Text Case icon represents text case or capitalization formatting, commonly used to indicate or change text case (e.g. title, sentence, upper, lower) in editors and user interfaces.",
|
|
6154
|
+
"sizes": [
|
|
6155
|
+
12,
|
|
6156
|
+
16,
|
|
6157
|
+
20,
|
|
6158
|
+
24,
|
|
6159
|
+
28,
|
|
6160
|
+
32,
|
|
6161
|
+
48
|
|
6162
|
+
],
|
|
6163
|
+
"creation_date": "2/24/2026, 5:10:36 PM"
|
|
6164
|
+
},
|
|
6165
|
+
"TextColor": {
|
|
6166
|
+
"id": "TextColorMajor",
|
|
6167
|
+
"name": "TextColor",
|
|
6168
|
+
"set": "major",
|
|
6169
|
+
"type": "outline",
|
|
6170
|
+
"keywords": [
|
|
6171
|
+
"text",
|
|
6172
|
+
"color",
|
|
6173
|
+
"font color",
|
|
6174
|
+
"typography",
|
|
6175
|
+
"format",
|
|
6176
|
+
"highlight",
|
|
6177
|
+
"text style"
|
|
6178
|
+
],
|
|
6179
|
+
"aliases": [
|
|
6180
|
+
""
|
|
6181
|
+
],
|
|
6182
|
+
"description": "The Text Color icon represents text or font color, commonly used to indicate or change the color of text in editors and user interfaces.",
|
|
6183
|
+
"sizes": [
|
|
6184
|
+
12,
|
|
6185
|
+
16,
|
|
6186
|
+
20,
|
|
6187
|
+
24,
|
|
6188
|
+
28,
|
|
6189
|
+
32,
|
|
6190
|
+
48
|
|
6191
|
+
],
|
|
6192
|
+
"creation_date": "2/24/2026, 5:51:41 PM"
|
|
6193
|
+
},
|
|
6194
|
+
"TextIndent": {
|
|
6195
|
+
"id": "TextIndentMajor",
|
|
6196
|
+
"name": "TextIndent",
|
|
6197
|
+
"set": "major",
|
|
6198
|
+
"type": "outline",
|
|
6199
|
+
"keywords": [
|
|
6200
|
+
"text",
|
|
6201
|
+
"indent",
|
|
6202
|
+
"paragraph",
|
|
6203
|
+
"increase indent",
|
|
6204
|
+
"format",
|
|
6205
|
+
"typography",
|
|
6206
|
+
"lines"
|
|
6207
|
+
],
|
|
6208
|
+
"aliases": [
|
|
6209
|
+
""
|
|
6210
|
+
],
|
|
6211
|
+
"description": "The Text Indent icon represents increasing paragraph indent, commonly used to indent text or lists in editors and user interfaces.",
|
|
6212
|
+
"sizes": [
|
|
6213
|
+
12,
|
|
6214
|
+
16,
|
|
6215
|
+
20,
|
|
6216
|
+
24,
|
|
6217
|
+
28,
|
|
6218
|
+
32,
|
|
6219
|
+
48
|
|
6220
|
+
],
|
|
6221
|
+
"creation_date": "2/25/2026, 11:06:36 AM"
|
|
6222
|
+
},
|
|
6223
|
+
"TextItalic": {
|
|
6224
|
+
"id": "TextItalicMajor",
|
|
6225
|
+
"name": "TextItalic",
|
|
6226
|
+
"set": "major",
|
|
6227
|
+
"type": "outline",
|
|
6228
|
+
"keywords": [
|
|
6229
|
+
"text",
|
|
6230
|
+
"italic",
|
|
6231
|
+
"font",
|
|
6232
|
+
"slant",
|
|
6233
|
+
"format",
|
|
6234
|
+
"typography",
|
|
6235
|
+
"emphasis",
|
|
6236
|
+
"style"
|
|
6237
|
+
],
|
|
6238
|
+
"aliases": [
|
|
6239
|
+
""
|
|
6240
|
+
],
|
|
6241
|
+
"description": "The Text Italic icon represents italic text formatting, commonly used to indicate or apply italic font style in text editors and user interfaces.",
|
|
6242
|
+
"sizes": [
|
|
6243
|
+
12,
|
|
6244
|
+
16,
|
|
6245
|
+
20,
|
|
6246
|
+
24,
|
|
6247
|
+
28,
|
|
6248
|
+
32,
|
|
6249
|
+
48
|
|
6250
|
+
],
|
|
6251
|
+
"creation_date": "2/24/2026, 4:59:15 PM"
|
|
6252
|
+
},
|
|
6253
|
+
"TextNumberList": {
|
|
6254
|
+
"id": "TextNumberListMajor",
|
|
6255
|
+
"name": "TextNumberList",
|
|
6256
|
+
"set": "major",
|
|
6257
|
+
"type": "outline",
|
|
6258
|
+
"keywords": [
|
|
6259
|
+
"text",
|
|
6260
|
+
"number",
|
|
6261
|
+
"list",
|
|
6262
|
+
"ordered",
|
|
6263
|
+
"format",
|
|
6264
|
+
"typography",
|
|
6265
|
+
"lines"
|
|
6266
|
+
],
|
|
6267
|
+
"aliases": [
|
|
6268
|
+
""
|
|
6269
|
+
],
|
|
6270
|
+
"description": "The Text Number List icon represents an ordered numbered list, commonly used to create or format numbered lists in editors and user interfaces.",
|
|
6271
|
+
"sizes": [
|
|
6272
|
+
12,
|
|
6273
|
+
16,
|
|
6274
|
+
20,
|
|
6275
|
+
24,
|
|
6276
|
+
28,
|
|
6277
|
+
32,
|
|
6278
|
+
48
|
|
6279
|
+
],
|
|
6280
|
+
"creation_date": "2/25/2026, 11:10:18 AM"
|
|
6281
|
+
},
|
|
6282
|
+
"TextOutdent": {
|
|
6283
|
+
"id": "TextOutdentMajor",
|
|
6284
|
+
"name": "TextOutdent",
|
|
6285
|
+
"set": "major",
|
|
6286
|
+
"type": "outline",
|
|
6287
|
+
"keywords": [
|
|
6288
|
+
"text",
|
|
6289
|
+
"outdent",
|
|
6290
|
+
"paragraph",
|
|
6291
|
+
"decrease indent",
|
|
6292
|
+
"format",
|
|
6293
|
+
"typography",
|
|
6294
|
+
"lines"
|
|
6295
|
+
],
|
|
6296
|
+
"aliases": [
|
|
6297
|
+
""
|
|
6298
|
+
],
|
|
6299
|
+
"description": "The Text Outdent icon represents decreasing paragraph indent, commonly used to outdent text or lists in editors and user interfaces.",
|
|
6300
|
+
"sizes": [
|
|
6301
|
+
12,
|
|
6302
|
+
16,
|
|
6303
|
+
20,
|
|
6304
|
+
24,
|
|
6305
|
+
28,
|
|
6306
|
+
32,
|
|
6307
|
+
48
|
|
6308
|
+
],
|
|
6309
|
+
"creation_date": "2/25/2026, 11:08:18 AM"
|
|
6310
|
+
},
|
|
6311
|
+
"TextUnderline": {
|
|
6312
|
+
"id": "TextUnderlineMajor",
|
|
6313
|
+
"name": "TextUnderline",
|
|
6314
|
+
"set": "major",
|
|
6315
|
+
"type": "outline",
|
|
6316
|
+
"keywords": [
|
|
6317
|
+
"text",
|
|
6318
|
+
"underline",
|
|
6319
|
+
"font",
|
|
6320
|
+
"format",
|
|
6321
|
+
"typography",
|
|
6322
|
+
"emphasis",
|
|
6323
|
+
"underscore"
|
|
6324
|
+
],
|
|
6325
|
+
"aliases": [
|
|
6326
|
+
""
|
|
6327
|
+
],
|
|
6328
|
+
"description": "The Text Underline icon represents underlined text formatting, commonly used to indicate or apply underline in text editors and user interfaces.",
|
|
6329
|
+
"sizes": [
|
|
6330
|
+
12,
|
|
6331
|
+
16,
|
|
6332
|
+
20,
|
|
6333
|
+
24,
|
|
6334
|
+
28,
|
|
6335
|
+
32,
|
|
6336
|
+
48
|
|
6337
|
+
],
|
|
6338
|
+
"creation_date": "2/24/2026, 5:00:23 PM"
|
|
6339
|
+
},
|
|
5835
6340
|
"ThreeDotsHorizontal": {
|
|
5836
6341
|
"id": "ThreeDotsHorizontalMajor",
|
|
5837
6342
|
"name": "ThreeDotsHorizontal",
|
package/package.json
CHANGED