From e3aaadc0201945ea0b1159cc422b9517b84a54a4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 13 Mar 2022 00:17:30 +0100 Subject: Release 1.55.0 --- icons-react/icons-js/sword.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/sword.js (limited to 'icons-react/icons-js/sword.js') diff --git a/icons-react/icons-js/sword.js b/icons-react/icons-js/sword.js new file mode 100644 index 00000000..a20827fa --- /dev/null +++ b/icons-react/icons-js/sword.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSword({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSword; \ No newline at end of file -- cgit v1.2.1