- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
9 lines
338 B
JavaScript
9 lines
338 B
JavaScript
import { createIcon } from '@chakra-ui/react';
|
|
|
|
const Search2Icon = createIcon({
|
|
d: "M23.414,20.591l-4.645-4.645a10.256,10.256,0,1,0-2.828,2.829l4.645,4.644a2.025,2.025,0,0,0,2.828,0A2,2,0,0,0,23.414,20.591ZM10.25,3.005A7.25,7.25,0,1,1,3,10.255,7.258,7.258,0,0,1,10.25,3.005Z",
|
|
displayName: "Search2Icon"
|
|
});
|
|
|
|
export { Search2Icon };
|