mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
refactor: add Icon prelix into filename Heart and Vector in common/icons
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
const Vector = ({ ...props }) => {
|
||||
const IconHeart = ({ ...props }) => {
|
||||
return (
|
||||
<svg
|
||||
width="24"
|
||||
@@ -16,4 +16,4 @@ const Vector = ({ ...props }) => {
|
||||
)
|
||||
}
|
||||
|
||||
export default Vector
|
||||
export default IconHeart
|
@@ -1,5 +1,5 @@
|
||||
|
||||
const Vector = ({ ...props }) => {
|
||||
const IconVector = ({ ...props }) => {
|
||||
return (
|
||||
<svg
|
||||
width="24"
|
||||
@@ -16,4 +16,4 @@ const Vector = ({ ...props }) => {
|
||||
)
|
||||
}
|
||||
|
||||
export default Vector
|
||||
export default IconVector
|
Reference in New Issue
Block a user