From 01ee73dbd50dff1c70ed1f4ddebb276cd56a694d Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 20 Apr 2021 15:29:44 -0500 Subject: [PATCH] Add files via upload introduced clock + toml --- assets/symbols/clock.svg | 30 ++++++++++++++++++++++++++++++ assets/symbols/clock.toml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 assets/symbols/clock.svg create mode 100644 assets/symbols/clock.toml diff --git a/assets/symbols/clock.svg b/assets/symbols/clock.svg new file mode 100644 index 0000000..16fc517 --- /dev/null +++ b/assets/symbols/clock.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/symbols/clock.toml b/assets/symbols/clock.toml new file mode 100644 index 0000000..dccf965 --- /dev/null +++ b/assets/symbols/clock.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 = 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 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