@teamturing/icons 1.26.1 → 1.27.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 SvgWorkbookTwoColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgWorkbookTwoColor;
package/dist/index.d.ts CHANGED
@@ -196,5 +196,6 @@ export { default as WarningIcon } from './Warning';
196
196
  export { default as WifiIcon } from './Wifi';
197
197
  export { default as WorkbookIcon } from './Workbook';
198
198
  export { default as WorkbookColorIcon } from './WorkbookColor';
199
+ export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor';
199
200
  export { default as WrongIcon } from './Wrong';
200
201
  export { default as YoutubeIcon } from './Youtube';
package/dist/index.js CHANGED
@@ -3255,6 +3255,23 @@ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("s
3255
3255
  rx: 1.546
3256
3256
  }));
3257
3257
 
3258
+ const SvgWorkbookTwoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3259
+ xmlns: "http://www.w3.org/2000/svg",
3260
+ width: "1em",
3261
+ height: "1em",
3262
+ fill: "none",
3263
+ viewBox: "0 0 24 24"
3264
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
3265
+ fill: "#D9CDF9",
3266
+ 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"
3267
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3268
+ fill: "#D9CDF9",
3269
+ 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"
3270
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3271
+ fill: "#9C7EEF",
3272
+ 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"
3273
+ }));
3274
+
3258
3275
  const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3259
3276
  xmlns: "http://www.w3.org/2000/svg",
3260
3277
  width: "1em",
@@ -3482,5 +3499,6 @@ exports.WarningIcon = SvgWarning;
3482
3499
  exports.WifiIcon = SvgWifi;
3483
3500
  exports.WorkbookColorIcon = SvgWorkbookColor;
3484
3501
  exports.WorkbookIcon = SvgWorkbook;
3502
+ exports.WorkbookTwoColorIcon = SvgWorkbookTwoColor;
3485
3503
  exports.WrongIcon = SvgWrong;
3486
3504
  exports.YoutubeIcon = SvgYoutube;
@@ -0,0 +1,21 @@
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 };
package/esm/index.js CHANGED
@@ -196,5 +196,6 @@ export { default as WarningIcon } from './Warning.js';
196
196
  export { default as WifiIcon } from './Wifi.js';
197
197
  export { default as WorkbookIcon } from './Workbook.js';
198
198
  export { default as WorkbookColorIcon } from './WorkbookColor.js';
199
+ export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor.js';
199
200
  export { default as WrongIcon } from './Wrong.js';
200
201
  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.26.1",
3
+ "version": "1.27.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": "eb3455ef46f8f590384e6648322aff16ca1647d4"
41
+ "gitHead": "0d26013316c99d295277ca87649ffaabae787a3b"
42
42
  }
@@ -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="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>