@codecademy/gamut-icons 9.37.2 → 9.37.3-alpha.237c56.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,56 @@
|
|
|
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 GoBackward10ControlIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
|
|
6
|
+
let {
|
|
7
|
+
title,
|
|
8
|
+
titleId,
|
|
9
|
+
size = 16,
|
|
10
|
+
height = size,
|
|
11
|
+
width = size,
|
|
12
|
+
...props
|
|
13
|
+
} = _ref;
|
|
14
|
+
const maskId = useIconId('GoBackward10ControlIcon');
|
|
15
|
+
return /*#__PURE__*/_jsxs(Svg, {
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
fill: "#fff",
|
|
19
|
+
role: "img",
|
|
20
|
+
"aria-hidden": "true",
|
|
21
|
+
"pointer-events": "none",
|
|
22
|
+
width: width,
|
|
23
|
+
height: height,
|
|
24
|
+
ref: svgRef,
|
|
25
|
+
"aria-labelledby": titleId,
|
|
26
|
+
...props,
|
|
27
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
28
|
+
id: titleId,
|
|
29
|
+
children: title
|
|
30
|
+
}) : null, /*#__PURE__*/_jsxs("mask", {
|
|
31
|
+
id: `${maskId}`,
|
|
32
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
33
|
+
stroke: "#fff",
|
|
34
|
+
strokeLinecap: "round",
|
|
35
|
+
strokeLinejoin: "round",
|
|
36
|
+
d: "M7.11 4.686A9.725 9.725 0 002.27 13.1c0 5.374 4.357 9.73 9.73 9.73s9.73-4.356 9.73-9.73c0-5.373-4.356-9.73-9.73-9.73h-1.938",
|
|
37
|
+
strokeWidth: 1.5,
|
|
38
|
+
fill: "none"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
stroke: "#fff",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round",
|
|
43
|
+
d: "M12 1.171L9.802 3.37 12 5.568M9.132 9.6v7m-1.75-5.25h.6a1.15 1.15 0 001.15-1.15v-.6m1.75 7h-3.5m5.736-5.323v3.645c0 .926.751 1.677 1.677 1.677h.146c.926 0 1.677-.75 1.677-1.677v-3.646c0-.926-.75-1.677-1.677-1.677h-.146c-.926 0-1.677.751-1.677 1.678z",
|
|
44
|
+
strokeWidth: 1.5,
|
|
45
|
+
fill: "none"
|
|
46
|
+
})]
|
|
47
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
48
|
+
mask: `url(#${maskId})`,
|
|
49
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
50
|
+
width: `100%`,
|
|
51
|
+
height: `100%`,
|
|
52
|
+
fill: `currentColor`
|
|
53
|
+
})
|
|
54
|
+
})]
|
|
55
|
+
});
|
|
56
|
+
});
|
|
@@ -114,6 +114,7 @@ export * from './GearIcon';
|
|
|
114
114
|
export * from './GithubIcon';
|
|
115
115
|
export * from './GithubOutlineIcon';
|
|
116
116
|
export * from './GlassesIcon';
|
|
117
|
+
export * from './GoBackward10ControlIcon';
|
|
117
118
|
export * from './GoIcon';
|
|
118
119
|
export * from './GplusIcon';
|
|
119
120
|
export * from './GraphStatsAscendIcon';
|
|
@@ -114,6 +114,7 @@ export * from './GearIcon';
|
|
|
114
114
|
export * from './GithubIcon';
|
|
115
115
|
export * from './GithubOutlineIcon';
|
|
116
116
|
export * from './GlassesIcon';
|
|
117
|
+
export * from './GoBackward10ControlIcon';
|
|
117
118
|
export * from './GoIcon';
|
|
118
119
|
export * from './GplusIcon';
|
|
119
120
|
export * from './GraphStatsAscendIcon';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs>
|
|
3
|
+
<title>go-backward-10-control</title>
|
|
4
|
+
<path class="a" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" d="M7.10998 4.68623C4.21585 6.37208 2.27065 9.50852 2.27065 13.0993c0 5.3734 4.35601 9.7294 9.72945 9.7294 5.3734 0 9.7294 -4.356 9.7294 -9.7294 0 -5.37342 -4.356 -9.72943 -9.7294 -9.72943h-1.9384" stroke-width="1.5"></path>
|
|
5
|
+
<path class="a" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" d="M12 1.17139 9.80151 3.36987 12 5.56836" stroke-width="1.5"></path>
|
|
6
|
+
<path class="a" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" d="m9.13184 9.59937 0 7.00003" stroke-width="1.5"></path>
|
|
7
|
+
<path class="a" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" d="m7.38184 11.3494 0.59996 0c0.63515 0 1.15004 -0.5149 1.15004 -1.1501l0 -0.59993" stroke-width="1.5"></path>
|
|
8
|
+
<path class="a" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" d="m10.8818 16.5994 -3.49996 0" stroke-width="1.5"></path>
|
|
9
|
+
<path class="a" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" d="M13.1182 11.2765v3.6457c0 0.9263 0.7508 1.6772 1.6771 1.6772h0.1457c0.9263 0 1.6772 -0.7509 1.6772 -1.6772v-3.6457c0 -0.9263 -0.7509 -1.67713 -1.6772 -1.67713h-0.1457c-0.9263 0 -1.6771 0.75083 -1.6771 1.67713Z" stroke-width="1.5"></path>
|
|
10
|
+
</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.37.
|
|
4
|
+
"version": "9.37.3-alpha.237c56.0",
|
|
5
5
|
"author": "Codecademy <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@codecademy/gamut-styles": "17.4.0",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"types": "dist/index.d.ts",
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "c61952b4bbef3c5f4832a8b3f4e2e28f712366c5"
|
|
33
33
|
}
|