Skip to content

Commit

Permalink
Rename original variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Dec 13, 2024
1 parent 1ffaca1 commit 2457a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icons/src/library/caution-filled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
*/
import { SVG, Path } from '@wordpress/primitives';

const warning = (
const cautionFilled = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM12.75 8V13H11.25V8H12.75ZM12.75 14.5V16H11.25V14.5H12.75Z" />
</SVG>
);

export default warning;
export default cautionFilled;

0 comments on commit 2457a6d

Please sign in to comment.