diff --git a/artwork/linedrawings/aaron.jsx b/artwork/linedrawings/aaron.jsx new file mode 100644 index 00000000000..2e54ac2d6bd --- /dev/null +++ b/artwork/linedrawings/aaron.jsx @@ -0,0 +1,182 @@ +import React from "react"; + +function Icon() { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + ); +} + +export default Icon;