From 3fc65ab42f6ddca9aedb3d76fec324b2be380529 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Wed, 10 Mar 2021 08:44:55 -0600 Subject: [PATCH] Add files via upload arms and legs --- svg/arm_hold_up.svg | 21 +++++++++++++++++++++ svg/arm_hold_up.toml | 21 +++++++++++++++++++++ svg/leg_crouch.svg | 22 ++++++++++++++++++++++ svg/leg_crouch.toml | 21 +++++++++++++++++++++ svg/leg_stand.svg | 22 ++++++++++++++++++++++ svg/leg_stand.toml | 21 +++++++++++++++++++++ 6 files changed, 128 insertions(+) create mode 100644 svg/arm_hold_up.svg create mode 100644 svg/arm_hold_up.toml create mode 100644 svg/leg_crouch.svg create mode 100644 svg/leg_crouch.toml create mode 100644 svg/leg_stand.svg create mode 100644 svg/leg_stand.toml diff --git a/svg/arm_hold_up.svg b/svg/arm_hold_up.svg new file mode 100644 index 0000000..7e6e14d --- /dev/null +++ b/svg/arm_hold_up.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/arm_hold_up.toml b/svg/arm_hold_up.toml new file mode 100644 index 0000000..11fe07f --- /dev/null +++ b/svg/arm_hold_up.toml @@ -0,0 +1,21 @@ +# 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 nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true \ No newline at end of file diff --git a/svg/leg_crouch.svg b/svg/leg_crouch.svg new file mode 100644 index 0000000..f0f1de1 --- /dev/null +++ b/svg/leg_crouch.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/leg_crouch.toml b/svg/leg_crouch.toml new file mode 100644 index 0000000..57ae4c8 --- /dev/null +++ b/svg/leg_crouch.toml @@ -0,0 +1,21 @@ +# 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 = 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 diff --git a/svg/leg_stand.svg b/svg/leg_stand.svg new file mode 100644 index 0000000..8e4a750 --- /dev/null +++ b/svg/leg_stand.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/leg_stand.toml b/svg/leg_stand.toml new file mode 100644 index 0000000..57ae4c8 --- /dev/null +++ b/svg/leg_stand.toml @@ -0,0 +1,21 @@ +# 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 = 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