@codecademy/gamut-icons 9.52.0-alpha.fa18b8.0 → 9.52.1-alpha.a82fb3.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/icons/regular/ArrowUpHeavyIcon.d.ts +3 -0
- package/dist/icons/regular/ArrowUpHeavyIcon.js +46 -0
- package/dist/icons/regular/MediaLibraryIcon.js +12 -17
- package/dist/icons/regular/index.d.ts +1 -0
- package/dist/icons/regular/index.js +1 -0
- package/dist/svg/regular/arrow-up-heavy-icon.svg +8 -0
- package/dist/svg/regular/media-library-icon.svg +7 -11
- package/package.json +2 -2
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Svg } from '../../props';
|
|
3
|
+
import { useIconId } from '../../useIconId';
|
|
4
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
|
+
export const ArrowUpHeavyIcon = /*#__PURE__*/React.forwardRef(({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size = 16,
|
|
9
|
+
height = size,
|
|
10
|
+
width = size,
|
|
11
|
+
...props
|
|
12
|
+
}, svgRef) => {
|
|
13
|
+
const maskId = useIconId('ArrowUpHeavyIcon');
|
|
14
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
role: "img",
|
|
19
|
+
"aria-hidden": "true",
|
|
20
|
+
"pointer-events": "none",
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
ref: svgRef,
|
|
24
|
+
"aria-labelledby": titleId,
|
|
25
|
+
...props,
|
|
26
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
27
|
+
id: titleId,
|
|
28
|
+
children: title
|
|
29
|
+
}) : null, /*#__PURE__*/_jsx("mask", {
|
|
30
|
+
id: `${maskId}`,
|
|
31
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
d: "M9.423 21.429a2.571 2.571 0 005.143 0V8.774l4.187 4.187a2.572 2.572 0 003.637-3.636L13.818.753a2.571 2.571 0 00-3.636 0L1.61 9.325a2.571 2.571 0 103.637 3.636l4.176-4.176v12.644z",
|
|
35
|
+
clipRule: "evenodd"
|
|
36
|
+
})
|
|
37
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
38
|
+
mask: `url(#${maskId})`,
|
|
39
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
40
|
+
width: `100%`,
|
|
41
|
+
height: `100%`,
|
|
42
|
+
fill: `currentColor`
|
|
43
|
+
})
|
|
44
|
+
})]
|
|
45
|
+
});
|
|
46
|
+
});
|
|
@@ -13,8 +13,8 @@ export const MediaLibraryIcon = /*#__PURE__*/React.forwardRef(({
|
|
|
13
13
|
const maskId = useIconId('MediaLibraryIcon');
|
|
14
14
|
return /*#__PURE__*/_jsxs(Svg, {
|
|
15
15
|
viewBox: "0 0 24 24",
|
|
16
|
-
fill: "#fff",
|
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
fill: "#fff",
|
|
18
18
|
role: "img",
|
|
19
19
|
"aria-hidden": "true",
|
|
20
20
|
"pointer-events": "none",
|
|
@@ -28,25 +28,20 @@ export const MediaLibraryIcon = /*#__PURE__*/React.forwardRef(({
|
|
|
28
28
|
children: title
|
|
29
29
|
}) : null, /*#__PURE__*/_jsxs("mask", {
|
|
30
30
|
id: `${maskId}`,
|
|
31
|
-
children: [/*#__PURE__*/
|
|
32
|
-
|
|
31
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M21.75 9V6a1.5 1.5 0 00-1.5-1.5h-12V3a1.5 1.5 0 00-1.5-1.5h-4.5A1.5 1.5 0 00.75 3v17.8a1.7 1.7 0 003.336.438l2.352-11.154A1.5 1.5 0 017.879 9H21.75a1.5 1.5 0 011.45 1.886l-2.2 10.5a1.5 1.5 0 01-1.45 1.114H2.447",
|
|
33
|
+
fill: "none",
|
|
34
|
+
stroke: "#fff",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round",
|
|
37
|
+
strokeWidth: 1.5
|
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
39
|
+
d: "M12.489 19.41a.857.857 0 01-1.239-.766v-5.788a.857.857 0 011.239-.766l5.788 2.895a.855.855 0 010 1.53z",
|
|
40
|
+
fill: "none",
|
|
33
41
|
stroke: "#fff",
|
|
34
|
-
strokeWidth: 1.5,
|
|
35
42
|
strokeLinecap: "round",
|
|
36
43
|
strokeLinejoin: "round",
|
|
37
|
-
|
|
38
|
-
d: "M21.75 9V6a1.5 1.5 0 00-1.5-1.5h-12V3a1.5 1.5 0 00-1.5-1.5h-4.5A1.5 1.5 0 00.75 3v17.8a1.7 1.7 0 003.336.438l2.352-11.154A1.5 1.5 0 017.879 9H21.75zm0 0a1.5 1.5 0 011.45 1.886l-2.2 10.5a1.5 1.5 0 01-1.45 1.114H2.447"
|
|
39
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
-
d: "M12.489 19.41a.857.857 0 01-1.239-.766v-5.788a.857.857 0 011.239-.766l5.788 2.895a.855.855 0 010 1.53l-5.788 2.895z"
|
|
41
|
-
})]
|
|
42
|
-
}), /*#__PURE__*/_jsx("defs", {
|
|
43
|
-
children: /*#__PURE__*/_jsx("clipPath", {
|
|
44
|
-
id: "media-library-icon_svg__media-library-icon_svg__clip0_2047_344",
|
|
45
|
-
children: /*#__PURE__*/_jsx("path", {
|
|
46
|
-
fill: "#fff",
|
|
47
|
-
d: "M0 0h24v24H0z"
|
|
48
|
-
})
|
|
49
|
-
})
|
|
44
|
+
strokeWidth: 1.5
|
|
50
45
|
})]
|
|
51
46
|
}), /*#__PURE__*/_jsx("g", {
|
|
52
47
|
mask: `url(#${maskId})`,
|
|
@@ -23,6 +23,7 @@ export * from './ArrowLeftIcon';
|
|
|
23
23
|
export * from './ArrowRightIcon';
|
|
24
24
|
export * from './ArrowThickCircleRightIcon';
|
|
25
25
|
export * from './ArrowThickCircleUpIcon';
|
|
26
|
+
export * from './ArrowUpHeavyIcon';
|
|
26
27
|
export * from './ArrowUpIcon';
|
|
27
28
|
export * from './ArticleIcon';
|
|
28
29
|
export * from './ArtificialIntelligenceIcon';
|
|
@@ -23,6 +23,7 @@ export * from './ArrowLeftIcon';
|
|
|
23
23
|
export * from './ArrowRightIcon';
|
|
24
24
|
export * from './ArrowThickCircleRightIcon';
|
|
25
25
|
export * from './ArrowThickCircleUpIcon';
|
|
26
|
+
export * from './ArrowUpHeavyIcon';
|
|
26
27
|
export * from './ArrowUpIcon';
|
|
27
28
|
export * from './ArticleIcon';
|
|
28
29
|
export * from './ArtificialIntelligenceIcon';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="Line-Arrow-Up-Large-1--Streamline-Core" height="24" width="24">
|
|
2
|
+
<desc>
|
|
3
|
+
Line Arrow Up Large 1 Streamline Icon: https://streamlinehq.com
|
|
4
|
+
</desc>
|
|
5
|
+
<g id="line-arrow-up-large-1--arrow-up-keyboard-large-head">
|
|
6
|
+
<path id="Union" fill="#000000" fill-rule="evenodd" d="M9.423137142857142 21.428571428571427c0 1.4201142857142857 1.1512628571428571 2.571428571428571 2.571428571428571 2.571428571428571 1.4201485714285715 0 2.571428571428571 -1.1513142857142855 2.571428571428571 -2.571428571428571l0 -12.654599999999999 4.187091428571429 4.1871599999999995c1.0042285714285712 1.0042114285714285 2.632457142857143 1.0042114285714285 3.636685714285714 0 1.0040571428571428 -1.0042114285714285 1.0040571428571428 -2.6323371428571427 0 -3.636548571428571l-8.571497142857142 -8.571428571428571c-1.0042114285714285 -1.0042062857142855 -2.6323371428571427 -1.0042062857142855 -3.636548571428571 0l-8.571428571428571 8.571428571428571c-1.0042062857142855 1.0042114285714285 -1.0042062857142855 2.6323371428571427 0 3.636548571428571 1.0042114285714285 1.0042114285714285 2.6323371428571427 1.0042114285714285 3.636548571428571 0l4.176291428571429 -4.176291428571429 0 12.643731428571428Z" clip-rule="evenodd" stroke-width="1.7143"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
<rect width="24" height="24" fill="white"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="Folder-Media-1--Streamline-Ultimate" height="24" width="24">
|
|
2
|
+
<desc>
|
|
3
|
+
Folder Media 1 Streamline Icon: https://streamlinehq.com
|
|
4
|
+
</desc>
|
|
5
|
+
<path d="M21.75 9V6a1.5 1.5 0 0 0 -1.5 -1.5h-12V3a1.5 1.5 0 0 0 -1.5 -1.5h-4.5A1.5 1.5 0 0 0 0.75 3v17.8a1.7 1.7 0 0 0 3.336 0.438l2.352 -11.154A1.5 1.5 0 0 1 7.879 9H21.75a1.5 1.5 0 0 1 1.45 1.886l-2.2 10.5a1.5 1.5 0 0 1 -1.45 1.114H2.447" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path>
|
|
6
|
+
<path d="M12.489 19.41a0.857 0.857 0 0 1 -1.239 -0.766v-5.788a0.857 0.857 0 0 1 1.239 -0.766l5.788 2.895a0.855 0.855 0 0 1 0 1.53Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path>
|
|
7
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-icons",
|
|
3
3
|
"description": "Icon library for codecademy.com",
|
|
4
|
-
"version": "9.52.
|
|
4
|
+
"version": "9.52.1-alpha.a82fb3.0",
|
|
5
5
|
"author": "Codecademy <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@codecademy/gamut-styles": "17.10.0",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"types": "dist/index.d.ts",
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "47c844d2d8cf2a4a429c4500e992e7a2293fee01"
|
|
33
33
|
}
|