Web: components: add OneDrive icon

This commit is contained in:
DASenkiv 2019-06-26 15:54:53 +03:00
parent 86ba067373
commit ee6a27bbc1
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<svg width="25" height="16" viewBox="0 0 25 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 0.0903695C12.8423 0.0307331 13.1925 0 13.5474 0C16.2694 0 18.5615 1.80204 19.2001 4.22977C18.7066 4.10168 18.1943 4.03519 17.6758 4.03519C17.5756 4.03519 17.4754 4.03772 17.3752 4.04265C16.2056 3.12558 14.7554 2.62757 13.2202 2.62757C12.9769 2.62757 12.7366 2.64066 12.5 2.66548C9.52441 2.9776 7.13745 5.20005 6.7002 8.02599C6.0106 8.34004 5.39458 8.80113 4.90801 9.37614C4.16758 10.2511 3.75977 11.3538 3.75977 12.4809C3.75977 12.8829 3.8105 13.2736 3.90542 13.6478C1.73213 13.5349 0 11.8005 0 9.68446C0 7.72049 1.49209 6.08507 3.44404 5.76981C3.77456 3.43662 5.86162 1.63284 8.37891 1.63284C8.70254 1.63284 9.02461 1.66306 9.34126 1.72293C10.1954 0.866628 11.2983 0.299683 12.5 0.0903695ZM17.6758 5.44282C19.8716 5.44282 21.6964 6.99838 22.0195 9.02297C23.7143 9.33072 25 10.7642 25 12.4809C25 14.4213 23.3572 16 21.3379 16H8.88672C6.86743 16 5.22461 14.4213 5.22461 12.4809C5.22461 10.802 6.45449 9.39392 8.09399 9.04493C8.09351 9.0172 8.09326 8.98951 8.09326 8.96188C8.09326 6.48019 10.0128 4.42154 12.5 4.08403C12.7354 4.05208 12.9758 4.03519 13.2202 4.03519C14.6093 4.03519 15.9191 4.56854 16.8808 5.5124C17.1427 5.46614 17.4086 5.44282 17.6758 5.44282Z" fill="#657077"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -14,6 +14,7 @@ import OrigRectangleIcon from './rectangle.react.svg';
import OrigCloudServicesGoogleDriveIcon from './cloud.services.google.drive.react.svg';
import OrigCloudServicesDropboxIcon from './cloud.services.dropbox.react.svg';
import OrigHorizontalDotsIcon from './horizontal-dots.react.svg';
import OrigCloudServicesOneDriveIcon from './cloud.services.onedrive.react.svg';
export const PeopleIcon = createStyledIcon(
@ -76,3 +77,7 @@ export const HorizontalDotsIcon = createStyledIcon(
OrigHorizontalDotsIcon,
'HorizontalDotsIcon'
);
export const CloudServicesOneDriveIcon = createStyledIcon(
OrigCloudServicesOneDriveIcon,
'CloudServicesOneDriveIcon'
);