From 9bf2cad56b28c16d32ca42c2ce790d808dfd99a9 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sun, 18 Apr 2021 18:04:25 -0500 Subject: [PATCH] Add files via upload introduced arm_power_fist and toml --- assets/symbols/arm_power_fist.svg | 35 ++++++++++++++++++++++++++++++ assets/symbols/arm_power_fist.toml | 32 +++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 assets/symbols/arm_power_fist.svg create mode 100644 assets/symbols/arm_power_fist.toml diff --git a/assets/symbols/arm_power_fist.svg b/assets/symbols/arm_power_fist.svg new file mode 100644 index 0000000..e0929b6 --- /dev/null +++ b/assets/symbols/arm_power_fist.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/symbols/arm_power_fist.toml b/assets/symbols/arm_power_fist.toml new file mode 100644 index 0000000..a19f514 --- /dev/null +++ b/assets/symbols/arm_power_fist.toml @@ -0,0 +1,32 @@ + + +# 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