@teamturing/icons 1.5.1 → 1.6.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/RaffleColor.d.ts +3 -0
- package/dist/TestUploadColor.d.ts +3 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +133 -0
- package/esm/RaffleColor.js +113 -0
- package/esm/TestUploadColor.js +26 -0
- package/esm/index.js +2 -0
- package/package.json +2 -2
- package/svg/raffle_color.svg +37 -0
- package/svg/test_upload_color.svg +7 -0
package/dist/index.d.ts
CHANGED
|
@@ -127,6 +127,7 @@ export { default as ProfileIcon } from './Profile';
|
|
|
127
127
|
export { default as ProgressGradientIcon } from './ProgressGradient';
|
|
128
128
|
export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle';
|
|
129
129
|
export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined';
|
|
130
|
+
export { default as RaffleColorIcon } from './RaffleColor';
|
|
130
131
|
export { default as ReceiptIcon } from './Receipt';
|
|
131
132
|
export { default as RefreshIcon } from './Refresh';
|
|
132
133
|
export { default as RepeatIcon } from './Repeat';
|
|
@@ -144,6 +145,7 @@ export { default as StackupIcon } from './Stackup';
|
|
|
144
145
|
export { default as StarIcon } from './Star';
|
|
145
146
|
export { default as StoreIcon } from './Store';
|
|
146
147
|
export { default as SyncIcon } from './Sync';
|
|
148
|
+
export { default as TestUploadColorIcon } from './TestUploadColor';
|
|
147
149
|
export { default as ThumbdownIcon } from './Thumbdown';
|
|
148
150
|
export { default as ThumbupIcon } from './Thumbup';
|
|
149
151
|
export { default as ThunderIcon } from './Thunder';
|
package/dist/index.js
CHANGED
|
@@ -2039,6 +2039,115 @@ const SvgQuestionMarkInCircleOutlined = props => /*#__PURE__*/React__namespace.c
|
|
|
2039
2039
|
d: "M13.652 12.569c.629-.403 1.487-.953 1.774-2.201.224-.974.016-1.927-.586-2.683-.681-.855-1.817-1.385-2.966-1.385A3.578 3.578 0 0 0 8.3 9.874a.9.9 0 1 0 1.8 0c0-.978.796-1.775 1.774-1.775.605 0 1.216.278 1.558.707.261.328.341.718.24 1.16-.117.507-.42.722-.992 1.087l-.002.001c-.72.461-1.704 1.091-1.704 2.695a.9.9 0 1 0 1.8 0c0-.589.225-.763.876-1.179l.002-.001ZM11.041 17.756a1.2 1.2 0 1 0 1.697-1.697 1.2 1.2 0 0 0-1.697 1.697Z"
|
|
2040
2040
|
}));
|
|
2041
2041
|
|
|
2042
|
+
const SvgRaffleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2043
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
|
+
width: "1em",
|
|
2045
|
+
height: "1em",
|
|
2046
|
+
fill: "none",
|
|
2047
|
+
viewBox: "0 0 24 24"
|
|
2048
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2049
|
+
fill: "#fff",
|
|
2050
|
+
d: "M20.459 9.874a8.538 8.538 0 1 1-17.076 0 8.538 8.538 0 0 1 17.076 0Z"
|
|
2051
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2052
|
+
fill: "#E5E7EB",
|
|
2053
|
+
fillRule: "evenodd",
|
|
2054
|
+
d: "M11.92 18.049a8.175 8.175 0 1 0 0-16.349 8.175 8.175 0 0 0 0 16.349Zm0 .363a8.538 8.538 0 1 0 0-17.075 8.538 8.538 0 0 0 0 17.075Z",
|
|
2055
|
+
clipRule: "evenodd"
|
|
2056
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2057
|
+
fill: "#6D99F1",
|
|
2058
|
+
d: "M15.158 5.442a3.3 3.3 0 0 0-3.966 2.461l6.426 1.505a3.3 3.3 0 0 0-2.46-3.966Z"
|
|
2059
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2060
|
+
fill: "#E5E7EB",
|
|
2061
|
+
d: "M13.652 11.869a3.3 3.3 0 0 0 3.966-2.461l-6.426-1.505a3.3 3.3 0 0 0 2.46 3.966Z"
|
|
2062
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2063
|
+
fill: "#6D99F1",
|
|
2064
|
+
d: "M7.378 4.313a3.3 3.3 0 0 0-.645 4.623L12 4.958a3.3 3.3 0 0 0-4.622-.645Z"
|
|
2065
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2066
|
+
fill: "#E5E7EB",
|
|
2067
|
+
d: "M11.355 9.58A3.3 3.3 0 0 0 12 4.959L6.733 8.936a3.3 3.3 0 0 0 4.622.645Z"
|
|
2068
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2069
|
+
fill: "#9C7EEF",
|
|
2070
|
+
d: "M8.062 8.7a3.3 3.3 0 0 0-3.3 3.3h6.6a3.3 3.3 0 0 0-3.3-3.3Z"
|
|
2071
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2072
|
+
fill: "#E5E7EB",
|
|
2073
|
+
d: "M8.062 15.301a3.3 3.3 0 0 0 3.3-3.3h-6.6a3.3 3.3 0 0 0 3.3 3.3Z"
|
|
2074
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2075
|
+
fill: "#FFC107",
|
|
2076
|
+
d: "M10.938 9.31a3.3 3.3 0 0 0-1.207 4.508l5.716-3.3a3.3 3.3 0 0 0-4.508-1.209Z"
|
|
2077
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2078
|
+
fill: "#E5E7EB",
|
|
2079
|
+
d: "M14.239 15.025a3.3 3.3 0 0 0 1.207-4.508l-5.715 3.3a3.3 3.3 0 0 0 4.508 1.208Z"
|
|
2080
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2081
|
+
fill: "#9C7EEF",
|
|
2082
|
+
d: "M16.819 9.05a3.3 3.3 0 0 0-4.2 2.036l6.236 2.163a3.3 3.3 0 0 0-2.036-4.2Z"
|
|
2083
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2084
|
+
fill: "#E5E7EB",
|
|
2085
|
+
d: "M14.655 15.285a3.3 3.3 0 0 0 4.2-2.036l-6.236-2.163a3.3 3.3 0 0 0 2.036 4.2Z"
|
|
2086
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2087
|
+
fill: "url(#raffle_color_svg__a)",
|
|
2088
|
+
d: "M5.27 15.945c0-.416.337-.753.753-.753h11.558c.416 0 .754.337.754.753v5.62a.754.754 0 0 1-.754.753H6.023a.754.754 0 0 1-.753-.753v-5.62Z"
|
|
2089
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2090
|
+
fill: "#fff",
|
|
2091
|
+
d: "M6.278 15.075c0-.06.048-.107.108-.107h4.467c.06 0 .108.048.108.107v3.73c0 .833-.675 1.508-1.507 1.508H7.785a1.507 1.507 0 0 1-1.507-1.508v-3.73Z"
|
|
2092
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2093
|
+
fill: "#D1D5DB",
|
|
2094
|
+
d: "M10.401 18.103a1.782 1.782 0 1 1-3.563 0 1.782 1.782 0 0 1 3.563 0Z"
|
|
2095
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2096
|
+
fill: "currentColor",
|
|
2097
|
+
d: "M7.263 17.864c0-.059.048-.107.107-.107h2.5c.058 0 .106.048.106.107v.425a.106.106 0 0 1-.107.106h-2.5a.106.106 0 0 1-.106-.106v-.425Z"
|
|
2098
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2099
|
+
filter: "url(#raffle_color_svg__b)"
|
|
2100
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2101
|
+
fill: "#835EEB",
|
|
2102
|
+
d: "M13.06 19.323c0-.357.29-.646.646-.646h3.122c.356 0 .646.289.646.646v3.014H13.06v-3.014Z"
|
|
2103
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
2104
|
+
id: "raffle_color_svg__a",
|
|
2105
|
+
x1: 6.11,
|
|
2106
|
+
x2: 21.64,
|
|
2107
|
+
y1: 3.377,
|
|
2108
|
+
y2: 19.175,
|
|
2109
|
+
gradientUnits: "userSpaceOnUse"
|
|
2110
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
2111
|
+
stopColor: "#8E6CF0"
|
|
2112
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
2113
|
+
offset: 1,
|
|
2114
|
+
stopColor: "#CF75F3"
|
|
2115
|
+
})), /*#__PURE__*/React__namespace.createElement("filter", {
|
|
2116
|
+
id: "raffle_color_svg__b",
|
|
2117
|
+
width: 4.683,
|
|
2118
|
+
height: 3.875,
|
|
2119
|
+
x: 12.791,
|
|
2120
|
+
y: 18.677,
|
|
2121
|
+
colorInterpolationFilters: "sRGB",
|
|
2122
|
+
filterUnits: "userSpaceOnUse"
|
|
2123
|
+
}, /*#__PURE__*/React__namespace.createElement("feFlood", {
|
|
2124
|
+
floodOpacity: 0,
|
|
2125
|
+
result: "BackgroundImageFix"
|
|
2126
|
+
}), /*#__PURE__*/React__namespace.createElement("feBlend", {
|
|
2127
|
+
in: "SourceGraphic",
|
|
2128
|
+
in2: "BackgroundImageFix",
|
|
2129
|
+
result: "shape"
|
|
2130
|
+
}), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
|
|
2131
|
+
in: "SourceAlpha",
|
|
2132
|
+
result: "hardAlpha",
|
|
2133
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2134
|
+
}), /*#__PURE__*/React__namespace.createElement("feOffset", {
|
|
2135
|
+
dx: -0.269,
|
|
2136
|
+
dy: 0.215
|
|
2137
|
+
}), /*#__PURE__*/React__namespace.createElement("feGaussianBlur", {
|
|
2138
|
+
stdDeviation: 0.404
|
|
2139
|
+
}), /*#__PURE__*/React__namespace.createElement("feComposite", {
|
|
2140
|
+
in2: "hardAlpha",
|
|
2141
|
+
k2: -1,
|
|
2142
|
+
k3: 1,
|
|
2143
|
+
operator: "arithmetic"
|
|
2144
|
+
}), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
|
|
2145
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
2146
|
+
}), /*#__PURE__*/React__namespace.createElement("feBlend", {
|
|
2147
|
+
in2: "shape",
|
|
2148
|
+
result: "effect1_innerShadow_12781_25756"
|
|
2149
|
+
}))));
|
|
2150
|
+
|
|
2042
2151
|
const SvgReceipt = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2043
2152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
2153
|
width: "1em",
|
|
@@ -2280,6 +2389,28 @@ const SvgSync = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
2280
2389
|
clipRule: "evenodd"
|
|
2281
2390
|
}));
|
|
2282
2391
|
|
|
2392
|
+
const SvgTestUploadColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2393
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2394
|
+
width: "1em",
|
|
2395
|
+
height: "1em",
|
|
2396
|
+
fill: "none",
|
|
2397
|
+
viewBox: "0 0 24 24"
|
|
2398
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2399
|
+
fill: "#fff",
|
|
2400
|
+
d: "M2 2.813C2 2.087 2.588 1.5 3.313 1.5h13.78c.726 0 1.313.588 1.313 1.313v18.375c0 .724-.587 1.312-1.312 1.312H3.312A1.312 1.312 0 0 1 2 21.187V2.813Z"
|
|
2401
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2402
|
+
fill: "#F3F4F6",
|
|
2403
|
+
fillRule: "evenodd",
|
|
2404
|
+
d: "M17.094 2H3.312a.813.813 0 0 0-.812.813v18.375c0 .448.364.812.813.812h13.78a.813.813 0 0 0 .813-.813V2.813A.813.813 0 0 0 17.094 2ZM3.312 1.5C2.588 1.5 2 2.088 2 2.813v18.375c0 .724.588 1.312 1.313 1.312h13.78c.726 0 1.313-.588 1.313-1.313V2.813c0-.724-.587-1.312-1.312-1.312H3.312Z",
|
|
2405
|
+
clipRule: "evenodd"
|
|
2406
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2407
|
+
fill: "#D1D5DB",
|
|
2408
|
+
d: "M5.281 5.437c0-.362.294-.656.656-.656h5.25a.656.656 0 1 1 0 1.313h-5.25a.656.656 0 0 1-.656-.657ZM5.281 8.062c0-.362.294-.656.656-.656h8.532a.656.656 0 0 1 0 1.313H5.937a.656.656 0 0 1-.656-.657Z"
|
|
2409
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2410
|
+
fill: "#835EEB",
|
|
2411
|
+
d: "m12.484 13.449 4.338-3.88a.328.328 0 0 1 .435-.003l4.43 3.88c.228.2.087.575-.216.575h-2.005a.34.34 0 0 0-.333.331c-.158 4.863-3.811 6.125-6.202 6.177-.287.007-.407-.341-.206-.546 2.16-2.194 2.613-4.543 2.478-5.705a.298.298 0 0 0-.304-.257h-2.196a.328.328 0 0 1-.219-.572Z"
|
|
2412
|
+
}));
|
|
2413
|
+
|
|
2283
2414
|
const SvgThumbdown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2284
2415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2285
2416
|
width: "1em",
|
|
@@ -2735,6 +2866,7 @@ exports.ProfileIcon = SvgProfile;
|
|
|
2735
2866
|
exports.ProgressGradientIcon = SvgProgressGradient;
|
|
2736
2867
|
exports.QuestionMarkInCircleIcon = SvgQuestionMarkInCircle;
|
|
2737
2868
|
exports.QuestionMarkInCircleOutlinedIcon = SvgQuestionMarkInCircleOutlined;
|
|
2869
|
+
exports.RaffleColorIcon = SvgRaffleColor;
|
|
2738
2870
|
exports.ReceiptIcon = SvgReceipt;
|
|
2739
2871
|
exports.RefreshIcon = SvgRefresh;
|
|
2740
2872
|
exports.RepeatIcon = SvgRepeat;
|
|
@@ -2752,6 +2884,7 @@ exports.StackupIcon = SvgStackup;
|
|
|
2752
2884
|
exports.StarIcon = SvgStar;
|
|
2753
2885
|
exports.StoreIcon = SvgStore;
|
|
2754
2886
|
exports.SyncIcon = SvgSync;
|
|
2887
|
+
exports.TestUploadColorIcon = SvgTestUploadColor;
|
|
2755
2888
|
exports.ThumbdownIcon = SvgThumbdown;
|
|
2756
2889
|
exports.ThumbupIcon = SvgThumbup;
|
|
2757
2890
|
exports.ThunderIcon = SvgThunder;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgRaffleColor = 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: "#fff",
|
|
12
|
+
d: "M20.459 9.874a8.538 8.538 0 1 1-17.076 0 8.538 8.538 0 0 1 17.076 0Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#E5E7EB",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M11.92 18.049a8.175 8.175 0 1 0 0-16.349 8.175 8.175 0 0 0 0 16.349Zm0 .363a8.538 8.538 0 1 0 0-17.075 8.538 8.538 0 0 0 0 17.075Z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#6D99F1",
|
|
20
|
+
d: "M15.158 5.442a3.3 3.3 0 0 0-3.966 2.461l6.426 1.505a3.3 3.3 0 0 0-2.46-3.966Z"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#E5E7EB",
|
|
23
|
+
d: "M13.652 11.869a3.3 3.3 0 0 0 3.966-2.461l-6.426-1.505a3.3 3.3 0 0 0 2.46 3.966Z"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#6D99F1",
|
|
26
|
+
d: "M7.378 4.313a3.3 3.3 0 0 0-.645 4.623L12 4.958a3.3 3.3 0 0 0-4.622-.645Z"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "#E5E7EB",
|
|
29
|
+
d: "M11.355 9.58A3.3 3.3 0 0 0 12 4.959L6.733 8.936a3.3 3.3 0 0 0 4.622.645Z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#9C7EEF",
|
|
32
|
+
d: "M8.062 8.7a3.3 3.3 0 0 0-3.3 3.3h6.6a3.3 3.3 0 0 0-3.3-3.3Z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#E5E7EB",
|
|
35
|
+
d: "M8.062 15.301a3.3 3.3 0 0 0 3.3-3.3h-6.6a3.3 3.3 0 0 0 3.3 3.3Z"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fill: "#FFC107",
|
|
38
|
+
d: "M10.938 9.31a3.3 3.3 0 0 0-1.207 4.508l5.716-3.3a3.3 3.3 0 0 0-4.508-1.209Z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
fill: "#E5E7EB",
|
|
41
|
+
d: "M14.239 15.025a3.3 3.3 0 0 0 1.207-4.508l-5.715 3.3a3.3 3.3 0 0 0 4.508 1.208Z"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
fill: "#9C7EEF",
|
|
44
|
+
d: "M16.819 9.05a3.3 3.3 0 0 0-4.2 2.036l6.236 2.163a3.3 3.3 0 0 0-2.036-4.2Z"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
fill: "#E5E7EB",
|
|
47
|
+
d: "M14.655 15.285a3.3 3.3 0 0 0 4.2-2.036l-6.236-2.163a3.3 3.3 0 0 0 2.036 4.2Z"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
fill: "url(#raffle_color_svg__a)",
|
|
50
|
+
d: "M5.27 15.945c0-.416.337-.753.753-.753h11.558c.416 0 .754.337.754.753v5.62a.754.754 0 0 1-.754.753H6.023a.754.754 0 0 1-.753-.753v-5.62Z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
fill: "#fff",
|
|
53
|
+
d: "M6.278 15.075c0-.06.048-.107.108-.107h4.467c.06 0 .108.048.108.107v3.73c0 .833-.675 1.508-1.507 1.508H7.785a1.507 1.507 0 0 1-1.507-1.508v-3.73Z"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
fill: "#D1D5DB",
|
|
56
|
+
d: "M10.401 18.103a1.782 1.782 0 1 1-3.563 0 1.782 1.782 0 0 1 3.563 0Z"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
d: "M7.263 17.864c0-.059.048-.107.107-.107h2.5c.058 0 .106.048.106.107v.425a.106.106 0 0 1-.107.106h-2.5a.106.106 0 0 1-.106-.106v-.425Z"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
61
|
+
filter: "url(#raffle_color_svg__b)"
|
|
62
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
fill: "#835EEB",
|
|
64
|
+
d: "M13.06 19.323c0-.357.29-.646.646-.646h3.122c.356 0 .646.289.646.646v3.014H13.06v-3.014Z"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
66
|
+
id: "raffle_color_svg__a",
|
|
67
|
+
x1: 6.11,
|
|
68
|
+
x2: 21.64,
|
|
69
|
+
y1: 3.377,
|
|
70
|
+
y2: 19.175,
|
|
71
|
+
gradientUnits: "userSpaceOnUse"
|
|
72
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
73
|
+
stopColor: "#8E6CF0"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
75
|
+
offset: 1,
|
|
76
|
+
stopColor: "#CF75F3"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
78
|
+
id: "raffle_color_svg__b",
|
|
79
|
+
width: 4.683,
|
|
80
|
+
height: 3.875,
|
|
81
|
+
x: 12.791,
|
|
82
|
+
y: 18.677,
|
|
83
|
+
colorInterpolationFilters: "sRGB",
|
|
84
|
+
filterUnits: "userSpaceOnUse"
|
|
85
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
86
|
+
floodOpacity: 0,
|
|
87
|
+
result: "BackgroundImageFix"
|
|
88
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
89
|
+
in: "SourceGraphic",
|
|
90
|
+
in2: "BackgroundImageFix",
|
|
91
|
+
result: "shape"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
93
|
+
in: "SourceAlpha",
|
|
94
|
+
result: "hardAlpha",
|
|
95
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
96
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
97
|
+
dx: -0.269,
|
|
98
|
+
dy: 0.215
|
|
99
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
100
|
+
stdDeviation: 0.404
|
|
101
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
102
|
+
in2: "hardAlpha",
|
|
103
|
+
k2: -1,
|
|
104
|
+
k3: 1,
|
|
105
|
+
operator: "arithmetic"
|
|
106
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
107
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
108
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
109
|
+
in2: "shape",
|
|
110
|
+
result: "effect1_innerShadow_12781_25756"
|
|
111
|
+
}))));
|
|
112
|
+
|
|
113
|
+
export { SvgRaffleColor as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTestUploadColor = 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: "#fff",
|
|
12
|
+
d: "M2 2.813C2 2.087 2.588 1.5 3.313 1.5h13.78c.726 0 1.313.588 1.313 1.313v18.375c0 .724-.587 1.312-1.312 1.312H3.312A1.312 1.312 0 0 1 2 21.187V2.813Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#F3F4F6",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M17.094 2H3.312a.813.813 0 0 0-.812.813v18.375c0 .448.364.812.813.812h13.78a.813.813 0 0 0 .813-.813V2.813A.813.813 0 0 0 17.094 2ZM3.312 1.5C2.588 1.5 2 2.088 2 2.813v18.375c0 .724.588 1.312 1.313 1.312h13.78c.726 0 1.313-.588 1.313-1.313V2.813c0-.724-.587-1.312-1.312-1.312H3.312Z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#D1D5DB",
|
|
20
|
+
d: "M5.281 5.437c0-.362.294-.656.656-.656h5.25a.656.656 0 1 1 0 1.313h-5.25a.656.656 0 0 1-.656-.657ZM5.281 8.062c0-.362.294-.656.656-.656h8.532a.656.656 0 0 1 0 1.313H5.937a.656.656 0 0 1-.656-.657Z"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#835EEB",
|
|
23
|
+
d: "m12.484 13.449 4.338-3.88a.328.328 0 0 1 .435-.003l4.43 3.88c.228.2.087.575-.216.575h-2.005a.34.34 0 0 0-.333.331c-.158 4.863-3.811 6.125-6.202 6.177-.287.007-.407-.341-.206-.546 2.16-2.194 2.613-4.543 2.478-5.705a.298.298 0 0 0-.304-.257h-2.196a.328.328 0 0 1-.219-.572Z"
|
|
24
|
+
}));
|
|
25
|
+
|
|
26
|
+
export { SvgTestUploadColor as default };
|
package/esm/index.js
CHANGED
|
@@ -127,6 +127,7 @@ export { default as ProfileIcon } from './Profile.js';
|
|
|
127
127
|
export { default as ProgressGradientIcon } from './ProgressGradient.js';
|
|
128
128
|
export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle.js';
|
|
129
129
|
export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined.js';
|
|
130
|
+
export { default as RaffleColorIcon } from './RaffleColor.js';
|
|
130
131
|
export { default as ReceiptIcon } from './Receipt.js';
|
|
131
132
|
export { default as RefreshIcon } from './Refresh.js';
|
|
132
133
|
export { default as RepeatIcon } from './Repeat.js';
|
|
@@ -144,6 +145,7 @@ export { default as StackupIcon } from './Stackup.js';
|
|
|
144
145
|
export { default as StarIcon } from './Star.js';
|
|
145
146
|
export { default as StoreIcon } from './Store.js';
|
|
146
147
|
export { default as SyncIcon } from './Sync.js';
|
|
148
|
+
export { default as TestUploadColorIcon } from './TestUploadColor.js';
|
|
147
149
|
export { default as ThumbdownIcon } from './Thumbdown.js';
|
|
148
150
|
export { default as ThumbupIcon } from './Thumbup.js';
|
|
149
151
|
export { default as ThunderIcon } from './Thunder.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.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",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "^18.2.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "34f26fa34ed66bd5f00ebb9ec9aa3b737e93c2af"
|
|
37
37
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.4586 9.87447C20.4586 14.5898 16.6361 18.4123 11.9208 18.4123C7.2055 18.4123 3.383 14.5898 3.383 9.87447C3.383 5.15917 7.2055 1.33667 11.9208 1.33667C16.6361 1.33667 20.4586 5.15917 20.4586 9.87447Z" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9208 18.049C16.4355 18.049 20.0953 14.3891 20.0953 9.87447C20.0953 5.35983 16.4355 1.69998 11.9208 1.69998C7.40615 1.69998 3.74631 5.35983 3.74631 9.87447C3.74631 14.3891 7.40615 18.049 11.9208 18.049ZM11.9208 18.4123C16.6361 18.4123 20.4586 14.5898 20.4586 9.87447C20.4586 5.15917 16.6361 1.33667 11.9208 1.33667C7.2055 1.33667 3.383 5.15917 3.383 9.87447C3.383 14.5898 7.2055 18.4123 11.9208 18.4123Z" fill="#E5E7EB"/>
|
|
4
|
+
<path d="M15.1575 5.44239C13.3829 5.0268 11.6075 6.12847 11.1919 7.90304L17.6182 9.40801C18.0338 7.63344 16.9321 5.85798 15.1575 5.44239Z" fill="#6D99F1"/>
|
|
5
|
+
<path d="M13.6525 11.8686C15.4271 12.2842 17.2026 11.1826 17.6182 9.40801L11.1919 7.90304C10.7763 9.6776 11.8779 11.4531 13.6525 11.8686Z" fill="#E5E7EB"/>
|
|
6
|
+
<path d="M7.37754 4.31344C5.92305 5.41173 5.63429 7.48117 6.73259 8.93567L11.9998 4.95839C10.9015 3.5039 8.83203 3.21514 7.37754 4.31344Z" fill="#6D99F1"/>
|
|
7
|
+
<path d="M11.3549 9.58066C12.8093 8.48237 13.0981 6.41288 11.9998 4.95839L6.73259 8.93567C7.83088 10.3902 9.90036 10.679 11.3549 9.58066Z" fill="#E5E7EB"/>
|
|
8
|
+
<path d="M8.06225 8.70086C6.23967 8.70086 4.76218 10.1784 4.76218 12.0009H11.3623C11.3623 10.1784 9.88484 8.70086 8.06225 8.70086Z" fill="#9C7EEF"/>
|
|
9
|
+
<path d="M8.06224 15.301C9.88483 15.301 11.3623 13.8235 11.3623 12.0009H4.76218C4.76218 13.8235 6.23966 15.301 8.06224 15.301Z" fill="#E5E7EB"/>
|
|
10
|
+
<path d="M10.9385 9.3095C9.36009 10.2208 8.81929 12.2391 9.73058 13.8175L15.4465 10.5174C14.5352 8.93901 12.5169 8.39821 10.9385 9.3095Z" fill="#FFC107"/>
|
|
11
|
+
<path d="M14.2386 15.0254C15.817 14.1141 16.3578 12.0958 15.4465 10.5174L9.73058 13.8175C10.6419 15.3959 12.6602 15.9367 14.2386 15.0254Z" fill="#E5E7EB"/>
|
|
12
|
+
<path d="M16.819 9.04981C15.0971 8.45235 13.2169 9.36387 12.6195 11.0857L18.8549 13.2493C19.4524 11.5275 18.5409 9.64727 16.819 9.04981Z" fill="#9C7EEF"/>
|
|
13
|
+
<path d="M14.6554 15.2852C16.3772 15.8827 18.2575 14.9712 18.8549 13.2493L12.6195 11.0857C12.022 12.8076 12.9335 14.6878 14.6554 15.2852Z" fill="#E5E7EB"/>
|
|
14
|
+
<path d="M5.26953 15.9454C5.26953 15.5292 5.6069 15.1918 6.02306 15.1918H17.5812C17.9973 15.1918 18.3347 15.5292 18.3347 15.9454V21.5647C18.3347 21.9809 17.9973 22.3183 17.5812 22.3183H6.02306C5.6069 22.3183 5.26953 21.9809 5.26953 21.5647V15.9454Z" fill="url(#paint0_linear_12781_25756)"/>
|
|
15
|
+
<path d="M6.27803 15.0753C6.27803 15.0159 6.32623 14.9677 6.38568 14.9677H10.8531C10.9125 14.9677 10.9607 15.0159 10.9607 15.0753V18.8054C10.9607 19.6378 10.286 20.3125 9.45364 20.3125H7.7851C6.95277 20.3125 6.27803 19.6378 6.27803 18.8054V15.0753Z" fill="white"/>
|
|
16
|
+
<path d="M10.4011 18.1031C10.4011 19.087 9.6034 19.8847 8.61944 19.8847C7.63548 19.8847 6.83783 19.087 6.83783 18.1031C6.83783 17.1191 7.63548 16.3214 8.61944 16.3214C9.6034 16.3214 10.4011 17.1191 10.4011 18.1031Z" fill="#D1D5DB"/>
|
|
17
|
+
<path d="M7.26322 17.8637C7.26322 17.805 7.31085 17.7573 7.36959 17.7573H9.86917C9.92791 17.7573 9.97553 17.805 9.97553 17.8637V18.2892C9.97553 18.3479 9.92791 18.3955 9.86917 18.3955H7.36959C7.31084 18.3955 7.26322 18.3479 7.26322 18.2892V17.8637Z" fill="#8D94A0"/>
|
|
18
|
+
<g filter="url(#filter0_i_12781_25756)">
|
|
19
|
+
<path d="M13.0599 19.3226C13.0599 18.9658 13.3491 18.6767 13.7058 18.6767H16.8276C17.1843 18.6767 17.4735 18.9658 17.4735 19.3226V22.3367H13.0599V19.3226Z" fill="#835EEB"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<filter id="filter0_i_12781_25756" x="12.7908" y="18.6767" width="4.68269" height="3.8753" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
26
|
+
<feOffset dx="-0.269119" dy="0.215295"/>
|
|
27
|
+
<feGaussianBlur stdDeviation="0.403679"/>
|
|
28
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
29
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
30
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_12781_25756"/>
|
|
31
|
+
</filter>
|
|
32
|
+
<linearGradient id="paint0_linear_12781_25756" x1="6.11035" y1="3.37655" x2="21.6403" y2="19.1751" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stop-color="#8E6CF0"/>
|
|
34
|
+
<stop offset="1" stop-color="#CF75F3"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
</defs>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 2.8125C2 2.08762 2.58763 1.5 3.3125 1.5H17.0937C17.8186 1.5 18.4062 2.08763 18.4062 2.8125V21.1875C18.4062 21.9124 17.8186 22.5 17.0937 22.5H3.3125C2.58763 22.5 2 21.9124 2 21.1875V2.8125Z" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.0937 2H3.3125C2.86377 2 2.5 2.36377 2.5 2.8125V21.1875C2.5 21.6362 2.86377 22 3.3125 22H17.0937C17.5424 22 17.9062 21.6362 17.9062 21.1875V2.8125C17.9062 2.36377 17.5424 2 17.0937 2ZM3.3125 1.5C2.58763 1.5 2 2.08762 2 2.8125V21.1875C2 21.9124 2.58763 22.5 3.3125 22.5H17.0937C17.8186 22.5 18.4062 21.9124 18.4062 21.1875V2.8125C18.4062 2.08763 17.8186 1.5 17.0937 1.5H3.3125Z" fill="#F3F4F6"/>
|
|
4
|
+
<path d="M5.28121 5.43749C5.28121 5.07506 5.57502 4.78124 5.93746 4.78124H11.1874C11.5499 4.78124 11.8437 5.07506 11.8437 5.43749C11.8437 5.79993 11.5499 6.09374 11.1874 6.09374H5.93746C5.57502 6.09374 5.28121 5.79993 5.28121 5.43749Z" fill="#D1D5DB"/>
|
|
5
|
+
<path d="M5.28121 8.06249C5.28121 7.70005 5.57502 7.40624 5.93746 7.40624H14.4687C14.8311 7.40624 15.1249 7.70005 15.1249 8.06249C15.1249 8.42492 14.8311 8.71874 14.4687 8.71874H5.93746C5.57502 8.71874 5.28121 8.42492 5.28121 8.06249Z" fill="#D1D5DB"/>
|
|
6
|
+
<path d="M12.484 13.4486L16.822 9.56861C16.9455 9.45808 17.1322 9.4571 17.2569 9.56634L21.6872 13.4463C21.915 13.6459 21.7739 14.0213 21.471 14.0213H19.4665C19.2853 14.0213 19.139 14.1713 19.1331 14.3525C18.9746 19.2152 15.3215 20.477 12.9309 20.5295C12.6438 20.5358 12.5237 20.1878 12.7252 19.9831C14.8847 17.789 15.3378 15.4397 15.2028 14.2778C15.1852 14.126 15.0513 14.0213 14.8985 14.0213H12.7027C12.4015 14.0213 12.2595 13.6494 12.484 13.4486Z" fill="#835EEB"/>
|
|
7
|
+
</svg>
|