@teamturing/icons 1.60.0 → 1.63.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 SvgBulletList: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBulletList;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgNumberList: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgNumberList;
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ export { default as BookmarkIcon } from './Bookmark';
32
32
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation';
33
33
  export { default as BoxIcon } from './Box';
34
34
  export { default as BoxPlusIcon } from './BoxPlus';
35
- export { default as BulletIcon } from './Bullet';
35
+ export { default as BulletListIcon } from './BulletList';
36
36
  export { default as BusColorIcon } from './BusColor';
37
37
  export { default as CalendarIcon } from './Calendar';
38
38
  export { default as CalendarCheckIcon } from './CalendarCheck';
@@ -157,6 +157,7 @@ export { default as NumberFiveFilledIcon } from './NumberFiveFilled';
157
157
  export { default as NumberFiveOutlinedIcon } from './NumberFiveOutlined';
158
158
  export { default as NumberFourFilledIcon } from './NumberFourFilled';
159
159
  export { default as NumberFourOutlinedIcon } from './NumberFourOutlined';
160
+ export { default as NumberListIcon } from './NumberList';
160
161
  export { default as NumberOneFilledIcon } from './NumberOneFilled';
161
162
  export { default as NumberOneOutlinedIcon } from './NumberOneOutlined';
162
163
  export { default as NumberThreeFilledIcon } from './NumberThreeFilled';
package/dist/index.js CHANGED
@@ -494,7 +494,7 @@ const SvgBoxPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _
494
494
  d: "M11.261 4.107a1.2 1.2 0 0 1 0 2.4H5.275a.3.3 0 0 0-.3.3V18.78a.3.3 0 0 0 .3.301h11.971c.166 0 .301-.135.301-.3v-5.986a1.2 1.2 0 1 1 2.4 0v5.985a2.7 2.7 0 0 1-2.7 2.7H5.274a2.7 2.7 0 0 1-2.7-2.7V6.808a2.7 2.7 0 0 1 2.7-2.7h5.986ZM18.755.855a1.2 1.2 0 0 1 1.198 1.2l-.003 2.052H22a1.2 1.2 0 0 1 0 2.4h-2.052l-.003 2.054a1.201 1.201 0 0 1-2.4-.003l.002-2.05h-2.053a1.2 1.2 0 0 1 0-2.4h2.056l.003-2.055A1.2 1.2 0 0 1 18.755.855Z"
495
495
  }));
496
496
 
497
- const SvgBullet = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
497
+ const SvgBulletList = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
498
498
  xmlns: "http://www.w3.org/2000/svg",
499
499
  width: "1em",
500
500
  height: "1em",
@@ -2442,6 +2442,17 @@ const SvgNumberFourOutlined = props => /*#__PURE__*/React__namespace.createEleme
2442
2442
  d: "M8 15.25h4.813V17h1.955v-1.75h1.257v-1.654h-1.257V7.102h-2.584L8 13.623v1.627Zm2.078-1.654v-.082l2.666-4.157h.096v4.239h-2.762Z"
2443
2443
  }));
2444
2444
 
2445
+ const SvgNumberList = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2446
+ xmlns: "http://www.w3.org/2000/svg",
2447
+ width: "1em",
2448
+ height: "1em",
2449
+ fill: "none",
2450
+ viewBox: "0 0 24 24"
2451
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2452
+ fill: "currentColor",
2453
+ d: "M19.846 5.58a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM19.846 15.985a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM4.979 14.143c.682 0 1.256.176 1.664.5.41.327.64.797.64 1.353 0 .718-.369 1.299-1.625 2.355v-.001l-.289.25h1.24a.736.736 0 0 1 0 1.474H3.686a.867.867 0 0 1-.558-1.532l1.808-1.518c.426-.36.624-.58.629-.904l-.012-.126a.499.499 0 0 0-.15-.277.614.614 0 0 0-.424-.146c-.15 0-.27.039-.36.103-.071.051-.142.112-.217.18-.074.066-.154.14-.236.206-.163.13-.361.255-.606.255a.807.807 0 0 1-.593-.253.61.61 0 0 1-.13-.625c.291-.829 1.094-1.294 2.142-1.294ZM5.308 3.386c.58 0 1.05.47 1.05 1.05v4.746a.89.89 0 0 1-1.779 0V5.05l-.433.26a.665.665 0 0 1-.689-1.138l1.038-.632c.165-.1.354-.153.546-.153h.267Z"
2454
+ }));
2455
+
2445
2456
  const SvgNumberOneFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2446
2457
  xmlns: "http://www.w3.org/2000/svg",
2447
2458
  width: "1em",
@@ -4154,7 +4165,7 @@ exports.BookmarkAnimationIcon = SvgBookmarkAnimation;
4154
4165
  exports.BookmarkIcon = SvgBookmark;
4155
4166
  exports.BoxIcon = SvgBox;
4156
4167
  exports.BoxPlusIcon = SvgBoxPlus;
4157
- exports.BulletIcon = SvgBullet;
4168
+ exports.BulletListIcon = SvgBulletList;
4158
4169
  exports.BusColorIcon = SvgBusColor;
4159
4170
  exports.CalendarCheckColorIcon = SvgCalendarCheckColor;
4160
4171
  exports.CalendarCheckIcon = SvgCalendarCheck;
@@ -4279,6 +4290,7 @@ exports.NumberFiveFilledIcon = SvgNumberFiveFilled;
4279
4290
  exports.NumberFiveOutlinedIcon = SvgNumberFiveOutlined;
4280
4291
  exports.NumberFourFilledIcon = SvgNumberFourFilled;
4281
4292
  exports.NumberFourOutlinedIcon = SvgNumberFourOutlined;
4293
+ exports.NumberListIcon = SvgNumberList;
4282
4294
  exports.NumberOneFilledIcon = SvgNumberOneFilled;
4283
4295
  exports.NumberOneOutlinedIcon = SvgNumberOneOutlined;
4284
4296
  exports.NumberThreeFilledIcon = SvgNumberThreeFilled;
@@ -1,7 +1,7 @@
1
1
  import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
2
  import * as React from 'react';
3
3
 
4
- const SvgBullet = props => /*#__PURE__*/React.createElement("svg", _extends({
4
+ const SvgBulletList = props => /*#__PURE__*/React.createElement("svg", _extends({
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
@@ -12,4 +12,4 @@ const SvgBullet = props => /*#__PURE__*/React.createElement("svg", _extends({
12
12
  d: "M6.709 6.798a2.081 2.081 0 1 1-4.162 0 2.081 2.081 0 0 1 4.162 0ZM6.709 17.202a2.081 2.081 0 1 1-4.162 0 2.081 2.081 0 0 1 4.162 0ZM19.698 5.548a1.25 1.25 0 0 1 0 2.499H10.21a1.25 1.25 0 0 1 0-2.499h9.487ZM19.698 15.953a1.25 1.25 0 0 1 0 2.498H10.21a1.25 1.25 0 0 1 0-2.498h9.487Z"
13
13
  }));
14
14
 
15
- export { SvgBullet as default };
15
+ export { SvgBulletList as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgNumberList = 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: "M19.846 5.58a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM19.846 15.985a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM4.979 14.143c.682 0 1.256.176 1.664.5.41.327.64.797.64 1.353 0 .718-.369 1.299-1.625 2.355v-.001l-.289.25h1.24a.736.736 0 0 1 0 1.474H3.686a.867.867 0 0 1-.558-1.532l1.808-1.518c.426-.36.624-.58.629-.904l-.012-.126a.499.499 0 0 0-.15-.277.614.614 0 0 0-.424-.146c-.15 0-.27.039-.36.103-.071.051-.142.112-.217.18-.074.066-.154.14-.236.206-.163.13-.361.255-.606.255a.807.807 0 0 1-.593-.253.61.61 0 0 1-.13-.625c.291-.829 1.094-1.294 2.142-1.294ZM5.308 3.386c.58 0 1.05.47 1.05 1.05v4.746a.89.89 0 0 1-1.779 0V5.05l-.433.26a.665.665 0 0 1-.689-1.138l1.038-.632c.165-.1.354-.153.546-.153h.267Z"
13
+ }));
14
+
15
+ export { SvgNumberList as default };
package/esm/index.js CHANGED
@@ -32,7 +32,7 @@ export { default as BookmarkIcon } from './Bookmark.js';
32
32
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
33
33
  export { default as BoxIcon } from './Box.js';
34
34
  export { default as BoxPlusIcon } from './BoxPlus.js';
35
- export { default as BulletIcon } from './Bullet.js';
35
+ export { default as BulletListIcon } from './BulletList.js';
36
36
  export { default as BusColorIcon } from './BusColor.js';
37
37
  export { default as CalendarIcon } from './Calendar.js';
38
38
  export { default as CalendarCheckIcon } from './CalendarCheck.js';
@@ -157,6 +157,7 @@ export { default as NumberFiveFilledIcon } from './NumberFiveFilled.js';
157
157
  export { default as NumberFiveOutlinedIcon } from './NumberFiveOutlined.js';
158
158
  export { default as NumberFourFilledIcon } from './NumberFourFilled.js';
159
159
  export { default as NumberFourOutlinedIcon } from './NumberFourOutlined.js';
160
+ export { default as NumberListIcon } from './NumberList.js';
160
161
  export { default as NumberOneFilledIcon } from './NumberOneFilled.js';
161
162
  export { default as NumberOneOutlinedIcon } from './NumberOneOutlined.js';
162
163
  export { default as NumberThreeFilledIcon } from './NumberThreeFilled.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.60.0",
3
+ "version": "1.63.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": "569dccd464b45e25d7572ab8c908b97428ea242e"
43
+ "gitHead": "4f4dcceba45b60eb183e5f9200b354e484f32879"
44
44
  }
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.8465 5.57993C20.536 5.57993 21.0956 6.13949 21.0956 6.82906C21.0956 7.51863 20.536 8.07819 19.8465 8.07819H10.3602C9.67059 8.07819 9.11104 7.51863 9.11104 6.82906C9.11104 6.13949 9.67059 5.57993 10.3602 5.57993H19.8465Z" fill="#8D94A0"/>
3
+ <path d="M19.8465 15.9848C20.536 15.9848 21.0956 16.5444 21.0956 17.2339C21.0956 17.9235 20.536 18.483 19.8465 18.483H10.3602C9.67059 18.483 9.11104 17.9235 9.11104 17.2339C9.11104 16.5444 9.67059 15.9848 10.3602 15.9848H19.8465Z" fill="#8D94A0"/>
4
+ <path d="M4.97881 14.143C5.66057 14.143 6.23535 14.3191 6.64287 14.643C7.05361 14.9696 7.28345 15.4396 7.28349 15.9965C7.28336 16.7142 6.91437 17.2948 5.65849 18.351L5.65752 18.35L5.36943 18.6H6.60869C7.01546 18.6001 7.34489 18.9296 7.34502 19.3363C7.34502 19.7432 7.01554 20.0736 6.60869 20.0736H3.68584C3.20726 20.0735 2.81968 19.6851 2.81963 19.2065C2.81967 18.9505 2.93223 18.7071 3.12822 18.5424L4.93584 17.0238C5.36187 16.6636 5.56041 16.4444 5.56474 16.1205L5.55302 15.9936C5.52996 15.8762 5.47611 15.7841 5.40361 15.7172C5.30558 15.6268 5.1606 15.5707 4.97881 15.5707C4.82927 15.5707 4.70811 15.6098 4.61845 15.6742C4.54773 15.7251 4.47711 15.7861 4.40166 15.8539C4.32804 15.9201 4.24829 15.9941 4.16631 16.06C4.0033 16.1909 3.80457 16.3148 3.55986 16.3149C3.32892 16.3148 3.11034 16.2191 2.96709 16.0619C2.82115 15.9017 2.75251 15.675 2.83623 15.4369C3.12804 14.6083 3.93075 14.143 4.97881 14.143Z" fill="#8D94A0"/>
5
+ <path d="M5.30774 3.38559C5.88757 3.38567 6.35754 3.85554 6.35754 4.43539V9.18246C6.35733 9.67344 5.95892 10.0711 5.46789 10.0711C4.9771 10.0709 4.57943 9.67328 4.57922 9.18246V5.04868L4.14563 5.30942C3.70218 5.5754 3.13782 5.25623 3.13782 4.73911C3.13782 4.50698 3.25892 4.2915 3.45715 4.17075L4.49524 3.53891C4.65969 3.43877 4.84859 3.38564 5.04114 3.38559H5.30774Z" fill="#8D94A0"/>
6
+ </svg>
package/dist/Bullet.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgBullet: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBullet;
File without changes