@semcore/icon 16.2.3 → 16.4.0-prerelease.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 +17 -0
- package/Gift/l/index.d.ts +6 -0
- package/Gift/l/index.js +35 -0
- package/Gift/l/index.mjs +25 -0
- package/Gift/m/index.d.ts +6 -0
- package/Gift/m/index.js +35 -0
- package/Gift/m/index.mjs +25 -0
- package/MathPlus/m/index.js +1 -1
- package/MathPlus/m/index.mjs +1 -1
- package/Text/m/index.js +1 -1
- package/Text/m/index.mjs +1 -1
- package/TextBold/l/index.d.ts +6 -0
- package/TextBold/l/index.js +37 -0
- package/TextBold/l/index.mjs +27 -0
- package/TextBold/m/index.d.ts +6 -0
- package/TextBold/m/index.js +37 -0
- package/TextBold/m/index.mjs +27 -0
- package/TextItalic/l/index.d.ts +6 -0
- package/TextItalic/l/index.js +35 -0
- package/TextItalic/l/index.mjs +25 -0
- package/TextItalic/m/index.d.ts +6 -0
- package/TextItalic/m/index.js +36 -0
- package/TextItalic/m/index.mjs +26 -0
- package/TextQuotes/l/index.d.ts +6 -0
- package/TextQuotes/l/index.js +35 -0
- package/TextQuotes/l/index.mjs +25 -0
- package/TextQuotes/m/index.d.ts +6 -0
- package/TextQuotes/m/index.js +35 -0
- package/TextQuotes/m/index.mjs +25 -0
- package/TextUnderline/l/index.d.ts +6 -0
- package/TextUnderline/l/index.js +35 -0
- package/TextUnderline/l/index.mjs +25 -0
- package/TextUnderline/m/index.d.ts +6 -0
- package/TextUnderline/m/index.js +35 -0
- package/TextUnderline/m/index.mjs +25 -0
- package/color/Confluence/l/index.js +4 -4
- package/color/Confluence/l/index.mjs +4 -4
- package/color/Confluence/m/index.js +4 -4
- package/color/Confluence/m/index.mjs +4 -4
- package/color/MetaColored/l/index.js +4 -4
- package/color/MetaColored/l/index.mjs +4 -4
- package/color/MetaColored/m/index.js +4 -4
- package/color/MetaColored/m/index.mjs +4 -4
- package/color/MicrosoftOffice/l/index.js +10 -10
- package/color/MicrosoftOffice/l/index.mjs +10 -10
- package/color/MicrosoftOffice/m/index.js +10 -10
- package/color/MicrosoftOffice/m/index.mjs +10 -10
- package/lib/cjs/Icon.js +4 -4
- package/lib/es6/Icon.js +4 -4
- package/lib/esm/Icon.mjs +5 -5
- package/package.json +222 -172
- package/pay/Discover/l/index.js +1 -1
- package/pay/Discover/l/index.mjs +1 -1
- package/pay/Discover/m/index.js +1 -1
- package/pay/Discover/m/index.mjs +1 -1
- package/pay/JCB/l/index.js +10 -10
- package/pay/JCB/l/index.mjs +10 -10
- package/pay/JCB/m/index.js +10 -10
- package/pay/JCB/m/index.mjs +10 -10
- package/pay/Visa/l/index.js +2 -2
- package/pay/Visa/l/index.mjs +2 -2
- package/pay/Visa/m/index.js +2 -2
- package/pay/Visa/m/index.mjs +2 -2
- package/svg/icon/Gift/l.svg +1 -0
- package/svg/icon/Gift/m.svg +1 -0
- package/svg/icon/MathPlus/m.svg +1 -1
- package/svg/icon/Text/m.svg +1 -1
- package/svg/icon/TextBold/l.svg +1 -0
- package/svg/icon/TextBold/m.svg +1 -0
- package/svg/icon/TextItalic/l.svg +1 -0
- package/svg/icon/TextItalic/m.svg +1 -0
- package/svg/icon/TextQuotes/l.svg +1 -0
- package/svg/icon/TextQuotes/m.svg +1 -0
- package/svg/icon/TextUnderline/l.svg +1 -0
- package/svg/icon/TextUnderline/m.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [16.4.0] - 2025-07-21
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- New icons: `TextBold`, `TextItalic`, `TextQuotes` and `TextUnderline`.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- `Text` icon to visually match new text format icons.
|
|
14
|
+
- `MathPlus` icon.
|
|
15
|
+
|
|
16
|
+
## [16.3.0] - 2025-07-18
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- New `Gift` icon.
|
|
21
|
+
|
|
5
22
|
## [16.2.3] - 2025-06-24
|
|
6
23
|
|
|
7
24
|
### Changed
|
package/Gift/l/index.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootGift(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "Gift",
|
|
25
|
+
"data-group": "l",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
d: "M14.231 1.384c1.497-.783 3.025-.271 3.917.755 1.26 1.45 1.01 3.556-.29 4.866H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v8a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-8H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3.142c-1.3-1.31-1.55-3.417-.29-4.866.892-1.026 2.42-1.538 3.917-.755.864.452 1.623 1.299 2.231 2.53.608-1.231 1.367-2.078 2.231-2.53ZM6 20.004h5v-7H6v7Zm7 0h5v-7h-5v7Zm-9-9h7v-2H4v2Zm9 0h7v-2h-7v2ZM7.36 3.452c-.91 1.049.065 2.225 1.028 2.747.598.325 1.436.61 2.578.788-.287-1.183-.643-2.046-1.014-2.657-.513-.845-1.681-1.925-2.592-.878Zm6.688.878c-.371.61-.727 1.474-1.014 2.657 1.142-.178 1.98-.463 2.578-.788.963-.522 1.927-1.711 1.028-2.747-.907-1.043-2.07.02-2.592.878Z",
|
|
31
|
+
shapeRendering: "geometricPrecision"
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
RootGift.displayName = 'Gift';
|
|
35
|
+
var Gift = exports["default"] = (0, _core.createBaseComponent)(RootGift);
|
package/Gift/l/index.mjs
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootGift({
|
|
6
|
+
width = '24',
|
|
7
|
+
height = '24',
|
|
8
|
+
viewBox = '0 0 24 24',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "Gift",
|
|
14
|
+
"data-group": "l",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M14.231 1.384c1.497-.783 3.025-.271 3.917.755 1.26 1.45 1.01 3.556-.29 4.866H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v8a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-8H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3.142c-1.3-1.31-1.55-3.417-.29-4.866.892-1.026 2.42-1.538 3.917-.755.864.452 1.623 1.299 2.231 2.53.608-1.231 1.367-2.078 2.231-2.53ZM6 20.004h5v-7H6v7Zm7 0h5v-7h-5v7Zm-9-9h7v-2H4v2Zm9 0h7v-2h-7v2ZM7.36 3.452c-.91 1.049.065 2.225 1.028 2.747.598.325 1.436.61 2.578.788-.287-1.183-.643-2.046-1.014-2.657-.513-.845-1.681-1.925-2.592-.878Zm6.688.878c-.371.61-.727 1.474-1.014 2.657 1.142-.178 1.98-.463 2.578-.788.963-.522 1.927-1.711 1.028-2.747-.907-1.043-2.07.02-2.592.878Z",
|
|
20
|
+
shapeRendering: "geometricPrecision"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
RootGift.displayName = 'Gift';
|
|
24
|
+
const Gift = createBaseComponent(RootGift);
|
|
25
|
+
export { Gift as default };
|
package/Gift/m/index.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootGift(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "Gift",
|
|
25
|
+
"data-group": "m",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
d: "M9.854.311c1.318-.664 2.626-.178 3.386.72.955 1.126.986 2.783.143 3.972H15a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v4a1 1 0 0 1-1 1H3a.992.992 0 0 1-1-1v-4H1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h1.617c-.843-1.189-.812-2.846.143-3.972C3.52.133 4.828-.353 6.146.31 6.856.668 7.478 1.326 8 2.26 8.52 1.326 9.144.669 9.854.311ZM4 14.003h8v-3H4v3Zm-2-5h12v-2H2v2Zm7.9-6.03c-.298.463-.598 1.122-.86 2.03.993 0 2.385-.403 2.843-1.377a1.218 1.218 0 0 0-.168-1.303c-.623-.735-1.433.057-1.816.65Zm-5.615-.65c-.28.331-.387.838-.168 1.303.458.974 1.85 1.377 2.844 1.377-.263-.908-.563-1.567-.86-2.03-.383-.593-1.193-1.385-1.816-.65Z",
|
|
31
|
+
shapeRendering: "geometricPrecision"
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
RootGift.displayName = 'Gift';
|
|
35
|
+
var Gift = exports["default"] = (0, _core.createBaseComponent)(RootGift);
|
package/Gift/m/index.mjs
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootGift({
|
|
6
|
+
width = '16',
|
|
7
|
+
height = '16',
|
|
8
|
+
viewBox = '0 0 16 16',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "Gift",
|
|
14
|
+
"data-group": "m",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M9.854.311c1.318-.664 2.626-.178 3.386.72.955 1.126.986 2.783.143 3.972H15a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v4a1 1 0 0 1-1 1H3a.992.992 0 0 1-1-1v-4H1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h1.617c-.843-1.189-.812-2.846.143-3.972C3.52.133 4.828-.353 6.146.31 6.856.668 7.478 1.326 8 2.26 8.52 1.326 9.144.669 9.854.311ZM4 14.003h8v-3H4v3Zm-2-5h12v-2H2v2Zm7.9-6.03c-.298.463-.598 1.122-.86 2.03.993 0 2.385-.403 2.843-1.377a1.218 1.218 0 0 0-.168-1.303c-.623-.735-1.433.057-1.816.65Zm-5.615-.65c-.28.331-.387.838-.168 1.303.458.974 1.85 1.377 2.844 1.377-.263-.908-.563-1.567-.86-2.03-.383-.593-1.193-1.385-1.816-.65Z",
|
|
20
|
+
shapeRendering: "geometricPrecision"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
RootGift.displayName = 'Gift';
|
|
24
|
+
const Gift = createBaseComponent(RootGift);
|
|
25
|
+
export { Gift as default };
|
package/MathPlus/m/index.js
CHANGED
|
@@ -27,7 +27,7 @@ function RootMathPlus(_ref, ref) {
|
|
|
27
27
|
height: height,
|
|
28
28
|
viewBox: viewBox
|
|
29
29
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
-
d: "M3
|
|
30
|
+
d: "M3 8.004c0 .594.5 1 1 1h3v3c0 .5.402 1 1 1s1-.5 1-1v-3h3c.5 0 1-.399 1-1 0-.602-.5-1-1-1H9v-3c0-.5-.402-1-1-1s-1 .5-1 1v3H4c-.5 0-1 .406-1 1Z",
|
|
31
31
|
shapeRendering: "geometricPrecision"
|
|
32
32
|
}));
|
|
33
33
|
}
|
package/MathPlus/m/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ function RootMathPlus({
|
|
|
16
16
|
height: height,
|
|
17
17
|
viewBox: viewBox
|
|
18
18
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
-
d: "M3
|
|
19
|
+
d: "M3 8.004c0 .594.5 1 1 1h3v3c0 .5.402 1 1 1s1-.5 1-1v-3h3c.5 0 1-.399 1-1 0-.602-.5-1-1-1H9v-3c0-.5-.402-1-1-1s-1 .5-1 1v3H4c-.5 0-1 .406-1 1Z",
|
|
20
20
|
shapeRendering: "geometricPrecision"
|
|
21
21
|
}));
|
|
22
22
|
}
|
package/Text/m/index.js
CHANGED
|
@@ -27,7 +27,7 @@ function RootText(_ref, ref) {
|
|
|
27
27
|
height: height,
|
|
28
28
|
viewBox: viewBox
|
|
29
29
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
-
d: "M3
|
|
30
|
+
d: "M3 3.004a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0H9v8h1a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h1v-8H5a1 1 0 0 1-2 0v-1Z",
|
|
31
31
|
shapeRendering: "geometricPrecision"
|
|
32
32
|
}));
|
|
33
33
|
}
|
package/Text/m/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ function RootText({
|
|
|
16
16
|
height: height,
|
|
17
17
|
viewBox: viewBox
|
|
18
18
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
-
d: "M3
|
|
19
|
+
d: "M3 3.004a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0H9v8h1a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h1v-8H5a1 1 0 0 1-2 0v-1Z",
|
|
20
20
|
shapeRendering: "geometricPrecision"
|
|
21
21
|
}));
|
|
22
22
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootTextBold(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "TextBold",
|
|
25
|
+
"data-group": "l",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M12.5 4.004a4.5 4.5 0 0 1 3.255 7.604 4.5 4.5 0 0 1-2.255 8.396H7a1 1 0 0 1-1-1v-14a1 1 0 0 1 1-1h5.5Zm-4.5 14h5.5a2.5 2.5 0 0 0 .256-4.987l-.256-.013H8v5Zm0-7h4.5a2.5 2.5 0 0 0 0-5H8v5Z",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
shapeRendering: "geometricPrecision"
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
RootTextBold.displayName = 'TextBold';
|
|
37
|
+
var TextBold = exports["default"] = (0, _core.createBaseComponent)(RootTextBold);
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootTextBold({
|
|
6
|
+
width = '24',
|
|
7
|
+
height = '24',
|
|
8
|
+
viewBox = '0 0 24 24',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "TextBold",
|
|
14
|
+
"data-group": "l",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M12.5 4.004a4.5 4.5 0 0 1 3.255 7.604 4.5 4.5 0 0 1-2.255 8.396H7a1 1 0 0 1-1-1v-14a1 1 0 0 1 1-1h5.5Zm-4.5 14h5.5a2.5 2.5 0 0 0 .256-4.987l-.256-.013H8v5Zm0-7h4.5a2.5 2.5 0 0 0 0-5H8v5Z",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
RootTextBold.displayName = 'TextBold';
|
|
26
|
+
const TextBold = createBaseComponent(RootTextBold);
|
|
27
|
+
export { TextBold as default };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootTextBold(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "TextBold",
|
|
25
|
+
"data-group": "m",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
d: "M7.706 2.004c1.82 0 3.294 1.63 3.294 3.562a3.54 3.54 0 0 1-.581 1.964C11.367 8.163 12 9.3 12 10.566c0 1.933-1.475 3.438-3.294 3.438H5a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1h2.706ZM6 12.004h2.706c.78 0 1.412-.61 1.412-1.438s-.632-1.562-1.412-1.562H6v3Zm0-5h1.706c.78 0 1.411-.61 1.411-1.438s-.631-1.562-1.411-1.562H6v3Z",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
shapeRendering: "geometricPrecision"
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
RootTextBold.displayName = 'TextBold';
|
|
37
|
+
var TextBold = exports["default"] = (0, _core.createBaseComponent)(RootTextBold);
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootTextBold({
|
|
6
|
+
width = '16',
|
|
7
|
+
height = '16',
|
|
8
|
+
viewBox = '0 0 16 16',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "TextBold",
|
|
14
|
+
"data-group": "m",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M7.706 2.004c1.82 0 3.294 1.63 3.294 3.562a3.54 3.54 0 0 1-.581 1.964C11.367 8.163 12 9.3 12 10.566c0 1.933-1.475 3.438-3.294 3.438H5a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1h2.706ZM6 12.004h2.706c.78 0 1.412-.61 1.412-1.438s-.632-1.562-1.412-1.562H6v3Zm0-5h1.706c.78 0 1.411-.61 1.411-1.438s-.631-1.562-1.411-1.562H6v3Z",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
RootTextBold.displayName = 'TextBold';
|
|
26
|
+
const TextBold = createBaseComponent(RootTextBold);
|
|
27
|
+
export { TextBold as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootTextItalic(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "TextItalic",
|
|
25
|
+
"data-group": "l",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
d: "M17 4.004a1 1 0 1 1 0 2h-2.245l-3.429 12H13a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h2.245l3.429-12H11a1 1 0 1 1 0-2h6Z",
|
|
31
|
+
shapeRendering: "geometricPrecision"
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
RootTextItalic.displayName = 'TextItalic';
|
|
35
|
+
var TextItalic = exports["default"] = (0, _core.createBaseComponent)(RootTextItalic);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootTextItalic({
|
|
6
|
+
width = '24',
|
|
7
|
+
height = '24',
|
|
8
|
+
viewBox = '0 0 24 24',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "TextItalic",
|
|
14
|
+
"data-group": "l",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M17 4.004a1 1 0 1 1 0 2h-2.245l-3.429 12H13a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h2.245l3.429-12H11a1 1 0 1 1 0-2h6Z",
|
|
20
|
+
shapeRendering: "geometricPrecision"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
RootTextItalic.displayName = 'TextItalic';
|
|
24
|
+
const TextItalic = createBaseComponent(RootTextItalic);
|
|
25
|
+
export { TextItalic as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootTextItalic(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "TextItalic",
|
|
25
|
+
"data-group": "m",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
fill: "#191B23",
|
|
31
|
+
d: "M12 2.004a1 1 0 1 1 0 2h-1.22l-2.5 8H9a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1.22l2.5-8H8a1 1 0 0 1 0-2h4Z",
|
|
32
|
+
shapeRendering: "geometricPrecision"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
RootTextItalic.displayName = 'TextItalic';
|
|
36
|
+
var TextItalic = exports["default"] = (0, _core.createBaseComponent)(RootTextItalic);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootTextItalic({
|
|
6
|
+
width = '16',
|
|
7
|
+
height = '16',
|
|
8
|
+
viewBox = '0 0 16 16',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "TextItalic",
|
|
14
|
+
"data-group": "m",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#191B23",
|
|
20
|
+
d: "M12 2.004a1 1 0 1 1 0 2h-1.22l-2.5 8H9a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1.22l2.5-8H8a1 1 0 0 1 0-2h4Z",
|
|
21
|
+
shapeRendering: "geometricPrecision"
|
|
22
|
+
}));
|
|
23
|
+
}
|
|
24
|
+
RootTextItalic.displayName = 'TextItalic';
|
|
25
|
+
const TextItalic = createBaseComponent(RootTextItalic);
|
|
26
|
+
export { TextItalic as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootTextQuotes(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "TextQuotes",
|
|
25
|
+
"data-group": "l",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
d: "M9.333 6.004c.737 0 1.334.65 1.334 1.45v4.748a1.553 1.553 0 0 1-.224.804l-2.667 4.352c-.408.666-1.236.846-1.849.402-.613-.444-.778-1.345-.37-2.011l1.285-2.097H5.333c-.736 0-1.333-.65-1.333-1.45V7.454c0-.8.597-1.45 1.333-1.45h4ZM18.667 6.004c.736 0 1.333.65 1.333 1.45v4.748c0 .159-.016.27-.059.422a1.492 1.492 0 0 1-.165.382l-2.667 4.352c-.408.666-1.236.846-1.849.402-.612-.444-.778-1.345-.37-2.011l1.286-2.097h-1.51c-.736 0-1.333-.65-1.333-1.45V7.454c0-.8.597-1.45 1.334-1.45h4Z",
|
|
31
|
+
shapeRendering: "geometricPrecision"
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
RootTextQuotes.displayName = 'TextQuotes';
|
|
35
|
+
var TextQuotes = exports["default"] = (0, _core.createBaseComponent)(RootTextQuotes);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootTextQuotes({
|
|
6
|
+
width = '24',
|
|
7
|
+
height = '24',
|
|
8
|
+
viewBox = '0 0 24 24',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "TextQuotes",
|
|
14
|
+
"data-group": "l",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M9.333 6.004c.737 0 1.334.65 1.334 1.45v4.748a1.553 1.553 0 0 1-.224.804l-2.667 4.352c-.408.666-1.236.846-1.849.402-.613-.444-.778-1.345-.37-2.011l1.285-2.097H5.333c-.736 0-1.333-.65-1.333-1.45V7.454c0-.8.597-1.45 1.333-1.45h4ZM18.667 6.004c.736 0 1.333.65 1.333 1.45v4.748c0 .159-.016.27-.059.422a1.492 1.492 0 0 1-.165.382l-2.667 4.352c-.408.666-1.236.846-1.849.402-.612-.444-.778-1.345-.37-2.011l1.286-2.097h-1.51c-.736 0-1.333-.65-1.333-1.45V7.454c0-.8.597-1.45 1.334-1.45h4Z",
|
|
20
|
+
shapeRendering: "geometricPrecision"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
RootTextQuotes.displayName = 'TextQuotes';
|
|
24
|
+
const TextQuotes = createBaseComponent(RootTextQuotes);
|
|
25
|
+
export { TextQuotes as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _core = require("@semcore/core");
|
|
12
|
+
var _index = _interopRequireDefault(require("../../lib/cjs/index.js"));
|
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
14
|
+
function RootTextQuotes(_ref, ref) {
|
|
15
|
+
var _ref$width = _ref.width,
|
|
16
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
17
|
+
_ref$height = _ref.height,
|
|
18
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({
|
|
23
|
+
ref: ref,
|
|
24
|
+
"data-name": "TextQuotes",
|
|
25
|
+
"data-group": "m",
|
|
26
|
+
width: width,
|
|
27
|
+
height: height,
|
|
28
|
+
viewBox: viewBox
|
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
30
|
+
d: "M6 4.004a1 1 0 0 1 1 1v3a.988.988 0 0 1-.168.555l-2 3a1 1 0 1 1-1.664-1.11l.964-1.445H3a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3ZM13 4.004a1 1 0 0 1 1 1v3a.99.99 0 0 1-.168.555l-2 3a1 1 0 1 1-1.664-1.11l.964-1.445H10a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3Z",
|
|
31
|
+
shapeRendering: "geometricPrecision"
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
34
|
+
RootTextQuotes.displayName = 'TextQuotes';
|
|
35
|
+
var TextQuotes = exports["default"] = (0, _core.createBaseComponent)(RootTextQuotes);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createBaseComponent } from '@semcore/core';
|
|
4
|
+
import Icon from '../../lib/esm/index.mjs';
|
|
5
|
+
function RootTextQuotes({
|
|
6
|
+
width = '16',
|
|
7
|
+
height = '16',
|
|
8
|
+
viewBox = '0 0 16 16',
|
|
9
|
+
...props
|
|
10
|
+
}, ref) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
12
|
+
ref: ref,
|
|
13
|
+
"data-name": "TextQuotes",
|
|
14
|
+
"data-group": "m",
|
|
15
|
+
width: width,
|
|
16
|
+
height: height,
|
|
17
|
+
viewBox: viewBox
|
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M6 4.004a1 1 0 0 1 1 1v3a.988.988 0 0 1-.168.555l-2 3a1 1 0 1 1-1.664-1.11l.964-1.445H3a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3ZM13 4.004a1 1 0 0 1 1 1v3a.99.99 0 0 1-.168.555l-2 3a1 1 0 1 1-1.664-1.11l.964-1.445H10a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h3Z",
|
|
20
|
+
shapeRendering: "geometricPrecision"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
RootTextQuotes.displayName = 'TextQuotes';
|
|
24
|
+
const TextQuotes = createBaseComponent(RootTextQuotes);
|
|
25
|
+
export { TextQuotes as default };
|