Skip to content

Commit

Permalink
chore: removing duplicated property (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarberlinck authored Nov 1, 2024
1 parent 03f8f6a commit f9655fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import React from "react";
export default function Error(props) {
return (
<svg {...props} width="24" height="24" viewBox="0 0 24 24">
<path fill="currentColor" d="M0 0h24v24H0z" fill="none" />
<path fill="currentColor" d="M0 0h24v24H0z" />
<path
fill="currentColor"
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"
Expand Down

0 comments on commit f9655fd

Please sign in to comment.