@teamturing/icons 1.73.0 → 1.74.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/PictureFrame.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +19 -4
- package/esm/Diamond.js +1 -1
- package/esm/Frame.js +4 -3
- package/esm/PictureFrame.js +17 -0
- package/esm/index.js +1 -0
- package/package.json +2 -2
- package/svg/diamond.svg +1 -1
- package/svg/frame.svg +4 -1
- package/svg/picture_frame.svg +3 -0
package/dist/index.d.ts
CHANGED
|
@@ -195,6 +195,7 @@ export { default as PauseIcon } from './Pause';
|
|
|
195
195
|
export { default as PenIcon } from './Pen';
|
|
196
196
|
export { default as PercentInCircleIcon } from './PercentInCircle';
|
|
197
197
|
export { default as PictureIcon } from './Picture';
|
|
198
|
+
export { default as PictureFrameIcon } from './PictureFrame';
|
|
198
199
|
export { default as PictureOffIcon } from './PictureOff';
|
|
199
200
|
export { default as PillIcon } from './Pill';
|
|
200
201
|
export { default as PillColorIcon } from './PillColor';
|
package/dist/index.js
CHANGED
|
@@ -1489,7 +1489,7 @@ const SvgDiamond = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
1489
1489
|
viewBox: "0 0 24 24"
|
|
1490
1490
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1491
1491
|
fill: "currentColor",
|
|
1492
|
-
d: "
|
|
1492
|
+
d: "M9.86 1.886a3.026 3.026 0 0 1 4.28 0l7.974 7.974a3.026 3.026 0 0 1 0 4.28l-7.974 7.974a3.026 3.026 0 0 1-4.28 0L1.886 14.14a3.026 3.026 0 0 1 0-4.28L9.86 1.886Zm2.761 1.518a.88.88 0 0 0-1.242 0L3.404 11.38a.88.88 0 0 0 0 1.242l7.975 7.975a.88.88 0 0 0 1.242 0l7.975-7.975a.88.88 0 0 0 0-1.242L12.62 3.404Z"
|
|
1493
1493
|
}));
|
|
1494
1494
|
|
|
1495
1495
|
const SvgDocument = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
@@ -1870,9 +1870,10 @@ const SvgFrame = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
1870
1870
|
viewBox: "0 0 24 24"
|
|
1871
1871
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1872
1872
|
fill: "currentColor",
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1873
|
+
d: "M2 6.3a1.2 1.2 0 0 1 1.2-1.2h17.6a1.2 1.2 0 0 1 0 2.4H3.2A1.2 1.2 0 0 1 2 6.3ZM2 17.7a1.2 1.2 0 0 1 1.2-1.2h17.6a1.2 1.2 0 0 1 0 2.4H3.2A1.2 1.2 0 0 1 2 17.7Z"
|
|
1874
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1875
|
+
fill: "currentColor",
|
|
1876
|
+
d: "M17.7 2a1.2 1.2 0 0 1 1.2 1.2v17.6a1.2 1.2 0 0 1-2.4 0V3.2A1.2 1.2 0 0 1 17.7 2ZM6.3 2a1.2 1.2 0 0 1 1.2 1.2v17.6a1.2 1.2 0 0 1-2.4 0V3.2A1.2 1.2 0 0 1 6.3 2Z"
|
|
1876
1877
|
}));
|
|
1877
1878
|
|
|
1878
1879
|
const SvgGlasses = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
@@ -3020,6 +3021,19 @@ const SvgPicture = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
3020
3021
|
clipRule: "evenodd"
|
|
3021
3022
|
}));
|
|
3022
3023
|
|
|
3024
|
+
const SvgPictureFrame = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3025
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3026
|
+
width: "1em",
|
|
3027
|
+
height: "1em",
|
|
3028
|
+
fill: "none",
|
|
3029
|
+
viewBox: "0 0 24 24"
|
|
3030
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3031
|
+
fill: "currentColor",
|
|
3032
|
+
fillRule: "evenodd",
|
|
3033
|
+
d: "M16.566 2.83h2.154a1.882 1.882 0 1 1 2.45 2.45v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.881 1.881 0 1 1-2.45 2.45h-2.154a1.882 1.882 0 0 1-3.489 0h-2.154a1.882 1.882 0 0 1-3.489 0H5.28a1.882 1.882 0 1 1-2.45-2.45v-2.154a1.882 1.882 0 0 1 0-3.489v-2.154a1.882 1.882 0 0 1 0-3.489V5.28a1.882 1.882 0 1 1 2.45-2.45h2.154a1.882 1.882 0 0 1 3.489 0h2.154a1.882 1.882 0 0 1 3.489 0ZM6.357 5.417a.94.94 0 0 0-.94.94v11.286c0 .52.42.94.94.94h11.286a.94.94 0 0 0 .94-.94V6.357a.94.94 0 0 0-.94-.94H6.357Z",
|
|
3034
|
+
clipRule: "evenodd"
|
|
3035
|
+
}));
|
|
3036
|
+
|
|
3023
3037
|
const SvgPictureOff = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3024
3038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3025
3039
|
width: "1em",
|
|
@@ -4709,6 +4723,7 @@ exports.PaperTwoIcon = SvgPaperTwo;
|
|
|
4709
4723
|
exports.PauseIcon = SvgPause;
|
|
4710
4724
|
exports.PenIcon = SvgPen;
|
|
4711
4725
|
exports.PercentInCircleIcon = SvgPercentInCircle;
|
|
4726
|
+
exports.PictureFrameIcon = SvgPictureFrame;
|
|
4712
4727
|
exports.PictureIcon = SvgPicture;
|
|
4713
4728
|
exports.PictureOffIcon = SvgPictureOff;
|
|
4714
4729
|
exports.PillColorIcon = SvgPillColor;
|
package/esm/Diamond.js
CHANGED
|
@@ -9,7 +9,7 @@ const SvgDiamond = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
9
9
|
viewBox: "0 0 24 24"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
11
|
fill: "currentColor",
|
|
12
|
-
d: "
|
|
12
|
+
d: "M9.86 1.886a3.026 3.026 0 0 1 4.28 0l7.974 7.974a3.026 3.026 0 0 1 0 4.28l-7.974 7.974a3.026 3.026 0 0 1-4.28 0L1.886 14.14a3.026 3.026 0 0 1 0-4.28L9.86 1.886Zm2.761 1.518a.88.88 0 0 0-1.242 0L3.404 11.38a.88.88 0 0 0 0 1.242l7.975 7.975a.88.88 0 0 0 1.242 0l7.975-7.975a.88.88 0 0 0 0-1.242L12.62 3.404Z"
|
|
13
13
|
}));
|
|
14
14
|
|
|
15
15
|
export { SvgDiamond as default };
|
package/esm/Frame.js
CHANGED
|
@@ -9,9 +9,10 @@ const SvgFrame = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
9
9
|
viewBox: "0 0 24 24"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
11
|
fill: "currentColor",
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
d: "M2 6.3a1.2 1.2 0 0 1 1.2-1.2h17.6a1.2 1.2 0 0 1 0 2.4H3.2A1.2 1.2 0 0 1 2 6.3ZM2 17.7a1.2 1.2 0 0 1 1.2-1.2h17.6a1.2 1.2 0 0 1 0 2.4H3.2A1.2 1.2 0 0 1 2 17.7Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M17.7 2a1.2 1.2 0 0 1 1.2 1.2v17.6a1.2 1.2 0 0 1-2.4 0V3.2A1.2 1.2 0 0 1 17.7 2ZM6.3 2a1.2 1.2 0 0 1 1.2 1.2v17.6a1.2 1.2 0 0 1-2.4 0V3.2A1.2 1.2 0 0 1 6.3 2Z"
|
|
15
16
|
}));
|
|
16
17
|
|
|
17
18
|
export { SvgFrame as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPictureFrame = 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
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M16.566 2.83h2.154a1.882 1.882 0 1 1 2.45 2.45v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.881 1.881 0 1 1-2.45 2.45h-2.154a1.882 1.882 0 0 1-3.489 0h-2.154a1.882 1.882 0 0 1-3.489 0H5.28a1.882 1.882 0 1 1-2.45-2.45v-2.154a1.882 1.882 0 0 1 0-3.489v-2.154a1.882 1.882 0 0 1 0-3.489V5.28a1.882 1.882 0 1 1 2.45-2.45h2.154a1.882 1.882 0 0 1 3.489 0h2.154a1.882 1.882 0 0 1 3.489 0ZM6.357 5.417a.94.94 0 0 0-.94.94v11.286c0 .52.42.94.94.94h11.286a.94.94 0 0 0 .94-.94V6.357a.94.94 0 0 0-.94-.94H6.357Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgPictureFrame as default };
|
package/esm/index.js
CHANGED
|
@@ -195,6 +195,7 @@ export { default as PauseIcon } from './Pause.js';
|
|
|
195
195
|
export { default as PenIcon } from './Pen.js';
|
|
196
196
|
export { default as PercentInCircleIcon } from './PercentInCircle.js';
|
|
197
197
|
export { default as PictureIcon } from './Picture.js';
|
|
198
|
+
export { default as PictureFrameIcon } from './PictureFrame.js';
|
|
198
199
|
export { default as PictureOffIcon } from './PictureOff.js';
|
|
199
200
|
export { default as PillIcon } from './Pill.js';
|
|
200
201
|
export { default as PillColorIcon } from './PillColor.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.74.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": "ce4909a7f2585833b60c756f6aada0f0fa7b9704"
|
|
44
44
|
}
|
package/svg/diamond.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 d="
|
|
2
|
+
<path d="M9.86038 1.88612C11.0419 0.704628 12.9581 0.704627 14.1396 1.88612L22.1139 9.86038C23.2954 11.0419 23.2954 12.9581 22.1139 14.1396L14.1396 22.1139C12.9581 23.2954 11.0419 23.2954 9.86038 22.1139L1.88612 14.1396C0.704628 12.9581 0.704627 11.0419 1.88612 9.86038L9.86038 1.88612ZM12.6214 3.40434C12.2784 3.06133 11.7216 3.06133 11.3786 3.40434L3.40434 11.3786C3.06133 11.7216 3.06133 12.2784 3.40434 12.6214L11.3786 20.5957C11.7216 20.9387 12.2784 20.9387 12.6214 20.5957L20.5957 12.6214C20.9387 12.2784 20.9387 11.7216 20.5957 11.3786L12.6214 3.40434Z" fill="#8D94A0"/>
|
|
3
3
|
</svg>
|
package/svg/frame.svg
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M2 6.3C2 5.63726 2.53726 5.1 3.2 5.1H20.8C21.4627 5.1 22 5.63726 22 6.3C22 6.96274 21.4627 7.5 20.8 7.5H3.2C2.53726 7.5 2 6.96274 2 6.3Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M2 17.7C2 17.0373 2.53726 16.5 3.2 16.5H20.8C21.4627 16.5 22 17.0373 22 17.7C22 18.3628 21.4627 18.9 20.8 18.9H3.2C2.53726 18.9 2 18.3628 2 17.7Z" fill="#8D94A0"/>
|
|
4
|
+
<path d="M17.7 2C18.3627 2 18.9 2.53726 18.9 3.2V20.8C18.9 21.4627 18.3627 22 17.7 22C17.0373 22 16.5 21.4627 16.5 20.8V3.2C16.5 2.53726 17.0373 2 17.7 2Z" fill="#8D94A0"/>
|
|
5
|
+
<path d="M6.3 2C6.96274 2 7.5 2.53726 7.5 3.2V20.8C7.5 21.4627 6.96274 22 6.3 22C5.63726 22 5.1 21.4627 5.1 20.8V3.2C5.1 2.53726 5.63726 2 6.3 2Z" fill="#8D94A0"/>
|
|
3
6
|
</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 fill-rule="evenodd" clip-rule="evenodd" d="M16.5658 2.83023H18.7203C18.9993 2.14088 19.6752 1.6546 20.4646 1.6546C21.5034 1.6546 22.3456 2.49676 22.3456 3.5356C22.3456 4.32501 21.8593 5.00084 21.1699 5.27988V7.43434C21.8593 7.71338 22.3456 8.38921 22.3456 9.17861C22.3456 9.96802 21.8593 10.6438 21.1699 10.9229V13.0773C21.8593 13.3564 22.3456 14.0322 22.3456 14.8216C22.3456 15.611 21.8593 16.2868 21.1699 16.5659V18.7204C21.8593 18.9994 22.3456 19.6752 22.3456 20.4646C22.3456 21.5035 21.5034 22.3456 20.4646 22.3456C19.6752 22.3456 18.9993 21.8593 18.7203 21.17H16.5658C16.2868 21.8593 15.611 22.3456 14.8216 22.3456C14.0322 22.3456 13.3563 21.8593 13.0773 21.17H10.9228C10.6438 21.8593 9.96796 22.3456 9.17855 22.3456C8.38915 22.3456 7.71332 21.8593 7.43428 21.17H5.27982C5.00077 21.8593 4.32495 22.3456 3.53554 22.3456C2.49669 22.3456 1.65454 21.5035 1.65454 20.4646C1.65454 19.6752 2.14082 18.9994 2.83017 18.7204V16.5659C2.14082 16.2869 1.65454 15.611 1.65454 14.8216C1.65454 14.0322 2.14082 13.3564 2.83017 13.0773V10.9229C2.14082 10.6438 1.65454 9.96802 1.65454 9.17861C1.65454 8.38921 2.14082 7.71338 2.83017 7.43434V5.2799C2.14085 5.00084 1.6546 4.32503 1.6546 3.53565C1.6546 2.4968 2.49675 1.65464 3.5356 1.65464C4.32499 1.65464 5.0008 2.1409 5.27985 2.83023H7.43428C7.71332 2.14088 8.38915 1.6546 9.17855 1.6546C9.96796 1.6546 10.6438 2.14088 10.9228 2.83023H13.0773C13.3563 2.14088 14.0322 1.6546 14.8216 1.6546C15.611 1.6546 16.2868 2.14088 16.5658 2.83023ZM6.35705 5.41661C5.83762 5.41661 5.41655 5.83768 5.41655 6.35711V17.6431C5.41655 18.1625 5.83762 18.5836 6.35705 18.5836H17.6431C18.1625 18.5836 18.5836 18.1625 18.5836 17.6431V6.35711C18.5836 5.83768 18.1625 5.41661 17.6431 5.41661H6.35705Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|