Skip to content

Commit

Permalink
fix(atoms): replace gear icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Oct 18, 2018
1 parent 4519652 commit 61d2a6c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
34 changes: 12 additions & 22 deletions src/atoms/typography/Icon/glyphs/Gear.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions storybook/__tests__/__snapshots__/storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14230,12 +14230,17 @@ exports[`Storyshots ATOMS/TYPOGRAPHY/Icon all icons 1`] = `
>
<svg
height="100%"
viewBox="0 0 24 24"
viewBox="0 0 23 22"
width="100%"
>
<path
d="M14.301 24h-4.6c-.539 0-.995-.396-1.06-.921l-.396-2.76a9.015 9.015 0 0 1-1.563-.907l-2.603 1.045c-.516.187-1.078-.021-1.327-.477L.458 16.011a1.083 1.083 0 0 1 .26-1.378l2.208-1.727a9.289 9.289 0 0 1-.05-.906c0-.275.017-.568.052-.906L.722 9.37a1.073 1.073 0 0 1-.26-1.384l2.297-3.975c.25-.458.818-.664 1.317-.469l2.61 1.048a9.205 9.205 0 0 1 1.56-.908L8.643.911A1.06 1.06 0 0 1 9.702 0h4.6c.539 0 .995.396 1.06.921l.396 2.761a8.88 8.88 0 0 1 1.562.907l2.603-1.045a1.082 1.082 0 0 1 1.327.477l2.294 3.969a1.08 1.08 0 0 1-.261 1.378l-2.208 1.726c.028.266.052.577.052.906 0 .329-.023.64-.052.906l2.206 1.725c.412.327.524.902.269 1.37l-2.306 3.989c-.25.458-.82.662-1.317.469l-2.61-1.048a9.205 9.205 0 0 1-1.56.908l-.397 2.77a1.06 1.06 0 0 1-1.059.911zm-7.544-5.657c.108 0 .216.035.305.104a7.97 7.97 0 0 0 1.829 1.061c.164.067.28.216.306.392l.437 3.047 4.667.053.505-3.101a.5.5 0 0 1 .306-.392 8.284 8.284 0 0 0 1.833-1.064.502.502 0 0 1 .486-.064l2.863 1.15 2.382-4.018c.016-.028.011-.073-.015-.094l-2.424-1.896a.501.501 0 0 1-.188-.456c.038-.304.077-.668.077-1.065 0-.396-.039-.761-.077-1.065a.5.5 0 0 1 .188-.456l2.427-1.897c.024-.019.028-.063.007-.102l-2.294-3.969-2.945 1.111a.497.497 0 0 1-.491-.067 7.939 7.939 0 0 0-1.829-1.061.502.502 0 0 1-.306-.392l-.436-3.048L9.702 1l-.506 3.102a.502.502 0 0 1-.305.392 8.223 8.223 0 0 0-1.833 1.064.499.499 0 0 1-.487.064l-2.863-1.15L1.326 8.49l2.439 1.989a.5.5 0 0 1 .188.456c-.052.42-.077.758-.077 1.065 0 .307.024.646.077 1.065a.501.501 0 0 1-.188.456l-2.427 1.897c-.024.019-.028.064-.007.103l2.294 3.969 2.945-1.111a.49.49 0 0 1 .187-.036zM12.001 17c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"
fill="currentColor"
d="M11.502 14.913c-2.217 0-4.022-1.756-4.022-3.913s1.805-3.913 4.022-3.913c2.218 0 4.023 1.756 4.023 3.913s-1.805 3.913-4.023 3.913zm7.638-2.933c.042-.32.073-.64.073-.98 0-.34-.031-.66-.073-.98l2.17-1.65a.496.496 0 0 0 .123-.64l-2.056-3.46c-.123-.22-.401-.3-.627-.22l-2.56 1c-.534-.4-1.11-.73-1.737-.98l-.391-2.65a.497.497 0 0 0-.503-.42H9.446a.498.498 0 0 0-.504.42l-.39 2.65c-.627.25-1.203.59-1.737.98l-2.56-1a.507.507 0 0 0-.627.22L1.572 7.73a.483.483 0 0 0 .123.64l2.169 1.65c-.041.32-.072.65-.072.98 0 .33.03.66.072.98l-2.169 1.65a.495.495 0 0 0-.123.64l2.056 3.46c.123.22.4.3.626.22l2.56-1c.535.4 1.11.73 1.738.98l.39 2.65c.032.24.247.42.504.42h4.113c.256 0 .472-.18.503-.42l.39-2.65a7.983 7.983 0 0 0 1.738-.98l2.56 1c.237.09.504 0 .627-.22l2.056-3.46a.496.496 0 0 0-.123-.64l-2.17-1.65z"
fill="none"
fillRule="evenodd"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="1.5"
/>
</svg>
</div>
Expand Down

0 comments on commit 61d2a6c

Please sign in to comment.