react-magma-icons 2.3.1 → 2.3.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-magma-icons",
3
3
  "license": "MIT",
4
- "version": "2.3.1",
4
+ "version": "2.3.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "typings": "dist/index.d.ts",
package/src/categories.ts CHANGED
@@ -710,6 +710,7 @@ export const categories = {
710
710
  "FilePowerpointIcon",
711
711
  "FileWordIcon",
712
712
  "FileZipIcon",
713
+ "GithubIcon",
713
714
  "LatePenaltyIcon",
714
715
  "LightbulbOnIcon",
715
716
  "ManualGradedIcon",
@@ -0,0 +1,18 @@
1
+ /******************************************************
2
+ * This file was created by scripts/generate.js as part
3
+ * of the build process. Do not edit this file directly.
4
+ ******************************************************/
5
+
6
+ import { IconProps } from "../../IconProps";
7
+ import { renderIcon } from "../../SvgIcon";
8
+ const iconType = {
9
+ viewBox: "0 0 24 24",
10
+ paths: [
11
+ {
12
+ d: "M12 2C6.475 2 2 6.475 2 12c0 4.425 2.8625 8.1625 6.8375 9.4875.5.0875.6875-.2125.6875-.475 0-.2375-.0125-1.025-.0125-1.8625C7 19.6125 6.35 18.5375 6.15 17.975c-.1125-.2875-.6-1.175-1.025-1.4125-.35-.1875-.85-.65-.0125-.6625.7875-.0125 1.35.725 1.5375 1.025.9 1.5125 2.3375 1.0875 2.9125.825.0875-.65.35-1.0875.6375-1.3375-2.225-.25-4.55-1.1125-4.55-4.9375 0-1.0875.3875-1.9875 1.025-2.6875-.1-.25-.45-1.275.1-2.65 0 0 .8375-.2625 2.75 1.025.8-.225 1.65-.3375 2.5-.3375.85 0 1.7.1125 2.5.3375 1.9125-1.3 2.75-1.025 2.75-1.025.55 1.375.2 2.4.1 2.65.6375.7 1.025 1.5875 1.025 2.6875 0 3.8375-2.3375 4.6875-4.5625 4.9375.3625.3125.675.9125.675 1.85 0 1.3375-.0125 2.4125-.0125 2.75 0 .2625.1875.575.6875.475C19.1375 20.1625 22 16.4125 22 12c0-5.525-4.475-10-10-10z",
13
+ },
14
+ ],
15
+ circles: [],
16
+ };
17
+
18
+ export const GithubIcon = (props: IconProps) => renderIcon(props, iconType);
@@ -12,6 +12,7 @@ export { FilePdfIcon } from "./FilePdfIcon";
12
12
  export { FilePowerpointIcon } from "./FilePowerpointIcon";
13
13
  export { FileWordIcon } from "./FileWordIcon";
14
14
  export { FileZipIcon } from "./FileZipIcon";
15
+ export { GithubIcon } from "./GithubIcon";
15
16
  export { LatePenaltyIcon } from "./LatePenaltyIcon";
16
17
  export { LightbulbOnIcon } from "./LightbulbOnIcon";
17
18
  export { ManualGradedIcon } from "./ManualGradedIcon";
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Companies/github</title>
4
+ <g id="Companies/github" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <path d="M12,2 C6.475,2 2,6.475 2,12 C2,16.425 4.8625,20.1625 8.8375,21.4875 C9.3375,21.575 9.525,21.275 9.525,21.0125 C9.525,20.775 9.5125,19.9875 9.5125,19.15 C7,19.6125 6.35,18.5375 6.15,17.975 C6.0375,17.6875 5.55,16.8 5.125,16.5625 C4.775,16.375 4.275,15.9125 5.1125,15.9 C5.9,15.8875 6.4625,16.625 6.65,16.925 C7.55,18.4375 8.9875,18.0125 9.5625,17.75 C9.65,17.1 9.9125,16.6625 10.2,16.4125 C7.975,16.1625 5.65,15.3 5.65,11.475 C5.65,10.3875 6.0375,9.4875 6.675,8.7875 C6.575,8.5375 6.225,7.5125 6.775,6.1375 C6.775,6.1375 7.6125,5.875 9.525,7.1625 C10.325,6.9375 11.175,6.825 12.025,6.825 C12.875,6.825 13.725,6.9375 14.525,7.1625 C16.4375,5.8625 17.275,6.1375 17.275,6.1375 C17.825,7.5125 17.475,8.5375 17.375,8.7875 C18.0125,9.4875 18.4,10.375 18.4,11.475 C18.4,15.3125 16.0625,16.1625 13.8375,16.4125 C14.2,16.725 14.5125,17.325 14.5125,18.2625 C14.5125,19.6 14.5,20.675 14.5,21.0125 C14.5,21.275 14.6875,21.5875 15.1875,21.4875 C19.1375,20.1625 22,16.4125 22,12 C22,6.475 17.525,2 12,2 Z" id="Path" fill="#000000"></path>
6
+ </g>
7
+ </svg>