@teamturing/icons 1.66.0 → 1.67.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/dist/KeyboardDown.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12 -0
- package/esm/KeyboardDown.js +15 -0
- package/esm/index.js +1 -0
- package/package.json +2 -2
- package/svg/keyboard_down.svg +3 -0
package/dist/index.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ export { default as InfiniteIcon } from './Infinite';
|
|
|
126
126
|
export { default as InfoInCircleIcon } from './InfoInCircle';
|
|
127
127
|
export { default as InstagramIcon } from './Instagram';
|
|
128
128
|
export { default as KakaoColorIcon } from './KakaoColor';
|
|
129
|
+
export { default as KeyboardDownIcon } from './KeyboardDown';
|
|
129
130
|
export { default as KorIcon } from './Kor';
|
|
130
131
|
export { default as LandscapeArrowIcon } from './LandscapeArrow';
|
|
131
132
|
export { default as LeagueIcon } from './League';
|
package/dist/index.js
CHANGED
|
@@ -1933,6 +1933,17 @@ const SvgKakaoColor = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1933
1933
|
clipRule: "evenodd"
|
|
1934
1934
|
}));
|
|
1935
1935
|
|
|
1936
|
+
const SvgKeyboardDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1937
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1938
|
+
width: "1em",
|
|
1939
|
+
height: "1em",
|
|
1940
|
+
fill: "none",
|
|
1941
|
+
viewBox: "0 0 24 24"
|
|
1942
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1943
|
+
fill: "currentColor",
|
|
1944
|
+
d: "M15.26 18.93a.9.9 0 1 1 .851 1.586l-3.178 1.705a1.975 1.975 0 0 1-1.866 0L7.89 20.516a.9.9 0 0 1 .851-1.586l3.178 1.704a.175.175 0 0 0 .164 0l3.179-1.704ZM19.5 2.354c1.878 0 3.4 1.523 3.4 3.4v8.685a3.4 3.4 0 0 1-3.4 3.4h-15a3.4 3.4 0 0 1-3.4-3.4V5.754c0-1.877 1.522-3.4 3.4-3.4h15Zm-15 1.8a1.6 1.6 0 0 0-1.6 1.6v8.685a1.6 1.6 0 0 0 1.6 1.6h15a1.6 1.6 0 0 0 1.6-1.6V5.754a1.6 1.6 0 0 0-1.6-1.6h-15Zm1.197 8.304c.477 0 .863.396.864.885a.875.875 0 0 1-.864.886h-.044a.874.874 0 0 1-.862-.886c0-.489.386-.885.862-.885h.044Zm9.666.001c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885H8.74a.872.872 0 0 1-.858-.885c0-.49.384-.885.858-.885h6.624Zm2.983-.107c.476 0 .863.396.863.884a.874.874 0 0 1-.863.885h-.044a.874.874 0 0 1-.863-.885c0-.488.386-.884.863-.884h.044ZM5.7 9.238c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.384-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.163 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05ZM5.7 6.018c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.163 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Z"
|
|
1945
|
+
}));
|
|
1946
|
+
|
|
1936
1947
|
const SvgKor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1937
1948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1938
1949
|
width: "1em",
|
|
@@ -4333,6 +4344,7 @@ exports.InfiniteIcon = SvgInfinite;
|
|
|
4333
4344
|
exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
4334
4345
|
exports.InstagramIcon = SvgInstagram;
|
|
4335
4346
|
exports.KakaoColorIcon = SvgKakaoColor;
|
|
4347
|
+
exports.KeyboardDownIcon = SvgKeyboardDown;
|
|
4336
4348
|
exports.KorIcon = SvgKor;
|
|
4337
4349
|
exports.LandscapeArrowIcon = SvgLandscapeArrow;
|
|
4338
4350
|
exports.LeagueIcon = SvgLeague;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgKeyboardDown = 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: "M15.26 18.93a.9.9 0 1 1 .851 1.586l-3.178 1.705a1.975 1.975 0 0 1-1.866 0L7.89 20.516a.9.9 0 0 1 .851-1.586l3.178 1.704a.175.175 0 0 0 .164 0l3.179-1.704ZM19.5 2.354c1.878 0 3.4 1.523 3.4 3.4v8.685a3.4 3.4 0 0 1-3.4 3.4h-15a3.4 3.4 0 0 1-3.4-3.4V5.754c0-1.877 1.522-3.4 3.4-3.4h15Zm-15 1.8a1.6 1.6 0 0 0-1.6 1.6v8.685a1.6 1.6 0 0 0 1.6 1.6h15a1.6 1.6 0 0 0 1.6-1.6V5.754a1.6 1.6 0 0 0-1.6-1.6h-15Zm1.197 8.304c.477 0 .863.396.864.885a.875.875 0 0 1-.864.886h-.044a.874.874 0 0 1-.862-.886c0-.489.386-.885.862-.885h.044Zm9.666.001c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885H8.74a.872.872 0 0 1-.858-.885c0-.49.384-.885.858-.885h6.624Zm2.983-.107c.476 0 .863.396.863.884a.874.874 0 0 1-.863.885h-.044a.874.874 0 0 1-.863-.885c0-.488.386-.884.863-.884h.044ZM5.7 9.238c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.384-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.163 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05ZM5.7 6.018c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.163 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgKeyboardDown as default };
|
package/esm/index.js
CHANGED
|
@@ -126,6 +126,7 @@ export { default as InfiniteIcon } from './Infinite.js';
|
|
|
126
126
|
export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
127
127
|
export { default as InstagramIcon } from './Instagram.js';
|
|
128
128
|
export { default as KakaoColorIcon } from './KakaoColor.js';
|
|
129
|
+
export { default as KeyboardDownIcon } from './KeyboardDown.js';
|
|
129
130
|
export { default as KorIcon } from './Kor.js';
|
|
130
131
|
export { default as LandscapeArrowIcon } from './LandscapeArrow.js';
|
|
131
132
|
export { default as LeagueIcon } from './League.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.67.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": "
|
|
43
|
+
"gitHead": "dce27efe7df72edb19fe6c70094e3aa0f9421c81"
|
|
44
44
|
}
|
|
@@ -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="M15.2607 18.9299C15.6987 18.6951 16.2445 18.8592 16.4795 19.2971C16.7141 19.735 16.5492 20.2809 16.1113 20.5158L12.9326 22.2209C12.3503 22.533 11.6497 22.533 11.0674 22.2209L7.88867 20.5158C7.45099 20.2808 7.28677 19.7349 7.52148 19.2971C7.75651 18.8593 8.30233 18.6951 8.74023 18.9299L11.918 20.634C11.9691 20.6612 12.031 20.6613 12.082 20.634L15.2607 18.9299ZM19.5 2.3537C21.3776 2.3537 22.9002 3.87652 22.9004 5.75409V14.4387C22.9003 16.3163 21.3777 17.8381 19.5 17.8381H4.5C2.6223 17.8381 1.09971 16.3163 1.09961 14.4387V5.75409C1.09984 3.87652 2.62237 2.3537 4.5 2.3537H19.5ZM4.5 4.15448C3.61649 4.15448 2.90062 4.87063 2.90039 5.75409V14.4387C2.90049 15.3222 3.61641 16.0383 4.5 16.0383H19.5C20.3836 16.0383 21.0995 15.3222 21.0996 14.4387V5.75409C21.0994 4.87063 20.3835 4.15448 19.5 4.15448H4.5ZM5.69727 12.4582C6.17373 12.4583 6.56036 12.8542 6.56055 13.343C6.56055 13.8318 6.17385 14.2286 5.69727 14.2287H5.65332C5.17678 14.2286 4.79102 13.8318 4.79102 13.343C4.7912 12.8543 5.1769 12.4583 5.65332 12.4582H5.69727ZM15.3633 12.4592C15.8376 12.4592 16.2227 12.8549 16.2227 13.3439C16.2225 13.8328 15.8375 14.2287 15.3633 14.2287H8.73926C8.26505 14.2287 7.88098 13.8328 7.88086 13.3439C7.88086 12.8549 8.26497 12.4592 8.73926 12.4592H15.3633ZM18.3457 12.3517C18.8223 12.3518 19.209 12.7476 19.209 13.2365C19.2089 13.7253 18.8222 14.1212 18.3457 14.1213H18.3018C17.8253 14.1212 17.4396 13.7253 17.4395 13.2365C17.4395 12.7477 17.8252 12.3519 18.3018 12.3517H18.3457ZM5.7002 9.23846C6.17517 9.23871 6.5605 9.63443 6.56055 10.1232C6.56055 10.6121 6.17519 11.0077 5.7002 11.008H5.65039C5.17539 11.0078 4.79102 10.6121 4.79102 10.1232C4.79106 9.63443 5.17542 9.23871 5.65039 9.23846H5.7002ZM8.8623 9.23846C9.33728 9.23871 9.72261 9.63443 9.72266 10.1232C9.72266 10.6121 9.3373 11.0077 8.8623 11.008H8.8125C8.3375 11.0078 7.95312 10.6121 7.95312 10.1232C7.95317 9.63443 8.33753 9.23871 8.8125 9.23846H8.8623ZM12.0244 9.23846C12.4994 9.23871 12.8847 9.63443 12.8848 10.1232C12.8848 10.6121 12.4994 11.0077 12.0244 11.008H11.9746C11.4996 11.0078 11.1152 10.6121 11.1152 10.1232C11.1153 9.63443 11.4996 9.23871 11.9746 9.23846H12.0244ZM15.1865 9.23846C15.6615 9.23871 16.0468 9.63443 16.0469 10.1232C16.0469 10.6121 15.6615 11.0077 15.1865 11.008H15.1367C14.6617 11.0078 14.2773 10.6121 14.2773 10.1232C14.2774 9.63443 14.6617 9.23871 15.1367 9.23846H15.1865ZM18.3486 9.23846C18.8236 9.23872 19.2089 9.63444 19.209 10.1232C19.209 10.6121 18.8236 11.0077 18.3486 11.008H18.2988C17.8238 11.0078 17.4395 10.6121 17.4395 10.1232C17.4395 9.63443 17.8239 9.2387 18.2988 9.23846H18.3486ZM5.7002 6.01776C6.17507 6.01801 6.56034 6.41387 6.56055 6.90253C6.56055 7.39136 6.17519 7.78802 5.7002 7.78827H5.65039C5.17539 7.78802 4.79102 7.39136 4.79102 6.90253C4.79122 6.41387 5.17552 6.01801 5.65039 6.01776H5.7002ZM8.8623 6.01776C9.33718 6.01801 9.72245 6.41387 9.72266 6.90253C9.72266 7.39136 9.3373 7.78802 8.8623 7.78827H8.8125C8.3375 7.78802 7.95312 7.39136 7.95312 6.90253C7.95333 6.41387 8.33763 6.01801 8.8125 6.01776H8.8623ZM12.0244 6.01776C12.4993 6.01801 12.8846 6.41387 12.8848 6.90253C12.8848 7.39136 12.4994 7.78802 12.0244 7.78827H11.9746C11.4996 7.78802 11.1152 7.39136 11.1152 6.90253C11.1154 6.41387 11.4997 6.01801 11.9746 6.01776H12.0244ZM15.1865 6.01776C15.6614 6.01801 16.0467 6.41387 16.0469 6.90253C16.0469 7.39136 15.6615 7.78802 15.1865 7.78827H15.1367C14.6617 7.78802 14.2773 7.39136 14.2773 6.90253C14.2775 6.41387 14.6618 6.01801 15.1367 6.01776H15.1865ZM18.3486 6.01776C18.8235 6.01801 19.2088 6.41387 19.209 6.90253C19.209 7.39136 18.8236 7.78802 18.3486 7.78827H18.2988C17.8238 7.78802 17.4395 7.39136 17.4395 6.90253C17.4397 6.41387 17.824 6.01801 18.2988 6.01776H18.3486Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|