From eb88388b5d9b998d3caf7836170352cd43cfcec9 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 20 Mar 2021 18:53:18 -0500 Subject: [PATCH] Add files via upload introduced hands_giving --- svg/hands_giving.svg | 25 +++++++++++++++++++++++++ svg/hands_giving.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 svg/hands_giving.svg create mode 100644 svg/hands_giving.toml diff --git a/svg/hands_giving.svg b/svg/hands_giving.svg new file mode 100644 index 0000000..559d3e3 --- /dev/null +++ b/svg/hands_giving.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/hands_giving.toml b/svg/hands_giving.toml new file mode 100644 index 0000000..e0bcbe0 --- /dev/null +++ b/svg/hands_giving.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