react-magma-icons 2.3.3 → 2.3.5-next.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/README.md +11 -0
- package/dist/SvgIcon.esm.js +2 -5
- package/dist/SvgIcon.esm.js.map +1 -1
- package/dist/categories.esm.js +1 -1
- package/dist/categories.esm.js.map +1 -1
- package/dist/icons/Custom/BookProjectWfIcon.d.ts +7 -0
- package/dist/icons/Custom/BookProjectWfIcon.esm.js +21 -0
- package/dist/icons/Custom/BookProjectWfIcon.esm.js.map +1 -0
- package/dist/icons/Custom/BooksWf1Icon.d.ts +7 -0
- package/dist/icons/Custom/BooksWf1Icon.esm.js +19 -0
- package/dist/icons/Custom/BooksWf1Icon.esm.js.map +1 -0
- package/dist/icons/Custom/ProjectWfIcon.d.ts +7 -0
- package/dist/icons/Custom/ProjectWfIcon.esm.js +21 -0
- package/dist/icons/Custom/ProjectWfIcon.esm.js.map +1 -0
- package/dist/icons/Custom/TasksWfIcon.d.ts +7 -0
- package/dist/icons/Custom/TasksWfIcon.esm.js +23 -0
- package/dist/icons/Custom/TasksWfIcon.esm.js.map +1 -0
- package/dist/icons/Custom/index.d.ts +4 -0
- package/dist/icons/Maps/DirectionsRailwayIcon.esm.js +1 -2
- package/dist/icons/Maps/DirectionsRailwayIcon.esm.js.map +1 -1
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/react-magma-icons.cjs.development.js +2289 -2221
- package/dist/react-magma-icons.cjs.development.js.map +1 -1
- package/dist/react-magma-icons.cjs.production.min.js +1 -1
- package/dist/react-magma-icons.cjs.production.min.js.map +1 -1
- package/package.json +7 -13
- package/src/categories.ts +4 -0
- package/src/icons/Custom/BookProjectWfIcon.tsx +22 -0
- package/src/icons/Custom/BooksWf1Icon.tsx +18 -0
- package/src/icons/Custom/ProjectWfIcon.tsx +21 -0
- package/src/icons/Custom/TasksWfIcon.tsx +24 -0
- package/src/icons/Custom/index.ts +4 -0
- package/src/icons/Maps/DirectionsRailwayIcon.tsx +1 -2
- package/src/svg/icons/Custom/book_project_wf.svg +5 -0
- package/src/svg/icons/Custom/books_wf_1.svg +3 -0
- package/src/svg/icons/Custom/project_wf.svg +5 -0
- package/src/svg/icons/Custom/tasks_wf.svg +6 -0
- package/src/svg/icons/Maps/directions_railway.svg +2 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-magma-icons",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.5-next.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
@@ -29,20 +29,11 @@
|
|
|
29
29
|
"prettier": "prettier --write --loglevel warn --ignore-path .eslintignore \"src/**/*.{js,jsx,ts,tsx,json}\""
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"
|
|
33
|
-
"react": "^15.0.0 || ^16.0.0
|
|
34
|
-
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0",
|
|
32
|
+
"react": "^15.0.0 || ^16.0.0",
|
|
33
|
+
"react-dom": "^15.0.0 || ^16.0.0",
|
|
35
34
|
"uuid": "^8.3.0"
|
|
36
35
|
},
|
|
37
|
-
"peerDependenciesMeta": {
|
|
38
|
-
"@types/react": {
|
|
39
|
-
"optional": true
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
36
|
"devDependencies": {
|
|
43
|
-
"@types/node": "^15.3.0",
|
|
44
|
-
"@types/react": "^17.0.0",
|
|
45
|
-
"@types/uuid": "^8.3.0",
|
|
46
37
|
"fast-glob": "^3.2.5",
|
|
47
38
|
"fastq": "^1.11.0",
|
|
48
39
|
"fs-extra": "^9.1.0",
|
|
@@ -56,5 +47,8 @@
|
|
|
56
47
|
"xml2js": "^0.4.23"
|
|
57
48
|
},
|
|
58
49
|
"dependencies": {
|
|
50
|
+
"@types/node": "^15.3.0",
|
|
51
|
+
"@types/react": "^16.9.0",
|
|
52
|
+
"@types/uuid": "^8.3.0"
|
|
59
53
|
}
|
|
60
|
-
}
|
|
54
|
+
}
|
package/src/categories.ts
CHANGED
|
@@ -701,6 +701,8 @@ export const categories = {
|
|
|
701
701
|
"CcVisaIcon",
|
|
702
702
|
],
|
|
703
703
|
Custom: [
|
|
704
|
+
"BookProjectWfIcon",
|
|
705
|
+
"BooksWf1Icon",
|
|
704
706
|
"CountsTowardsGradeIcon",
|
|
705
707
|
"CreditNoCreditIcon",
|
|
706
708
|
"DroppedIcon",
|
|
@@ -717,6 +719,8 @@ export const categories = {
|
|
|
717
719
|
"MtIcon",
|
|
718
720
|
"NonMindtapActivityIcon",
|
|
719
721
|
"PracticeIcon",
|
|
722
|
+
"ProjectWfIcon",
|
|
723
|
+
"TasksWfIcon",
|
|
720
724
|
"UnitIcon",
|
|
721
725
|
"WlGotItIcon",
|
|
722
726
|
"WlLearnItIcon",
|
|
@@ -0,0 +1,22 @@
|
|
|
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: "M10.14 10.75l3 2.25V4h4v9h2V4c0-1.1-.9-2-2-2h-12c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h5v-2h-5V4h2v9l3-2.25z",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
d: "M19.37 15.79l-.63 2.87c-.15.71-.24 1.21-.28 1.5-.03-.22-.09-.56-.17-1.02-.08-.46-.17-.85-.25-1.2l-.49-2.16h-1.43l-.5 2.16c-.08.3-.16.68-.24 1.13-.08.45-.15.82-.18 1.08-.05-.38-.15-.88-.29-1.51l-.62-2.86H12.8l1.41 5.71h1.82c.33-1.5.52-2.35.57-2.56.05-.21.09-.44.14-.69.05-.25.08-.46.1-.63.03.21.07.47.12.78.05.31.1.52.12.62l.55 2.49h1.82l1.41-5.71h-1.49z",
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
circles: [],
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const BookProjectWfIcon = (props: IconProps) =>
|
|
22
|
+
renderIcon(props, iconType);
|
|
@@ -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: "M21 3H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h9V5h8c.55 0 1 .45 1 1v8h2V5c0-1.1-.9-2-2-2zm-1 10.25c0-.41-.34-.75-.75-.75h-5.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.5c.41 0 .75-.34.75-.75zM19.25 9h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75zm-5.5 2.5h5.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5.5c-.41 0-.75.34-.75.75s.34.75.75.75zm5.73 8.66c.04-.29.13-.79.28-1.5l.63-2.87h1.49l-1.41 5.71h-1.82l-.55-2.49c-.0046-.0229-.0108-.0517-.0181-.086-.0248-.1156-.0634-.2951-.1019-.534-.05-.31-.09-.57-.12-.78-.02.17-.05.38-.1.63-.0154.0769-.0298.1519-.0439.225-.0316.1646-.0615.3196-.0961.465-.05.21-.24 1.06-.57 2.56h-1.82l-1.41-5.71h1.49l.62 2.86c.14.63.24 1.13.29 1.51.0247-.214.0765-.5024.1386-.8486L16.4 19.07c.08-.45.16-.83.24-1.13l.5-2.16h1.43l.49 2.16.0077.0335c.078.3414.1648.7211.2423 1.1665l.0209.1199c.0695.3996.1218.6997.1491.9001z",
|
|
13
|
+
},
|
|
14
|
+
],
|
|
15
|
+
circles: [],
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export const BooksWf1Icon = (props: IconProps) => renderIcon(props, iconType);
|
|
@@ -0,0 +1,21 @@
|
|
|
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: "M10.56 20.58H5.07v-15h2v3h8v-3h2v6.5c0 .28.23.5.51.5h.98c.28 0 .51-.22.51-.5v-6.5c0-1.1-.9-2-2-2h-3.18c-.42-1.16-1.52-2-2.82-2-1.3 0-2.4.84-2.82 2H5.07c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h5.5c.28 0 .5-.23.5-.5v-.99c0-.28-.23-.5-.5-.5l-.01-.01zm.5-17c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
d: "M19.62 14.87l-.63 2.87c-.15.71-.24 1.21-.28 1.5-.03-.22-.09-.56-.17-1.02-.08-.46-.17-.85-.25-1.2l-.49-2.16h-1.43l-.5 2.16c-.08.3-.16.68-.24 1.13-.08.45-.15.82-.18 1.08-.05-.38-.15-.88-.29-1.51l-.62-2.86h-1.49l1.41 5.71h1.82c.33-1.5.52-2.35.57-2.56.05-.21.09-.44.14-.69.05-.25.08-.46.1-.63.03.21.07.47.12.78.05.31.1.52.12.62l.55 2.49h1.82l1.41-5.71h-1.49z",
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
circles: [],
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const ProjectWfIcon = (props: IconProps) => renderIcon(props, iconType);
|
|
@@ -0,0 +1,24 @@
|
|
|
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: "M7.29 11.68a.9959.9959 0 00-1.41 0c-.39.39-.39 1.02 0 1.41l2.83 2.83c.39.39 1.02.39 1.41 0l10-10a.987.987 0 00-.01-1.41.9959.9959 0 00-1.41 0L9.41 13.8l-2.12-2.12z",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
d: "M13.55 19.55c-.85.31-1.77.48-2.72.48-4.71 0-8.48-4.09-7.95-8.9C3.27 7.61 6 4.72 9.49 4.14c1.81-.3 3.53.02 4.99.78.39.2.86.13 1.17-.18.48-.48.36-1.29-.24-1.6-1.47-.75-3.13-1.16-4.9-1.11C5.37 2.19 1.1 6.37.84 11.5c-.29 5.77 4.29 10.53 9.99 10.53 1.2 0 2.34-.21 3.41-.6.68-.25.87-1.13.35-1.65-.27-.27-.68-.37-1.04-.23z",
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
d: "M21.96 12.81l-.63 2.87c-.15.71-.24 1.21-.28 1.5-.03-.22-.09-.56-.17-1.02-.08-.46-.17-.85-.25-1.2l-.49-2.16h-1.43l-.5 2.16c-.08.3-.16.68-.24 1.13-.08.45-.15.82-.18 1.08-.05-.38-.15-.88-.29-1.51l-.62-2.86h-1.49l1.41 5.71h1.82c.33-1.5.52-2.35.57-2.56.05-.21.09-.44.14-.69.05-.25.08-.46.1-.63.03.21.07.47.12.78.05.31.1.52.12.62l.55 2.49h1.82l1.41-5.71h-1.49z",
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
circles: [],
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const TasksWfIcon = (props: IconProps) => renderIcon(props, iconType);
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
* of the build process. Do not edit this file directly.
|
|
4
4
|
******************************************************/
|
|
5
5
|
|
|
6
|
+
export { BookProjectWfIcon } from "./BookProjectWfIcon";
|
|
7
|
+
export { BooksWf1Icon } from "./BooksWf1Icon";
|
|
6
8
|
export { CountsTowardsGradeIcon } from "./CountsTowardsGradeIcon";
|
|
7
9
|
export { CreditNoCreditIcon } from "./CreditNoCreditIcon";
|
|
8
10
|
export { DroppedIcon } from "./DroppedIcon";
|
|
@@ -19,6 +21,8 @@ export { ManualGradedIcon } from "./ManualGradedIcon";
|
|
|
19
21
|
export { MtIcon } from "./MtIcon";
|
|
20
22
|
export { NonMindtapActivityIcon } from "./NonMindtapActivityIcon";
|
|
21
23
|
export { PracticeIcon } from "./PracticeIcon";
|
|
24
|
+
export { ProjectWfIcon } from "./ProjectWfIcon";
|
|
25
|
+
export { TasksWfIcon } from "./TasksWfIcon";
|
|
22
26
|
export { UnitIcon } from "./UnitIcon";
|
|
23
27
|
export { WlGotItIcon } from "./WlGotItIcon";
|
|
24
28
|
export { WlLearnItIcon } from "./WlLearnItIcon";
|
|
@@ -9,8 +9,7 @@ const iconType = {
|
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
10
10
|
paths: [
|
|
11
11
|
{
|
|
12
|
-
d: "
|
|
13
|
-
fillRule: "evenodd",
|
|
12
|
+
d: "M6.65 21q-.275 0-.462-.188Q6 20.625 6 20.35q0-.125.075-.288.075-.162.2-.237L7.5 19q-1.475 0-2.487-1.012Q4 16.975 4 15.5V6q0-2.075 1.925-3.038Q7.85 2 12 2q4.3 0 6.15.925Q20 3.85 20 6v9.5q0 1.475-1.012 2.488Q17.975 19 16.5 19l1.225.825q.125.075.2.225.075.15.075.3 0 .275-.188.462-.187.188-.462.188zM6 10h12V7H6zm10.5 2H6h12-1.5zM12 16q.625 0 1.062-.438.438-.437.438-1.062t-.438-1.062Q12.625 13 12 13t-1.062.438q-.438.437-.438 1.062t.438 1.062Q11.375 16 12 16zm-4.5 1h9q.65 0 1.075-.425Q18 16.15 18 15.5V12H6v3.5q0 .65.425 1.075Q6.85 17 7.5 17zM12 4q-2.15 0-3.562.25Q7.025 4.5 6.45 5h11.2q-.45-.5-1.863-.75Q14.375 4 12 4zm0 1h5.65-11.2H12z",
|
|
14
13
|
},
|
|
15
14
|
],
|
|
16
15
|
circles: [],
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M10.14 10.75L13.14 13V4H17.14V13H19.14V4C19.14 2.9 18.24 2 17.14 2H5.14C4.04 2 3.14 2.9 3.14 4V20C3.14 21.1 4.04 22 5.14 22H10.14V20H5.14V4H7.14V13L10.14 10.75Z" fill="black"/>
|
|
4
|
+
<path d="M19.37 15.79L18.74 18.66C18.59 19.37 18.5 19.87 18.46 20.16C18.43 19.94 18.37 19.6 18.29 19.14C18.21 18.68 18.12 18.29 18.04 17.94L17.55 15.78H16.12L15.62 17.94C15.54 18.24 15.46 18.62 15.38 19.07C15.3 19.52 15.23 19.89 15.2 20.15C15.15 19.77 15.05 19.27 14.91 18.64L14.29 15.78H12.8L14.21 21.49H16.03C16.36 19.99 16.55 19.14 16.6 18.93C16.65 18.72 16.69 18.49 16.74 18.24C16.79 17.99 16.82 17.78 16.84 17.61C16.87 17.82 16.91 18.08 16.96 18.39C17.01 18.7 17.06 18.91 17.08 19.01L17.63 21.5H19.45L20.86 15.79H19.37Z" fill="black"/>
|
|
5
|
+
</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="M21 3H3C1.9 3 1 3.9 1 5V18C1 19.1 1.9 20 3 20H12V5H20C20.55 5 21 5.45 21 6V14H23V5C23 3.9 22.1 3 21 3ZM20 13.25C20 12.84 19.66 12.5 19.25 12.5H13.75C13.34 12.5 13 12.84 13 13.25C13 13.66 13.34 14 13.75 14H19.25C19.66 14 20 13.66 20 13.25ZM19.25 9H13.75C13.34 9 13 8.66 13 8.25C13 7.84 13.34 7.5 13.75 7.5H19.25C19.66 7.5 20 7.84 20 8.25C20 8.66 19.66 9 19.25 9ZM13.75 11.5H19.25C19.66 11.5 20 11.16 20 10.75C20 10.34 19.66 10 19.25 10H13.75C13.34 10 13 10.34 13 10.75C13 11.16 13.34 11.5 13.75 11.5ZM19.48 20.16C19.52 19.87 19.61 19.37 19.76 18.66L20.39 15.79H21.88L20.47 21.5H18.65L18.1 19.01C18.0954 18.9871 18.0892 18.9583 18.0819 18.924C18.0571 18.8084 18.0185 18.6289 17.98 18.39C17.93 18.08 17.89 17.82 17.86 17.61C17.84 17.78 17.81 17.99 17.76 18.24C17.7446 18.3169 17.7302 18.3919 17.7161 18.465C17.6845 18.6296 17.6546 18.7846 17.62 18.93C17.57 19.14 17.38 19.99 17.05 21.49H15.23L13.82 15.78H15.31L15.93 18.64C16.07 19.27 16.17 19.77 16.22 20.15C16.2447 19.936 16.2965 19.6476 16.3586 19.3014C16.372 19.2269 16.3858 19.1497 16.4 19.07C16.48 18.62 16.56 18.24 16.64 17.94L17.14 15.78H18.57L19.06 17.94L19.0677 17.9735C19.1457 18.3149 19.2325 18.6946 19.31 19.14C19.3171 19.1809 19.3241 19.2209 19.3309 19.2599C19.4004 19.6595 19.4527 19.9596 19.48 20.16Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M10.56 20.58H5.07V5.57999H7.07V8.57999H15.07V5.57999H17.07V12.08C17.07 12.36 17.3 12.58 17.58 12.58C17.95 12.58 18.23 12.58 18.56 12.58C18.84 12.58 19.07 12.36 19.07 12.08V5.57999C19.07 4.47999 18.17 3.57999 17.07 3.57999H13.89C13.47 2.41999 12.37 1.57999 11.07 1.57999C9.77 1.57999 8.67 2.41999 8.25 3.57999H5.07C3.97 3.57999 3.07 4.47999 3.07 5.57999V20.58C3.07 21.68 3.97 22.58 5.07 22.58H10.57C10.85 22.58 11.07 22.35 11.07 22.08V21.09C11.07 20.81 10.84 20.59 10.57 20.59L10.56 20.58ZM11.06 3.57999C11.61 3.57999 12.06 4.02999 12.06 4.57999C12.06 5.12999 11.61 5.57999 11.06 5.57999C10.51 5.57999 10.06 5.12999 10.06 4.57999C10.06 4.02999 10.51 3.57999 11.06 3.57999Z" fill="black"/>
|
|
4
|
+
<path d="M19.62 14.87L18.99 17.74C18.84 18.45 18.75 18.95 18.71 19.24C18.68 19.02 18.62 18.68 18.54 18.22C18.46 17.76 18.37 17.37 18.29 17.02L17.8 14.86H16.37L15.87 17.02C15.79 17.32 15.71 17.7 15.63 18.15C15.55 18.6 15.48 18.97 15.45 19.23C15.4 18.85 15.3 18.35 15.16 17.72L14.54 14.86H13.05L14.46 20.57H16.28C16.61 19.07 16.8 18.22 16.85 18.01C16.9 17.8 16.94 17.57 16.99 17.32C17.04 17.07 17.07 16.86 17.09 16.69C17.12 16.9 17.16 17.16 17.21 17.47C17.26 17.78 17.31 17.99 17.33 18.09L17.88 20.58H19.7L21.11 14.87H19.62Z" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M7.29 11.68C6.9 11.29 6.27 11.29 5.88 11.68C5.49 12.07 5.49 12.7 5.88 13.09L8.71 15.92C9.1 16.31 9.73 16.31 10.12 15.92L20.12 5.92001C20.51 5.53001 20.51 4.90001 20.11 4.51001C19.72 4.12001 19.09 4.12001 18.7 4.51001L9.41 13.8L7.29 11.68Z" fill="black"/>
|
|
4
|
+
<path d="M13.55 19.55C12.7 19.86 11.78 20.03 10.83 20.03C6.12 20.03 2.35 15.94 2.88 11.13C3.27 7.61 6 4.72 9.49 4.14C11.3 3.84 13.02 4.16001 14.48 4.92001C14.87 5.12001 15.34 5.05 15.65 4.74C16.13 4.26 16.01 3.45001 15.41 3.14001C13.94 2.39001 12.28 1.98 10.51 2.03C5.37 2.19 1.1 6.37 0.840001 11.5C0.550001 17.27 5.13 22.03 10.83 22.03C12.03 22.03 13.17 21.82 14.24 21.43C14.92 21.18 15.11 20.3 14.59 19.78C14.32 19.51 13.91 19.41 13.55 19.55Z" fill="black"/>
|
|
5
|
+
<path d="M21.96 12.81L21.33 15.68C21.18 16.39 21.09 16.89 21.05 17.18C21.02 16.96 20.96 16.62 20.88 16.16C20.8 15.7 20.71 15.31 20.63 14.96L20.14 12.8H18.71L18.21 14.96C18.13 15.26 18.05 15.64 17.97 16.09C17.89 16.54 17.82 16.91 17.79 17.17C17.74 16.79 17.64 16.29 17.5 15.66L16.88 12.8H15.39L16.8 18.51H18.62C18.95 17.01 19.14 16.16 19.19 15.95C19.24 15.74 19.28 15.51 19.33 15.26C19.38 15.01 19.41 14.8 19.43 14.63C19.46 14.84 19.5 15.1 19.55 15.41C19.6 15.72 19.65 15.93 19.67 16.03L20.22 18.52H22.04L23.45 12.81H21.96Z" fill="black"/>
|
|
6
|
+
</svg>
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
<title>directions_railway</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<path d="M3.99999997,15.5 C3.99999997,17.43 5.56999997,19 7.49999997,19 L5.99999997,20.5 L5.99999997,21 L18,21 L18,20.5 L16.5,19 C18.43,19 20,17.43 20,15.5 L20,4.99999995 C20,1.49999995 16.42,0.999999954 12,0.999999954 C7.57999998,0.999999954 3.99999997,1.49999995 3.99999997,4.99999995 L3.99999997,15.5 Z M12,17 C10.9,17 9.99999999,16.1 9.99999999,15 C9.99999999,13.9 10.9,13 12,13 C13.1,13 14,13.9 14,15 C14,16.1 13.1,17 12,17 Z M18,9.99999997 L5.99999997,9.99999997 L5.99999997,4.99999997 L18,4.99999997 L18,9.99999997 Z M3.99999997,15.5 C3.99999997,17.43 5.56999997,19 7.49999997,19 L6.35999998,20.15 C6.03999998,20.46 6.25999998,21 6.70999998,21 L17.29,21 C17.74,21 17.96,20.46 17.64,20.15 L16.5,19 C18.43,19 20,17.43 20,15.5 L20,4.99999995 C20,1.49999995 16.42,0.999999954 12,0.999999954 C7.57999998,0.999999954 3.99999997,1.49999995 3.99999997,4.99999995 L3.99999997,15.5 Z M12,17 C10.9,17 9.99999999,16.1 9.99999999,15 C9.99999999,13.9 10.9,13 12,13 C13.1,13 14,13.9 14,15 C14,16.1 13.1,17 12,17 Z M18,9.99999997 L5.99999997,9.99999997 L5.99999997,4.99999997 L18,4.99999997 L18,9.99999997 Z" id="path-1"></path>
|
|
6
|
-
</defs>
|
|
7
|
-
<g id="directions_railway" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
-
<mask id="mask-2" fill="white">
|
|
9
|
-
<use xlink:href="#path-1"></use>
|
|
10
|
-
</mask>
|
|
11
|
-
<use id="Shape" fill="#000000" xlink:href="#path-1"></use>
|
|
12
|
-
</g>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24">
|
|
2
|
+
<path d="M6.65 21q-.275 0-.462-.188Q6 20.625 6 20.35q0-.125.075-.288.075-.162.2-.237L7.5 19q-1.475 0-2.487-1.012Q4 16.975 4 15.5V6q0-2.075 1.925-3.038Q7.85 2 12 2q4.3 0 6.15.925Q20 3.85 20 6v9.5q0 1.475-1.012 2.488Q17.975 19 16.5 19l1.225.825q.125.075.2.225.075.15.075.3 0 .275-.188.462-.187.188-.462.188ZM6 10h12V7H6Zm10.5 2H6h12-1.5ZM12 16q.625 0 1.062-.438.438-.437.438-1.062t-.438-1.062Q12.625 13 12 13t-1.062.438q-.438.437-.438 1.062t.438 1.062Q11.375 16 12 16Zm-4.5 1h9q.65 0 1.075-.425Q18 16.15 18 15.5V12H6v3.5q0 .65.425 1.075Q6.85 17 7.5 17ZM12 4q-2.15 0-3.562.25Q7.025 4.5 6.45 5h11.2q-.45-.5-1.863-.75Q14.375 4 12 4Zm0 1h5.65-11.2H12Z"/>
|
|
13
3
|
</svg>
|