Skip to content

Commit

Permalink
feat(comp:icon): add search icon (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm authored Dec 21, 2020
1 parent 7bf5d8a commit 0d60496
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/icon/definitions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export * from './overview'
export * from './pasteFill'
export * from './questionCircle'
export * from './right'
export * from './search'
export * from './up'
4 changes: 4 additions & 0 deletions packages/components/icon/definitions/search.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const Search = {
name: 'search',
svgString: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><defs><style/></defs><path d="M188.593 766.158c159.819 159.628 418.954 159.628 578.774 0 159.887-159.627 159.887-418.453 0-578.08-159.82-159.696-418.955-159.696-578.774 0-159.82 159.627-159.82 418.453 0 578.08zm812.23 188.58c12.547 12.63 12.546 33.021-.002 45.65l-.141.14c-12.526 12.45-32.773 12.388-45.223-.138L791.855 835.787C604.273 999.775 319.217 992.96 140.367 814.326c-186.49-186.266-186.49-488.217 0-674.416 186.49-186.267 488.804-186.267 675.225 0 178.782 178.5 185.74 463.01 21.827 650.366l163.404 164.463z"/></svg>',
}
1 change: 1 addition & 0 deletions scripts/gulp/icons/assets/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d60496

Please sign in to comment.