@teamturing/icons 1.29.0 → 1.30.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.
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgEmojiPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEmojiPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgEmojiPlusDash: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEmojiPlusDash;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgPaperPen: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPaperPen;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgPaperPenColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPaperPenColor;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgPaperTwo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPaperTwo;
package/dist/index.d.ts CHANGED
@@ -65,6 +65,8 @@ export { default as DocumentIcon } from './Document';
65
65
  export { default as DotsIcon } from './Dots';
66
66
  export { default as DownloadIcon } from './Download';
67
67
  export { default as EmojiIcon } from './Emoji';
68
+ export { default as EmojiPlusIcon } from './EmojiPlus';
69
+ export { default as EmojiPlusDashIcon } from './EmojiPlusDash';
68
70
  export { default as EngIcon } from './Eng';
69
71
  export { default as EqualIcon } from './Equal';
70
72
  export { default as EraserIcon } from './Eraser';
@@ -131,6 +133,9 @@ export { default as NumberTwoOutlinedIcon } from './NumberTwoOutlined';
131
133
  export { default as OutIcon } from './Out';
132
134
  export { default as PalmTreeColorIcon } from './PalmTreeColor';
133
135
  export { default as PaperCheckIcon } from './PaperCheck';
136
+ export { default as PaperPenIcon } from './PaperPen';
137
+ export { default as PaperPenColorIcon } from './PaperPenColor';
138
+ export { default as PaperTwoIcon } from './PaperTwo';
134
139
  export { default as PauseIcon } from './Pause';
135
140
  export { default as PenIcon } from './Pen';
136
141
  export { default as PercentInCircleIcon } from './PercentInCircle';
package/dist/index.js CHANGED
@@ -1084,6 +1084,37 @@ const SvgEmoji = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
1084
1084
  clipRule: "evenodd"
1085
1085
  }));
1086
1086
 
1087
+ const SvgEmojiPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1088
+ xmlns: "http://www.w3.org/2000/svg",
1089
+ width: "1em",
1090
+ height: "1em",
1091
+ fill: "none",
1092
+ viewBox: "0 0 24 24"
1093
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1094
+ fill: "currentColor",
1095
+ fillRule: "evenodd",
1096
+ d: "M11.98 4.609a2.241 2.241 0 0 0 1.825 3.543h1.121v1.12a2.241 2.241 0 0 0 4.24 1.018c.303.875.468 1.815.468 2.793a8.517 8.517 0 1 1-7.653-8.474Zm2.443 6.77c0 .823-.504 1.49-1.125 1.49s-1.125-.667-1.125-1.49.504-1.49 1.125-1.49 1.125.667 1.125 1.49Zm-4.25 0c0 .823-.504 1.49-1.125 1.49s-1.125-.667-1.125-1.49.504-1.49 1.125-1.49 1.125.667 1.125 1.49Zm3.954 4.677a.75.75 0 0 0-.91-1.193 3.24 3.24 0 0 1-4.06.023.75.75 0 1 0-.967 1.147c.95.8 3.457 1.912 5.937.023Z",
1097
+ clipRule: "evenodd"
1098
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1099
+ fill: "currentColor",
1100
+ fillRule: "evenodd",
1101
+ d: "M18.056 2.541a.941.941 0 1 0-1.882 0v2.481h-2.338a.913.913 0 1 0 0 1.825h2.338v2.367a.941.941 0 1 0 1.882 0V6.847h2.51a.912.912 0 1 0 0-1.825h-2.51v-2.48Z",
1102
+ clipRule: "evenodd"
1103
+ }));
1104
+
1105
+ const SvgEmojiPlusDash = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1106
+ xmlns: "http://www.w3.org/2000/svg",
1107
+ width: "1em",
1108
+ height: "1em",
1109
+ fill: "none",
1110
+ viewBox: "0 0 24 24"
1111
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1112
+ fill: "currentColor",
1113
+ fillRule: "evenodd",
1114
+ d: "M11.978 4.613a2.23 2.23 0 0 0-.376 1.724 6.89 6.89 0 0 0-1.373.04l-.113-.867-.113-.868a8.595 8.595 0 0 1 1.975-.029Zm6.712 9.47.868.114a8.591 8.591 0 0 0 0-2.224l-.868.113-.867.113a6.847 6.847 0 0 1 0 1.772l.867.113ZM8.19 6.025l-.334-.808A8.506 8.506 0 0 0 5.93 6.33l.533.694.533.694c.467-.358.98-.657 1.529-.884l-.335-.809Zm-3.137 2.41-.694-.533a8.506 8.506 0 0 0-1.113 1.925l.808.335.809.335a6.756 6.756 0 0 1 .884-1.529l-.694-.533ZM2.6 13.085c0-.377.024-.748.072-1.112l.868.113.867.113a6.844 6.844 0 0 0 0 1.772l-.867.113-.868.113a8.595 8.595 0 0 1-.072-1.112Zm1.454 2.924-.808.335A8.506 8.506 0 0 0 4.36 18.27l.694-.533.694-.534a6.757 6.757 0 0 1-.884-1.528l-.809.335Zm2.41 3.138-.533.694a8.51 8.51 0 0 0 1.925 1.113l.335-.808.335-.809a6.755 6.755 0 0 1-1.529-.884l-.533.694Zm3.652 1.513-.113.868a8.592 8.592 0 0 0 2.224 0l-.113-.868-.113-.867a6.85 6.85 0 0 1-1.772 0l-.113.867Zm3.923-.514.335.808A8.51 8.51 0 0 0 16.3 19.84l-.533-.694-.534-.694c-.466.358-.979.657-1.528.884l.335.809Zm3.138-2.41.694.533a8.51 8.51 0 0 0 1.113-1.925l-.808-.335-.809-.335a6.756 6.756 0 0 1-.884 1.529l.694.533ZM18.056 2.541a.941.941 0 0 0-1.882 0v2.481h-2.338a.913.913 0 0 0 0 1.825h2.338v2.367a.941.941 0 0 0 1.882 0V6.847h2.51a.912.912 0 1 0 0-1.825h-2.51v-2.48ZM14.42 11.382c0 .822-.504 1.49-1.125 1.49-.62 0-1.124-.668-1.124-1.49 0-.823.503-1.49 1.124-1.49.621 0 1.125.667 1.125 1.49Zm-4.249 0c0 .822-.503 1.49-1.125 1.49-.62 0-1.124-.668-1.124-1.49 0-.823.503-1.49 1.124-1.49.622 0 1.125.667 1.125 1.49Zm3.953 4.675a.75.75 0 1 0-.909-1.192 3.24 3.24 0 0 1-4.06.022.75.75 0 1 0-.966 1.147c.949.8 3.456 1.912 5.935.023Z",
1115
+ clipRule: "evenodd"
1116
+ }));
1117
+
1087
1118
  const SvgEng = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1088
1119
  xmlns: "http://www.w3.org/2000/svg",
1089
1120
  width: "1em",
@@ -2101,6 +2132,74 @@ const SvgPaperCheck = props => /*#__PURE__*/React__namespace.createElement("svg"
2101
2132
  d: "M15.766 16.327H31.44V32H15.766z"
2102
2133
  }))));
2103
2134
 
2135
+ const SvgPaperPen = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2136
+ xmlns: "http://www.w3.org/2000/svg",
2137
+ width: "1em",
2138
+ height: "1em",
2139
+ fill: "none",
2140
+ viewBox: "0 0 24 24"
2141
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
2142
+ fill: "currentColor",
2143
+ clipPath: "url(#paper_pen_svg__a)"
2144
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
2145
+ width: 16.457,
2146
+ height: 20.197,
2147
+ x: 3.5,
2148
+ y: 1.645,
2149
+ opacity: 0.6,
2150
+ rx: 1.175
2151
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2152
+ fillRule: "evenodd",
2153
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
2154
+ clipRule: "evenodd"
2155
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2156
+ id: "paper_pen_svg__a"
2157
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2158
+ fill: "#fff",
2159
+ d: "M0 0h24v24H0z"
2160
+ }))));
2161
+
2162
+ const SvgPaperPenColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2163
+ xmlns: "http://www.w3.org/2000/svg",
2164
+ width: "1em",
2165
+ height: "1em",
2166
+ fill: "none",
2167
+ viewBox: "0 0 24 24"
2168
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
2169
+ clipPath: "url(#paper_pen_color_svg__a)"
2170
+ }, /*#__PURE__*/React__namespace.createElement("rect", {
2171
+ width: 16.457,
2172
+ height: 20.197,
2173
+ x: 3.5,
2174
+ y: 1.645,
2175
+ fill: "#C6D8FA",
2176
+ rx: 1.175
2177
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2178
+ fill: "#6D99F1",
2179
+ fillRule: "evenodd",
2180
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
2181
+ clipRule: "evenodd"
2182
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2183
+ id: "paper_pen_color_svg__a"
2184
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2185
+ fill: "#fff",
2186
+ d: "M0 0h24v24H0z"
2187
+ }))));
2188
+
2189
+ const SvgPaperTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2190
+ xmlns: "http://www.w3.org/2000/svg",
2191
+ width: "1em",
2192
+ height: "1em",
2193
+ fill: "none",
2194
+ viewBox: "0 0 24 24"
2195
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2196
+ fill: "currentColor",
2197
+ d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41H17.2a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5H8.1Z"
2198
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2199
+ fill: "currentColor",
2200
+ d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
2201
+ }));
2202
+
2104
2203
  const SvgPause = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2105
2204
  xmlns: "http://www.w3.org/2000/svg",
2106
2205
  width: "1em",
@@ -3409,6 +3508,8 @@ exports.DocumentIcon = SvgDocument;
3409
3508
  exports.DotsIcon = SvgDots;
3410
3509
  exports.DownloadIcon = SvgDownload;
3411
3510
  exports.EmojiIcon = SvgEmoji;
3511
+ exports.EmojiPlusDashIcon = SvgEmojiPlusDash;
3512
+ exports.EmojiPlusIcon = SvgEmojiPlus;
3412
3513
  exports.EngIcon = SvgEng;
3413
3514
  exports.EqualIcon = SvgEqual;
3414
3515
  exports.EraserIcon = SvgEraser;
@@ -3475,6 +3576,9 @@ exports.NumberTwoOutlinedIcon = SvgNumberTwoOutlined;
3475
3576
  exports.OutIcon = SvgOut;
3476
3577
  exports.PalmTreeColorIcon = SvgPalmTreeColor;
3477
3578
  exports.PaperCheckIcon = SvgPaperCheck;
3579
+ exports.PaperPenColorIcon = SvgPaperPenColor;
3580
+ exports.PaperPenIcon = SvgPaperPen;
3581
+ exports.PaperTwoIcon = SvgPaperTwo;
3478
3582
  exports.PauseIcon = SvgPause;
3479
3583
  exports.PenIcon = SvgPen;
3480
3584
  exports.PercentInCircleIcon = SvgPercentInCircle;
@@ -0,0 +1,22 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEmojiPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M11.98 4.609a2.241 2.241 0 0 0 1.825 3.543h1.121v1.12a2.241 2.241 0 0 0 4.24 1.018c.303.875.468 1.815.468 2.793a8.517 8.517 0 1 1-7.653-8.474Zm2.443 6.77c0 .823-.504 1.49-1.125 1.49s-1.125-.667-1.125-1.49.504-1.49 1.125-1.49 1.125.667 1.125 1.49Zm-4.25 0c0 .823-.504 1.49-1.125 1.49s-1.125-.667-1.125-1.49.504-1.49 1.125-1.49 1.125.667 1.125 1.49Zm3.954 4.677a.75.75 0 0 0-.91-1.193 3.24 3.24 0 0 1-4.06.023.75.75 0 1 0-.967 1.147c.95.8 3.457 1.912 5.937.023Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ d: "M18.056 2.541a.941.941 0 1 0-1.882 0v2.481h-2.338a.913.913 0 1 0 0 1.825h2.338v2.367a.941.941 0 1 0 1.882 0V6.847h2.51a.912.912 0 1 0 0-1.825h-2.51v-2.48Z",
19
+ clipRule: "evenodd"
20
+ }));
21
+
22
+ export { SvgEmojiPlus as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEmojiPlusDash = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M11.978 4.613a2.23 2.23 0 0 0-.376 1.724 6.89 6.89 0 0 0-1.373.04l-.113-.867-.113-.868a8.595 8.595 0 0 1 1.975-.029Zm6.712 9.47.868.114a8.591 8.591 0 0 0 0-2.224l-.868.113-.867.113a6.847 6.847 0 0 1 0 1.772l.867.113ZM8.19 6.025l-.334-.808A8.506 8.506 0 0 0 5.93 6.33l.533.694.533.694c.467-.358.98-.657 1.529-.884l-.335-.809Zm-3.137 2.41-.694-.533a8.506 8.506 0 0 0-1.113 1.925l.808.335.809.335a6.756 6.756 0 0 1 .884-1.529l-.694-.533ZM2.6 13.085c0-.377.024-.748.072-1.112l.868.113.867.113a6.844 6.844 0 0 0 0 1.772l-.867.113-.868.113a8.595 8.595 0 0 1-.072-1.112Zm1.454 2.924-.808.335A8.506 8.506 0 0 0 4.36 18.27l.694-.533.694-.534a6.757 6.757 0 0 1-.884-1.528l-.809.335Zm2.41 3.138-.533.694a8.51 8.51 0 0 0 1.925 1.113l.335-.808.335-.809a6.755 6.755 0 0 1-1.529-.884l-.533.694Zm3.652 1.513-.113.868a8.592 8.592 0 0 0 2.224 0l-.113-.868-.113-.867a6.85 6.85 0 0 1-1.772 0l-.113.867Zm3.923-.514.335.808A8.51 8.51 0 0 0 16.3 19.84l-.533-.694-.534-.694c-.466.358-.979.657-1.528.884l.335.809Zm3.138-2.41.694.533a8.51 8.51 0 0 0 1.113-1.925l-.808-.335-.809-.335a6.756 6.756 0 0 1-.884 1.529l.694.533ZM18.056 2.541a.941.941 0 0 0-1.882 0v2.481h-2.338a.913.913 0 0 0 0 1.825h2.338v2.367a.941.941 0 0 0 1.882 0V6.847h2.51a.912.912 0 1 0 0-1.825h-2.51v-2.48ZM14.42 11.382c0 .822-.504 1.49-1.125 1.49-.62 0-1.124-.668-1.124-1.49 0-.823.503-1.49 1.124-1.49.621 0 1.125.667 1.125 1.49Zm-4.249 0c0 .822-.503 1.49-1.125 1.49-.62 0-1.124-.668-1.124-1.49 0-.823.503-1.49 1.124-1.49.622 0 1.125.667 1.125 1.49Zm3.953 4.675a.75.75 0 1 0-.909-1.192 3.24 3.24 0 0 1-4.06.022.75.75 0 1 0-.966 1.147c.949.8 3.456 1.912 5.935.023Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgEmojiPlusDash as default };
@@ -0,0 +1,31 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPaperPen = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ fill: "currentColor",
12
+ clipPath: "url(#paper_pen_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("rect", {
14
+ width: 16.457,
15
+ height: 20.197,
16
+ x: 3.5,
17
+ y: 1.645,
18
+ opacity: 0.6,
19
+ rx: 1.175
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
23
+ clipRule: "evenodd"
24
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
25
+ id: "paper_pen_svg__a"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ fill: "#fff",
28
+ d: "M0 0h24v24H0z"
29
+ }))));
30
+
31
+ export { SvgPaperPen as default };
@@ -0,0 +1,31 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPaperPenColor = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ clipPath: "url(#paper_pen_color_svg__a)"
12
+ }, /*#__PURE__*/React.createElement("rect", {
13
+ width: 16.457,
14
+ height: 20.197,
15
+ x: 3.5,
16
+ y: 1.645,
17
+ fill: "#C6D8FA",
18
+ rx: 1.175
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fill: "#6D99F1",
21
+ fillRule: "evenodd",
22
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
23
+ clipRule: "evenodd"
24
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
25
+ id: "paper_pen_color_svg__a"
26
+ }, /*#__PURE__*/React.createElement("path", {
27
+ fill: "#fff",
28
+ d: "M0 0h24v24H0z"
29
+ }))));
30
+
31
+ export { SvgPaperPenColor as default };
@@ -0,0 +1,18 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPaperTwo = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41H17.2a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5H8.1Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "currentColor",
15
+ d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
16
+ }));
17
+
18
+ export { SvgPaperTwo as default };
package/esm/index.js CHANGED
@@ -65,6 +65,8 @@ export { default as DocumentIcon } from './Document.js';
65
65
  export { default as DotsIcon } from './Dots.js';
66
66
  export { default as DownloadIcon } from './Download.js';
67
67
  export { default as EmojiIcon } from './Emoji.js';
68
+ export { default as EmojiPlusIcon } from './EmojiPlus.js';
69
+ export { default as EmojiPlusDashIcon } from './EmojiPlusDash.js';
68
70
  export { default as EngIcon } from './Eng.js';
69
71
  export { default as EqualIcon } from './Equal.js';
70
72
  export { default as EraserIcon } from './Eraser.js';
@@ -131,6 +133,9 @@ export { default as NumberTwoOutlinedIcon } from './NumberTwoOutlined.js';
131
133
  export { default as OutIcon } from './Out.js';
132
134
  export { default as PalmTreeColorIcon } from './PalmTreeColor.js';
133
135
  export { default as PaperCheckIcon } from './PaperCheck.js';
136
+ export { default as PaperPenIcon } from './PaperPen.js';
137
+ export { default as PaperPenColorIcon } from './PaperPenColor.js';
138
+ export { default as PaperTwoIcon } from './PaperTwo.js';
134
139
  export { default as PauseIcon } from './Pause.js';
135
140
  export { default as PenIcon } from './Pen.js';
136
141
  export { default as PercentInCircleIcon } from './PercentInCircle.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
4
4
  "description": "Icon components for React based project",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -38,5 +38,5 @@
38
38
  "peerDependencies": {
39
39
  "react": "^18.2.0"
40
40
  },
41
- "gitHead": "f2b76ce1012dc38f40c5d5a71f16d06883c6fddf"
41
+ "gitHead": "a14bdd4f7702bf1b60cb049a9b07e512d54c9dc9"
42
42
  }
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.9806 4.60903C11.7185 4.97596 11.5642 5.42526 11.5642 5.9106C11.5642 7.14846 12.5677 8.15194 13.8056 8.15194H14.9262V9.27262C14.9262 10.5105 15.9297 11.514 17.1676 11.514C18.0394 11.514 18.7949 11.0162 19.1655 10.2895C19.4692 11.1645 19.6342 12.1045 19.6342 13.0829C19.6342 17.7868 15.821 21.6 11.1171 21.6C6.41322 21.6 2.59998 17.7868 2.59998 13.0829C2.59998 8.37904 6.41322 4.5658 11.1171 4.5658C11.4086 4.5658 11.6967 4.58044 11.9806 4.60903ZM14.4226 11.3791C14.4226 12.202 13.919 12.8691 13.2978 12.8691C12.6766 12.8691 12.173 12.202 12.173 11.3791C12.173 10.5561 12.6766 9.88899 13.2978 9.88899C13.919 9.88899 14.4226 10.5561 14.4226 11.3791ZM10.1729 11.3791C10.1729 12.202 9.66925 12.8691 9.04802 12.8691C8.42678 12.8691 7.92317 12.202 7.92317 11.3791C7.92317 10.5561 8.42678 9.88902 9.04802 9.88902C9.66925 9.88902 10.1729 10.5561 10.1729 11.3791ZM14.1269 16.0559C14.4563 15.8049 14.5199 15.3343 14.2689 15.0048C14.0179 14.6754 13.5474 14.6118 13.2179 14.8628C11.4983 16.1731 9.78979 15.4194 9.15612 14.8857C8.83933 14.6189 8.36625 14.6594 8.09948 14.9763C7.83271 15.2931 7.87325 15.7662 8.19005 16.033C9.13949 16.8326 11.647 17.9455 14.1269 16.0559Z" fill="#8D94A0"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.0563 2.54107C18.0563 2.02134 17.635 1.60001 17.1152 1.60001C16.5955 1.60001 16.1742 2.02133 16.1742 2.54107V5.02206H13.8358C13.3318 5.02206 12.9232 5.43062 12.9232 5.93461C12.9232 6.43859 13.3318 6.84715 13.8358 6.84715H16.1742V9.21407C16.1742 9.73381 16.5955 10.1551 17.1152 10.1551C17.635 10.1551 18.0563 9.73381 18.0563 9.21407V6.84715H20.5658C21.0698 6.84715 21.4783 6.43859 21.4783 5.93461C21.4783 5.43062 21.0698 5.02206 20.5658 5.02206H18.0563V2.54107Z" fill="#8D94A0"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.9783 4.61321C11.7162 4.98004 11.562 5.42925 11.562 5.91447C11.562 6.05897 11.5757 6.20027 11.6018 6.33715C11.4413 6.32578 11.2789 6.31998 11.115 6.31998C10.8139 6.31998 10.5183 6.33953 10.2292 6.37725L10.116 5.5096L10.0028 4.64195C10.3668 4.59447 10.738 4.56998 11.115 4.56998C11.4064 4.56998 11.6944 4.58462 11.9783 4.61321ZM18.6904 14.0839L19.558 14.1971C19.6055 13.8331 19.63 13.4619 19.63 13.085C19.63 12.708 19.6055 12.3368 19.558 11.9728L18.6904 12.086L17.8227 12.1992C17.8604 12.4883 17.88 12.7839 17.88 13.085C17.88 13.386 17.8604 13.6816 17.8227 13.9708L18.6904 14.0839ZM8.19071 6.02436L7.85554 5.2161C7.16329 5.50316 6.51711 5.87892 5.93118 6.32918L6.46434 7.02299L6.9975 7.71679C7.46356 7.35864 7.97686 7.06029 8.52588 6.83262L8.19071 6.02436ZM5.05298 8.43434L4.35918 7.90118C3.90891 8.48711 3.53316 9.13329 3.2461 9.82554L4.05436 10.1607L4.86262 10.4959C5.09029 9.94686 5.38864 9.43357 5.74679 8.9675L5.05298 8.43434ZM2.59998 13.085C2.59998 12.708 2.62447 12.3368 2.67195 11.9728L3.5396 12.086L4.40725 12.1992C4.36953 12.4883 4.34998 12.7839 4.34998 13.085C4.34998 13.386 4.36953 13.6816 4.40725 13.9708L3.5396 14.0839L2.67195 14.1971C2.62447 13.8331 2.59998 13.4619 2.59998 13.085ZM4.05436 16.0092L3.2461 16.3444C3.53316 17.0367 3.90891 17.6828 4.35918 18.2688L5.05298 17.7356L5.74679 17.2025C5.38864 16.7364 5.09029 16.2231 4.86262 15.6741L4.05436 16.0092ZM6.46434 19.147L5.93118 19.8408C6.51711 20.291 7.16329 20.6668 7.85554 20.9539L8.19071 20.1456L8.52588 19.3373C7.97686 19.1097 7.46356 18.8113 6.9975 18.4532L6.46434 19.147ZM10.116 20.6604L10.0028 21.528C10.3668 21.5755 10.738 21.6 11.115 21.6C11.4919 21.6 11.8631 21.5755 12.2271 21.528L12.1139 20.6604L12.0008 19.7927C11.7116 19.8304 11.416 19.85 11.115 19.85C10.8139 19.85 10.5183 19.8304 10.2292 19.7927L10.116 20.6604ZM14.0392 20.1456L14.3744 20.9539C15.0667 20.6668 15.7128 20.291 16.2988 19.8408L15.7656 19.147L15.2325 18.4532C14.7664 18.8113 14.2531 19.1097 13.7041 19.3373L14.0392 20.1456ZM17.177 17.7356L17.8708 18.2688C18.321 17.6828 18.6968 17.0367 18.9839 16.3444L18.1756 16.0092L17.3673 15.6741C17.1397 16.2231 16.8413 16.7364 16.4832 17.2025L17.177 17.7356Z" fill="#8D94A0"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.0562 2.54107C18.0562 2.02134 17.6348 1.60001 17.1151 1.60001C16.5954 1.60001 16.174 2.02133 16.174 2.54107V5.02206H13.8356C13.3317 5.02206 12.9231 5.43062 12.9231 5.93461C12.9231 6.43859 13.3317 6.84715 13.8356 6.84715H16.174V9.21407C16.174 9.73381 16.5954 10.1551 17.1151 10.1551C17.6348 10.1551 18.0562 9.73381 18.0562 9.21407V6.84715H20.5657C21.0697 6.84715 21.4782 6.43859 21.4782 5.93461C21.4782 5.43062 21.0697 5.02206 20.5657 5.02206H18.0562V2.54107Z" fill="#8D94A0"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.4197 11.3816C14.4197 12.2043 13.9163 12.8713 13.2952 12.8713C12.6741 12.8713 12.1706 12.2043 12.1706 11.3816C12.1706 10.5589 12.6741 9.89191 13.2952 9.89191C13.9163 9.89191 14.4197 10.5589 14.4197 11.3816ZM10.171 11.3816C10.171 12.2044 9.66753 12.8713 9.04644 12.8713C8.42536 12.8713 7.92188 12.2044 7.92188 11.3816C7.92188 10.5589 8.42536 9.89194 9.04644 9.89194C9.66753 9.89194 10.171 10.5589 10.171 11.3816ZM14.124 16.0573C14.4534 15.8063 14.517 15.3359 14.266 15.0065C14.0151 14.6771 13.5447 14.6135 13.2153 14.8645C11.4962 16.1745 9.78804 15.4209 9.15452 14.8874C8.83781 14.6206 8.36485 14.6612 8.09814 14.9779C7.83143 15.2947 7.87197 15.7677 8.18869 16.0344C9.1379 16.8338 11.6448 17.9464 14.124 16.0573Z" fill="#8D94A0"/>
5
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_15925_2859)">
3
+ <rect opacity="0.6" x="3.5" y="1.64453" width="16.4568" height="20.1969" rx="1.17548" fill="#8D94A0"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.205 11.8899L14.9663 16.1286L14.3882 18.2849L14.0079 19.7054C13.9973 19.7451 13.9974 19.7869 14.008 19.8266C14.0187 19.8662 14.0396 19.9024 14.0686 19.9314C14.0977 19.9605 14.1338 19.9814 14.1735 19.992C14.2132 20.0027 14.2549 20.0027 14.2946 19.9922L15.7142 19.6114L17.871 19.0333L22.1102 14.7946L19.205 11.8899ZM23.8629 12.381L21.6195 10.1372C21.5761 10.0937 21.5246 10.0592 21.4678 10.0357C21.4111 10.0122 21.3503 10.0001 21.2888 10.0001C21.2274 10.0001 21.1666 10.0122 21.1098 10.0357C21.0531 10.0592 21.0015 10.0937 20.9581 10.1372L19.8005 11.2944L22.7056 14.1996L23.8629 13.0419C23.9063 12.9985 23.9408 12.947 23.9644 12.8902C23.9879 12.8335 24 12.7727 24 12.7112C24 12.6498 23.9879 12.589 23.9644 12.5322C23.9408 12.4755 23.9063 12.4244 23.8629 12.381Z" fill="#8D94A0"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_15925_2859">
8
+ <rect width="24" height="24" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_15924_2460)">
3
+ <rect x="3.5" y="1.64453" width="16.4568" height="20.1969" rx="1.17548" fill="#C6D8FA"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.205 11.8899L14.9663 16.1286L14.3882 18.2849L14.0079 19.7054C13.9973 19.7451 13.9974 19.7869 14.008 19.8266C14.0187 19.8662 14.0396 19.9024 14.0686 19.9314C14.0977 19.9605 14.1338 19.9814 14.1735 19.992C14.2132 20.0027 14.2549 20.0027 14.2946 19.9922L15.7142 19.6114L17.871 19.0333L22.1102 14.7946L19.205 11.8899ZM23.8629 12.381L21.6195 10.1372C21.5761 10.0937 21.5246 10.0592 21.4678 10.0357C21.4111 10.0122 21.3503 10.0001 21.2888 10.0001C21.2274 10.0001 21.1666 10.0122 21.1098 10.0357C21.0531 10.0592 21.0015 10.0937 20.9581 10.1372L19.8005 11.2944L22.7056 14.1996L23.8629 13.0419C23.9063 12.9985 23.9408 12.947 23.9644 12.8902C23.9879 12.8335 24 12.7727 24 12.7112C24 12.6498 23.9879 12.589 23.9644 12.5322C23.9408 12.4755 23.9063 12.4244 23.8629 12.381Z" fill="#6D99F1"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_15924_2460">
8
+ <rect width="24" height="24" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.10001 1.5C7.2715 1.5 6.59985 2.17164 6.59985 3.00016V4.41049H17.2014C18.0299 4.41049 18.7016 5.08214 18.7016 5.91065V18.3768H20.1013C20.9298 18.3768 21.6015 17.7052 21.6015 16.8766V3.00016C21.6015 2.17164 20.9298 1.5 20.1013 1.5H8.10001Z" fill="#8D94A0"/>
3
+ <path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H16.0014C16.83 5.6232 17.5016 6.29484 17.5016 7.12336V20.9998C17.5016 21.8284 16.83 22.5 16.0014 22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#8D94A0"/>
4
+ </svg>