Skip to content

Commit

Permalink
Add edit & search icons (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Droniu committed Nov 22, 2021
1 parent 680eebf commit 3e66e76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/icons/SearchIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";

export const SearchIcon = createSvgIcon(
<path
fillRule="evenodd"
clipRule="evenodd"
d="M17 10.5C17 14.0899 14.0899 17 10.5 17C6.91015 17 4 14.0899 4 10.5C4 6.91015 6.91015 4 10.5 4C14.0899 4 17 6.91015 17 10.5ZM15.7618 17.176C14.3145 18.3183 12.4869 19 10.5 19C5.80558 19 2 15.1944 2 10.5C2 5.80558 5.80558 2 10.5 2C15.1944 2 19 5.80558 19 10.5C19 12.4869 18.3183 14.3145 17.176 15.7618L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L15.7618 17.176Z"
fill="currentColor"
/>,
"SearchIcon"
);
1 change: 1 addition & 0 deletions src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export * from "./ArrowRightIcon";
export * from "./MoreIcon";
export * from "./RadioIcon";
export * from "./RadioCheckedIcon";
export * from "./SearchIcon";

0 comments on commit 3e66e76

Please sign in to comment.