Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
revert test file change
Browse files Browse the repository at this point in the history
  • Loading branch information
SM051274 committed Oct 14, 2023
1 parent e5e2e0a commit d5b6af3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import React from 'react';
import { IconAdd, IconBase } from 'terra-icon';
import { IconAdd } from 'terra-icon';

const IconDefault = () => (
<div>
<h3>Default Icon</h3>
<IconAdd id="icon-default" />
<IconBase>
<path d="M48 21H27V0h-6v21H0v6h21v21h6V27h21z" />
</IconBase>
</div>
);

Expand Down

0 comments on commit d5b6af3

Please sign in to comment.