Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(ui): update settings menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Nov 3, 2019
1 parent 35b7a40 commit cb90c01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
19 changes: 4 additions & 15 deletions icons/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions renderer/components/Icon/Settings.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import React from 'react'

const SvgSettings = props => (
<svg height="1em" viewBox="0 0 24 24" width="1em" {...props}>
<svg height="1em" viewBox="0 0 13 13" width="1em" {...props}>
<g
fill="none"
fillRule="evenodd"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
transform="translate(1 1)"
strokeWidth={0.813}
>
<circle cx={11} cy={11} r={3} />
<path d="M18.4 14a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V20a2 2 0 1 1-4 0v-.09A1.65 1.65 0 0 0 8 18.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H2a2 2 0 1 1 0-4h.09A1.65 1.65 0 0 0 3.6 8a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H8a1.65 1.65 0 0 0 1-1.51V2a2 2 0 1 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V8c.26.604.852.997 1.51 1H20a2 2 0 1 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z" />
<path d="M5.712 1.32a1.06 1.06 0 001.576 0L7.8.759a1.06 1.06 0 011.847.766l-.038.758a1.06 1.06 0 001.11 1.113l.759-.039a1.061 1.061 0 01.764 1.847l-.565.51a1.062 1.062 0 000 1.575l.565.51a1.06 1.06 0 01-.766 1.846l-.758-.038a1.06 1.06 0 00-1.114 1.114l.039.758a1.061 1.061 0 01-1.843.764l-.51-.564a1.061 1.061 0 00-1.575 0l-.512.564a1.061 1.061 0 01-1.845-.763l.04-.758a1.06 1.06 0 00-1.114-1.114l-.759.038A1.06 1.06 0 01.758 7.8l.564-.51a1.062 1.062 0 000-1.575l-.564-.512a1.061 1.061 0 01.764-1.845l.758.039A1.06 1.06 0 003.395 2.28l-.037-.759A1.061 1.061 0 015.203.758l.51.563z" />
<path d="M6.5 4.063a2.438 2.438 0 110 4.875 2.438 2.438 0 010-4.875z" />
</g>
</svg>
)
Expand Down

0 comments on commit cb90c01

Please sign in to comment.