diff --git a/assets/symbols/pipe.svg b/assets/symbols/pipe.svg new file mode 100644 index 0000000..d726160 --- /dev/null +++ b/assets/symbols/pipe.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/symbols/pipe.toml b/assets/symbols/pipe.toml new file mode 100644 index 0000000..4b65184 --- /dev/null +++ b/assets/symbols/pipe.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 = false \ No newline at end of file