Web: components: added Search icon

This commit is contained in:
DASenkiv 2019-06-26 17:39:55 +03:00
parent eec033b0e3
commit 37ef363d11
2 changed files with 14 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import OrigFollowIcon from './follow.react.svg';
import OrigMailIcon from './mail.react.svg';
import OrigMoneyIcon from './money.react.svg';
import OrigProjectsIcon from './projects.react.svg';
import OrigSearchIcon from './search.react.svg';
export const PeopleIcon = createStyledIcon(
@ -136,3 +137,7 @@ export const ProjectsIcon = createStyledIcon(
OrigProjectsIcon,
'ProjectsIcon'
);
export const SearchIcon = createStyledIcon(
OrigSearchIcon,
'SearchIcon'
);

View File

@ -0,0 +1,9 @@
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.0718 15.1425C17.9368 13.7898 18.4386 12.1835 18.4386 10.4622C18.4386 5.65875 14.5308 1.75092 9.72737 1.75092C4.92395 1.75092 1.01611 5.65875 1.01611 10.4622C1.01611 15.2656 4.92395 19.1734 9.72737 19.1734C11.4487 19.1734 13.055 18.6716 14.4076 17.8066L16.8011 20.2001C17.157 20.556 17.6302 20.752 18.1334 20.752C18.6369 20.752 19.1098 20.556 19.4652 20.1999C20.1997 19.4656 20.1997 18.2705 19.4652 17.536L17.0718 15.1425ZM9.72737 4.36563C13.089 4.36563 15.8239 7.10047 15.8239 10.4622C15.8239 13.8239 13.0891 16.5587 9.72737 16.5587C6.36567 16.5587 3.63083 13.8239 3.63083 10.4622C3.63083 7.10047 6.36577 4.36563 9.72737 4.36563Z" fill="#D0D5DA"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="20" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.0718 15.1425C17.9368 13.7898 18.4386 12.1835 18.4386 10.4622C18.4386 5.65875 14.5308 1.75092 9.72737 1.75092C4.92395 1.75092 1.01611 5.65875 1.01611 10.4622C1.01611 15.2656 4.92395 19.1734 9.72737 19.1734C11.4487 19.1734 13.055 18.6716 14.4076 17.8066L16.8011 20.2001C17.157 20.556 17.6302 20.752 18.1334 20.752C18.6369 20.752 19.1098 20.556 19.4652 20.1999C20.1997 19.4656 20.1997 18.2705 19.4652 17.536L17.0718 15.1425ZM9.72737 4.36563C13.089 4.36563 15.8239 7.10047 15.8239 10.4622C15.8239 13.8239 13.0891 16.5587 9.72737 16.5587C6.36567 16.5587 3.63083 13.8239 3.63083 10.4622C3.63083 7.10047 6.36577 4.36563 9.72737 4.36563Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect width="22" height="22" fill="#D0D5DA"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB