From 079a4574a48e2ce7cd9c22210ea948c47243d8e9 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 23 Mar 2021 11:29:51 -0500 Subject: [PATCH] Add files via upload introduced woman_kneel --- assets/symbols/woman_kneel.svg | 28 ++++++++++++++++++++++++++++ assets/symbols/woman_kneel.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 assets/symbols/woman_kneel.svg create mode 100644 assets/symbols/woman_kneel.toml diff --git a/assets/symbols/woman_kneel.svg b/assets/symbols/woman_kneel.svg new file mode 100644 index 0000000..31b703f --- /dev/null +++ b/assets/symbols/woman_kneel.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/symbols/woman_kneel.toml b/assets/symbols/woman_kneel.toml new file mode 100644 index 0000000..e0bcbe0 --- /dev/null +++ b/assets/symbols/woman_kneel.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 = true + + + +# If true, this indicates that the symbol should always + +# be nested inside another symbol's nesting area. + +always_be_nested = false + + + +# 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 = true \ No newline at end of file