Browse Source
Merge pull request #472 from mjashanks/master
Updated settings icon
pull/480/head
Michael Shanks
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
4 deletions
-
packages/builder/src/components/common/Icons/Settings.svelte
|
|
|
@ -3,9 +3,12 @@ |
|
|
|
viewBox="0 0 24 24" |
|
|
|
width="24" |
|
|
|
height="24"> |
|
|
|
<path d="M0 0h24v24H0z" fill="none" /> |
|
|
|
<path fill="none" d="M0 0h24v24H0z" /> |
|
|
|
<path |
|
|
|
d="M12 1l9.5 5.5v11L12 23l-9.5-5.5v-11L12 1zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 |
|
|
|
6z" |
|
|
|
fill="currentColor" /> |
|
|
|
fill="currentColor" |
|
|
|
d="M8.686 4l2.607-2.607a1 1 0 0 1 1.414 0L15.314 4H19a1 1 0 0 1 1 |
|
|
|
1v3.686l2.607 2.607a1 1 0 0 1 0 1.414L20 15.314V19a1 1 0 0 1-1 |
|
|
|
1h-3.686l-2.607 2.607a1 1 0 0 1-1.414 0L8.686 20H5a1 1 0 0 |
|
|
|
1-1-1v-3.686l-2.607-2.607a1 1 0 0 1 0-1.414L4 8.686V5a1 1 0 0 1 |
|
|
|
1-1h3.686zM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" /> |
|
|
|
</svg> |
|
|
|
|
Width:
|
Height:
|
Size: 263 B
Width:
|
Height:
|
Size: 494 B
|