@teamturing/icons 1.33.0 → 1.34.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/index.d.ts CHANGED
@@ -208,6 +208,5 @@ export { default as WarningIcon } from './Warning';
208
208
  export { default as WifiIcon } from './Wifi';
209
209
  export { default as WorkbookIcon } from './Workbook';
210
210
  export { default as WorkbookColorIcon } from './WorkbookColor';
211
- export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor';
212
211
  export { default as WrongIcon } from './Wrong';
213
212
  export { default as YoutubeIcon } from './Youtube';
package/dist/index.js CHANGED
@@ -935,7 +935,7 @@ const SvgCoupon = props => /*#__PURE__*/React__namespace.createElement("svg", _e
935
935
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
936
936
  fill: "currentColor",
937
937
  fillRule: "evenodd",
938
- d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1ZM12 14.9c-.7.7-1.6 1.1-2.7 1.1-2.2 0-3.8-1.7-3.8-4s1.6-4 3.8-4c1 0 2 .4 2.7 1.1.3.3.2.9-.2 1.1-.4.2-.9.1-1.3-.2-.3-.2-.7-.3-1.1-.3-1.4 0-2.2.9-2.2 2.3s.8 2.3 2.2 2.3c.4 0 .8-.1 1.1-.3.4-.3.9-.4 1.3-.2s.5.7.2 1.1Zm5.5 3.4h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
938
+ d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1Zm-4 14.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
939
939
  clipRule: "evenodd"
940
940
  }));
941
941
 
@@ -3478,23 +3478,6 @@ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("s
3478
3478
  rx: 1.546
3479
3479
  }));
3480
3480
 
3481
- const SvgWorkbookTwoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3482
- xmlns: "http://www.w3.org/2000/svg",
3483
- width: "1em",
3484
- height: "1em",
3485
- fill: "none",
3486
- viewBox: "0 0 24 24"
3487
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
3488
- fill: "#D9CDF9",
3489
- d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.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.5h-12Z"
3490
- }), /*#__PURE__*/React__namespace.createElement("path", {
3491
- fill: "#D9CDF9",
3492
- 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"
3493
- }), /*#__PURE__*/React__namespace.createElement("path", {
3494
- fill: "#9C7EEF",
3495
- d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
3496
- }));
3497
-
3498
3481
  const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3499
3482
  xmlns: "http://www.w3.org/2000/svg",
3500
3483
  width: "1em",
@@ -3734,6 +3717,5 @@ exports.WarningIcon = SvgWarning;
3734
3717
  exports.WifiIcon = SvgWifi;
3735
3718
  exports.WorkbookColorIcon = SvgWorkbookColor;
3736
3719
  exports.WorkbookIcon = SvgWorkbook;
3737
- exports.WorkbookTwoColorIcon = SvgWorkbookTwoColor;
3738
3720
  exports.WrongIcon = SvgWrong;
3739
3721
  exports.YoutubeIcon = SvgYoutube;
package/esm/Coupon.js CHANGED
@@ -10,7 +10,7 @@ const SvgCoupon = props => /*#__PURE__*/React.createElement("svg", _extends({
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
11
  fill: "currentColor",
12
12
  fillRule: "evenodd",
13
- d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1ZM12 14.9c-.7.7-1.6 1.1-2.7 1.1-2.2 0-3.8-1.7-3.8-4s1.6-4 3.8-4c1 0 2 .4 2.7 1.1.3.3.2.9-.2 1.1-.4.2-.9.1-1.3-.2-.3-.2-.7-.3-1.1-.3-1.4 0-2.2.9-2.2 2.3s.8 2.3 2.2 2.3c.4 0 .8-.1 1.1-.3.4-.3.9-.4 1.3-.2s.5.7.2 1.1Zm5.5 3.4h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
13
+ d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1Zm-4 14.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
14
14
  clipRule: "evenodd"
15
15
  }));
16
16
 
package/esm/index.js CHANGED
@@ -208,6 +208,5 @@ export { default as WarningIcon } from './Warning.js';
208
208
  export { default as WifiIcon } from './Wifi.js';
209
209
  export { default as WorkbookIcon } from './Workbook.js';
210
210
  export { default as WorkbookColorIcon } from './WorkbookColor.js';
211
- export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor.js';
212
211
  export { default as WrongIcon } from './Wrong.js';
213
212
  export { default as YoutubeIcon } from './Youtube.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.33.0",
3
+ "version": "1.34.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": "02de80fc47cb426a6ce59b066e1a851e4a48f3b8"
41
+ "gitHead": "a114c2418159a59671268d35fedbc74ebb2a85af"
42
42
  }
package/svg/coupon.svg CHANGED
@@ -1,3 +1,3 @@
1
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="M21.5 4H18.5L17 5L15.5 4H3.5C2.4 4 1.5 4.9 1.5 6V18C1.5 19.1 2.4 20 3.5 20H15.5L17 19L18.5 20H21.5C22.1 20 22.5 19.6 22.5 19V5C22.5 4.4 22.1 4 21.5 4ZM12 14.9C11.3 15.6 10.4 16 9.3 16C7.1 16 5.5 14.3 5.5 12C5.5 9.7 7.1 8 9.3 8C10.3 8 11.3 8.4 12 9.1C12.3 9.4 12.2 10 11.8 10.2C11.4 10.4 10.9 10.3 10.5 10C10.2 9.8 9.8 9.7 9.4 9.7C8 9.7 7.2 10.6 7.2 12C7.2 13.4 8 14.3 9.4 14.3C9.8 14.3 10.2 14.2 10.5 14C10.9 13.7 11.4 13.6 11.8 13.8C12.2 14 12.3 14.5 12 14.9ZM17.5 18.3H16.5V17.2H17.5V18.3ZM17.5 16H16.5V14.9H17.5V16ZM17.5 13.7H16.5V12.6H17.5V13.7ZM17.5 11.4H16.5V10.3H17.5V11.4ZM17.5 9.1H16.5V8H17.5V9.1ZM17.5 6.9H16.5V5.7H17.5V6.9Z" fill="#8D94A0"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 4H18.5L17 5L15.5 4H3.5C2.4 4 1.5 4.9 1.5 6V18C1.5 19.1 2.4 20 3.5 20H15.5L17 19L18.5 20H21.5C22.1 20 22.5 19.6 22.5 19V5C22.5 4.4 22.1 4 21.5 4ZM17.5 18.3H16.5V17.2H17.5V18.3ZM17.5 16H16.5V14.9H17.5V16ZM17.5 13.7H16.5V12.6H17.5V13.7ZM17.5 11.4H16.5V10.3H17.5V11.4ZM17.5 9.1H16.5V8H17.5V9.1ZM17.5 6.9H16.5V5.7H17.5V6.9Z" fill="#8D94A0"/>
3
3
  </svg>
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgWorkbookTwoColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgWorkbookTwoColor;
@@ -1,21 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgWorkbookTwoColor = 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: "#D9CDF9",
12
- d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.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.5h-12Z"
13
- }), /*#__PURE__*/React.createElement("path", {
14
- fill: "#D9CDF9",
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
- }), /*#__PURE__*/React.createElement("path", {
17
- fill: "#9C7EEF",
18
- d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
19
- }));
20
-
21
- export { SvgWorkbookTwoColor as default };
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.10014 1.5C7.27162 1.5 6.59998 2.17164 6.59998 3.00016V4.41049H17.2015C18.03 4.41049 18.7017 5.08214 18.7017 5.91065V18.3768H20.1014C20.9299 18.3768 21.6016 17.7052 21.6016 16.8766V3.00016C21.6016 2.17164 20.9299 1.5 20.1014 1.5H8.10014Z" fill="#D9CDF9"/>
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="#D9CDF9"/>
4
- <path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H4.68773V22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#9C7EEF"/>
5
- <path d="M7.15044 9.3192C7.15044 8.80138 7.57022 8.3816 8.08804 8.3816H13.7136C14.2315 8.3816 14.6512 8.80138 14.6512 9.3192C14.6512 9.83702 14.2315 10.2568 13.7136 10.2568H8.08804C7.57022 10.2568 7.15044 9.83702 7.15044 9.3192Z" fill="#9C7EEF"/>
6
- </svg>