@semcore/icon 3.2.0 → 3.3.0
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/CHANGELOG.md +6 -0
- package/ExpandText/l/index.d.ts +7 -0
- package/ExpandText/l/index.js +49 -0
- package/ExpandText/l/index.mjs +29 -0
- package/ExpandText/m/index.d.ts +7 -0
- package/ExpandText/m/index.js +49 -0
- package/ExpandText/m/index.mjs +29 -0
- package/Rephrase/l/index.d.ts +7 -0
- package/Rephrase/l/index.js +47 -0
- package/Rephrase/l/index.mjs +27 -0
- package/Rephrase/m/index.d.ts +7 -0
- package/Rephrase/m/index.js +47 -0
- package/Rephrase/m/index.mjs +27 -0
- package/SimplifyText/l/index.d.ts +7 -0
- package/SimplifyText/l/index.js +49 -0
- package/SimplifyText/l/index.mjs +29 -0
- package/SimplifyText/m/index.d.ts +7 -0
- package/SimplifyText/m/index.js +49 -0
- package/SimplifyText/m/index.mjs +29 -0
- package/lib/cjs/Icon.js +7 -7
- package/lib/es6/Icon.js +7 -7
- package/package.json +1 -1
- package/svg-new/icon/ExpandText/l.svg +1 -0
- package/svg-new/icon/ExpandText/m.svg +1 -0
- package/svg-new/icon/Rephrase/l.svg +1 -0
- package/svg-new/icon/Rephrase/m.svg +1 -0
- package/svg-new/icon/SimplifyText/l.svg +1 -0
- package/svg-new/icon/SimplifyText/m.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function ExpandText(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "ExpandText",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M15.006 3a1 1 0 0 1 .999-1H21A1 1 0 0 1 22 3v5a1 1 0 1 1-1.998 0V4h-3.997a1 1 0 0 1-1-1ZM8.994 21a1 1 0 0 1-.999 1H3A1 1 0 0 1 2 21v-5a1 1 0 1 1 1.998 0v4h3.997a1 1 0 0 1 1 1Zm0-18a1 1 0 0 0-.999-1H3A1 1 0 0 0 2 3v5a1 1 0 1 0 1.998 0V4h3.997a1 1 0 0 0 1-1Zm6.012 18a1 1 0 0 0 .999 1H21A1 1 0 0 0 22 21v-5a1 1 0 1 0-1.998 0v4h-3.997a1 1 0 0 0-1 1Z",
|
|
41
|
+
shapeRendering: "geometricPrecision"
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
ExpandText.displayName = 'ExpandText';
|
|
46
|
+
|
|
47
|
+
var _default = (0, _core.createBaseComponent)(ExpandText);
|
|
48
|
+
|
|
49
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function ExpandText({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "ExpandText",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M15.006 3a1 1 0 0 1 .999-1H21A1 1 0 0 1 22 3v5a1 1 0 1 1-1.998 0V4h-3.997a1 1 0 0 1-1-1ZM8.994 21a1 1 0 0 1-.999 1H3A1 1 0 0 1 2 21v-5a1 1 0 1 1 1.998 0v4h3.997a1 1 0 0 1 1 1Zm0-18a1 1 0 0 0-.999-1H3A1 1 0 0 0 2 3v5a1 1 0 1 0 1.998 0V4h3.997a1 1 0 0 0 1-1Zm6.012 18a1 1 0 0 0 .999 1H21A1 1 0 0 0 22 21v-5a1 1 0 1 0-1.998 0v4h-3.997a1 1 0 0 0-1 1Z",
|
|
24
|
+
shapeRendering: "geometricPrecision"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
ExpandText.displayName = 'ExpandText';
|
|
29
|
+
export default createBaseComponent(ExpandText);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function ExpandText(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "ExpandText",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M10.006 2a1 1 0 0 1 .999-1H14A1 1 0 0 1 15 2v3a1 1 0 1 1-1.998 0V3h-1.997a1 1 0 0 1-1-1ZM5.994 14a1 1 0 0 1-.999 1H2A1 1 0 0 1 1 14v-3a1 1 0 1 1 1.998 0v2h1.997a1 1 0 0 1 1 1Zm0-12a1 1 0 0 0-.999-1H2A1 1 0 0 0 1 2v3a1 1 0 1 0 1.998 0V3h1.997a1 1 0 0 0 1-1Zm4.012 12a1 1 0 0 0 .999 1H14A1 1 0 0 0 15 14v-3a1 1 0 1 0-1.998 0v2h-1.997a1 1 0 0 0-1 1Z",
|
|
41
|
+
shapeRendering: "geometricPrecision"
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
ExpandText.displayName = 'ExpandText';
|
|
46
|
+
|
|
47
|
+
var _default = (0, _core.createBaseComponent)(ExpandText);
|
|
48
|
+
|
|
49
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function ExpandText({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "ExpandText",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M10.006 2a1 1 0 0 1 .999-1H14A1 1 0 0 1 15 2v3a1 1 0 1 1-1.998 0V3h-1.997a1 1 0 0 1-1-1ZM5.994 14a1 1 0 0 1-.999 1H2A1 1 0 0 1 1 14v-3a1 1 0 1 1 1.998 0v2h1.997a1 1 0 0 1 1 1Zm0-12a1 1 0 0 0-.999-1H2A1 1 0 0 0 1 2v3a1 1 0 1 0 1.998 0V3h1.997a1 1 0 0 0 1-1Zm4.012 12a1 1 0 0 0 .999 1H14A1 1 0 0 0 15 14v-3a1 1 0 1 0-1.998 0v2h-1.997a1 1 0 0 0-1 1Z",
|
|
24
|
+
shapeRendering: "geometricPrecision"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
ExpandText.displayName = 'ExpandText';
|
|
29
|
+
export default createBaseComponent(ExpandText);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function Rephrase(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "Rephrase",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M5 3a1 1 0 1 0 0 2h13v8.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L20 13.586V4a1 1 0 0 0-1-1H5ZM4 20v-9.586l-1.293 1.293a1 1 0 0 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0l3 3a1 1 0 1 1-1.414 1.414L6 10.414V19h13a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
Rephrase.displayName = 'Rephrase';
|
|
44
|
+
|
|
45
|
+
var _default = (0, _core.createBaseComponent)(Rephrase);
|
|
46
|
+
|
|
47
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function Rephrase({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "Rephrase",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M5 3a1 1 0 1 0 0 2h13v8.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L20 13.586V4a1 1 0 0 0-1-1H5ZM4 20v-9.586l-1.293 1.293a1 1 0 0 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0l3 3a1 1 0 1 1-1.414 1.414L6 10.414V19h13a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
Rephrase.displayName = 'Rephrase';
|
|
27
|
+
export default createBaseComponent(Rephrase);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function Rephrase(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "Rephrase",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M3 0a1 1 0 0 0 0 2h9v5.586l-.293-.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414L14 7.586V1a1 1 0 0 0-1-1H3ZM2 14V7.414l-.293.293A1 1 0 0 1 .293 6.293l2-2a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1-1.414 1.414L4 7.414V13h9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
Rephrase.displayName = 'Rephrase';
|
|
44
|
+
|
|
45
|
+
var _default = (0, _core.createBaseComponent)(Rephrase);
|
|
46
|
+
|
|
47
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function Rephrase({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "Rephrase",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M3 0a1 1 0 0 0 0 2h9v5.586l-.293-.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414L14 7.586V1a1 1 0 0 0-1-1H3ZM2 14V7.414l-.293.293A1 1 0 0 1 .293 6.293l2-2a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1-1.414 1.414L4 7.414V13h9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
Rephrase.displayName = 'Rephrase';
|
|
27
|
+
export default createBaseComponent(Rephrase);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function SimplifyText(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "SimplifyText",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M2 8a1 1 0 0 0 .999 1h4.996a1 1 0 0 0 1-1V3a1 1 0 1 0-1.999 0v4H3A1 1 0 0 0 2 8Zm20 8a1 1 0 0 0-.999-1h-4.996a1 1 0 0 0-1 1v5a1 1 0 1 0 1.999 0v-4H21A1 1 0 0 0 22 16Zm0-8a1 1 0 0 1-.999 1h-4.996a1 1 0 0 1-1-1V3a1 1 0 1 1 1.999 0v4H21A1 1 0 0 1 22 8ZM2 16a1 1 0 0 1 .999-1h4.996a1 1 0 0 1 1 1v5a1 1 0 1 1-1.999 0v-4H3A1 1 0 0 1 2 16Z",
|
|
41
|
+
shapeRendering: "geometricPrecision"
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
SimplifyText.displayName = 'SimplifyText';
|
|
46
|
+
|
|
47
|
+
var _default = (0, _core.createBaseComponent)(SimplifyText);
|
|
48
|
+
|
|
49
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function SimplifyText({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "SimplifyText",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M2 8a1 1 0 0 0 .999 1h4.996a1 1 0 0 0 1-1V3a1 1 0 1 0-1.999 0v4H3A1 1 0 0 0 2 8Zm20 8a1 1 0 0 0-.999-1h-4.996a1 1 0 0 0-1 1v5a1 1 0 1 0 1.999 0v-4H21A1 1 0 0 0 22 16Zm0-8a1 1 0 0 1-.999 1h-4.996a1 1 0 0 1-1-1V3a1 1 0 1 1 1.999 0v4H21A1 1 0 0 1 22 8ZM2 16a1 1 0 0 1 .999-1h4.996a1 1 0 0 1 1 1v5a1 1 0 1 1-1.999 0v-4H3A1 1 0 0 1 2 16Z",
|
|
24
|
+
shapeRendering: "geometricPrecision"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
SimplifyText.displayName = 'SimplifyText';
|
|
29
|
+
export default createBaseComponent(SimplifyText);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function SimplifyText(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "SimplifyText",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M1 5a1 1 0 0 0 .999 1h2.996a1 1 0 0 0 1-1V2a1 1 0 1 0-1.999 0v2H2A1 1 0 0 0 1 5Zm14 6a1 1 0 0 0-.999-1h-2.996a1 1 0 0 0-1 1v3a1 1 0 1 0 1.999 0v-2H14A1 1 0 0 0 15 11Zm0-6a1 1 0 0 1-.999 1h-2.996a1 1 0 0 1-1-1V2a1 1 0 1 1 1.999 0v2H14A1 1 0 0 1 15 5ZM1 11a1 1 0 0 1 .999-1h2.996a1 1 0 0 1 1 1v3a1 1 0 1 1-1.999 0v-2H2A1 1 0 0 1 1 11Z",
|
|
41
|
+
shapeRendering: "geometricPrecision"
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
SimplifyText.displayName = 'SimplifyText';
|
|
46
|
+
|
|
47
|
+
var _default = (0, _core.createBaseComponent)(SimplifyText);
|
|
48
|
+
|
|
49
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function SimplifyText({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "SimplifyText",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M1 5a1 1 0 0 0 .999 1h2.996a1 1 0 0 0 1-1V2a1 1 0 1 0-1.999 0v2H2A1 1 0 0 0 1 5Zm14 6a1 1 0 0 0-.999-1h-2.996a1 1 0 0 0-1 1v3a1 1 0 1 0 1.999 0v-2H14A1 1 0 0 0 15 11Zm0-6a1 1 0 0 1-.999 1h-2.996a1 1 0 0 1-1-1V2a1 1 0 1 1 1.999 0v2H14A1 1 0 0 1 15 5ZM1 11a1 1 0 0 1 .999-1h2.996a1 1 0 0 1 1 1v3a1 1 0 1 1-1.999 0v-2H2A1 1 0 0 1 1 11Z",
|
|
24
|
+
shapeRendering: "geometricPrecision"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
SimplifyText.displayName = 'SimplifyText';
|
|
29
|
+
export default createBaseComponent(SimplifyText);
|
package/lib/cjs/Icon.js
CHANGED
|
@@ -52,16 +52,16 @@ var styles = (
|
|
|
52
52
|
/*__reshadow_css_start__*/
|
|
53
53
|
_core.sstyled.insert(
|
|
54
54
|
/*__inner_css_start__*/
|
|
55
|
-
".
|
|
55
|
+
".___SIcon_nnlqv_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_nnlqv)}.___SIcon_nnlqv_gg_.__keyboardFocused_nnlqv_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_nnlqv_gg_.__interactive_nnlqv_gg_{cursor:pointer}.___SIcon_nnlqv_gg_.__interactive_nnlqv_gg_:hover{color:var(--color-interactive_nnlqv)}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "nnlqv_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SIcon": "
|
|
61
|
-
"--color": "--
|
|
62
|
-
"_keyboardFocused": "
|
|
63
|
-
"_interactive": "
|
|
64
|
-
"--color-interactive": "--color-
|
|
60
|
+
"__SIcon": "___SIcon_nnlqv_gg_",
|
|
61
|
+
"--color": "--color_nnlqv",
|
|
62
|
+
"_keyboardFocused": "__keyboardFocused_nnlqv_gg_",
|
|
63
|
+
"_interactive": "__interactive_nnlqv_gg_",
|
|
64
|
+
"--color-interactive": "--color-interactive_nnlqv"
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
function Icon(props, ref) {
|
package/lib/es6/Icon.js
CHANGED
|
@@ -25,16 +25,16 @@ var styles = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
_sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
28
|
+
".___SIcon_nnlqv_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_nnlqv)}.___SIcon_nnlqv_gg_.__keyboardFocused_nnlqv_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_nnlqv_gg_.__interactive_nnlqv_gg_{cursor:pointer}.___SIcon_nnlqv_gg_.__interactive_nnlqv_gg_:hover{color:var(--color-interactive_nnlqv)}"
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
, "
|
|
30
|
+
, "nnlqv_gg_")
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
, {
|
|
33
|
-
"__SIcon": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"_keyboardFocused": "
|
|
36
|
-
"_interactive": "
|
|
37
|
-
"--color-interactive": "--color-
|
|
33
|
+
"__SIcon": "___SIcon_nnlqv_gg_",
|
|
34
|
+
"--color": "--color_nnlqv",
|
|
35
|
+
"_keyboardFocused": "__keyboardFocused_nnlqv_gg_",
|
|
36
|
+
"_interactive": "__interactive_nnlqv_gg_",
|
|
37
|
+
"--color-interactive": "--color-interactive_nnlqv"
|
|
38
38
|
});
|
|
39
39
|
|
|
40
40
|
function Icon(props, ref) {
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.006 3a1 1 0 0 1 .999-1H21A1 1 0 0 1 22 3v5a1 1 0 1 1-1.998 0V4h-3.997a1 1 0 0 1-1-1ZM8.994 21a1 1 0 0 1-.999 1H3A1 1 0 0 1 2 21v-5a1 1 0 1 1 1.998 0v4h3.997a1 1 0 0 1 1 1Zm0-18a1 1 0 0 0-.999-1H3A1 1 0 0 0 2 3v5a1 1 0 1 0 1.998 0V4h3.997a1 1 0 0 0 1-1Zm6.012 18a1 1 0 0 0 .999 1H21A1 1 0 0 0 22 21v-5a1 1 0 1 0-1.998 0v4h-3.997a1 1 0 0 0-1 1Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.006 2a1 1 0 0 1 .999-1H14A1 1 0 0 1 15 2v3a1 1 0 1 1-1.998 0V3h-1.997a1 1 0 0 1-1-1ZM5.994 14a1 1 0 0 1-.999 1H2A1 1 0 0 1 1 14v-3a1 1 0 1 1 1.998 0v2h1.997a1 1 0 0 1 1 1Zm0-12a1 1 0 0 0-.999-1H2A1 1 0 0 0 1 2v3a1 1 0 1 0 1.998 0V3h1.997a1 1 0 0 0 1-1Zm4.012 12a1 1 0 0 0 .999 1H14A1 1 0 0 0 15 14v-3a1 1 0 1 0-1.998 0v2h-1.997a1 1 0 0 0-1 1Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 3a1 1 0 1 0 0 2h13v8.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L20 13.586V4a1 1 0 0 0-1-1H5ZM4 20v-9.586l-1.293 1.293a1 1 0 0 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0l3 3a1 1 0 1 1-1.414 1.414L6 10.414V19h13a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M3 0a1 1 0 0 0 0 2h9v5.586l-.293-.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414L14 7.586V1a1 1 0 0 0-1-1H3ZM2 14V7.414l-.293.293A1 1 0 0 1 .293 6.293l2-2a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1-1.414 1.414L4 7.414V13h9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 8a1 1 0 0 0 .999 1h4.996a1 1 0 0 0 1-1V3a1 1 0 1 0-1.999 0v4H3A1 1 0 0 0 2 8Zm20 8a1 1 0 0 0-.999-1h-4.996a1 1 0 0 0-1 1v5a1 1 0 1 0 1.999 0v-4H21A1 1 0 0 0 22 16Zm0-8a1 1 0 0 1-.999 1h-4.996a1 1 0 0 1-1-1V3a1 1 0 1 1 1.999 0v4H21A1 1 0 0 1 22 8ZM2 16a1 1 0 0 1 .999-1h4.996a1 1 0 0 1 1 1v5a1 1 0 1 1-1.999 0v-4H3A1 1 0 0 1 2 16Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 5a1 1 0 0 0 .999 1h2.996a1 1 0 0 0 1-1V2a1 1 0 1 0-1.999 0v2H2A1 1 0 0 0 1 5Zm14 6a1 1 0 0 0-.999-1h-2.996a1 1 0 0 0-1 1v3a1 1 0 1 0 1.999 0v-2H14A1 1 0 0 0 15 11Zm0-6a1 1 0 0 1-.999 1h-2.996a1 1 0 0 1-1-1V2a1 1 0 1 1 1.999 0v2H14A1 1 0 0 1 15 5ZM1 11a1 1 0 0 1 .999-1h2.996a1 1 0 0 1 1 1v3a1 1 0 1 1-1.999 0v-2H2A1 1 0 0 1 1 11Z"/></svg>
|