From c89f08df19897b545e4fd7ecc507b1cd5ffcf2c4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 30 Apr 2022 01:34:08 +0200 Subject: Release 1.68.0 --- icons-react/icons-js/ankh.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/ankh.js (limited to 'icons-react/icons-js/ankh.js') diff --git a/icons-react/icons-js/ankh.js b/icons-react/icons-js/ankh.js new file mode 100644 index 00000000..90ec07ac --- /dev/null +++ b/icons-react/icons-js/ankh.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAnkh({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return {"Download more icon variants from https://tabler-icons.io/i/ankh"}; +} + +export default IconAnkh; \ No newline at end of file -- cgit v1.2.1