From 9fed6308a232d06d34256f3c971d9fede26da28d Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 23 Mar 2021 11:55:36 -0500 Subject: [PATCH] Add files via upload introduced eye_closed --- assets/symbols/eye_closed.svg | 13 +++++++++++++ assets/symbols/eye_closed.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 assets/symbols/eye_closed.svg create mode 100644 assets/symbols/eye_closed.toml diff --git a/assets/symbols/eye_closed.svg b/assets/symbols/eye_closed.svg new file mode 100644 index 0000000..98c79a2 --- /dev/null +++ b/assets/symbols/eye_closed.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/assets/symbols/eye_closed.toml b/assets/symbols/eye_closed.toml new file mode 100644 index 0000000..8faa80c --- /dev/null +++ b/assets/symbols/eye_closed.toml @@ -0,0 +1,29 @@ +# If true, this indicates that the symbol should always have + +# a symbol nested within its nesting area(s). + +always_nest = false + + + +# If true, this indicates that the symbol should always + +# be nested inside another symbol's nesting area. + +always_be_nested = true + + + +# If true, this indicates that the symbol should never + +# be nested inside another symbol's nesting area. + +never_be_nested = false + + + +# If true, this indicates that the symbol nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = false \ No newline at end of file