From b83de256dc115bc9f84537c19430d5987b5194ed Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 11 Aug 2022 12:30:41 +0200 Subject: Release 1.81.0 --- icons-react/icons-js/coin-bitcoin.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/coin-bitcoin.js (limited to 'icons-react/icons-js/coin-bitcoin.js') diff --git a/icons-react/icons-js/coin-bitcoin.js b/icons-react/icons-js/coin-bitcoin.js new file mode 100644 index 00000000..09e8f82e --- /dev/null +++ b/icons-react/icons-js/coin-bitcoin.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCoinBitcoin({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCoinBitcoin; \ No newline at end of file -- cgit v1.2.1