Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new icon #316

Merged
merged 1 commit into from
Apr 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions packages/core/src/icons/components/Refresh.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';

export default function SvgRefresh(props) {
return (
<svg
width="1em"
height="1em"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
d="M7.445 16.183H8.63c.246-.001.444-.2.444-.446a6.604 6.604 0 011.374-4.052 6.625 6.625 0 015.302-2.611c1.475 0 2.873.474 4.044 1.37.389.297.737.63 1.045.993l-2.189-.386a.445.445 0 00-.515.36l-.206 1.167a.444.444 0 00.36.515l5.253.927a.437.437 0 00.332-.073.445.445 0 00.183-.287l.927-5.253a.444.444 0 00-.36-.514l-1.167-.207a.444.444 0 00-.515.36l-.39 2.211a8.783 8.783 0 00-1.497-1.46A8.654 8.654 0 0015.751 7a8.686 8.686 0 00-6.95 3.425A8.662 8.662 0 007 15.739a.445.445 0 00.445.444zM24.87 16.016a.445.445 0 00-.315-.13H23.37c-.246 0-.445.2-.444.445a6.605 6.605 0 01-1.374 4.052 6.626 6.626 0 01-5.302 2.612 6.6 6.6 0 01-4.044-1.37 6.7 6.7 0 01-1.045-.993l2.189.386a.444.444 0 00.515-.36l.206-1.168a.444.444 0 00-.36-.514l-5.253-.928a.445.445 0 00-.515.36l-.927 5.253a.444.444 0 00.36.515l1.167.206a.445.445 0 00.515-.36l.39-2.21c.438.542.941 1.034 1.497 1.46a8.653 8.653 0 005.304 1.797 8.686 8.686 0 006.95-3.425A8.662 8.662 0 0025 16.33a.445.445 0 00-.13-.314z"
fill="currentColor"
/>
</svg>
);
}
2 changes: 2 additions & 0 deletions packages/core/src/icons/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import Question from './Question';
import RadioEmpty from './RadioEmpty';
import RadioHalf from './RadioHalf';
import RadioSelected from './RadioSelected';
import Refresh from './Refresh';
import RemoveElement from './RemoveElement';
import Retry from './Retry';
import Search from './Search';
Expand Down Expand Up @@ -134,6 +135,7 @@ export default {
'radio-empty': RadioEmpty,
'radio-half': RadioHalf,
'radio-selected': RadioSelected,
refresh: Refresh,
'remove-element': RemoveElement,
retry: Retry,
search: Search,
Expand Down
4 changes: 4 additions & 0 deletions packages/core/src/icons/svg/refresh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.