From c1fb1fd8d347604882a80ec006d04b8bfed495bd Mon Sep 17 00:00:00 2001 From: Sophie Zhang Date: Fri, 25 Aug 2023 14:25:55 -0400 Subject: changed pres icon to svg --- src/client/views/nodes/FontIconBox/TrailsIcon.tsx | 83 +++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/client/views/nodes/FontIconBox/TrailsIcon.tsx (limited to 'src/client/views/nodes/FontIconBox/TrailsIcon.tsx') diff --git a/src/client/views/nodes/FontIconBox/TrailsIcon.tsx b/src/client/views/nodes/FontIconBox/TrailsIcon.tsx new file mode 100644 index 000000000..99063b4a0 --- /dev/null +++ b/src/client/views/nodes/FontIconBox/TrailsIcon.tsx @@ -0,0 +1,83 @@ +import * as React from 'react'; +import { StrCast } from '../../../../fields/Types'; +import { Doc } from '../../../../fields/Doc'; + +const TrailsIcon = () => ( + + + + + + + + + + + + + + + + +); + +export default TrailsIcon; -- cgit v1.2.3-70-g09d2