@teamturing/icons 1.71.0 → 1.73.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 SvgGroup: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgGroup;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgTextBox: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTextBox;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgUngroup: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUngroup;
package/dist/index.d.ts CHANGED
@@ -128,6 +128,7 @@ export { default as GlassesIcon } from './Glasses';
128
128
  export { default as GlobalIcon } from './Global';
129
129
  export { default as GoogleColorIcon } from './GoogleColor';
130
130
  export { default as GraphIcon } from './Graph';
131
+ export { default as GroupIcon } from './Group';
131
132
  export { default as HairIcon } from './Hair';
132
133
  export { default as HandIcon } from './Hand';
133
134
  export { default as HeadphoneIcon } from './Headphone';
@@ -248,6 +249,7 @@ export { default as SunIcon } from './Sun';
248
249
  export { default as SyncIcon } from './Sync';
249
250
  export { default as TelescopeIcon } from './Telescope';
250
251
  export { default as TestUploadColorIcon } from './TestUploadColor';
252
+ export { default as TextBoxIcon } from './TextBox';
251
253
  export { default as ThumbdownIcon } from './Thumbdown';
252
254
  export { default as ThumbupIcon } from './Thumbup';
253
255
  export { default as ThunderIcon } from './Thunder';
@@ -264,6 +266,7 @@ export { default as TwinkleIcon } from './Twinkle';
264
266
  export { default as TwinkleColorIcon } from './TwinkleColor';
265
267
  export { default as TypographyIcon } from './Typography';
266
268
  export { default as UndoIcon } from './Undo';
269
+ export { default as UngroupIcon } from './Ungroup';
267
270
  export { default as UniversityIcon } from './University';
268
271
  export { default as UserBlockedIcon } from './UserBlocked';
269
272
  export { default as UserCheckIcon } from './UserCheck';
package/dist/index.js CHANGED
@@ -1945,6 +1945,28 @@ const SvgGraph = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
1945
1945
  clipRule: "evenodd"
1946
1946
  }));
1947
1947
 
1948
+ const SvgGroup = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1949
+ xmlns: "http://www.w3.org/2000/svg",
1950
+ width: "1em",
1951
+ height: "1em",
1952
+ fill: "none",
1953
+ viewBox: "0 0 24 24"
1954
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
1955
+ fill: "currentColor",
1956
+ clipPath: "url(#group_svg__a)"
1957
+ }, /*#__PURE__*/React__namespace.createElement("path", {
1958
+ d: "M4.5 18.5a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h.6v-13h-.6l-.102-.005a1 1 0 0 1-.893-.892L18.5 4.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 5.5h-.6v13h.6Zm-2.8 3.8h2.6v-2.6H1.7v2.6Zm18 0h2.6v-2.6h-2.6v2.6Zm-18-18h2.6V1.7H1.7v2.6Zm18 0h2.6V1.7h-2.6v2.6Zm2.2 14.2h.6a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995l-.102.005h-3l-.102-.005a1 1 0 0 1-.893-.893L18.5 22.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 23.5h-3l-.103-.005a1 1 0 0 1-.892-.893L.5 22.5v-3a1 1 0 0 1 1-1h.6v-13h-.6l-.103-.005a1 1 0 0 1-.892-.892L.5 4.5v-3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995L22.5 5.5h-.6v13Z"
1959
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1960
+ d: "M9.725 6.5c-.477 0-.864.352-.864.786v.739h6.105c.477 0 .864.351.864.785v6.53h.806c.477 0 .864-.352.864-.786V7.286c0-.434-.387-.786-.864-.786H9.725Z"
1961
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1962
+ d: "M6.5 9.446c0-.434.387-.786.864-.786h6.911c.477 0 .864.352.864.786v7.268c0 .434-.387.786-.864.786H7.364c-.477 0-.864-.352-.864-.786V9.446Z"
1963
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
1964
+ id: "group_svg__a"
1965
+ }, /*#__PURE__*/React__namespace.createElement("path", {
1966
+ fill: "#fff",
1967
+ d: "M0 0h24v24H0z"
1968
+ }))));
1969
+
1948
1970
  const SvgHair = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1949
1971
  xmlns: "http://www.w3.org/2000/svg",
1950
1972
  width: "1em",
@@ -3938,6 +3960,28 @@ const SvgTestUploadColor = props => /*#__PURE__*/React__namespace.createElement(
3938
3960
  d: "m12.484 13.449 4.338-3.88a.328.328 0 0 1 .435-.003l4.43 3.88c.228.2.087.575-.216.575h-2.005a.34.34 0 0 0-.333.331c-.158 4.863-3.811 6.125-6.202 6.177-.287.007-.407-.341-.206-.546 2.16-2.194 2.613-4.543 2.478-5.705a.298.298 0 0 0-.304-.257h-2.196a.328.328 0 0 1-.219-.572Z"
3939
3961
  }));
3940
3962
 
3963
+ const SvgTextBox = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3964
+ xmlns: "http://www.w3.org/2000/svg",
3965
+ width: "1em",
3966
+ height: "1em",
3967
+ fill: "none",
3968
+ viewBox: "0 0 24 24"
3969
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
3970
+ fill: "currentColor",
3971
+ clipPath: "url(#text_box_svg__a)"
3972
+ }, /*#__PURE__*/React__namespace.createElement("path", {
3973
+ d: "M18.2 9.35h-1.9V7.7h-3.35v8.6h1.95v1.9H9.1v-1.9h1.95V7.7H7.7v1.65H5.8V5.8h12.4v3.55Z"
3974
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3975
+ fillRule: "evenodd",
3976
+ d: "M19.028 21.862c.007.047.013.093.022.138H4.95A2.501 2.501 0 0 1 0 21.5c0-1.257.928-2.296 2.137-2.472-.046.007-.092.013-.137.022V4.95A2.5 2.5 0 1 1 4.95 2h14.1A2.5 2.5 0 1 1 22 4.95v14.1c-.045-.01-.091-.015-.138-.022a2.499 2.499 0 1 1-2.834 2.834ZM2.5 20.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-16.513.956a2.495 2.495 0 0 1 0-.002v.002ZM4.497 4A2.508 2.508 0 0 1 4 4.496v15.007l-.017-.012c.195.144.367.316.513.509h15.008a2.51 2.51 0 0 1 .512-.509l-.016.012V4.496A2.51 2.51 0 0 1 19.504 4H4.496ZM2.5 1.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-2.487 19.956v-.002c.003.036.01.072.015.108-.005-.035-.012-.07-.015-.106Z",
3977
+ clipRule: "evenodd"
3978
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
3979
+ id: "text_box_svg__a"
3980
+ }, /*#__PURE__*/React__namespace.createElement("path", {
3981
+ fill: "#fff",
3982
+ d: "M0 0h24v24H0z"
3983
+ }))));
3984
+
3941
3985
  const SvgThumbdown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3942
3986
  xmlns: "http://www.w3.org/2000/svg",
3943
3987
  width: "1em",
@@ -4199,6 +4243,17 @@ const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
4199
4243
  clipRule: "evenodd"
4200
4244
  }));
4201
4245
 
4246
+ const SvgUngroup = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4247
+ xmlns: "http://www.w3.org/2000/svg",
4248
+ width: "1em",
4249
+ height: "1em",
4250
+ fill: "none",
4251
+ viewBox: "0 0 24 24"
4252
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
4253
+ fill: "currentColor",
4254
+ d: "M3.8 1A1.2 1.2 0 0 1 5 2.2V3h5v-.8A1.2 1.2 0 0 1 11.2 1h1.6A1.2 1.2 0 0 1 14 2.2v1.6A1.2 1.2 0 0 1 12.8 5H12v5h.8a1.2 1.2 0 0 1 1.2 1.2v.8h5v-.8a1.2 1.2 0 0 1 1.2-1.2h1.6a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2H21v5h.8a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2V21h-5v.8a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2v-1.6a1.2 1.2 0 0 1 1.2-1.2h.8v-5h-.8a1.2 1.2 0 0 1-1.2-1.2V12H5v.8A1.2 1.2 0 0 1 3.8 14H2.2A1.2 1.2 0 0 1 1 12.8v-1.6A1.2 1.2 0 0 1 2.2 10H3V5h-.8A1.2 1.2 0 0 1 1 3.8V2.2A1.2 1.2 0 0 1 2.2 1h1.6Zm7.36 19.004a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 11.2v1.6a.2.2 0 0 0 .16.196L2.2 13h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 2.2v1.6a.2.2 0 0 0 .16.196L2.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0A.2.2 0 0 0 11 2.2v1.6a.2.2 0 0 0 .16.196L11.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2h-1.6l-.04.004Z"
4255
+ }));
4256
+
4202
4257
  const SvgUniversity = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4203
4258
  xmlns: "http://www.w3.org/2000/svg",
4204
4259
  width: "1em",
@@ -4588,6 +4643,7 @@ exports.GlassesIcon = SvgGlasses;
4588
4643
  exports.GlobalIcon = SvgGlobal;
4589
4644
  exports.GoogleColorIcon = SvgGoogleColor;
4590
4645
  exports.GraphIcon = SvgGraph;
4646
+ exports.GroupIcon = SvgGroup;
4591
4647
  exports.HairIcon = SvgHair;
4592
4648
  exports.HandIcon = SvgHand;
4593
4649
  exports.HeadphoneIcon = SvgHeadphone;
@@ -4708,6 +4764,7 @@ exports.SunIcon = SvgSun;
4708
4764
  exports.SyncIcon = SvgSync;
4709
4765
  exports.TelescopeIcon = SvgTelescope;
4710
4766
  exports.TestUploadColorIcon = SvgTestUploadColor;
4767
+ exports.TextBoxIcon = SvgTextBox;
4711
4768
  exports.ThumbdownIcon = SvgThumbdown;
4712
4769
  exports.ThumbupIcon = SvgThumbup;
4713
4770
  exports.ThunderIcon = SvgThunder;
@@ -4724,6 +4781,7 @@ exports.TwinkleColorIcon = SvgTwinkleColor;
4724
4781
  exports.TwinkleIcon = SvgTwinkle;
4725
4782
  exports.TypographyIcon = SvgTypography;
4726
4783
  exports.UndoIcon = SvgUndo;
4784
+ exports.UngroupIcon = SvgUngroup;
4727
4785
  exports.UniversityIcon = SvgUniversity;
4728
4786
  exports.UserBlockedIcon = SvgUserBlocked;
4729
4787
  exports.UserCheckIcon = SvgUserCheck;
package/esm/Group.js ADDED
@@ -0,0 +1,26 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgGroup = 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(#group_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M4.5 18.5a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h.6v-13h-.6l-.102-.005a1 1 0 0 1-.893-.892L18.5 4.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 5.5h-.6v13h.6Zm-2.8 3.8h2.6v-2.6H1.7v2.6Zm18 0h2.6v-2.6h-2.6v2.6Zm-18-18h2.6V1.7H1.7v2.6Zm18 0h2.6V1.7h-2.6v2.6Zm2.2 14.2h.6a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995l-.102.005h-3l-.102-.005a1 1 0 0 1-.893-.893L18.5 22.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 23.5h-3l-.103-.005a1 1 0 0 1-.892-.893L.5 22.5v-3a1 1 0 0 1 1-1h.6v-13h-.6l-.103-.005a1 1 0 0 1-.892-.892L.5 4.5v-3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995L22.5 5.5h-.6v13Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M9.725 6.5c-.477 0-.864.352-.864.786v.739h6.105c.477 0 .864.351.864.785v6.53h.806c.477 0 .864-.352.864-.786V7.286c0-.434-.387-.786-.864-.786H9.725Z"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M6.5 9.446c0-.434.387-.786.864-.786h6.911c.477 0 .864.352.864.786v7.268c0 .434-.387.786-.864.786H7.364c-.477 0-.864-.352-.864-.786V9.446Z"
19
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
20
+ id: "group_svg__a"
21
+ }, /*#__PURE__*/React.createElement("path", {
22
+ fill: "#fff",
23
+ d: "M0 0h24v24H0z"
24
+ }))));
25
+
26
+ export { SvgGroup as default };
package/esm/TextBox.js ADDED
@@ -0,0 +1,26 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextBox = 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(#text_box_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M18.2 9.35h-1.9V7.7h-3.35v8.6h1.95v1.9H9.1v-1.9h1.95V7.7H7.7v1.65H5.8V5.8h12.4v3.55Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ d: "M19.028 21.862c.007.047.013.093.022.138H4.95A2.501 2.501 0 0 1 0 21.5c0-1.257.928-2.296 2.137-2.472-.046.007-.092.013-.137.022V4.95A2.5 2.5 0 1 1 4.95 2h14.1A2.5 2.5 0 1 1 22 4.95v14.1c-.045-.01-.091-.015-.138-.022a2.499 2.499 0 1 1-2.834 2.834ZM2.5 20.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-16.513.956a2.495 2.495 0 0 1 0-.002v.002ZM4.497 4A2.508 2.508 0 0 1 4 4.496v15.007l-.017-.012c.195.144.367.316.513.509h15.008a2.51 2.51 0 0 1 .512-.509l-.016.012V4.496A2.51 2.51 0 0 1 19.504 4H4.496ZM2.5 1.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-2.487 19.956v-.002c.003.036.01.072.015.108-.005-.035-.012-.07-.015-.106Z",
18
+ clipRule: "evenodd"
19
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
20
+ id: "text_box_svg__a"
21
+ }, /*#__PURE__*/React.createElement("path", {
22
+ fill: "#fff",
23
+ d: "M0 0h24v24H0z"
24
+ }))));
25
+
26
+ export { SvgTextBox as default };
package/esm/Ungroup.js ADDED
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgUngroup = 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: "M3.8 1A1.2 1.2 0 0 1 5 2.2V3h5v-.8A1.2 1.2 0 0 1 11.2 1h1.6A1.2 1.2 0 0 1 14 2.2v1.6A1.2 1.2 0 0 1 12.8 5H12v5h.8a1.2 1.2 0 0 1 1.2 1.2v.8h5v-.8a1.2 1.2 0 0 1 1.2-1.2h1.6a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2H21v5h.8a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2V21h-5v.8a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2v-1.6a1.2 1.2 0 0 1 1.2-1.2h.8v-5h-.8a1.2 1.2 0 0 1-1.2-1.2V12H5v.8A1.2 1.2 0 0 1 3.8 14H2.2A1.2 1.2 0 0 1 1 12.8v-1.6A1.2 1.2 0 0 1 2.2 10H3V5h-.8A1.2 1.2 0 0 1 1 3.8V2.2A1.2 1.2 0 0 1 2.2 1h1.6Zm7.36 19.004a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 11.2v1.6a.2.2 0 0 0 .16.196L2.2 13h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 2.2v1.6a.2.2 0 0 0 .16.196L2.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0A.2.2 0 0 0 11 2.2v1.6a.2.2 0 0 0 .16.196L11.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2h-1.6l-.04.004Z"
13
+ }));
14
+
15
+ export { SvgUngroup as default };
package/esm/index.js CHANGED
@@ -128,6 +128,7 @@ export { default as GlassesIcon } from './Glasses.js';
128
128
  export { default as GlobalIcon } from './Global.js';
129
129
  export { default as GoogleColorIcon } from './GoogleColor.js';
130
130
  export { default as GraphIcon } from './Graph.js';
131
+ export { default as GroupIcon } from './Group.js';
131
132
  export { default as HairIcon } from './Hair.js';
132
133
  export { default as HandIcon } from './Hand.js';
133
134
  export { default as HeadphoneIcon } from './Headphone.js';
@@ -248,6 +249,7 @@ export { default as SunIcon } from './Sun.js';
248
249
  export { default as SyncIcon } from './Sync.js';
249
250
  export { default as TelescopeIcon } from './Telescope.js';
250
251
  export { default as TestUploadColorIcon } from './TestUploadColor.js';
252
+ export { default as TextBoxIcon } from './TextBox.js';
251
253
  export { default as ThumbdownIcon } from './Thumbdown.js';
252
254
  export { default as ThumbupIcon } from './Thumbup.js';
253
255
  export { default as ThunderIcon } from './Thunder.js';
@@ -264,6 +266,7 @@ export { default as TwinkleIcon } from './Twinkle.js';
264
266
  export { default as TwinkleColorIcon } from './TwinkleColor.js';
265
267
  export { default as TypographyIcon } from './Typography.js';
266
268
  export { default as UndoIcon } from './Undo.js';
269
+ export { default as UngroupIcon } from './Ungroup.js';
267
270
  export { default as UniversityIcon } from './University.js';
268
271
  export { default as UserBlockedIcon } from './UserBlocked.js';
269
272
  export { default as UserCheckIcon } from './UserCheck.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.71.0",
3
+ "version": "1.73.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",
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "react": "^18.2.0"
42
42
  },
43
- "gitHead": "d03f0d46a29396eda386bd1337c5c23d33a49182"
43
+ "gitHead": "9fae1892c2d8231b05ec646230e468f4f0263428"
44
44
  }
package/svg/group.svg ADDED
@@ -0,0 +1,12 @@
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_20521_116)">
3
+ <path d="M4.5 18.5C5.05228 18.5 5.5 18.9477 5.5 19.5V20.0996H18.5V19.5C18.5 18.9477 18.9477 18.5 19.5 18.5H20.0996V5.5H19.5L19.3975 5.49512C18.927 5.44722 18.5528 5.07297 18.5049 4.60254L18.5 4.5V3.90039H5.5V4.5C5.5 5.01768 5.10667 5.44379 4.60254 5.49512L4.5 5.5H3.90039V18.5H4.5ZM1.7002 22.2998H4.2998V19.7002H1.7002V22.2998ZM19.7002 22.2998H22.2998V19.7002H19.7002V22.2998ZM1.7002 4.2998H4.2998V1.7002H1.7002V4.2998ZM19.7002 4.2998H22.2998V1.7002H19.7002V4.2998ZM21.9004 18.5H22.5C23.0523 18.5 23.5 18.9477 23.5 19.5V22.5C23.5 23.0177 23.1067 23.4438 22.6025 23.4951L22.5 23.5H19.5L19.3975 23.4951C18.927 23.4472 18.5528 23.073 18.5049 22.6025L18.5 22.5V21.9004H5.5V22.5C5.5 23.0177 5.10667 23.4438 4.60254 23.4951L4.5 23.5H1.5L1.39746 23.4951C0.927034 23.4472 0.552783 23.073 0.504883 22.6025L0.5 22.5V19.5C0.5 18.9477 0.947715 18.5 1.5 18.5H2.09961V5.5H1.5L1.39746 5.49512C0.927034 5.44722 0.552783 5.07297 0.504883 4.60254L0.5 4.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H4.5C5.05228 0.5 5.5 0.947715 5.5 1.5V2.09961H18.5V1.5C18.5 0.947715 18.9477 0.5 19.5 0.5H22.5C23.0523 0.5 23.5 0.947715 23.5 1.5V4.5C23.5 5.01768 23.1067 5.44379 22.6025 5.49512L22.5 5.5H21.9004V18.5Z" fill="#8D94A0"/>
4
+ <path d="M9.72489 6.5C9.24777 6.5 8.86099 6.85181 8.86099 7.2858V8.02454H14.9661C15.4432 8.02454 15.83 8.37636 15.83 8.81034V15.3402H16.6361C17.1132 15.3402 17.5 14.9884 17.5 14.5544V7.2858C17.5 6.85181 17.1132 6.5 16.6361 6.5H9.72489Z" fill="#8D94A0"/>
5
+ <path d="M6.5 9.44557C6.5 9.01158 6.88678 8.65977 7.3639 8.65977H14.2751C14.7522 8.65977 15.139 9.01158 15.139 9.44557V16.7142C15.139 17.1482 14.7522 17.5 14.2751 17.5H7.3639C6.88678 17.5 6.5 17.1482 6.5 16.7142V9.44557Z" fill="#8D94A0"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_20521_116">
9
+ <rect width="24" height="24" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </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_20504_64)">
3
+ <path d="M18.2002 9.34961H16.2998V7.7002H12.9502V16.2998H14.9004V18.2002H9.09961V16.2998H11.0498V7.7002H7.7002V9.34961H5.7998V5.7998H18.2002V9.34961Z" fill="#8D94A0"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.0283 21.8623C19.035 21.9085 19.0406 21.9547 19.0498 22H4.9502C4.71858 23.1411 3.70949 24 2.5 24C1.11929 24 0 22.8807 0 21.5C0 20.2428 0.928327 19.2044 2.13672 19.0283C2.09084 19.035 2.04503 19.0407 2 19.0498V4.94922C0.858955 4.71753 0 3.70943 0 2.5C0 1.11929 1.11929 0 2.5 0C3.88071 0 5 1.11929 5 2.5C5 2.32878 4.98298 2.16154 4.9502 2H19.0498C19.017 2.16154 19 2.32878 19 2.5C19 1.11929 20.1193 0 21.5 0C22.8807 0 24 1.11929 24 2.5C24 3.70943 23.141 4.71753 22 4.94922V19.0498C21.9547 19.0406 21.9085 19.035 21.8623 19.0283C23.0712 19.204 24 20.2424 24 21.5C24 22.8807 22.8807 24 21.5 24C20.2424 24 19.204 23.0712 19.0283 21.8623ZM2.5 20.7998C2.1134 20.7998 1.7998 21.1134 1.7998 21.5C1.7998 21.8866 2.1134 22.2002 2.5 22.2002C2.8866 22.2002 3.2002 21.8866 3.2002 21.5C3.2002 21.1134 2.8866 20.7998 2.5 20.7998ZM21.5 20.7998C21.1134 20.7998 20.7998 21.1134 20.7998 21.5C20.7998 21.8866 21.1134 22.2002 21.5 22.2002C21.8866 22.2002 22.2002 21.8866 22.2002 21.5C22.2002 21.1134 21.8866 20.7998 21.5 20.7998ZM4.9873 21.7559C4.97908 21.8368 4.96694 21.9166 4.95117 21.9951C4.96706 21.916 4.97912 21.8355 4.9873 21.7539V21.7559ZM4.49609 4C4.35464 4.18794 4.18794 4.35464 4 4.49609V19.5029C3.99459 19.4989 3.98884 19.4952 3.9834 19.4912C4.17816 19.6353 4.35045 19.8065 4.49609 20H19.5039C19.6494 19.8067 19.8211 19.6352 20.0156 19.4912C20.0104 19.4951 20.0052 19.499 20 19.5029V4.49609C19.8121 4.35464 19.6454 4.18794 19.5039 4H4.49609ZM2.5 1.7998C2.1134 1.7998 1.7998 2.1134 1.7998 2.5C1.7998 2.8866 2.1134 3.2002 2.5 3.2002C2.8866 3.2002 3.2002 2.8866 3.2002 2.5C3.2002 2.1134 2.8866 1.7998 2.5 1.7998ZM21.5 1.7998C21.1134 1.7998 20.7998 2.1134 20.7998 2.5C20.7998 2.8866 21.1134 3.2002 21.5 3.2002C21.8866 3.2002 22.2002 2.8866 22.2002 2.5C22.2002 2.1134 21.8866 1.7998 21.5 1.7998ZM19.0127 21.7559V21.7539C19.0164 21.7904 19.0231 21.8263 19.0283 21.8623C19.0232 21.8269 19.0163 21.7917 19.0127 21.7559Z" fill="#8D94A0"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_20504_64">
8
+ <rect width="24" height="24" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.7998 1C4.46255 1 5 1.53745 5 2.2002V3H10V2.2002C10 1.53745 10.5375 1 11.2002 1H12.7998C13.4625 1 14 1.53745 14 2.2002V3.7998C14 4.46255 13.4625 5 12.7998 5H12V10H12.7998C13.4625 10 14 10.5375 14 11.2002V12H19V11.2002C19 10.5375 19.5375 10 20.2002 10H21.7998C22.4625 10 23 10.5375 23 11.2002V12.7998C23 13.4625 22.4625 14 21.7998 14H21V19H21.7998C22.4625 19 23 19.5375 23 20.2002V21.7998C23 22.4625 22.4625 23 21.7998 23H20.2002C19.5375 23 19 22.4625 19 21.7998V21H14V21.7998C14 22.4625 13.4625 23 12.7998 23H11.2002C10.5375 23 10 22.4625 10 21.7998V20.2002C10 19.5375 10.5375 19 11.2002 19H12V14H11.2002C10.5375 14 10 13.4625 10 12.7998V12H5V12.7998C5 13.4625 4.46255 14 3.7998 14H2.2002C1.53745 14 1 13.4625 1 12.7998V11.2002C1 10.5375 1.53745 10 2.2002 10H3V5H2.2002C1.53745 5 1 4.46255 1 3.7998V2.2002C1 1.53745 1.53745 1 2.2002 1H3.7998ZM11.1602 20.0039C11.0688 20.0224 11 20.1034 11 20.2002V21.7998C11 21.8966 11.0688 21.9776 11.1602 21.9961L11.2002 22H12.7998C12.9103 22 13 21.9103 13 21.7998V20.2002C13 20.0897 12.9103 20 12.7998 20H11.2002L11.1602 20.0039ZM20.1602 20.0039C20.0688 20.0224 20 20.1034 20 20.2002V21.7998C20 21.8966 20.0688 21.9776 20.1602 21.9961L20.2002 22H21.7998C21.9103 22 22 21.9103 22 21.7998V20.2002C22 20.0897 21.9103 20 21.7998 20H20.2002L20.1602 20.0039ZM2.16016 11.0039C2.06878 11.0224 2 11.1034 2 11.2002V12.7998C2 12.8966 2.06878 12.9776 2.16016 12.9961L2.2002 13H3.7998C3.91026 13 4 12.9103 4 12.7998V11.2002C4 11.0897 3.91026 11 3.7998 11H2.2002L2.16016 11.0039ZM11.1602 11.0039C11.0688 11.0224 11 11.1034 11 11.2002V12.7998C11 12.8966 11.0688 12.9776 11.1602 12.9961L11.2002 13H12.7998C12.9103 13 13 12.9103 13 12.7998V11.2002C13 11.0897 12.9103 11 12.7998 11H11.2002L11.1602 11.0039ZM20.1602 11.0039C20.0688 11.0224 20 11.1034 20 11.2002V12.7998C20 12.8966 20.0688 12.9776 20.1602 12.9961L20.2002 13H21.7998C21.9103 13 22 12.9103 22 12.7998V11.2002C22 11.0897 21.9103 11 21.7998 11H20.2002L20.1602 11.0039ZM2.16016 2.00391C2.06878 2.02237 2 2.10338 2 2.2002V3.7998C2 3.89662 2.06878 3.97763 2.16016 3.99609L2.2002 4H3.7998C3.91026 4 4 3.91026 4 3.7998V2.2002C4 2.08974 3.91026 2 3.7998 2H2.2002L2.16016 2.00391ZM11.1602 2.00391C11.0688 2.02237 11 2.10338 11 2.2002V3.7998C11 3.89662 11.0688 3.97763 11.1602 3.99609L11.2002 4H12.7998C12.9103 4 13 3.91026 13 3.7998V2.2002C13 2.08974 12.9103 2 12.7998 2H11.2002L11.1602 2.00391Z" fill="#8D94A0"/>
3
+ </svg>