Skip to content

Commit 7189164

Browse files
committed
feat: Update wandSparkles icon
The existing `wandSparkles` icon was defined with a single path. It has been updated to use a fragment of SVG paths to represent the icon more accurately and consistently with other icons in the library.
1 parent ec0b48d commit 7189164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const heroicons: { [key: string]: JSX.Element } = {
2121
x: <path strokeLinecap="round" strokeLinejoin="round" d="M6 18L18 6M6 6l12 12" />,
2222
grip: <path strokeLinecap="round" strokeLinejoin="round" d="M9 5l.01 0M9 8l.01 0M9 11l.01 0M12 5l.01 0M12 8l.01 0M12 11l.01 0M15 5l.01 0M15 8l.01 0M15 11l.01 0M5 5h.01M5 8h.01M5 11h.01M5 14h.01M5 17h.01M9 14l.01 0M9 17l.01 0M12 14l.01 0M12 17l.01 0M15 14l.01 0M15 17l.01 0M19 5h.01M19 8h.01M19 11h.01M19 14h.01M19 17h.01" />,
2323
warning: <path strokeLinecap="round" strokeLinejoin="round" d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z" />,
24-
wandSparkles: <path strokeLinecap="round" strokeLinejoin="round" d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L15.22 11.47a.75.75 0 011.06 0z" /><path strokeLinecap="round" strokeLinejoin="round" d="M19.5 14.25l-2.625 2.625a.75.75 0 01-1.06-1.06L18.44 13.2a.75.75 0 011.06 0zM19.5 14.25v-2.625a.75.75 0 00-1.06-1.06L15.81 13.2a.75.75 0 001.06 1.06L19.5 11.625zM21.75 9.75l-2.625 2.625a.75.75 0 01-1.06-1.06L20.69 8.7a.75.75 0 011.06 0zM21.75 9.75v-2.625a.75.75 0 00-1.06-1.06L18.06 8.7a.75.75 0 001.06 1.06L21.75 7.125z" />,
24+
wandSparkles: <><path strokeLinecap="round" strokeLinejoin="round" d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L15.22 11.47a.75.75 0 011.06 0z" /><path strokeLinecap="round" strokeLinejoin="round" d="M19.5 14.25l-2.625 2.625a.75.75 0 01-1.06-1.06L18.44 13.2a.75.75 0 011.06 0zM19.5 14.25v-2.625a.75.75 0 00-1.06-1.06L15.81 13.2a.75.75 0 001.06 1.06L19.5 11.625zM21.75 9.75l-2.625 2.625a.75.75 0 01-1.06-1.06L20.69 8.7a.75.75 0 011.06 0zM21.75 9.75v-2.625a.75.75 0 00-1.06-1.06L18.06 8.7a.75.75 0 001.06 1.06L21.75 7.125z" /></>,
2525
search: <path strokeLinecap="round" strokeLinejoin="round" d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z" />,
2626
cog: <path strokeLinecap="round" strokeLinejoin="round" d="M4.5 12a7.5 7.5 0 0015 0m-15 0a7.5 7.5 0 1115 0m-15 0H3m16.5 0H21m-1.5 5.621l-1.04-1.802M5.621 16.5l-1.04-1.802M18.379 7.5l1.04-1.802M5.621 7.5l1.04-1.802M12 15.75a3.75 3.75 0 100-7.5 3.75 3.75 0 000 7.5z" />,
2727
terminal: <path strokeLinecap="round" strokeLinejoin="round" d="M6.75 7.5l3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0021 18V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v12a2.25 2.25 0 002.25 2.25z" />,

0 commit comments

Comments
 (0)