From bf9b863c81caededdc51cbaa7dbbb072ea09da07 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 23 Mar 2021 20:57:28 -0500 Subject: [PATCH] Add files via upload --- assets/symbols/eyelash.svg | 13 +++++++++++++ assets/symbols/eyelash.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 assets/symbols/eyelash.svg create mode 100644 assets/symbols/eyelash.toml diff --git a/assets/symbols/eyelash.svg b/assets/symbols/eyelash.svg new file mode 100644 index 0000000..98c79a2 --- /dev/null +++ b/assets/symbols/eyelash.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/assets/symbols/eyelash.toml b/assets/symbols/eyelash.toml new file mode 100644 index 0000000..8faa80c --- /dev/null +++ b/assets/symbols/eyelash.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