From 95daa7c313ff3d2ad2b941f05f4d5e4779c2a4cd Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Tue, 30 May 2023 20:00:15 +0100 Subject: [PATCH] Add `pilcrow-square` icon (#1311) * Add `pilcrow-square` icon * Improve `pilcrow` metadata --- icons/pilcrow-square.json | 17 +++++++++++++++++ icons/pilcrow-square.svg | 16 ++++++++++++++++ icons/pilcrow.json | 4 +++- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 icons/pilcrow-square.json create mode 100644 icons/pilcrow-square.svg diff --git a/icons/pilcrow-square.json b/icons/pilcrow-square.json new file mode 100644 index 0000000..5c4c57d --- /dev/null +++ b/icons/pilcrow-square.json @@ -0,0 +1,17 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "paragraph", + "mark", + "paraph", + "blind", + "typography", + "type", + "text", + "prose", + "symbol" + ], + "categories": [ + "text" + ] +} \ No newline at end of file diff --git a/icons/pilcrow-square.svg b/icons/pilcrow-square.svg new file mode 100644 index 0000000..0523a25 --- /dev/null +++ b/icons/pilcrow-square.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/pilcrow.json b/icons/pilcrow.json index 8b3459b..5c4c57d 100644 --- a/icons/pilcrow.json +++ b/icons/pilcrow.json @@ -7,7 +7,9 @@ "blind", "typography", "type", - "text" + "text", + "prose", + "symbol" ], "categories": [ "text"