From 1742a27210609ee1941b15ccaf883048c4a05175 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 21 Jan 2021 00:10:04 +0100 Subject: Release 1.39.0 --- icons-react/icons-js/layers-linked.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/layers-linked.js (limited to 'icons-react/icons-js/layers-linked.js') diff --git a/icons-react/icons-js/layers-linked.js b/icons-react/icons-js/layers-linked.js new file mode 100644 index 00000000..8badffde --- /dev/null +++ b/icons-react/icons-js/layers-linked.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayersLinked({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayersLinked; \ No newline at end of file -- cgit v1.2.1