This commit is contained in:
tudnai 2020-07-01 17:47:43 -07:00
parent ea089cd7c5
commit 8318b362fb
12 changed files with 827 additions and 255 deletions

View File

@ -18,6 +18,10 @@
323E2DD1245531E600156805 /* Apple2e.rom in Resources */ = {isa = PBXBuildFile; fileRef = 323E2DCD245531E500156805 /* Apple2e.rom */; };
32440B85247E27D7000F9DA1 /* 6502.c in Sources */ = {isa = PBXBuildFile; fileRef = 32439F7422ECD8AD0077AAE0 /* 6502.c */; };
32440BA32480D5C0000F9DA1 /* LoRes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32440BA22480D5C0000F9DA1 /* LoRes.swift */; };
325DC40E24AC5ABC00EB8858 /* doc.on.doc.png in Copy Image Files */ = {isa = PBXBuildFile; fileRef = 325DC40D24AC5ABC00EB8858 /* doc.on.doc.png */; };
325DC41024AC691B00EB8858 /* rgb_color.png in Copy Image Files */ = {isa = PBXBuildFile; fileRef = 325DC40F24AC691B00EB8858 /* rgb_color.png */; };
325DC41324AC692D00EB8858 /* rgb_mono.png in Copy Image Files */ = {isa = PBXBuildFile; fileRef = 325DC41124AC692D00EB8858 /* rgb_mono.png */; };
325DC41424AC692D00EB8858 /* mono.png in Copy Image Files */ = {isa = PBXBuildFile; fileRef = 325DC41224AC692D00EB8858 /* mono.png */; };
325EB62F23F8856F00C6B4A4 /* woz.c in Sources */ = {isa = PBXBuildFile; fileRef = 325EB62E23F8856F00C6B4A4 /* woz.c */; };
325EB63623F8F78300C6B4A4 /* disk.c in Sources */ = {isa = PBXBuildFile; fileRef = 325EB63523F8F78300C6B4A4 /* disk.c */; };
325EB63923F9E48100C6B4A4 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 325EB63823F9E48100C6B4A4 /* common.c */; };
@ -85,6 +89,8 @@
32E3126724A7194900E61891 /* disk_ii_arm.sfx in Copy SFX Files */ = {isa = PBXBuildFile; fileRef = 32E3126424A7193700E61891 /* disk_ii_arm.sfx */; };
32E3126924A98B9300E61891 /* dsk2woz.c in Sources */ = {isa = PBXBuildFile; fileRef = 32E3126824A98B9300E61891 /* dsk2woz.c */; };
32E3126A24A98B9300E61891 /* dsk2woz.c in Sources */ = {isa = PBXBuildFile; fileRef = 32E3126824A98B9300E61891 /* dsk2woz.c */; };
32E3126D24AC033A00E61891 /* ToolBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E3126C24AC033A00E61891 /* ToolBarController.swift */; };
32E3127424AC0B2E00E61891 /* doc.on.clipboard.png in Copy Image Files */ = {isa = PBXBuildFile; fileRef = 32E3127224AC0AC400E61891 /* doc.on.clipboard.png */; };
32F8A87C24A3A84300EE6735 /* PrintChar21.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 325EB67B23FBD43800C6B4A4 /* PrintChar21.ttf */; };
32F8A87D24A3A84700EE6735 /* PRNumber3.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 32089E4724556DBD0036E667 /* PRNumber3.ttf */; };
32F8A87F24A3A8A000EE6735 /* apple.rom in Copy ROM Images */ = {isa = PBXBuildFile; fileRef = 32439F8422ECD8AD0077AAE0 /* apple.rom */; };
@ -256,6 +262,11 @@
dstPath = "";
dstSubfolderSpec = 7;
files = (
325DC41024AC691B00EB8858 /* rgb_color.png in Copy Image Files */,
325DC41324AC692D00EB8858 /* rgb_mono.png in Copy Image Files */,
325DC41424AC692D00EB8858 /* mono.png in Copy Image Files */,
325DC40E24AC5ABC00EB8858 /* doc.on.doc.png in Copy Image Files */,
32E3127424AC0B2E00E61891 /* doc.on.clipboard.png in Copy Image Files */,
323D04442490B3930086A901 /* dotmatrix_effect.png in Copy Image Files */,
32F8A8AF24A3AB5900EE6735 /* apple-rainbow.png in Copy Image Files */,
32F8A8B024A3AB5D00EE6735 /* scanlines.png in Copy Image Files */,
@ -324,6 +335,10 @@
32440B9C247F9DC7000F9DA1 /* blank.woz */ = {isa = PBXFileReference; lastKnownFileType = file; path = blank.woz; sourceTree = "<group>"; };
32440BA0247F9F99000F9DA1 /* LOCKSMITH_V7_REV_B.woz */ = {isa = PBXFileReference; lastKnownFileType = file; path = LOCKSMITH_V7_REV_B.woz; sourceTree = "<group>"; };
32440BA22480D5C0000F9DA1 /* LoRes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoRes.swift; sourceTree = "<group>"; };
325DC40D24AC5ABC00EB8858 /* doc.on.doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doc.on.doc.png; sourceTree = "<group>"; };
325DC40F24AC691B00EB8858 /* rgb_color.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = rgb_color.png; sourceTree = "<group>"; };
325DC41124AC692D00EB8858 /* rgb_mono.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = rgb_mono.png; sourceTree = "<group>"; };
325DC41224AC692D00EB8858 /* mono.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mono.png; sourceTree = "<group>"; };
325EB62D23F8856F00C6B4A4 /* woz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = woz.h; sourceTree = "<group>"; };
325EB62E23F8856F00C6B4A4 /* woz.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = woz.c; sourceTree = "<group>"; };
325EB63423F8F78300C6B4A4 /* disk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = disk.h; sourceTree = "<group>"; };
@ -396,6 +411,8 @@
32E3126424A7193700E61891 /* disk_ii_arm.sfx */ = {isa = PBXFileReference; lastKnownFileType = file; path = disk_ii_arm.sfx; sourceTree = "<group>"; };
32E3126824A98B9300E61891 /* dsk2woz.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsk2woz.c; sourceTree = "<group>"; };
32E3126B24A9928F00E61891 /* dsk2woz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dsk2woz.h; sourceTree = "<group>"; };
32E3126C24AC033A00E61891 /* ToolBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolBarController.swift; sourceTree = "<group>"; };
32E3127224AC0AC400E61891 /* doc.on.clipboard.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doc.on.clipboard.png; sourceTree = "<group>"; };
32EDB7A123272CA80073AF2D /* fail1.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = fail1.txt; sourceTree = "<group>"; };
32F2C144249218A400FDC61B /* locksmith_v6.0.woz */ = {isa = PBXFileReference; lastKnownFileType = file; path = locksmith_v6.0.woz; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -749,6 +766,7 @@
32BFFB6322EACC660003B53F /* Info.plist */,
32BFFB6422EACC660003B53F /* A2Mac.entitlements */,
32439F7222ECD8AC0077AAE0 /* A2Mac-Bridging-Header.h */,
32E3126C24AC033A00E61891 /* ToolBarController.swift */,
);
path = A2Mac;
sourceTree = "<group>";
@ -778,6 +796,11 @@
32E21BE62491BF8B006C0C72 /* apple-rainbow.png */,
323D04432490B3930086A901 /* dotmatrix_effect.png */,
323D04452490BA1E0086A901 /* scanlines.png */,
325DC40D24AC5ABC00EB8858 /* doc.on.doc.png */,
32E3127224AC0AC400E61891 /* doc.on.clipboard.png */,
325DC41224AC692D00EB8858 /* mono.png */,
325DC41124AC692D00EB8858 /* rgb_mono.png */,
325DC40F24AC691B00EB8858 /* rgb_color.png */,
);
path = img;
sourceTree = "<group>";
@ -1128,6 +1151,7 @@
buildActionMask = 2147483647;
files = (
325EB63623F8F78300C6B4A4 /* disk.c in Sources */,
32E3126D24AC033A00E61891 /* ToolBarController.swift in Sources */,
325EB63923F9E48100C6B4A4 /* common.c in Sources */,
323D0437248B6BEA0086A901 /* 6502.c in Sources */,
32A9F74A2467B60B004902A1 /* speaker.c in Sources */,

View File

@ -14,13 +14,10 @@
</PersistentStrings>
</ContextState>
<ContextState
contextName = "BRA:6502_instr_branch.h">
contextName = "specialized closure #1 in ViewController.Update():ViewController.swift">
<PersistentStrings>
<PersistentString
value = "">
</PersistentString>
<PersistentString
value = "RAM[0x346f]">
value = "self.HiRes.frame">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -67,7 +64,7 @@
contextName = "closure #1 in ViewController.Update():ViewController.swift">
<PersistentStrings>
<PersistentString
value = "MEMcfg.txt_page_2">
value = "txtArr">
</PersistentString>
<PersistentString
value = "self.shadowTxt">
@ -76,10 +73,10 @@
value = "txt">
</PersistentString>
<PersistentString
value = "MEMcfg.is_80STORE">
value = "MEMcfg.txt_page_2">
</PersistentString>
<PersistentString
value = "txtArr">
value = "MEMcfg.is_80STORE">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -221,13 +218,13 @@
contextName = "spkr_update:speaker.c">
<PersistentStrings>
<PersistentString
value = "(uint8_t)spkr_samples[452]">
value = "(uint8_t)spkr_samples[455]">
</PersistentString>
<PersistentString
value = "(uint8_t)spkr_samples[451]">
</PersistentString>
<PersistentString
value = "(uint8_t)spkr_samples[455]">
value = "(uint8_t)spkr_samples[452]">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -283,7 +280,7 @@
value = "pdl_value[pdl]">
</PersistentString>
<PersistentString
value = "normalized_time">
value = "normalized_time &gt;= pdl_value[pdl] ? 255 : 0">
</PersistentString>
<PersistentString
value = "(3300 * 255/3300)">
@ -295,7 +292,7 @@
value = "1 * 512 * (1 - ( 3300 / 3300.0 ))">
</PersistentString>
<PersistentString
value = "normalized_time &gt;= pdl_value[pdl] ? 255 : 0">
value = "normalized_time">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -312,13 +309,13 @@
value = "textLines">
</PersistentString>
<PersistentString
value = "hires.frame">
value = "hires.layer">
</PersistentString>
<PersistentString
value = "view">
</PersistentString>
<PersistentString
value = "hires.layer">
value = "hires.frame">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -334,7 +331,7 @@
contextName = "LoRes.Update():LoRes.swift">
<PersistentStrings>
<PersistentString
value = "UInt8( (block &gt;&gt; 4) &amp; 0x0F )">
value = "blockChanged[ screenIdx ]">
</PersistentString>
<PersistentString
value = "UInt8(block)">
@ -343,7 +340,7 @@
value = "UInt8(block &amp; 4)">
</PersistentString>
<PersistentString
value = "blockChanged[ screenIdx ]">
value = "UInt8( (block &gt;&gt; 4) &amp; 0x0F )">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -378,10 +375,18 @@
contextName = "set_flags_NZC:common.h">
<PersistentStrings>
<PersistentString
value = "(unsigned)0xFF">
value = "(unsigned)test ">
</PersistentString>
<PersistentString
value = "(unsigned)test ">
value = "(unsigned)0xFF">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "ToolBarController.buttonPressed(_:):ToolBarController.swift">
<PersistentStrings>
<PersistentString
value = "sender.title">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -499,6 +504,20 @@
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "HiRes.compute():HiRes.swift">
<PersistentStrings>
<PersistentString
value = "computePipelineState.maxTotalThreadsPerThreadgroup">
</PersistentString>
<PersistentString
value = "result[2]">
</PersistentString>
<PersistentString
value = "UnsafeRawBufferPointer(result)">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "spkr_toggle:speaker.c">
<PersistentStrings>
@ -519,14 +538,22 @@
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "set_flags_V:common.h">
<PersistentStrings>
<PersistentString
value = "test">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "HiRes.draw(_:):HiRes.swift">
<PersistentStrings>
<PersistentString
value = "ctx?.height">
value = "linAddr">
</PersistentString>
<PersistentString
value = "ctx?.data">
value = "(blockH7 | ( block &amp; bitMask ))">
</PersistentString>
<PersistentString
value = "ctx?.width">
@ -549,42 +576,20 @@
<PersistentString
value = "shadowScreen">
</PersistentString>
<PersistentString
value = "ctx?.height">
</PersistentString>
<PersistentString
value = "ctx?.bitsPerComponent">
</PersistentString>
<PersistentString
value = "linAddr">
</PersistentString>
<PersistentString
value = "(blockH7 | ( block &amp; bitMask ))">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "set_flags_V:common.h">
<PersistentStrings>
<PersistentString
value = "test">
value = "ctx?.data">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "init:6502.c">
</ContextState>
<ContextState
contextName = "HiRes.compute():HiRes.swift">
<PersistentStrings>
<PersistentString
value = "UnsafeRawBufferPointer(result)">
</PersistentString>
<PersistentString
value = "result[2]">
</PersistentString>
<PersistentString
value = "computePipelineState.maxTotalThreadsPerThreadgroup">
</PersistentString>
</PersistentStrings>
</ContextState>
<ContextState
contextName = "ViewController.Update():ViewController.swift">
<PersistentStrings>
@ -621,16 +626,16 @@
value = "m6502">
</PersistentString>
<PersistentString
value = "(void*)Apple2_64K_RAM">
value = "Apple2_64K_RAM + 0x3600">
</PersistentString>
<PersistentString
value = "m6502.PC">
</PersistentString>
<PersistentString
value = "Apple2_64K_AUX + 0x3600">
value = "(void*)Apple2_64K_RAM">
</PersistentString>
<PersistentString
value = "Apple2_64K_RAM + 0x3600">
value = "Apple2_64K_AUX + 0x3600">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -686,7 +691,7 @@
value = "new">
</PersistentString>
<PersistentString
value = "WOZtmp.shift16">
value = "WOZwrite.shift16">
</PersistentString>
<PersistentString
value = "WOZwrite.shift">
@ -698,7 +703,7 @@
value = "(1 &lt;&lt; i) - 1">
</PersistentString>
<PersistentString
value = "WOZwrite.shift16">
value = "WOZtmp.shift16">
</PersistentString>
</PersistentStrings>
</ContextState>
@ -720,10 +725,10 @@
value = "Apple2_64K_AUX + 0xC600">
</PersistentString>
<PersistentString
value = "Apple2_64K_RAM + 0xC600">
value = "(void*)rom">
</PersistentString>
<PersistentString
value = "(void*)rom">
value = "Apple2_64K_RAM + 0xC600">
</PersistentString>
<PersistentString
value = "strlen(fullPath)">
@ -748,10 +753,13 @@
</PersistentStrings>
</ContextState>
<ContextState
contextName = "specialized closure #1 in ViewController.Update():ViewController.swift">
contextName = "BRA:6502_instr_branch.h">
<PersistentStrings>
<PersistentString
value = "self.HiRes.frame">
value = "">
</PersistentString>
<PersistentString
value = "RAM[0x346f]">
</PersistentString>
</PersistentStrings>
</ContextState>

View File

@ -1206,16 +1206,283 @@
<!--Window Controller-->
<scene sceneID="R2V-B0-nI4">
<objects>
<windowController id="B8D-0N-5wS" sceneMemberID="viewController">
<windowController id="B8D-0N-5wS" customClass="ToolBarController" customModule="Steve___" customModuleProvider="target" sceneMemberID="viewController">
<window key="window" title="Steve ][ The Apple II Emulator" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<rect key="contentRect" x="196" y="240" width="1280" height="840"/>
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
<toolbar key="toolbar" implicitIdentifier="D7F4F3E7-F7E8-42A7-9D76-F84781D283E0" centeredItem="djd-zw-gXS" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="CJg-XD-KnO">
<allowedToolbarItems>
<toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="3J5-kY-CUW">
<connections>
<action selector="BGcolor:" target="B8D-0N-5wS" id="g9E-z0-hqx"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="56069AA8-C4D3-4FC2-8F7A-1478E3B0D08A" label="FG Color" paletteLabel="FG Color" image="NSTouchBarColorPickerFont" id="BlK-ba-7XU">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="tro-hg-Hm2">
<rect key="frame" x="12" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSTouchBarColorPickerFont" imagePosition="only" alignment="center" inset="2" id="2ly-DW-j4Q">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="FGcolor:" target="B8D-0N-5wS" id="pew-w4-Dyt"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="NSToolbarShowFontsItem" id="mTT-nm-4hc"/>
<toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="7QD-9G-t4m"/>
<toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="JET-xj-qZD"/>
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="BWf-Nj-6Yq"/>
<toolbarItem implicitItemIdentifier="E7B425BC-F405-450B-B13F-BB6F27E0DB9D" label="Settings" paletteLabel="Settings" tag="-1" image="NSAdvanced" id="irj-Ct-iaG">
<size key="minSize" width="32" height="32"/>
<size key="maxSize" width="32" height="32"/>
</toolbarItem>
<toolbarItem implicitItemIdentifier="013D1397-F48F-4180-8F09-FABF3D77AC5A" label="On" paletteLabel="Power On" image="NSTouchBarPlayTemplate" id="8WB-26-vb5">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="xQN-Wy-Jjk">
<rect key="frame" x="14" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSTouchBarPlayTemplate" imagePosition="only" alignment="center" inset="2" id="l58-sD-xDQ">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="PowerOn:" target="B8D-0N-5wS" id="dRa-XQ-bbM"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="991CD4A3-2DAB-41BC-89E0-DF2F5ED79C4D" label="Off" paletteLabel="Power Off" image="NSTouchBarRecordStopTemplate" id="08w-Rr-BIT">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="yyh-DS-dM6">
<rect key="frame" x="15" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSTouchBarRecordStopTemplate" imagePosition="only" alignment="center" inset="2" id="JZC-ta-D9c">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="PowerOff:" target="B8D-0N-5wS" id="5jH-F0-9QE"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="34201AE0-6358-4CC1-A7D5-BEB45E6353C8" label="Pause" paletteLabel="Pause" image="NSTouchBarPauseTemplate" id="QIP-vh-jcn">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="s08-fv-vSO">
<rect key="frame" x="5" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSTouchBarPauseTemplate" imagePosition="only" alignment="center" inset="2" id="knw-Ib-jcb">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Pause:" target="B8D-0N-5wS" id="8y5-LX-pph"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="830F10A7-5FE0-4325-BD47-E08A434B58C1" label="Reset" paletteLabel="Reset" image="NSRefreshTemplate" id="fbL-wV-HQ9">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="FgD-BQ-Q0R">
<rect key="frame" x="4" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSRefreshTemplate" imagePosition="only" alignment="center" inset="2" id="5Hk-Wa-8bM">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Pause:" target="B8D-0N-5wS" id="37H-RF-Jxo"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="D00D9DE2-E274-4915-87A5-C94FEDDB6C22" label="Copy" paletteLabel="Copy" image="doc.on.doc" id="fQR-kz-ht6">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="BHl-CB-9RK">
<rect key="frame" x="3" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="doc.on.doc" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="wcK-Ms-Q5R">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Copy:" target="B8D-0N-5wS" id="yGp-P6-Yeu"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="03044CE5-C6C1-4EDF-B0C7-D6F04AE9C7A0" label="Paste" paletteLabel="Paste" image="doc.on.clipboard" id="LFh-iX-9gH">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="eHc-dN-1Vp">
<rect key="frame" x="4" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="doc.on.clipboard" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="dwZ-VW-vgx">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Paste:" target="B8D-0N-5wS" id="mgz-Oa-pEn"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="04922D68-C70A-4715-8E0D-A3130ABAA295" label="Mono" paletteLabel="Mono" image="mono" id="EXd-yd-Min">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="lVf-Zn-wJX">
<rect key="frame" x="4" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="mono" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="gTq-5H-sfm">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Mono:" target="B8D-0N-5wS" id="Jus-64-XLY"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="0228EA55-4F19-4473-A924-6F4C7A50EB97" label="+" paletteLabel="Vol Up" image="NSTouchBarAudioOutputVolumeMediumTemplate" id="AMa-TQ-7Ol">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="5X8-Hl-B1g">
<rect key="frame" x="6" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSTouchBarAudioOutputVolumeMediumTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="jbz-XG-aU0">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Mono:" target="B8D-0N-5wS" id="e3C-zZ-U8s"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="F5BAA7C3-C922-4726-B2A8-8A0DE12714FC" label="" paletteLabel="Vol Dn" image="NSTouchBarAudioOutputVolumeLowTemplate" id="hS6-wo-pAT">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="amQ-uj-Tj3">
<rect key="frame" x="6" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSTouchBarAudioOutputVolumeLowTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="lNO-83-703">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Mono:" target="B8D-0N-5wS" id="72l-O2-0rn"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="846BFFC1-D37B-43D0-9C23-F69C84B3AF77" label="Mute" paletteLabel="Spkr" image="NSTouchBarAudioOutputMuteTemplate" id="lEI-s6-KQK">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="tie-lD-NFF">
<rect key="frame" x="1" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSTouchBarAudioOutputMuteTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="hsl-e7-cw1">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Mono:" target="B8D-0N-5wS" id="O0B-SU-2JP"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="3297641D-868D-45FD-9601-5DC57B05A682" label="Color" paletteLabel="Color" image="rgb_color" id="DkF-LW-SE6">
<nil key="toolTip"/>
<size key="minSize" width="30" height="17"/>
<size key="maxSize" width="30" height="43"/>
<button key="view" verticalHuggingPriority="750" id="T0p-ot-wpU">
<rect key="frame" x="3" y="14" width="30" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="rgb_color" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="ufB-LD-FUR">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<connections>
<action selector="Color:" target="B8D-0N-5wS" id="X2S-en-E90"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="E2753C36-8694-4741-A90C-F2B8BF32E609" label="1.023 MHz" paletteLabel="MHz" id="djd-zw-gXS">
<nil key="toolTip"/>
<size key="minSize" width="100" height="26"/>
<size key="maxSize" width="120" height="26"/>
<slider key="view" verticalHuggingPriority="750" id="NiF-yM-eE0">
<rect key="frame" x="0.0" y="14" width="116" height="26"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<sliderCell key="cell" continuous="YES" state="on" alignment="left" minValue="1" maxValue="6" doubleValue="1" tickMarkPosition="above" numberOfTickMarks="6" allowsTickMarkValuesOnly="YES" sliderType="linear" id="9W8-sY-vjz"/>
<connections>
<action selector="SpeedSelect:" target="B8D-0N-5wS" id="5hj-pt-1k0"/>
</connections>
</slider>
</toolbarItem>
<toolbarItem implicitItemIdentifier="75D731EB-3958-43CF-B41F-E9B3CF3DB013" label="Mode" paletteLabel="Mode" sizingBehavior="auto" id="eSg-vU-9jb">
<nil key="toolTip"/>
<popUpButton key="view" verticalHuggingPriority="750" id="zbq-Ya-yng">
<rect key="frame" x="0.0" y="14" width="100" height="24"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<popUpButtonCell key="cell" type="roundTextured" title="Normal" bezelStyle="texturedRounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" selectedItem="GOP-dB-hxr" id="gvK-7N-vUR">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="zsT-Fq-JjS">
<items>
<menuItem title="Normal" state="on" id="GOP-dB-hxr"/>
<menuItem title="Eco" id="DzF-Th-e6I"/>
<menuItem title="Game" id="BQn-tw-uPE"/>
</items>
</menu>
</popUpButtonCell>
<connections>
<action selector="CPUMode:" target="B8D-0N-5wS" id="N5D-vv-xcq"/>
</connections>
</popUpButton>
</toolbarItem>
</allowedToolbarItems>
<defaultToolbarItems>
<toolbarItem reference="8WB-26-vb5"/>
<toolbarItem reference="QIP-vh-jcn"/>
<toolbarItem reference="08w-Rr-BIT"/>
<toolbarItem reference="fbL-wV-HQ9"/>
<toolbarItem reference="JET-xj-qZD"/>
<toolbarItem reference="fQR-kz-ht6"/>
<toolbarItem reference="LFh-iX-9gH"/>
<toolbarItem reference="JET-xj-qZD"/>
<toolbarItem reference="BWf-Nj-6Yq"/>
<toolbarItem reference="djd-zw-gXS"/>
<toolbarItem reference="BWf-Nj-6Yq"/>
<toolbarItem reference="EXd-yd-Min"/>
<toolbarItem reference="DkF-LW-SE6"/>
<toolbarItem reference="BlK-ba-7XU"/>
<toolbarItem reference="JET-xj-qZD"/>
<toolbarItem reference="lEI-s6-KQK"/>
<toolbarItem reference="hS6-wo-pAT"/>
<toolbarItem reference="AMa-TQ-7Ol"/>
<toolbarItem reference="JET-xj-qZD"/>
<toolbarItem reference="7QD-9G-t4m"/>
<toolbarItem reference="irj-Ct-iaG"/>
</defaultToolbarItems>
</toolbar>
<connections>
<outlet property="delegate" destination="B8D-0N-5wS" id="98r-iN-zZc"/>
</connections>
</window>
<connections>
<outlet property="SpeedSelector" destination="djd-zw-gXS" id="zit-FA-m8j"/>
<segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/>
</connections>
</windowController>
@ -1249,7 +1516,7 @@
<constraint firstAttribute="width" constant="1120" id="uez-Mi-0Sh"/>
<constraint firstAttribute="height" constant="768" id="zl6-au-oZj"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" refusesFirstResponder="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" baseWritingDirection="leftToRight" id="pIk-RC-s5g">
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" refusesFirstResponder="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" baseWritingDirection="leftToRight" id="pIk-RC-s5g">
<font key="font" size="32" name="PrintChar21"/>
<string key="title">1234567890123456789012345678901234567890
@@@@@@@@@1@@@@@@@@@2@@@@@@@@@3@@@@@@@@@4
@ -1371,40 +1638,36 @@
<customView translatesAutoresizingMaskIntoConstraints="NO" id="Fdf-pv-iEw" userLabel="Side Panel">
<rect key="frame" x="1160" y="8" width="120" height="784"/>
<subviews>
<stackView distribution="fill" orientation="vertical" alignment="leading" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VKJ-wY-R2U" userLabel="Power and Reset">
<rect key="frame" x="8" y="726" width="104" height="50"/>
<stackView distribution="fill" orientation="vertical" alignment="leading" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VKJ-wY-R2U" userLabel="Quick Settings">
<rect key="frame" x="8" y="741" width="104" height="35"/>
<subviews>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="mfd-12-bcR">
<rect key="frame" x="-6" y="22" width="116" height="32"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="t2i-0h-wau"/>
</constraints>
<buttonCell key="cell" type="push" title="Power" bezelStyle="rounded" alignment="center" refusesFirstResponder="YES" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="hmD-vF-EXJ">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ab2-by-2SH">
<rect key="frame" x="-2" y="31" width="69" height="4"/>
<textFieldCell key="cell" lineBreakMode="clipping" allowsUndo="NO" title="CPU Mode" usesSingleLineMode="YES" id="5OW-0F-8QR">
<font key="font" metaFont="system"/>
</buttonCell>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" id="TEd-9V-yhI">
<rect key="frame" x="0.0" y="-1" width="100" height="24"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<popUpButtonCell key="cell" type="roundTextured" title="Normal" bezelStyle="texturedRounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" selectedItem="72n-9g-iH3" id="x7E-wS-qz1">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="505-G7-627">
<items>
<menuItem title="Normal" state="on" id="72n-9g-iH3"/>
<menuItem title="Eco" id="voS-Ax-g1b"/>
<menuItem title="Game" id="Uha-Ey-O4E"/>
</items>
</menu>
</popUpButtonCell>
<connections>
<action selector="PowerOn:" target="XfG-lQ-9wD" id="IvK-jh-tRI"/>
<action selector="CPUMode:" target="B8D-0N-5wS" id="LpB-wd-ryF"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rR3-9T-NFu">
<rect key="frame" x="-6" y="-7" width="116" height="32"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="sbX-nh-SV3"/>
</constraints>
<buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" refusesFirstResponder="YES" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="LHj-7W-LwD">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<connections>
<action selector="Reset:" target="XfG-lQ-9wD" id="1Q2-mr-CEh"/>
</connections>
</buttonCell>
</button>
</popUpButton>
</subviews>
<constraints>
<constraint firstItem="mfd-12-bcR" firstAttribute="centerX" secondItem="VKJ-wY-R2U" secondAttribute="centerX" id="L1H-3k-Te4"/>
<constraint firstItem="rR3-9T-NFu" firstAttribute="centerX" secondItem="VKJ-wY-R2U" secondAttribute="centerX" id="gtV-K6-Tux"/>
</constraints>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
@ -1415,13 +1678,13 @@
</customSpacing>
</stackView>
<stackView distribution="fill" orientation="vertical" alignment="leading" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lVP-FP-u6x" userLabel="CPU Speed Selection">
<rect key="frame" x="8" y="8" width="104" height="596"/>
<rect key="frame" x="8" y="8" width="104" height="312"/>
<subviews>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="7yw-J0-Fmj">
<rect key="frame" x="0.0" y="593" width="96" height="5"/>
<rect key="frame" x="0.0" y="309" width="96" height="5"/>
</box>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="isd-yh-gCV">
<rect key="frame" x="-2" y="571" width="98" height="18"/>
<rect key="frame" x="-2" y="287" width="98" height="18"/>
<buttonCell key="cell" type="check" title="CRT Monitor" bezelStyle="regularSquare" imagePosition="left" inset="2" id="UQ8-Nn-Kt7">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1431,7 +1694,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kmk-ZV-ubT">
<rect key="frame" x="-1" y="548" width="105" height="18"/>
<rect key="frame" x="-1" y="264" width="105" height="18"/>
<buttonCell key="cell" type="radio" title="Color Monitor" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" state="on" inset="2" id="dIU-uM-oqn">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1441,7 +1704,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hi6-xc-XvO">
<rect key="frame" x="-1" y="524" width="95" height="18"/>
<rect key="frame" x="-1" y="240" width="95" height="18"/>
<buttonCell key="cell" type="radio" title="White Mono" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="NOI-xa-uDn">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1451,7 +1714,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0TV-RF-TRX">
<rect key="frame" x="-1" y="500" width="97" height="18"/>
<rect key="frame" x="-1" y="216" width="97" height="18"/>
<buttonCell key="cell" type="radio" title="Green Mono" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="3IU-9X-jIe">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1461,7 +1724,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PDL-Db-4L2">
<rect key="frame" x="-1" y="476" width="100" height="18"/>
<rect key="frame" x="-1" y="192" width="100" height="18"/>
<buttonCell key="cell" type="radio" title="Amber Mono" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="8c4-i2-4Tf">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1471,10 +1734,10 @@
</connections>
</button>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="t35-xh-L18">
<rect key="frame" x="0.0" y="466" width="96" height="5"/>
<rect key="frame" x="0.0" y="182" width="96" height="5"/>
</box>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="e2E-di-h3i">
<rect key="frame" x="-2" y="444" width="83" height="18"/>
<rect key="frame" x="-2" y="160" width="83" height="18"/>
<buttonCell key="cell" type="check" title="KeybStick" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="UW9-Bt-pMv">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1484,7 +1747,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Wa3-TC-XUI">
<rect key="frame" x="-2" y="422" width="79" height="18"/>
<rect key="frame" x="-2" y="138" width="79" height="18"/>
<buttonCell key="cell" type="check" title="MouStick" bezelStyle="regularSquare" imagePosition="left" inset="2" id="BGz-fX-MyG">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1494,7 +1757,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xrz-jA-1Fh">
<rect key="frame" x="-2" y="400" width="63" height="18"/>
<rect key="frame" x="-2" y="116" width="63" height="18"/>
<buttonCell key="cell" type="check" title="Mouse" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="1RG-zY-mD2">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1504,10 +1767,10 @@
</connections>
</button>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="rIK-Xk-n9g">
<rect key="frame" x="0.0" y="391" width="96" height="5"/>
<rect key="frame" x="0.0" y="107" width="96" height="5"/>
</box>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ccb-cj-gLu">
<rect key="frame" x="-2" y="369" width="87" height="18"/>
<rect key="frame" x="-2" y="85" width="87" height="18"/>
<buttonCell key="cell" type="check" title="Quick Disk" bezelStyle="regularSquare" imagePosition="left" inset="2" id="6QV-uF-Gh7">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1517,7 +1780,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9nQ-Yf-2xf">
<rect key="frame" x="-2" y="347" width="91" height="18"/>
<rect key="frame" x="-2" y="63" width="91" height="18"/>
<buttonCell key="cell" type="check" title="Disk Sound" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="AJi-1B-qeg">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1527,10 +1790,10 @@
</connections>
</button>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="wih-Y6-2Bz">
<rect key="frame" x="0.0" y="338" width="96" height="5"/>
<rect key="frame" x="0.0" y="54" width="96" height="5"/>
</box>
<splitView hidden="YES" dividerStyle="thin" vertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ge3-qD-JO6">
<rect key="frame" x="0.0" y="573" width="104" height="23"/>
<rect key="frame" x="0.0" y="289" width="104" height="23"/>
<subviews>
<textField verticalHuggingPriority="750" fixedFrame="YES" id="SNE-lV-JXn" userLabel="SoundGap">
<rect key="frame" x="0.0" y="0.0" width="90" height="23"/>
@ -1559,7 +1822,7 @@
</holdingPriorities>
</splitView>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FZk-VW-alq">
<rect key="frame" x="-2" y="315" width="75" height="17"/>
<rect key="frame" x="-2" y="31" width="75" height="17"/>
<constraints>
<constraint firstAttribute="height" constant="17" id="ai1-6C-5tW"/>
</constraints>
@ -1569,124 +1832,6 @@
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="Ml4-a9-XEQ">
<rect key="frame" x="0.0" y="304" width="96" height="5"/>
</box>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Fb7-Jc-jmt">
<rect key="frame" x="-2" y="281" width="74" height="17"/>
<constraints>
<constraint firstAttribute="height" constant="17" id="xCE-LE-hVy"/>
</constraints>
<textFieldCell key="cell" lineBreakMode="clipping" refusesFirstResponder="YES" alignment="left" title="CPU Speed" id="b3T-0k-ama">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7Pw-e8-92m">
<rect key="frame" x="-1" y="256" width="55" height="18"/>
<buttonCell key="cell" type="radio" title="1.023" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" state="on" inset="2" id="AgQ-Np-TYQ">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="speedSelected:" target="XfG-lQ-9wD" id="fJr-cu-aeu"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hU1-g7-CCX">
<rect key="frame" x="-1" y="232" width="30" height="18"/>
<buttonCell key="cell" type="radio" title="2" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="nfH-ww-Ofp">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="speedSelected:" target="XfG-lQ-9wD" id="5xI-Hq-xGm"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Hfg-DD-meM">
<rect key="frame" x="-1" y="208" width="31" height="18"/>
<buttonCell key="cell" type="radio" title="4" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="dqL-yg-qaX">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="speedSelected:" target="XfG-lQ-9wD" id="uCS-5C-ahW"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OsQ-RW-v8K">
<rect key="frame" x="-1" y="184" width="37" height="18"/>
<buttonCell key="cell" type="radio" title="10" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="3Ve-WW-CIS">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="speedSelected:" target="XfG-lQ-9wD" id="QzE-hT-Qif"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vGb-dz-KHi">
<rect key="frame" x="-1" y="160" width="45" height="18"/>
<buttonCell key="cell" type="radio" title="100" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="BUX-kX-vwG">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="speedSelected:" target="XfG-lQ-9wD" id="fc9-ai-wSN"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="umb-DW-vGc">
<rect key="frame" x="-1" y="136" width="51" height="18"/>
<buttonCell key="cell" type="radio" title="MAX" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="8VU-4B-7Pe">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="speedSelected:" target="XfG-lQ-9wD" id="Viq-Dy-2or"/>
</connections>
</button>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="1b6-qR-DoP">
<rect key="frame" x="0.0" y="126" width="96" height="5"/>
</box>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Www-DG-lcV">
<rect key="frame" x="-2" y="103" width="69" height="17"/>
<constraints>
<constraint firstAttribute="height" constant="17" id="V60-fY-1kt"/>
</constraints>
<textFieldCell key="cell" lineBreakMode="clipping" refusesFirstResponder="YES" alignment="left" title="CPU Mode" id="RSV-DX-6Cy">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WeH-Xd-mtE">
<rect key="frame" x="-1" y="78" width="66" height="18"/>
<buttonCell key="cell" type="radio" title="Normal" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" state="on" inset="2" id="0UN-dl-3nf">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="setCPUMode:" target="XfG-lQ-9wD" id="Tpg-rW-JJO"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="25n-Et-ouy">
<rect key="frame" x="-1" y="54" width="45" height="18"/>
<buttonCell key="cell" type="radio" title="Eco" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="t39-st-goM">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="setCPUMode:" target="XfG-lQ-9wD" id="5GQ-ik-x5E"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pQx-FY-gmj">
<rect key="frame" x="-1" y="30" width="58" height="18"/>
<buttonCell key="cell" type="radio" title="Game" bezelStyle="regularSquare" imagePosition="left" alignment="left" refusesFirstResponder="YES" inset="2" id="Dgy-OG-1MD">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="setCPUMode:" target="XfG-lQ-9wD" id="iTd-yU-Vd4"/>
</connections>
</button>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="G0a-hc-JMD">
<rect key="frame" x="0.0" y="20" width="96" height="5"/>
</box>
@ -1724,19 +1869,6 @@
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
@ -1757,19 +1889,6 @@
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
</subviews>
@ -1835,8 +1954,21 @@
</scene>
</scenes>
<resources>
<image name="NSAdvanced" width="32" height="32"/>
<image name="NSRefreshTemplate" width="11" height="15"/>
<image name="NSTouchBarAudioOutputMuteTemplate" width="26" height="30"/>
<image name="NSTouchBarAudioOutputVolumeLowTemplate" width="23" height="30"/>
<image name="NSTouchBarAudioOutputVolumeMediumTemplate" width="23" height="30"/>
<image name="NSTouchBarColorPickerFont" width="13" height="30"/>
<image name="NSTouchBarPauseTemplate" width="11" height="30"/>
<image name="NSTouchBarPlayTemplate" width="14" height="30"/>
<image name="NSTouchBarRecordStopTemplate" width="12" height="30"/>
<image name="apple_original_logo_design" width="384" height="307.20001220703125"/>
<image name="doc.on.clipboard" width="102.40000152587891" height="102.40000152587891"/>
<image name="doc.on.doc" width="102.40000152587891" height="102.40000152587891"/>
<image name="dotmatrix_effect" width="268.79998779296875" height="184.32000732421875"/>
<image name="mono" width="102.40000152587891" height="102.40000152587891"/>
<image name="rgb_color" width="102.40000152587891" height="102.40000152587891"/>
<image name="scanlines" width="268.79998779296875" height="184.32000732421875"/>
</resources>
</document>

View File

@ -0,0 +1,84 @@
//
// ToolBarController.swift
// Steve ][
//
// Created by Tamas Rudnai on 6/30/20.
// Copyright © 2020 GameAlloy. All rights reserved.
//
import Cocoa
import AVFoundation
class ToolBarController: NSWindowController {
@IBAction func PowerOn(_ sender: Any) {
ViewController.current?.PowerOn(sender)
}
@IBAction func PowerOff(_ sender: Any) {
ViewController.current?.PowerOff(sender)
}
@IBAction func Pause(_ sender: Any) {
ViewController.current?.Pause(sender)
}
@IBAction func Copy(_ sender: Any) {
}
@IBAction func Paste(_ sender: Any) {
}
@IBAction func Mono(_ sender: Any) {
ViewController.current?.ColorMonitorSelector(color: false)
}
@IBAction func Color(_ sender: Any) {
ViewController.current?.ColorMonitorSelector(color: true)
}
@IBAction func FGcolor(_ sender: Any) {
}
@IBAction func BGcolor(_ sender: Any) {
}
@IBAction func buttonPressed(_ sender: NSButton) {
}
@IBOutlet weak var SpeedSelector: NSToolbarItem!
@IBAction func SpeedSelect(_ slider: NSSlider) {
switch slider.intValue {
case 2:
ViewController.current?.setCPUClockSpeed(freq: 2)
SpeedSelector.label = "2 MHz"
case 3:
ViewController.current?.setCPUClockSpeed(freq: 4)
SpeedSelector.label = "4 MHz"
case 4:
ViewController.current?.setCPUClockSpeed(freq: 10)
SpeedSelector.label = "10 MHz"
case 5:
ViewController.current?.setCPUClockSpeed(freq: 100)
SpeedSelector.label = "100 MHz"
case 6:
ViewController.current?.setCPUClockSpeed(freq: 1600)
SpeedSelector.label = "MAX Speed"
default:
ViewController.current?.setCPUClockSpeed(freq: 1.023)
SpeedSelector.label = "1.023 MHz"
}
}
@IBAction func CPUMode(_ sender: NSPopUpButton) {
ViewController.current?.setSimulationMode( mode: sender.selectedItem?.title ?? "Normal" )
}
}

View File

@ -92,7 +92,7 @@ class ViewController: NSViewController {
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_ !\"#$%&'()*+,-./0123456789:;<=>?" +
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u{007F}"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u{E27F}"
static let charConvStrFlashOn : String =
"\u{E140}\u{E141}\u{E142}\u{E143}\u{E144}\u{E145}\u{E146}\u{E147}\u{E148}\u{E149}\u{E14A}\u{E14B}\u{E14C}\u{E14D}\u{E14E}\u{E14F}\u{E150}\u{E151}\u{E152}\u{E153}\u{E154}\u{E155}\u{E156}\u{E157}\u{E158}\u{E159}\u{E15A}\u{E15B}\u{E15C}\u{E15D}\u{E15E}\u{E15F}\u{E120}\u{E121}\u{E122}\u{E123}\u{E124}\u{E125}\u{E126}\u{E127}\u{E128}\u{E129}\u{E12A}\u{E12B}\u{E12C}\u{E12D}\u{E12E}\u{E12F}\u{E130}\u{E131}\u{E132}\u{E133}\u{E134}\u{E135}\u{E136}\u{E137}\u{E138}\u{E139}\u{E13A}\u{E13B}\u{E13C}\u{E13D}\u{E13E}\u{E13F}" +
@ -100,7 +100,7 @@ class ViewController: NSViewController {
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_ !\"#$%&'()*+,-./0123456789:;<=>?" +
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u{007F}"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u{E27F}"
static let charConvTblFlashOn = Array( charConvStrFlashOn )
static let charConvTblFlashOff = Array( charConvStrFlashOff )
@ -378,12 +378,10 @@ class ViewController: NSViewController {
}
}
}
}
default:
super.keyDown(with: event)
break
}
}
}
@ -440,6 +438,7 @@ class ViewController: NSViewController {
#endif
}
displayField.currentEditor()?.selectedRange = NSMakeRange(0, 0)
}
@ -1106,9 +1105,8 @@ class ViewController: NSViewController {
hires.RenderFullScreen()
}
@IBAction func ColorMonitorOnOff(_ sender: NSButton) {
ColorMonitor = sender.state == .on
hires.RenderFullScreen()
func ColorMonitorSelector( color : Bool ) {
ColorMonitor = color
if ( ColorMonitor ) {
display.textColor = colorWhite // .white
@ -1116,6 +1114,12 @@ class ViewController: NSViewController {
else {
display.textColor = colorGreen // .green
}
hires.RenderFullScreen()
}
@IBAction func ColorMonitorOnOff(_ sender: NSButton) {
ColorMonitorSelector( color: sender.state == .on )
}
@IBAction func MonitorChange(_ sender: NSButton) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 123-->
<!DOCTYPE svg
PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="3300" height="2200">
<!--glyph: "uni100243.medium", point size: 100.000000, font version: "Version 15.0d7e11", template writer version: "5"-->
<g id="Notes">
<rect height="2200" id="artboard" style="fill:white;opacity:1" width="3300" x="0" y="0"/>
<line id="" style="fill:none;stroke:black;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="292" y2="292"/>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 263 322)">Weight/Scale Variations</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 559.711 322)">Ultralight</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 856.422 322)">Thin</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 1153.13 322)">Light</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 1449.84 322)">Regular</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 1746.56 322)">Medium</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2043.27 322)">Semibold</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2339.98 322)">Bold</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2636.69 322)">Heavy</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2933.4 322)">Black</text>
<line id="" style="fill:none;stroke:black;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1903" y2="1903"/>
<g id="" transform="matrix(1 0 0 1 263 1933)">
<path d="M 9.24805 0.830078 C 13.5547 0.830078 17.1387 -2.74414 17.1387 -7.05078 C 17.1387 -11.3574 13.5449 -14.9316 9.23828 -14.9316 C 4.94141 -14.9316 1.36719 -11.3574 1.36719 -7.05078 C 1.36719 -2.74414 4.95117 0.830078 9.24805 0.830078 Z M 9.24805 -0.654297 C 5.70312 -0.654297 2.87109 -3.49609 2.87109 -7.05078 C 2.87109 -10.6055 5.69336 -13.4473 9.23828 -13.4473 C 12.793 -13.4473 15.6348 -10.6055 15.6445 -7.05078 C 15.6543 -3.49609 12.8027 -0.654297 9.24805 -0.654297 Z M 9.22852 -3.42773 C 9.69727 -3.42773 9.9707 -3.74023 9.9707 -4.25781 L 9.9707 -6.31836 L 12.1973 -6.31836 C 12.6953 -6.31836 13.0371 -6.57227 13.0371 -7.04102 C 13.0371 -7.51953 12.7148 -7.7832 12.1973 -7.7832 L 9.9707 -7.7832 L 9.9707 -10.0098 C 9.9707 -10.5273 9.69727 -10.8496 9.22852 -10.8496 C 8.75977 -10.8496 8.50586 -10.5078 8.50586 -10.0098 L 8.50586 -7.7832 L 6.29883 -7.7832 C 5.78125 -7.7832 5.44922 -7.51953 5.44922 -7.04102 C 5.44922 -6.57227 5.80078 -6.31836 6.29883 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.25781 C 8.50586 -3.75977 8.75977 -3.42773 9.22852 -3.42773 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M 11.709 2.91016 C 17.1582 2.91016 21.6699 -1.60156 21.6699 -7.05078 C 21.6699 -12.4902 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.4902 1.74805 -7.05078 C 1.74805 -1.60156 6.26953 2.91016 11.709 2.91016 Z M 11.709 1.25 C 7.09961 1.25 3.41797 -2.44141 3.41797 -7.05078 C 3.41797 -11.6504 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6504 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6895 -2.41211 C 12.207 -2.41211 12.5195 -2.77344 12.5195 -3.33984 L 12.5195 -6.23047 L 15.5762 -6.23047 C 16.123 -6.23047 16.5039 -6.51367 16.5039 -7.03125 C 16.5039 -7.55859 16.1426 -7.86133 15.5762 -7.86133 L 12.5195 -7.86133 L 12.5195 -10.9277 C 12.5195 -11.5039 12.207 -11.8555 11.6895 -11.8555 C 11.1719 -11.8555 10.8789 -11.4844 10.8789 -10.9277 L 10.8789 -7.86133 L 7.83203 -7.86133 C 7.26562 -7.86133 6.89453 -7.55859 6.89453 -7.03125 C 6.89453 -6.51367 7.28516 -6.23047 7.83203 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.33984 C 10.8789 -2.79297 11.1719 -2.41211 11.6895 -2.41211 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.67383 C 21.9336 5.67383 27.6953 -0.078125 27.6953 -7.04102 C 27.6953 -14.0039 21.9238 -19.7559 14.9609 -19.7559 C 8.00781 -19.7559 2.25586 -14.0039 2.25586 -7.04102 C 2.25586 -0.078125 8.01758 5.67383 14.9707 5.67383 Z M 14.9707 3.85742 C 8.93555 3.85742 4.08203 -1.00586 4.08203 -7.04102 C 4.08203 -13.0762 8.92578 -17.9395 14.9609 -17.9395 C 21.0059 -17.9395 25.8594 -13.0762 25.8691 -7.04102 C 25.8789 -1.00586 21.0156 3.85742 14.9707 3.85742 Z M 14.9512 -1.06445 C 15.5176 -1.06445 15.8691 -1.45508 15.8691 -2.06055 L 15.8691 -6.13281 L 20.1074 -6.13281 C 20.6934 -6.13281 21.1133 -6.46484 21.1133 -7.02148 C 21.1133 -7.59766 20.7227 -7.93945 20.1074 -7.93945 L 15.8691 -7.93945 L 15.8691 -12.1875 C 15.8691 -12.8027 15.5176 -13.1934 14.9512 -13.1934 C 14.3848 -13.1934 14.0625 -12.7832 14.0625 -12.1875 L 14.0625 -7.93945 L 9.83398 -7.93945 C 9.21875 -7.93945 8.80859 -7.59766 8.80859 -7.02148 C 8.80859 -6.46484 9.23828 -6.13281 9.83398 -6.13281 L 14.0625 -6.13281 L 14.0625 -2.06055 C 14.0625 -1.47461 14.3848 -1.06445 14.9512 -1.06445 Z"/>
</g>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 263 1953)">Design Variations</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1971)">Symbols are supported in up to nine weights and three scales.</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1989)">For optimal layout with text and other symbols, vertically align</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 2007)">symbols with the adjacent text.</text>
<rect height="14" id="" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="3" x="776" y="1919"/>
<g id="" transform="matrix(1 0 0 1 779 1933)">
<path d="M 10.5273 0 L 12.373 0 L 7.17773 -14.0918 L 5.43945 -14.0918 L 0.244141 0 L 2.08984 0 L 3.50586 -4.0332 L 9.11133 -4.0332 Z M 6.2793 -11.9531 L 6.33789 -11.9531 L 8.59375 -5.52734 L 4.02344 -5.52734 Z"/>
</g>
<rect height="14" id="" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="3" x="791.617" y="1919"/>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 776 1953)">Margins</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 1971)">Leading and trailing margins on the left and right side of each symbol</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 1989)">can be adjusted by modifying the width of the blue rectangles.</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 2007)">Modifications are automatically applied proportionally to all</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 2025)">scales and weights.</text>
<g id="" transform="matrix(1 0 0 1 1289 1933)">
<path d="M 2.83203 3.11523 L 4.375 4.6582 C 5.22461 5.48828 6.19141 5.41992 7.06055 4.46289 L 17.2754 -6.66016 C 17.7051 -6.36719 18.0957 -6.37695 18.5645 -6.47461 L 19.6094 -6.68945 L 20.3027 -5.99609 L 20.2539 -5.47852 C 20.1855 -4.95117 20.3516 -4.53125 20.8496 -4.0332 L 21.6602 -3.22266 C 22.168 -2.71484 22.8223 -2.68555 23.3008 -3.16406 L 26.5527 -6.41602 C 27.0312 -6.89453 27.0117 -7.54883 26.5039 -8.05664 L 25.6836 -8.87695 C 25.1855 -9.375 24.7754 -9.55078 24.2383 -9.47266 L 23.7109 -9.41406 L 23.0566 -10.0781 L 23.3398 -11.2207 C 23.4863 -11.7871 23.3398 -12.2559 22.7148 -12.8613 L 20.3027 -15.2539 C 16.7578 -18.7793 12.2266 -18.6719 9.11133 -15.5371 C 8.69141 -15.1074 8.64258 -14.5215 8.91602 -14.0918 C 9.15039 -13.7207 9.62891 -13.4961 10.2734 -13.6621 C 11.7871 -14.043 13.3008 -13.9258 14.7852 -12.9199 L 14.1602 -11.3379 C 13.9258 -10.752 13.9453 -10.2734 14.1797 -9.83398 L 3.01758 0.439453 C 2.08008 1.30859 1.97266 2.25586 2.83203 3.11523 Z M 10.6738 -15.1465 C 13.3398 -17.1387 16.6504 -16.8262 19.0527 -14.4141 L 21.6797 -11.8066 C 21.9141 -11.5723 21.9434 -11.3867 21.8848 -11.0938 L 21.5039 -9.53125 L 23.0762 -7.95898 L 24.043 -8.04688 C 24.3262 -8.07617 24.4141 -8.05664 24.6387 -7.83203 L 25.2637 -7.20703 L 22.5098 -4.46289 L 21.8848 -5.07812 C 21.6602 -5.30273 21.6406 -5.40039 21.6699 -5.68359 L 21.7578 -6.64062 L 20.1953 -8.20312 L 18.5742 -7.89062 C 18.291 -7.83203 18.1445 -7.83203 17.9102 -8.07617 L 15.7324 -10.2539 C 15.5078 -10.4883 15.4785 -10.625 15.6055 -10.9473 L 16.5527 -13.2227 C 14.9512 -14.7559 12.8418 -15.6055 10.8008 -14.9512 C 10.7129 -14.9219 10.6445 -14.9414 10.6152 -14.9805 C 10.5859 -15.0293 10.5859 -15.0781 10.6738 -15.1465 Z M 4.10156 2.41211 C 3.61328 1.91406 3.78906 1.61133 4.12109 1.30859 L 15.0781 -8.80859 L 16.3086 -7.57812 L 6.15234 3.34961 C 5.84961 3.68164 5.46875 3.7793 5.06836 3.37891 Z"/>
</g>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 1289 1953)">Exporting</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 1289 1971)">Symbols should be outlined when exporting to ensure the</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 1289 1989)">design is preserved when submitting to Xcode.</text>
<text id="template-version" style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:end;" transform="matrix(1 0 0 1 3036 1933)">Template v.1.0</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:end;" transform="matrix(1 0 0 1 3036 1951)">Generated from doc.on.clipboard</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:end;" transform="matrix(1 0 0 1 3036 1969)">Typeset at 100 points</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 726)">Small</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1156)">Medium</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1586)">Large</text>
</g>
<g id="Guides">
<g id="H-reference" style="fill:#27AAE1;stroke:none;" transform="matrix(1 0 0 1 339 696)">
<path d="M 54.9316 0 L 57.666 0 L 30.5664 -70.459 L 28.0762 -70.459 L 0.976562 0 L 3.66211 0 L 12.9395 -24.4629 L 45.7031 -24.4629 Z M 29.1992 -67.0898 L 29.4434 -67.0898 L 44.8242 -26.709 L 13.8184 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="625.541" y2="625.541"/>
<g id="H-reference" style="fill:#27AAE1;stroke:none;" transform="matrix(1 0 0 1 339 1126)">
<path d="M 54.9316 0 L 57.666 0 L 30.5664 -70.459 L 28.0762 -70.459 L 0.976562 0 L 3.66211 0 L 12.9395 -24.4629 L 45.7031 -24.4629 Z M 29.1992 -67.0898 L 29.4434 -67.0898 L 44.8242 -26.709 L 13.8184 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1055.54" y2="1055.54"/>
<g id="H-reference" style="fill:#27AAE1;stroke:none;" transform="matrix(1 0 0 1 339 1556)">
<path d="M 54.9316 0 L 57.666 0 L 30.5664 -70.459 L 28.0762 -70.459 L 0.976562 0 L 3.66211 0 L 12.9395 -24.4629 L 45.7031 -24.4629 Z M 29.1992 -67.0898 L 29.4434 -67.0898 L 44.8242 -26.709 L 13.8184 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<rect height="119.336" id="left-margin" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="12.4512" x="1386.37" y="1030.79"/>
<rect height="119.336" id="right-margin" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="12.4512" x="1500.87" y="1030.79"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2844.61 1556)">
<path d="M 39.8926 49.2676 L 101.221 49.2676 C 116.406 49.2676 125 40.625 125 25.3906 L 125 16.8945 L 137.695 16.8945 C 152.881 16.8945 161.523 8.20312 161.523 -7.03125 L 161.523 -96.6797 C 161.523 -111.914 152.881 -120.605 137.695 -120.605 L 76.123 -120.605 C 60.9375 -120.605 52.3438 -111.914 52.3438 -96.6797 L 52.3438 -85.1562 L 39.8926 -85.1562 C 24.707 -85.1562 16.0645 -76.5137 16.0645 -61.2793 L 16.0645 25.3906 C 16.0645 40.625 24.707 49.2676 39.8926 49.2676 Z M 91.9922 -95.166 C 88.5742 -95.166 87.0605 -98.0957 87.0605 -100.146 L 87.0605 -101.807 C 87.0605 -103.711 88.5742 -106.787 91.9922 -106.787 L 121.777 -106.787 C 125.146 -106.787 126.758 -103.711 126.758 -101.807 L 126.758 -100.146 C 126.758 -98.0957 125.146 -95.166 121.777 -95.166 Z M 42.7246 29.0527 C 38.1836 29.0527 36.3281 26.9043 36.3281 22.6562 L 36.3281 -58.5449 C 36.3281 -62.7441 38.1836 -64.9414 42.7246 -64.9414 L 58.8867 -64.9414 L 58.8867 -37.6465 C 58.8867 -24.8047 64.8438 -18.7988 77.6855 -18.7988 L 104.785 -18.7988 L 104.785 22.6562 C 104.785 26.9043 102.881 29.0527 98.3398 29.0527 Z M 79.0527 -34.7656 C 76.2207 -34.7656 74.8047 -36.1328 74.8047 -38.9648 L 74.8047 -63.9648 L 103.809 -34.7656 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2549.65 1556)">
<path d="M 38.7207 48.1445 L 100.195 48.1445 C 114.746 48.1445 122.656 39.9902 122.656 25.3906 L 122.656 16.0645 L 135.352 16.0645 C 149.902 16.0645 158.008 7.95898 158.008 -6.64062 L 158.008 -96.4355 C 158.008 -111.084 149.902 -119.189 135.352 -119.189 L 73.8281 -119.189 C 59.2773 -119.189 51.2207 -111.084 51.2207 -96.4355 L 51.2207 -84.8633 L 38.7207 -84.8633 C 24.1699 -84.8633 16.0645 -76.709 16.0645 -62.1094 L 16.0645 25.3906 C 16.0645 39.9902 24.1211 48.1445 38.7207 48.1445 Z M 89.6484 -94.7266 C 86.4746 -94.7266 85.0098 -97.3633 85.0098 -99.3164 L 85.0098 -100.928 C 85.0098 -102.783 86.4746 -105.518 89.6484 -105.518 L 119.482 -105.518 C 122.656 -105.518 124.17 -102.783 124.17 -100.928 L 124.17 -99.3164 C 124.17 -97.3633 122.656 -94.7266 119.482 -94.7266 Z M 40.9668 30.6152 C 35.8887 30.6152 33.5938 28.0762 33.5938 23.2422 L 33.5938 -59.9609 C 33.5938 -64.7949 35.8887 -67.334 41.0156 -67.334 L 58.7891 -67.334 L 58.7891 -37.6465 C 58.7891 -26.0742 64.2578 -20.6543 75.7812 -20.6543 L 105.176 -20.6543 L 105.176 23.2422 C 105.176 28.0762 102.881 30.6152 97.7539 30.6152 Z M 77.002 -34.7656 C 74.2188 -34.7656 72.8516 -36.084 72.8516 -38.916 L 72.8516 -66.2109 L 104.004 -34.7656 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2254.92 1556)">
<path d="M 37.4023 46.8262 L 99.0234 46.8262 C 112.891 46.8262 120.068 39.2578 120.068 25.3418 L 120.068 15.1855 L 132.764 15.1855 C 146.582 15.1855 154.053 7.61719 154.053 -6.25 L 154.053 -96.1914 C 154.053 -110.107 146.533 -117.627 132.764 -117.627 L 71.2891 -117.627 C 57.4707 -117.627 49.9512 -110.107 49.9512 -96.1914 L 49.9512 -84.4727 L 37.4023 -84.4727 C 23.584 -84.4727 16.0645 -76.9531 16.0645 -63.0371 L 16.0645 25.3418 C 16.0645 39.3066 23.5352 46.8262 37.4023 46.8262 Z M 87.0605 -94.2383 C 84.082 -94.2383 82.7148 -96.5332 82.7148 -98.4375 L 82.7148 -99.9023 C 82.7148 -101.758 84.082 -104.102 87.0605 -104.102 L 116.895 -104.102 C 119.873 -104.102 121.289 -101.758 121.289 -99.9023 L 121.289 -98.4375 C 121.289 -96.5332 119.873 -94.2383 116.895 -94.2383 Z M 39.0137 32.373 C 33.252 32.373 30.5176 29.4434 30.5176 23.9258 L 30.5176 -61.5723 C 30.5176 -67.041 33.252 -70.0195 39.0625 -70.0195 L 58.6426 -70.0195 L 58.6426 -37.6953 C 58.6426 -27.5391 63.5254 -22.7539 73.6328 -22.7539 L 105.615 -22.7539 L 105.615 23.9258 C 105.615 29.4434 102.832 32.373 97.0703 32.373 Z M 74.7559 -34.7656 C 71.9727 -34.7656 70.7031 -36.0352 70.7031 -38.8184 L 70.7031 -68.7012 L 104.248 -34.7656 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1959.58 1556)">
<path d="M 36.4746 45.8984 L 98.2422 45.8984 C 111.621 45.8984 118.262 38.7695 118.262 25.3418 L 118.262 14.5508 L 130.957 14.5508 C 144.287 14.5508 151.318 7.42188 151.318 -6.00586 L 151.318 -95.9961 C 151.318 -109.424 144.238 -116.553 130.957 -116.553 L 69.4824 -116.553 C 56.2012 -116.553 49.0723 -109.424 49.0723 -95.9961 L 49.0723 -84.2285 L 36.4746 -84.2285 C 23.1445 -84.2285 16.0645 -77.0996 16.0645 -63.6719 L 16.0645 25.3418 C 16.0645 38.8184 23.0957 45.8984 36.4746 45.8984 Z M 85.3027 -93.8965 C 82.4707 -93.8965 81.1523 -95.9473 81.1523 -97.8516 L 81.1523 -99.2188 C 81.1523 -101.025 82.4707 -103.174 85.3027 -103.174 L 115.137 -103.174 C 117.969 -103.174 119.287 -101.025 119.287 -99.2188 L 119.287 -97.8516 C 119.287 -95.9473 117.969 -93.8965 115.137 -93.8965 Z M 37.6465 33.5938 C 31.4453 33.5938 28.418 30.3711 28.418 24.3652 L 28.418 -62.6953 C 28.418 -68.6035 31.4453 -71.875 37.6953 -71.875 L 58.5938 -71.875 L 58.5938 -37.6953 C 58.5938 -28.5156 63.0859 -24.1699 72.1191 -24.1699 L 105.908 -24.1699 L 105.908 24.3652 C 105.908 30.3711 102.832 33.5938 96.6309 33.5938 Z M 73.1934 -34.8145 C 70.4102 -34.8145 69.1895 -35.9863 69.1895 -38.7695 L 69.1895 -70.4102 L 104.443 -34.8145 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1663.89 1556)">
<path d="M 35.791 45.2148 L 97.6562 45.2148 C 110.645 45.2148 116.895 38.4277 116.895 25.3418 L 116.895 14.1113 L 129.59 14.1113 C 142.529 14.1113 149.268 7.27539 149.268 -5.81055 L 149.268 -95.8496 C 149.268 -108.887 142.48 -115.723 129.59 -115.723 L 68.1641 -115.723 C 55.2246 -115.723 48.4375 -108.887 48.4375 -95.8496 L 48.4375 -84.0332 L 35.791 -84.0332 C 22.8516 -84.0332 16.0645 -77.1973 16.0645 -64.1602 L 16.0645 25.3418 C 16.0645 38.4766 22.8027 45.2148 35.791 45.2148 Z M 83.9355 -93.6523 C 81.2012 -93.6523 79.9316 -95.5566 79.9316 -97.3633 L 79.9316 -98.6816 C 79.9316 -100.488 81.2012 -102.441 83.9355 -102.441 L 113.77 -102.441 C 116.504 -102.441 117.773 -100.488 117.773 -98.6816 L 117.773 -97.3633 C 117.773 -95.5566 116.504 -93.6523 113.77 -93.6523 Z M 36.6211 34.4727 C 30.127 34.4727 26.8066 31.0547 26.8066 24.707 L 26.8066 -63.5254 C 26.8066 -69.7754 30.127 -73.291 36.6699 -73.291 L 58.5449 -73.291 L 58.5449 -37.6953 C 58.5449 -29.248 62.6953 -25.2441 70.9961 -25.2441 L 106.152 -25.2441 L 106.152 24.707 C 106.152 31.0547 102.832 34.4727 96.2891 34.4727 Z M 72.0215 -34.8145 C 69.2383 -34.8145 68.0664 -35.9375 68.0664 -38.7207 L 68.0664 -71.7285 L 104.541 -34.8145 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1368.52 1556)">
<path d="M 34.8633 44.3359 L 96.875 44.3359 C 109.375 44.3359 115.088 37.9395 115.088 25.3418 L 115.088 13.4766 L 127.783 13.4766 C 140.283 13.4766 146.582 7.08008 146.582 -5.51758 L 146.582 -95.6543 C 146.582 -108.252 140.234 -114.648 127.783 -114.648 L 66.4062 -114.648 C 53.9551 -114.648 47.5586 -108.252 47.5586 -95.6543 L 47.5586 -83.7891 L 34.8633 -83.7891 C 22.4609 -83.7891 16.0645 -77.3926 16.0645 -64.7949 L 16.0645 25.3418 C 16.0645 37.9883 22.3633 44.3359 34.8633 44.3359 Z M 82.1777 -93.3105 C 79.5898 -93.3105 78.3691 -94.9707 78.3691 -96.7773 L 78.3691 -97.998 C 78.3691 -99.8047 79.5898 -101.465 82.1777 -101.465 L 112.012 -101.465 C 114.6 -101.465 115.82 -99.8047 115.82 -97.998 L 115.82 -96.7773 C 115.82 -94.9707 114.6 -93.3105 112.012 -93.3105 Z M 35.3027 35.6934 C 28.3203 35.6934 24.707 31.9824 24.707 25.1465 L 24.707 -64.5996 C 24.707 -71.2891 28.3203 -75.1465 35.3516 -75.1465 L 58.4473 -75.1465 L 58.4473 -37.7441 C 58.4473 -30.2734 62.207 -26.6602 69.5312 -26.6602 L 106.445 -26.6602 L 106.445 25.1465 C 106.445 31.9824 102.832 35.6934 95.8008 35.6934 Z M 70.459 -34.8145 C 67.7246 -34.8145 66.6016 -35.9375 66.6016 -38.6719 L 66.6016 -73.4375 L 104.688 -34.8145 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1072.59 1556)">
<path d="M 33.9355 43.6035 L 97.0215 43.6035 C 108.838 43.6035 113.916 37.5 113.916 25.6348 L 113.916 13.5254 L 127.197 13.5254 C 138.965 13.5254 145.02 7.42188 145.02 -4.44336 L 145.02 -95.9473 C 145.02 -107.764 138.867 -113.916 127.197 -113.916 L 65.0391 -113.916 C 53.3691 -113.916 47.2168 -107.764 47.2168 -95.9473 L 47.2168 -83.7891 L 33.9355 -83.7891 C 22.2168 -83.7891 16.0645 -77.6855 16.0645 -65.8203 L 16.0645 25.6348 C 16.0645 37.5488 22.1191 43.6035 33.9355 43.6035 Z M 81.7871 -93.7012 C 79.4434 -93.7012 78.3203 -95.2148 78.3203 -96.8262 L 78.3203 -97.998 C 78.3203 -99.5605 79.4434 -101.123 81.7871 -101.123 L 110.449 -101.123 C 112.793 -101.123 113.916 -99.5605 113.916 -97.998 L 113.916 -96.8262 C 113.916 -95.2148 112.793 -93.7012 110.449 -93.7012 Z M 34.2285 37.0117 C 26.6113 37.0117 22.7051 33.0078 22.7051 25.4883 L 22.7051 -65.6738 C 22.7051 -72.998 26.6113 -77.1973 34.2773 -77.1973 L 59.0332 -77.1973 L 59.0332 -38.623 C 59.0332 -31.7871 62.4512 -28.6133 68.9941 -28.6133 L 107.275 -28.6133 L 107.275 25.4883 C 107.275 33.0078 103.32 37.0117 95.7031 37.0117 Z M 69.6777 -34.9121 C 66.5527 -34.9121 65.332 -36.1328 65.332 -39.2578 L 65.332 -75.7812 L 105.859 -34.9121 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 776.906 1556)">
<path d="M 32.666 42.6758 L 97.2168 42.6758 C 108.105 42.6758 112.354 36.9141 112.354 26.0742 L 112.354 13.623 L 126.367 13.623 C 137.256 13.623 142.969 7.86133 142.969 -2.97852 L 142.969 -96.2891 C 142.969 -107.178 137.109 -112.891 126.367 -112.891 L 63.2812 -112.891 C 52.5391 -112.891 46.6797 -107.178 46.6797 -96.2891 L 46.6797 -83.8379 L 32.666 -83.8379 C 21.9238 -83.8379 16.0645 -78.125 16.0645 -67.2363 L 16.0645 26.0742 C 16.0645 36.9629 21.7773 42.6758 32.666 42.6758 Z M 81.25 -94.2383 C 79.248 -94.2383 78.2715 -95.5566 78.2715 -96.9238 L 78.2715 -97.9492 C 78.2715 -99.2676 79.248 -100.635 81.25 -100.635 L 108.398 -100.635 C 110.4 -100.635 111.377 -99.2676 111.377 -97.9492 L 111.377 -96.9238 C 111.377 -95.5566 110.4 -94.2383 108.398 -94.2383 Z M 32.8613 38.7207 C 24.3652 38.7207 19.9707 34.3262 19.9707 25.8789 L 19.9707 -67.0898 C 19.9707 -75.1953 24.3652 -79.9316 32.8613 -79.9316 L 59.7656 -79.9316 L 59.7656 -39.7949 C 59.7656 -33.7891 62.793 -31.2012 68.3594 -31.2012 L 108.398 -31.2012 L 108.398 25.8789 C 108.398 34.3262 104.004 38.7207 95.5566 38.7207 Z M 68.6035 -35.0586 C 65.0391 -35.0586 63.623 -36.4746 63.623 -40.0391 L 63.623 -78.9062 L 107.422 -35.0586 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 480.732 1556)">
<path d="M 31.9824 42.1875 L 97.3145 42.1875 C 107.715 42.1875 111.523 36.6699 111.523 26.2695 L 111.523 13.623 L 125.977 13.623 C 136.328 13.623 141.895 8.10547 141.895 -2.24609 L 141.895 -96.4844 C 141.895 -106.836 136.182 -112.402 125.977 -112.402 L 62.3535 -112.402 C 52.1484 -112.402 46.4355 -106.836 46.4355 -96.4844 L 46.4355 -83.8379 L 31.9824 -83.8379 C 21.7773 -83.8379 16.0645 -78.3203 16.0645 -67.9199 L 16.0645 26.2695 C 16.0645 36.6211 21.6309 42.1875 31.9824 42.1875 Z M 81.0059 -94.5312 C 79.1504 -94.5312 78.2227 -95.752 78.2227 -96.9727 L 78.2227 -97.9004 C 78.2227 -99.1211 79.1504 -100.391 81.0059 -100.391 L 107.324 -100.391 C 109.18 -100.391 110.107 -99.1211 110.107 -97.9004 L 110.107 -96.9727 C 110.107 -95.752 109.18 -94.5312 107.324 -94.5312 Z M 32.1289 39.6484 C 23.2422 39.6484 18.6035 35.0098 18.6035 26.123 L 18.6035 -67.7734 C 18.6035 -76.3672 23.2422 -81.2988 32.1289 -81.2988 L 60.1562 -81.2988 L 60.1562 -40.3809 C 60.1562 -34.8145 62.9395 -32.5195 68.0176 -32.5195 L 108.984 -32.5195 L 108.984 26.123 C 108.984 35.0098 104.395 39.6484 95.459 39.6484 Z M 68.0664 -35.1562 C 64.2578 -35.1562 62.793 -36.6211 62.793 -40.4297 L 62.793 -80.5176 L 108.203 -35.1562 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2862.65 1126)">
<path d="M 31.9824 31.4453 L 79.8828 31.4453 C 92.1387 31.4453 99.4141 24.1699 99.4141 11.9141 L 99.4141 6.29883 L 109.521 6.29883 C 121.777 6.29883 129.053 -0.976562 129.053 -13.2324 L 129.053 -83.3496 C 129.053 -95.6055 121.777 -102.881 109.521 -102.881 L 61.377 -102.881 C 49.1211 -102.881 41.8457 -95.6055 41.8457 -83.3496 L 41.8457 -74.3652 L 31.9824 -74.3652 C 19.7266 -74.3652 12.4512 -67.0898 12.4512 -54.834 L 12.4512 11.9141 C 12.4512 24.1699 19.7266 31.4453 31.9824 31.4453 Z M 74.2188 -82.5195 C 71.4355 -82.5195 70.2148 -85.1074 70.2148 -86.6211 L 70.2148 -88.0371 C 70.2148 -89.4531 71.4355 -92.1387 74.2188 -92.1387 L 96.6309 -92.1387 C 99.4141 -92.1387 100.732 -89.4531 100.732 -88.0371 L 100.732 -86.6211 C 100.732 -85.1074 99.4141 -82.5195 96.6309 -82.5195 Z M 34.9121 13.1836 C 31.8359 13.1836 30.7617 11.8164 30.7617 8.98438 L 30.7617 -51.9043 C 30.7617 -54.7363 31.8359 -56.1035 34.9121 -56.1035 L 46.0938 -56.1035 L 46.0938 -37.5488 C 46.0938 -26.2207 51.2207 -21.0449 62.5488 -21.0449 L 81.1035 -21.0449 L 81.1035 8.98438 C 81.1035 11.8164 80.0293 13.1836 76.9531 13.1836 Z M 63.5742 -34.9121 C 61.1816 -34.9121 59.9121 -36.1328 59.9121 -38.5254 L 59.9121 -55.7617 L 80.7617 -34.9121 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2567.65 1126)">
<path d="M 30.957 30.3711 L 78.7109 30.3711 C 90.4785 30.3711 97.168 23.584 97.168 11.8164 L 97.168 5.37109 L 107.129 5.37109 C 118.896 5.37109 125.635 -1.36719 125.635 -13.1348 L 125.635 -83.0078 C 125.635 -94.7754 118.896 -101.562 107.129 -101.562 L 59.2285 -101.562 C 47.5098 -101.562 40.7227 -94.7754 40.7227 -83.0078 L 40.7227 -74.0234 L 30.957 -74.0234 C 19.1895 -74.0234 12.4512 -67.2363 12.4512 -55.4688 L 12.4512 11.8164 C 12.4512 23.6328 19.1895 30.3711 30.957 30.3711 Z M 71.7773 -81.9336 C 69.1895 -81.9336 67.9688 -84.2285 67.9688 -85.7422 L 67.9688 -87.0605 C 67.9688 -88.4766 69.1895 -90.8691 71.7773 -90.8691 L 94.5312 -90.8691 C 97.168 -90.8691 98.3887 -88.4766 98.3887 -87.0605 L 98.3887 -85.7422 C 98.3887 -84.2285 97.168 -81.9336 94.5312 -81.9336 Z M 33.252 14.5508 C 29.7363 14.5508 28.2715 12.8906 28.2715 9.57031 L 28.2715 -53.2227 C 28.2715 -56.4941 29.7363 -58.2031 33.3008 -58.2031 L 45.8008 -58.2031 L 45.8008 -37.3535 C 45.8008 -27.2461 50.4883 -22.5586 60.5957 -22.5586 L 81.3477 -22.5586 L 81.3477 9.57031 C 81.3477 12.8906 79.8828 14.5508 76.3184 14.5508 Z M 61.5723 -34.8633 C 59.2773 -34.8633 58.1055 -36.0352 58.1055 -38.3301 L 58.1055 -57.5684 L 80.7129 -34.8633 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2272.86 1126)">
<path d="M 29.7852 29.1504 L 77.4414 29.1504 C 88.623 29.1504 94.6289 22.9492 94.6289 11.7188 L 94.6289 4.39453 L 104.443 4.39453 C 115.625 4.39453 121.777 -1.80664 121.777 -13.0371 L 121.777 -82.6172 C 121.777 -93.8477 115.625 -100.049 104.443 -100.049 L 56.7871 -100.049 C 45.6543 -100.049 39.4531 -93.8477 39.4531 -82.6172 L 39.4531 -73.6328 L 29.7852 -73.6328 C 18.6035 -73.6328 12.4512 -67.3828 12.4512 -56.2012 L 12.4512 11.7188 C 12.4512 22.9492 18.6035 29.1504 29.7852 29.1504 Z M 69.043 -81.25 C 66.6016 -81.25 65.4785 -83.252 65.4785 -84.7656 L 65.4785 -85.9863 C 65.4785 -87.4023 66.6016 -89.4531 69.043 -89.4531 L 92.1875 -89.4531 C 94.6289 -89.4531 95.752 -87.4023 95.752 -85.9863 L 95.752 -84.7656 C 95.752 -83.252 94.6289 -81.25 92.1875 -81.25 Z M 31.4453 16.0645 C 27.3926 16.0645 25.5371 14.0625 25.5371 10.2051 L 25.5371 -54.6387 C 25.5371 -58.4961 27.3926 -60.5469 31.4453 -60.5469 L 45.5078 -60.5469 L 45.5078 -37.1094 C 45.5078 -28.3691 49.6582 -24.2676 58.3496 -24.2676 L 81.543 -24.2676 L 81.543 10.2051 C 81.543 14.0625 79.7363 16.0645 75.6348 16.0645 Z M 59.3262 -34.8633 C 57.1289 -34.8633 56.1035 -35.8887 56.1035 -38.0371 L 56.1035 -59.6191 L 80.6152 -34.8633 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1977.47 1126)">
<path d="M 29.0039 28.3203 L 76.5625 28.3203 C 87.3535 28.3203 92.9199 22.5098 92.9199 11.6699 L 92.9199 3.71094 L 102.588 3.71094 C 113.379 3.71094 119.141 -2.14844 119.141 -12.9883 L 119.141 -82.373 C 119.141 -93.2129 113.379 -99.0234 102.588 -99.0234 L 55.127 -99.0234 C 44.3848 -99.0234 38.623 -93.2129 38.623 -82.373 L 38.623 -73.3398 L 29.0039 -73.3398 C 18.2129 -73.3398 12.4512 -67.5293 12.4512 -56.6895 L 12.4512 11.6699 C 12.4512 22.5098 18.2129 28.3203 29.0039 28.3203 Z M 67.1875 -80.8105 C 64.8438 -80.8105 63.7695 -82.5684 63.7695 -84.082 L 63.7695 -85.2051 C 63.7695 -86.6699 64.8438 -88.4766 67.1875 -88.4766 L 90.5762 -88.4766 C 92.8711 -88.4766 93.9941 -86.6699 93.9941 -85.2051 L 93.9941 -84.082 C 93.9941 -82.5684 92.8711 -80.8105 90.5762 -80.8105 Z M 30.1758 17.1387 C 25.7324 17.1387 23.6328 14.8438 23.6328 10.6445 L 23.6328 -55.6641 C 23.6328 -59.8633 25.7324 -62.1582 30.1758 -62.1582 L 45.3125 -62.1582 L 45.3125 -36.9629 C 45.3125 -29.1504 49.0723 -25.4395 56.8359 -25.4395 L 81.7383 -25.4395 L 81.7383 10.6445 C 81.7383 14.8438 79.5898 17.1387 75.1465 17.1387 Z M 57.7637 -34.8633 C 55.6641 -34.8633 54.7363 -35.791 54.7363 -37.8906 L 54.7363 -61.0352 L 80.5664 -34.8633 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1681.76 1126)">
<path d="M 28.3691 27.6855 L 75.8789 27.6855 C 86.377 27.6855 91.6016 22.168 91.6016 11.6211 L 91.6016 3.17383 L 101.221 3.17383 C 111.67 3.17383 117.139 -2.34375 117.139 -12.8906 L 117.139 -82.1777 C 117.139 -92.7246 111.67 -98.2422 101.221 -98.2422 L 53.8574 -98.2422 C 43.4082 -98.2422 37.9395 -92.7246 37.9395 -82.1777 L 37.9395 -73.1445 L 28.3691 -73.1445 C 17.9199 -73.1445 12.4512 -67.5781 12.4512 -57.0312 L 12.4512 11.6211 C 12.4512 22.168 17.9199 27.6855 28.3691 27.6855 Z M 65.7715 -80.4688 C 63.5254 -80.4688 62.4512 -82.0312 62.4512 -83.5449 L 62.4512 -84.668 C 62.4512 -86.1328 63.5254 -87.7441 65.7715 -87.7441 L 89.3066 -87.7441 C 91.5527 -87.7441 92.627 -86.1328 92.627 -84.668 L 92.627 -83.5449 C 92.627 -82.0312 91.5527 -80.4688 89.3066 -80.4688 Z M 29.1992 17.9199 C 24.5117 17.9199 22.168 15.4785 22.168 10.9863 L 22.168 -56.3965 C 22.168 -60.8887 24.5117 -63.3789 29.248 -63.3789 L 45.166 -63.3789 L 45.166 -36.8164 C 45.166 -29.7363 48.6328 -26.3184 55.6641 -26.3184 L 81.8359 -26.3184 L 81.8359 10.9863 C 81.8359 15.4785 79.4922 17.9199 74.8047 17.9199 Z M 56.5918 -34.8633 C 54.5898 -34.8633 53.7109 -35.7422 53.7109 -37.7441 L 53.7109 -62.1094 L 80.5664 -34.8633 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1386.37 1126)">
<path d="M 27.5879 26.8555 L 75 26.8555 C 85.1074 26.8555 89.8438 21.7285 89.8438 11.5234 L 89.8438 2.49023 L 99.3652 2.49023 C 109.473 2.49023 114.502 -2.63672 114.502 -12.8418 L 114.502 -81.8848 C 114.502 -92.0898 109.424 -97.2168 99.3652 -97.2168 L 52.2461 -97.2168 C 42.1875 -97.2168 37.1094 -92.0898 37.1094 -81.8848 L 37.1094 -72.8516 L 27.5879 -72.8516 C 17.5293 -72.8516 12.4512 -67.7246 12.4512 -57.5195 L 12.4512 11.5234 C 12.4512 21.7773 17.4805 26.8555 27.5879 26.8555 Z M 63.916 -79.9805 C 61.7676 -79.9805 60.791 -81.3965 60.791 -82.8613 L 60.791 -83.8867 C 60.791 -85.4004 61.7676 -86.7676 63.916 -86.7676 L 87.6953 -86.7676 C 89.8438 -86.7676 90.8203 -85.4004 90.8203 -83.8867 L 90.8203 -82.8613 C 90.8203 -81.3965 89.8438 -79.9805 87.6953 -79.9805 Z M 27.9297 18.9941 C 22.9004 18.9941 20.3125 16.2598 20.3125 11.377 L 20.3125 -57.4219 C 20.3125 -62.207 22.9004 -64.9902 27.9785 -64.9902 L 44.9707 -64.9902 L 44.9707 -36.6699 C 44.9707 -30.5176 48.0957 -27.4902 54.1504 -27.4902 L 81.9824 -27.4902 L 81.9824 11.377 C 81.9824 16.2598 79.3945 18.9941 74.3164 18.9941 Z M 55.0781 -34.8633 C 53.125 -34.8633 52.3438 -35.6445 52.3438 -37.5488 L 52.3438 -63.4766 L 80.4688 -34.8633 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1090.36 1126)">
<path d="M 26.709 26.2207 L 75.1465 26.2207 C 84.5703 26.2207 88.8184 21.3379 88.8184 11.8164 L 88.8184 2.53906 L 98.8281 2.53906 C 108.301 2.53906 113.086 -2.34375 113.086 -11.8652 L 113.086 -82.1289 C 113.086 -91.6504 108.252 -96.5332 98.8281 -96.5332 L 51.0254 -96.5332 C 41.6016 -96.5332 36.7676 -91.6504 36.7676 -82.1289 L 36.7676 -72.8516 L 26.709 -72.8516 C 17.334 -72.8516 12.4512 -68.0176 12.4512 -58.4961 L 12.4512 11.8164 C 12.4512 21.3379 17.2852 26.2207 26.709 26.2207 Z M 63.5254 -80.3711 C 61.6211 -80.3711 60.7422 -81.5918 60.7422 -82.9102 L 60.7422 -83.8867 C 60.7422 -85.2051 61.6211 -86.4258 63.5254 -86.4258 L 86.2793 -86.4258 C 88.2324 -86.4258 89.1113 -85.2051 89.1113 -83.8867 L 89.1113 -82.9102 C 89.1113 -81.5918 88.2324 -80.3711 86.2793 -80.3711 Z M 27.002 20.166 C 21.3867 20.166 18.5059 17.1875 18.5059 11.6699 L 18.5059 -58.3496 C 18.5059 -63.7207 21.3867 -66.8457 27.0508 -66.8457 L 45.459 -66.8457 L 45.459 -37.4512 C 45.459 -31.8848 48.291 -29.248 53.7109 -29.248 L 82.7637 -29.248 L 82.7637 11.6699 C 82.7637 17.1875 79.834 20.166 74.2188 20.166 Z M 54.3457 -34.9609 C 52.0996 -34.9609 51.2207 -35.8398 51.2207 -38.0859 L 51.2207 -65.625 L 81.543 -34.9609 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 794.581 1126)">
<path d="M 25.5859 25.3418 L 75.293 25.3418 C 83.9355 25.3418 87.4023 20.8008 87.4023 12.1582 L 87.4023 2.58789 L 98.0957 2.58789 C 106.738 2.58789 111.23 -1.9043 111.23 -10.5469 L 111.23 -82.4707 C 111.23 -91.1133 106.641 -95.6543 98.0957 -95.6543 L 49.4141 -95.6543 C 40.918 -95.6543 36.2793 -91.1133 36.2793 -82.4707 L 36.2793 -72.9004 L 25.5859 -72.9004 C 17.041 -72.9004 12.4512 -68.3594 12.4512 -59.7168 L 12.4512 12.1582 C 12.4512 20.8496 16.9434 25.3418 25.5859 25.3418 Z M 63.0859 -80.8594 C 61.4746 -80.8594 60.6445 -81.9336 60.6445 -83.0078 L 60.6445 -83.8379 C 60.6445 -84.9121 61.4746 -86.0352 63.0859 -86.0352 L 84.4238 -86.0352 C 86.084 -86.0352 86.8652 -84.9121 86.8652 -83.8379 L 86.8652 -83.0078 C 86.8652 -81.9336 86.084 -80.8594 84.4238 -80.8594 Z M 25.7324 21.7285 C 19.3848 21.7285 16.0645 18.4082 16.0645 12.0605 L 16.0645 -59.6191 C 16.0645 -65.7227 19.3848 -69.2871 25.7812 -69.2871 L 46.1426 -69.2871 L 46.1426 -38.5254 C 46.1426 -33.6914 48.584 -31.543 53.125 -31.543 L 83.7891 -31.543 L 83.7891 12.0605 C 83.7891 18.4082 80.4688 21.7285 74.0723 21.7285 Z M 53.418 -35.0586 C 50.7324 -35.0586 49.707 -36.1328 49.707 -38.8184 L 49.707 -68.4082 L 82.9102 -35.0586 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 498.334 1126)">
<path d="M 25 24.9023 L 75.3906 24.9023 C 83.5938 24.9023 86.6699 20.5566 86.6699 12.3535 L 86.6699 2.63672 L 97.7539 2.63672 C 105.957 2.63672 110.303 -1.70898 110.303 -9.91211 L 110.303 -82.6172 C 110.303 -90.8203 105.811 -95.166 97.7539 -95.166 L 48.584 -95.166 C 40.5273 -95.166 36.0352 -90.8203 36.0352 -82.6172 L 36.0352 -72.9004 L 25 -72.9004 C 16.9434 -72.9004 12.4512 -68.5547 12.4512 -60.3516 L 12.4512 12.3535 C 12.4512 20.5566 16.7969 24.9023 25 24.9023 Z M 62.8418 -81.1035 C 61.377 -81.1035 60.6445 -82.0801 60.6445 -83.0566 L 60.6445 -83.7891 C 60.6445 -84.8145 61.377 -85.791 62.8418 -85.791 L 83.4961 -85.791 C 84.9609 -85.791 85.6934 -84.8145 85.6934 -83.7891 L 85.6934 -83.0566 C 85.6934 -82.0801 84.9609 -81.1035 83.4961 -81.1035 Z M 25.0977 22.5098 C 18.3594 22.5098 14.8438 18.9941 14.8438 12.2559 L 14.8438 -60.2539 C 14.8438 -66.748 18.3594 -70.5078 25.0977 -70.5078 L 46.4844 -70.5078 L 46.4844 -39.0625 C 46.4844 -34.5703 48.7305 -32.7637 52.832 -32.7637 L 84.2773 -32.7637 L 84.2773 12.2559 C 84.2773 18.9941 80.7617 22.5098 74.0234 22.5098 Z M 52.9297 -35.1562 C 50.0488 -35.1562 48.9258 -36.2793 48.9258 -39.1602 L 48.9258 -69.8242 L 83.6426 -35.1562 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2878.08 696)">
<path d="M 25 16.9434 L 62.5 16.9434 C 72.0703 16.9434 77.7344 11.2793 77.7344 1.70898 L 77.7344 -2.7832 L 85.6445 -2.7832 C 95.2148 -2.7832 100.879 -8.44727 100.879 -18.0176 L 100.879 -72.9004 C 100.879 -82.4707 95.2148 -88.1348 85.6445 -88.1348 L 47.9492 -88.1348 C 38.3789 -88.1348 32.7148 -82.4707 32.7148 -72.9004 L 32.7148 -65.8691 L 25 -65.8691 C 15.4297 -65.8691 9.76562 -60.2051 9.76562 -50.6348 L 9.76562 1.70898 C 9.76562 11.2793 15.4297 16.9434 25 16.9434 Z M 57.959 -72.2168 C 55.8105 -72.2168 54.834 -74.2188 54.834 -75.4395 L 54.834 -76.5137 C 54.834 -77.6367 55.8105 -79.7363 57.959 -79.7363 L 75.5859 -79.7363 C 77.7344 -79.7363 78.7598 -77.6367 78.7598 -76.5137 L 78.7598 -75.4395 C 78.7598 -74.2188 77.7344 -72.2168 75.5859 -72.2168 Z M 27.2461 2.7832 C 24.8047 2.7832 23.9258 1.70898 23.9258 -0.537109 L 23.9258 -48.3887 C 23.9258 -50.6348 24.8047 -51.709 27.2461 -51.709 L 36.084 -51.709 L 36.084 -37.0117 C 36.084 -28.2227 40.0879 -24.2188 48.877 -24.2188 L 63.5742 -24.2188 L 63.5742 -0.537109 C 63.5742 1.70898 62.6953 2.7832 60.2539 2.7832 Z M 49.6582 -34.9609 C 47.8027 -34.9609 46.8262 -35.9375 46.8262 -37.793 L 46.8262 -51.416 L 63.2812 -34.9609 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2582.61 696)">
<path d="M 24.3164 16.1621 L 61.6211 16.1621 C 70.8496 16.1621 76.123 10.8887 76.123 1.61133 L 76.123 -3.4668 L 83.8867 -3.4668 C 93.1152 -3.4668 98.3887 -8.78906 98.3887 -18.0664 L 98.3887 -72.6074 C 98.3887 -81.8848 93.1152 -87.207 83.8867 -87.207 L 46.4355 -87.207 C 37.207 -87.207 31.8848 -81.8848 31.8848 -72.6074 L 31.8848 -65.5762 L 24.3164 -65.5762 C 15.0391 -65.5762 9.76562 -60.3027 9.76562 -51.0254 L 9.76562 1.61133 C 9.76562 10.8887 15.0391 16.1621 24.3164 16.1621 Z M 56.1523 -71.7285 C 54.1016 -71.7285 53.125 -73.5352 53.125 -74.7559 L 53.125 -75.7812 C 53.125 -76.9043 54.1016 -78.8086 56.1523 -78.8086 L 74.1211 -78.8086 C 76.1719 -78.8086 77.1484 -76.9043 77.1484 -75.7812 L 77.1484 -74.7559 C 77.1484 -73.5352 76.1719 -71.7285 74.1211 -71.7285 Z M 26.0742 3.71094 C 23.3887 3.71094 22.2656 2.39258 22.2656 -0.146484 L 22.2656 -49.2676 C 22.2656 -51.8066 23.3887 -53.125 26.123 -53.125 L 35.8398 -53.125 L 35.8398 -36.7676 C 35.8398 -28.8574 39.502 -25.1953 47.4121 -25.1953 L 63.6719 -25.1953 L 63.6719 -0.146484 C 63.6719 2.39258 62.5488 3.71094 59.7656 3.71094 Z M 48.1934 -34.9609 C 46.4844 -34.9609 45.6055 -35.8398 45.6055 -37.5488 L 45.6055 -52.5879 L 63.1348 -34.9609 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2287.27 696)">
<path d="M 23.5352 15.332 L 60.5957 15.332 C 69.4824 15.332 74.3164 10.4004 74.3164 1.46484 L 74.3164 -4.24805 L 81.8848 -4.24805 C 90.7715 -4.24805 95.6543 -9.17969 95.6543 -18.0664 L 95.6543 -72.2656 C 95.6543 -81.2012 90.7715 -86.1328 81.8848 -86.1328 L 44.7266 -86.1328 C 35.8398 -86.1328 30.957 -81.2012 30.957 -72.2656 L 30.957 -65.2832 L 23.5352 -65.2832 C 14.6484 -65.2832 9.76562 -60.3516 9.76562 -51.4648 L 9.76562 1.46484 C 9.76562 10.4492 14.6484 15.332 23.5352 15.332 Z M 54.1016 -71.1914 C 52.1484 -71.1914 51.2207 -72.7539 51.2207 -73.9746 L 51.2207 -74.9512 C 51.2207 -76.123 52.1484 -77.7344 54.1016 -77.7344 L 72.5098 -77.7344 C 74.4629 -77.7344 75.3906 -76.123 75.3906 -74.9512 L 75.3906 -73.9746 C 75.3906 -72.7539 74.4629 -71.1914 72.5098 -71.1914 Z M 24.8047 4.73633 C 21.7773 4.73633 20.3613 3.17383 20.3613 0.292969 L 20.3613 -50.293 C 20.3613 -53.125 21.7773 -54.6875 24.8047 -54.6875 L 35.5469 -54.6875 L 35.5469 -36.4746 C 35.5469 -29.541 38.8184 -26.2695 45.752 -26.2695 L 63.7207 -26.2695 L 63.7207 0.292969 C 63.7207 3.17383 62.3535 4.73633 59.2773 4.73633 Z M 46.582 -34.9121 C 44.9707 -34.9121 44.1895 -35.6934 44.1895 -37.3047 L 44.1895 -53.8574 L 62.9395 -34.9121 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1991.51 696)">
<path d="M 22.998 14.7461 L 59.9121 14.7461 C 68.5547 14.7461 73.0957 10.1074 73.0957 1.41602 L 73.0957 -4.78516 L 80.5176 -4.78516 C 89.1602 -4.78516 93.75 -9.42383 93.75 -18.1152 L 93.75 -72.0703 C 93.75 -80.7617 89.1602 -85.4004 80.5176 -85.4004 L 43.5547 -85.4004 C 34.9121 -85.4004 30.3711 -80.7617 30.3711 -72.0703 L 30.3711 -65.0879 L 22.998 -65.0879 C 14.3555 -65.0879 9.76562 -60.4492 9.76562 -51.7578 L 9.76562 1.41602 C 9.76562 10.1562 14.3555 14.7461 22.998 14.7461 Z M 52.6855 -70.8008 C 50.7812 -70.8008 49.9512 -72.2168 49.9512 -73.4375 L 49.9512 -74.3652 C 49.9512 -75.5859 50.7812 -77.0508 52.6855 -77.0508 L 71.3867 -77.0508 C 73.291 -77.0508 74.1699 -75.5859 74.1699 -74.3652 L 74.1699 -73.4375 C 74.1699 -72.2168 73.291 -70.8008 71.3867 -70.8008 Z M 23.9258 5.41992 C 20.6543 5.41992 19.0918 3.75977 19.0918 0.634766 L 19.0918 -50.9766 C 19.0918 -54.0527 20.6543 -55.7617 23.9258 -55.7617 L 35.3516 -55.7617 L 35.3516 -36.2793 C 35.3516 -30.0293 38.3789 -27.002 44.6289 -27.002 L 63.7695 -27.002 L 63.7695 0.634766 C 63.7695 3.75977 62.207 5.41992 58.9355 5.41992 Z M 45.459 -34.9121 C 43.9453 -34.9121 43.2617 -35.5957 43.2617 -37.1094 L 43.2617 -54.7852 L 62.793 -34.9121 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1695.53 696)">
<path d="M 22.5586 14.3066 L 59.375 14.3066 C 67.8223 14.3066 72.168 9.86328 72.168 1.36719 L 72.168 -5.17578 L 79.4922 -5.17578 C 87.9395 -5.17578 92.2852 -9.61914 92.2852 -18.1152 L 92.2852 -71.875 C 92.2852 -80.4199 87.9395 -84.8633 79.4922 -84.8633 L 42.6758 -84.8633 C 34.2285 -84.8633 29.8828 -80.4199 29.8828 -71.875 L 29.8828 -64.8926 L 22.5586 -64.8926 C 14.1113 -64.8926 9.76562 -60.498 9.76562 -51.9531 L 9.76562 1.36719 C 9.76562 9.91211 14.1113 14.3066 22.5586 14.3066 Z M 51.6113 -70.5078 C 49.8047 -70.5078 48.9258 -71.8262 48.9258 -73.0469 L 48.9258 -73.9258 C 48.9258 -75.1465 49.8047 -76.5137 51.6113 -76.5137 L 70.5078 -76.5137 C 72.3633 -76.5137 73.1934 -75.1465 73.1934 -73.9258 L 73.1934 -73.0469 C 73.1934 -71.8262 72.3633 -70.5078 70.5078 -70.5078 Z M 23.2422 5.95703 C 19.8242 5.95703 18.0664 4.15039 18.0664 0.878906 L 18.0664 -51.4648 C 18.0664 -54.7363 19.8242 -56.5918 23.291 -56.5918 L 35.2051 -56.5918 L 35.2051 -36.1328 C 35.2051 -30.4199 38.0371 -27.5879 43.7988 -27.5879 L 63.8184 -27.5879 L 63.8184 0.878906 C 63.8184 4.15039 62.1094 5.95703 58.6426 5.95703 Z M 44.5801 -34.9121 C 43.1641 -34.9121 42.5293 -35.5469 42.5293 -36.9629 L 42.5293 -55.4688 L 62.6953 -34.9121 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1399.75 696)">
<path d="M 22.0215 13.7207 L 58.6914 13.7207 C 66.8945 13.7207 70.9473 9.57031 70.9473 1.26953 L 70.9473 -5.71289 L 78.125 -5.71289 C 86.3281 -5.71289 90.4297 -9.86328 90.4297 -18.1641 L 90.4297 -71.6797 C 90.4297 -79.9805 86.3281 -84.1309 78.125 -84.1309 L 41.5039 -84.1309 C 33.3008 -84.1309 29.248 -79.9805 29.248 -71.6797 L 29.248 -64.6973 L 22.0215 -64.6973 C 13.8184 -64.6973 9.76562 -60.5469 9.76562 -52.2461 L 9.76562 1.26953 C 9.76562 9.61914 13.8184 13.7207 22.0215 13.7207 Z M 50.2441 -70.1172 C 48.4863 -70.1172 47.6562 -71.2891 47.6562 -72.5098 L 47.6562 -73.3887 C 47.6562 -74.6094 48.4863 -75.7812 50.2441 -75.7812 L 69.4336 -75.7812 C 71.1914 -75.7812 72.0215 -74.6094 72.0215 -73.3887 L 72.0215 -72.5098 C 72.0215 -71.2891 71.1914 -70.1172 69.4336 -70.1172 Z M 22.3633 6.68945 C 18.7012 6.68945 16.7969 4.6875 16.7969 1.17188 L 16.7969 -52.1484 C 16.7969 -55.6641 18.7012 -57.666 22.4121 -57.666 L 35.0098 -57.666 L 35.0098 -35.9863 C 35.0098 -30.8594 37.5977 -28.3203 42.6758 -28.3203 L 63.8672 -28.3203 L 63.8672 1.17188 C 63.8672 4.6875 61.9629 6.68945 58.3008 6.68945 Z M 43.5059 -34.8633 C 42.1387 -34.8633 41.5527 -35.4492 41.5527 -36.8164 L 41.5527 -56.3477 L 62.5488 -34.8633 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1103.67 696)">
<path d="M 21.2891 13.1348 L 58.8379 13.1348 C 66.4551 13.1348 69.9707 9.22852 69.9707 1.51367 L 69.9707 -5.66406 L 77.6367 -5.66406 C 85.3027 -5.66406 89.1602 -9.57031 89.1602 -17.2852 L 89.1602 -71.875 C 89.1602 -79.5898 85.2539 -83.5449 77.6367 -83.5449 L 40.4297 -83.5449 C 32.8125 -83.5449 28.9551 -79.5898 28.9551 -71.875 L 28.9551 -64.6973 L 21.2891 -64.6973 C 13.6719 -64.6973 9.76562 -60.791 9.76562 -53.0762 L 9.76562 1.51367 C 9.76562 9.27734 13.623 13.1348 21.2891 13.1348 Z M 49.9512 -70.459 C 48.3398 -70.459 47.6074 -71.4844 47.6074 -72.5586 L 47.6074 -73.3398 C 47.6074 -74.4629 48.3398 -75.4883 49.9512 -75.4883 L 68.1641 -75.4883 C 69.7266 -75.4883 70.5078 -74.4629 70.5078 -73.3398 L 70.5078 -72.5586 C 70.5078 -71.4844 69.7266 -70.459 68.1641 -70.459 Z M 21.5332 7.71484 C 17.3828 7.71484 15.1855 5.46875 15.1855 1.41602 L 15.1855 -52.9785 C 15.1855 -56.9824 17.3828 -59.2773 21.582 -59.2773 L 35.4492 -59.2773 L 35.4492 -36.6699 C 35.4492 -32.0801 37.793 -29.834 42.2363 -29.834 L 64.5508 -29.834 L 64.5508 1.41602 C 64.5508 5.46875 62.4023 7.71484 58.2031 7.71484 Z M 42.8711 -34.9609 C 41.2109 -34.9609 40.5762 -35.6445 40.5762 -37.2559 L 40.5762 -58.2031 L 63.4766 -34.9609 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 807.789 696)">
<path d="M 20.2637 12.4023 L 58.9844 12.4023 C 65.918 12.4023 68.75 8.78906 68.75 1.85547 L 68.75 -5.61523 L 77.002 -5.61523 C 83.9355 -5.61523 87.5 -9.22852 87.5 -16.1621 L 87.5 -72.168 C 87.5 -79.1016 83.8379 -82.7148 77.002 -82.7148 L 39.0137 -82.7148 C 32.1777 -82.7148 28.5156 -79.1016 28.5156 -72.168 L 28.5156 -64.7461 L 20.2637 -64.7461 C 13.4277 -64.7461 9.76562 -61.1328 9.76562 -54.1992 L 9.76562 1.85547 C 9.76562 8.78906 13.3789 12.4023 20.2637 12.4023 Z M 49.5117 -70.8496 C 48.1934 -70.8496 47.5586 -71.7285 47.5586 -72.6562 L 47.5586 -73.3398 C 47.5586 -74.2188 48.1934 -75.0977 49.5117 -75.0977 L 66.5039 -75.0977 C 67.8711 -75.0977 68.5059 -74.2188 68.5059 -73.3398 L 68.5059 -72.6562 C 68.5059 -71.7285 67.8711 -70.8496 66.5039 -70.8496 Z M 20.4102 9.08203 C 15.5762 9.08203 13.0859 6.54297 13.0859 1.75781 L 13.0859 -54.1016 C 13.0859 -58.7402 15.5762 -61.4258 20.459 -61.4258 L 36.0352 -61.4258 L 36.0352 -37.5977 C 36.0352 -33.6426 38.0371 -31.8848 41.748 -31.8848 L 65.4297 -31.8848 L 65.4297 1.75781 C 65.4297 6.54297 62.9395 9.08203 58.1055 9.08203 Z M 42.041 -35.0586 C 40.0391 -35.0586 39.209 -35.8887 39.209 -37.8906 L 39.209 -60.6934 L 64.6973 -35.0586 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 511.493 696)">
<path d="M 19.7266 12.0117 L 59.082 12.0117 C 65.5762 12.0117 68.1152 8.54492 68.1152 2.00195 L 68.1152 -5.56641 L 76.709 -5.56641 C 83.2031 -5.56641 86.6699 -9.0332 86.6699 -15.5762 L 86.6699 -72.3145 C 86.6699 -78.8574 83.1055 -82.3242 76.709 -82.3242 L 38.2812 -82.3242 C 31.8848 -82.3242 28.3203 -78.8574 28.3203 -72.3145 L 28.3203 -64.7461 L 19.7266 -64.7461 C 13.3301 -64.7461 9.76562 -61.2793 9.76562 -54.7363 L 9.76562 2.00195 C 9.76562 8.54492 13.2324 12.0117 19.7266 12.0117 Z M 49.3164 -71.0938 C 48.0957 -71.0938 47.5098 -71.875 47.5098 -72.7051 L 47.5098 -73.291 C 47.5098 -74.1211 48.0957 -74.9023 49.3164 -74.9023 L 65.6738 -74.9023 C 66.8945 -74.9023 67.4805 -74.1211 67.4805 -73.291 L 67.4805 -72.7051 C 67.4805 -71.875 66.8945 -71.0938 65.6738 -71.0938 Z M 19.873 9.81445 C 14.6484 9.81445 11.9629 7.08008 11.9629 1.9043 L 11.9629 -54.6387 C 11.9629 -59.668 14.6484 -62.5488 19.873 -62.5488 L 36.377 -62.5488 L 36.377 -38.0859 C 36.377 -34.4727 38.1348 -32.959 41.4551 -32.959 L 65.918 -32.959 L 65.918 1.9043 C 65.918 7.08008 63.2324 9.81445 58.0078 9.81445 Z M 41.6016 -35.1562 C 39.4043 -35.1562 38.5254 -35.9863 38.5254 -38.2324 L 38.5254 -61.9629 L 65.332 -35.1562 Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 123-->
<!DOCTYPE svg
PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="3300" height="2200">
<!--glyph: "uni100241.medium", point size: 100.000000, font version: "Version 15.0d7e11", template writer version: "5"-->
<g id="Notes">
<rect height="2200" id="artboard" style="fill:white;opacity:1" width="3300" x="0" y="0"/>
<line id="" style="fill:none;stroke:black;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="292" y2="292"/>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 263 322)">Weight/Scale Variations</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 559.711 322)">Ultralight</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 856.422 322)">Thin</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 1153.13 322)">Light</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 1449.84 322)">Regular</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 1746.56 322)">Medium</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2043.27 322)">Semibold</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2339.98 322)">Bold</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2636.69 322)">Heavy</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:middle;" transform="matrix(1 0 0 1 2933.4 322)">Black</text>
<line id="" style="fill:none;stroke:black;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1903" y2="1903"/>
<g id="" transform="matrix(1 0 0 1 263 1933)">
<path d="M 9.24805 0.830078 C 13.5547 0.830078 17.1387 -2.74414 17.1387 -7.05078 C 17.1387 -11.3574 13.5449 -14.9316 9.23828 -14.9316 C 4.94141 -14.9316 1.36719 -11.3574 1.36719 -7.05078 C 1.36719 -2.74414 4.95117 0.830078 9.24805 0.830078 Z M 9.24805 -0.654297 C 5.70312 -0.654297 2.87109 -3.49609 2.87109 -7.05078 C 2.87109 -10.6055 5.69336 -13.4473 9.23828 -13.4473 C 12.793 -13.4473 15.6348 -10.6055 15.6445 -7.05078 C 15.6543 -3.49609 12.8027 -0.654297 9.24805 -0.654297 Z M 9.22852 -3.42773 C 9.69727 -3.42773 9.9707 -3.74023 9.9707 -4.25781 L 9.9707 -6.31836 L 12.1973 -6.31836 C 12.6953 -6.31836 13.0371 -6.57227 13.0371 -7.04102 C 13.0371 -7.51953 12.7148 -7.7832 12.1973 -7.7832 L 9.9707 -7.7832 L 9.9707 -10.0098 C 9.9707 -10.5273 9.69727 -10.8496 9.22852 -10.8496 C 8.75977 -10.8496 8.50586 -10.5078 8.50586 -10.0098 L 8.50586 -7.7832 L 6.29883 -7.7832 C 5.78125 -7.7832 5.44922 -7.51953 5.44922 -7.04102 C 5.44922 -6.57227 5.80078 -6.31836 6.29883 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.25781 C 8.50586 -3.75977 8.75977 -3.42773 9.22852 -3.42773 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M 11.709 2.91016 C 17.1582 2.91016 21.6699 -1.60156 21.6699 -7.05078 C 21.6699 -12.4902 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.4902 1.74805 -7.05078 C 1.74805 -1.60156 6.26953 2.91016 11.709 2.91016 Z M 11.709 1.25 C 7.09961 1.25 3.41797 -2.44141 3.41797 -7.05078 C 3.41797 -11.6504 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6504 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6895 -2.41211 C 12.207 -2.41211 12.5195 -2.77344 12.5195 -3.33984 L 12.5195 -6.23047 L 15.5762 -6.23047 C 16.123 -6.23047 16.5039 -6.51367 16.5039 -7.03125 C 16.5039 -7.55859 16.1426 -7.86133 15.5762 -7.86133 L 12.5195 -7.86133 L 12.5195 -10.9277 C 12.5195 -11.5039 12.207 -11.8555 11.6895 -11.8555 C 11.1719 -11.8555 10.8789 -11.4844 10.8789 -10.9277 L 10.8789 -7.86133 L 7.83203 -7.86133 C 7.26562 -7.86133 6.89453 -7.55859 6.89453 -7.03125 C 6.89453 -6.51367 7.28516 -6.23047 7.83203 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.33984 C 10.8789 -2.79297 11.1719 -2.41211 11.6895 -2.41211 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.67383 C 21.9336 5.67383 27.6953 -0.078125 27.6953 -7.04102 C 27.6953 -14.0039 21.9238 -19.7559 14.9609 -19.7559 C 8.00781 -19.7559 2.25586 -14.0039 2.25586 -7.04102 C 2.25586 -0.078125 8.01758 5.67383 14.9707 5.67383 Z M 14.9707 3.85742 C 8.93555 3.85742 4.08203 -1.00586 4.08203 -7.04102 C 4.08203 -13.0762 8.92578 -17.9395 14.9609 -17.9395 C 21.0059 -17.9395 25.8594 -13.0762 25.8691 -7.04102 C 25.8789 -1.00586 21.0156 3.85742 14.9707 3.85742 Z M 14.9512 -1.06445 C 15.5176 -1.06445 15.8691 -1.45508 15.8691 -2.06055 L 15.8691 -6.13281 L 20.1074 -6.13281 C 20.6934 -6.13281 21.1133 -6.46484 21.1133 -7.02148 C 21.1133 -7.59766 20.7227 -7.93945 20.1074 -7.93945 L 15.8691 -7.93945 L 15.8691 -12.1875 C 15.8691 -12.8027 15.5176 -13.1934 14.9512 -13.1934 C 14.3848 -13.1934 14.0625 -12.7832 14.0625 -12.1875 L 14.0625 -7.93945 L 9.83398 -7.93945 C 9.21875 -7.93945 8.80859 -7.59766 8.80859 -7.02148 C 8.80859 -6.46484 9.23828 -6.13281 9.83398 -6.13281 L 14.0625 -6.13281 L 14.0625 -2.06055 C 14.0625 -1.47461 14.3848 -1.06445 14.9512 -1.06445 Z"/>
</g>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 263 1953)">Design Variations</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1971)">Symbols are supported in up to nine weights and three scales.</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1989)">For optimal layout with text and other symbols, vertically align</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 2007)">symbols with the adjacent text.</text>
<rect height="14" id="" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="3" x="776" y="1919"/>
<g id="" transform="matrix(1 0 0 1 779 1933)">
<path d="M 10.5273 0 L 12.373 0 L 7.17773 -14.0918 L 5.43945 -14.0918 L 0.244141 0 L 2.08984 0 L 3.50586 -4.0332 L 9.11133 -4.0332 Z M 6.2793 -11.9531 L 6.33789 -11.9531 L 8.59375 -5.52734 L 4.02344 -5.52734 Z"/>
</g>
<rect height="14" id="" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="3" x="791.617" y="1919"/>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 776 1953)">Margins</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 1971)">Leading and trailing margins on the left and right side of each symbol</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 1989)">can be adjusted by modifying the width of the blue rectangles.</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 2007)">Modifications are automatically applied proportionally to all</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 776 2025)">scales and weights.</text>
<g id="" transform="matrix(1 0 0 1 1289 1933)">
<path d="M 2.83203 3.11523 L 4.375 4.6582 C 5.22461 5.48828 6.19141 5.41992 7.06055 4.46289 L 17.2754 -6.66016 C 17.7051 -6.36719 18.0957 -6.37695 18.5645 -6.47461 L 19.6094 -6.68945 L 20.3027 -5.99609 L 20.2539 -5.47852 C 20.1855 -4.95117 20.3516 -4.53125 20.8496 -4.0332 L 21.6602 -3.22266 C 22.168 -2.71484 22.8223 -2.68555 23.3008 -3.16406 L 26.5527 -6.41602 C 27.0312 -6.89453 27.0117 -7.54883 26.5039 -8.05664 L 25.6836 -8.87695 C 25.1855 -9.375 24.7754 -9.55078 24.2383 -9.47266 L 23.7109 -9.41406 L 23.0566 -10.0781 L 23.3398 -11.2207 C 23.4863 -11.7871 23.3398 -12.2559 22.7148 -12.8613 L 20.3027 -15.2539 C 16.7578 -18.7793 12.2266 -18.6719 9.11133 -15.5371 C 8.69141 -15.1074 8.64258 -14.5215 8.91602 -14.0918 C 9.15039 -13.7207 9.62891 -13.4961 10.2734 -13.6621 C 11.7871 -14.043 13.3008 -13.9258 14.7852 -12.9199 L 14.1602 -11.3379 C 13.9258 -10.752 13.9453 -10.2734 14.1797 -9.83398 L 3.01758 0.439453 C 2.08008 1.30859 1.97266 2.25586 2.83203 3.11523 Z M 10.6738 -15.1465 C 13.3398 -17.1387 16.6504 -16.8262 19.0527 -14.4141 L 21.6797 -11.8066 C 21.9141 -11.5723 21.9434 -11.3867 21.8848 -11.0938 L 21.5039 -9.53125 L 23.0762 -7.95898 L 24.043 -8.04688 C 24.3262 -8.07617 24.4141 -8.05664 24.6387 -7.83203 L 25.2637 -7.20703 L 22.5098 -4.46289 L 21.8848 -5.07812 C 21.6602 -5.30273 21.6406 -5.40039 21.6699 -5.68359 L 21.7578 -6.64062 L 20.1953 -8.20312 L 18.5742 -7.89062 C 18.291 -7.83203 18.1445 -7.83203 17.9102 -8.07617 L 15.7324 -10.2539 C 15.5078 -10.4883 15.4785 -10.625 15.6055 -10.9473 L 16.5527 -13.2227 C 14.9512 -14.7559 12.8418 -15.6055 10.8008 -14.9512 C 10.7129 -14.9219 10.6445 -14.9414 10.6152 -14.9805 C 10.5859 -15.0293 10.5859 -15.0781 10.6738 -15.1465 Z M 4.10156 2.41211 C 3.61328 1.91406 3.78906 1.61133 4.12109 1.30859 L 15.0781 -8.80859 L 16.3086 -7.57812 L 6.15234 3.34961 C 5.84961 3.68164 5.46875 3.7793 5.06836 3.37891 Z"/>
</g>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;font-weight:bold;" transform="matrix(1 0 0 1 1289 1953)">Exporting</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 1289 1971)">Symbols should be outlined when exporting to ensure the</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 1289 1989)">design is preserved when submitting to Xcode.</text>
<text id="template-version" style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:end;" transform="matrix(1 0 0 1 3036 1933)">Template v.1.0</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:end;" transform="matrix(1 0 0 1 3036 1951)">Generated from doc.on.doc</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;text-anchor:end;" transform="matrix(1 0 0 1 3036 1969)">Typeset at 100 points</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 726)">Small</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1156)">Medium</text>
<text style="stroke:none;fill:black;font-family:-apple-system,&quot;SF Pro Display&quot;,&quot;SF Pro Text&quot;,Helvetica,sans-serif;" transform="matrix(1 0 0 1 263 1586)">Large</text>
</g>
<g id="Guides">
<g id="H-reference" style="fill:#27AAE1;stroke:none;" transform="matrix(1 0 0 1 339 696)">
<path d="M 54.9316 0 L 57.666 0 L 30.5664 -70.459 L 28.0762 -70.459 L 0.976562 0 L 3.66211 0 L 12.9395 -24.4629 L 45.7031 -24.4629 Z M 29.1992 -67.0898 L 29.4434 -67.0898 L 44.8242 -26.709 L 13.8184 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="625.541" y2="625.541"/>
<g id="H-reference" style="fill:#27AAE1;stroke:none;" transform="matrix(1 0 0 1 339 1126)">
<path d="M 54.9316 0 L 57.666 0 L 30.5664 -70.459 L 28.0762 -70.459 L 0.976562 0 L 3.66211 0 L 12.9395 -24.4629 L 45.7031 -24.4629 Z M 29.1992 -67.0898 L 29.4434 -67.0898 L 44.8242 -26.709 L 13.8184 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1055.54" y2="1055.54"/>
<g id="H-reference" style="fill:#27AAE1;stroke:none;" transform="matrix(1 0 0 1 339 1556)">
<path d="M 54.9316 0 L 57.666 0 L 30.5664 -70.459 L 28.0762 -70.459 L 0.976562 0 L 3.66211 0 L 12.9395 -24.4629 L 45.7031 -24.4629 Z M 29.1992 -67.0898 L 29.4434 -67.0898 L 44.8242 -26.709 L 13.8184 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.577;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<rect height="119.336" id="left-margin" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="12.4512" x="1386.37" y="1030.79"/>
<rect height="119.336" id="right-margin" style="fill:#00AEEF;stroke:none;opacity:0.4;" width="12.4512" x="1500.87" y="1030.79"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2844.61 1556)">
<path d="M 39.8926 49.2676 L 101.221 49.2676 C 116.406 49.2676 125 40.625 125 25.3906 L 125 16.8945 L 137.695 16.8945 C 152.881 16.8945 161.523 8.20312 161.523 -7.03125 L 161.523 -58.7891 C 161.523 -69.1895 159.229 -75.8789 153.271 -81.9824 L 123.682 -112.305 C 118.018 -118.018 110.889 -120.605 101.709 -120.605 L 76.123 -120.605 C 60.9375 -120.605 52.3438 -111.914 52.3438 -96.6797 L 52.3438 -85.1562 L 39.8926 -85.1562 C 24.707 -85.1562 16.0645 -76.5137 16.0645 -61.2793 L 16.0645 25.3906 C 16.0645 40.625 24.707 49.2676 39.8926 49.2676 Z M 125 -23.7305 C 125 -33.6426 123.535 -39.1113 117.285 -45.3613 L 85.4492 -77.4414 C 81.3477 -81.543 77.4902 -83.5938 72.5586 -84.5215 L 72.5586 -93.9941 C 72.5586 -98.1934 74.4629 -100.342 79.0039 -100.342 L 101.318 -100.342 L 101.318 -75.3418 C 101.318 -65.8203 107.422 -59.668 116.992 -59.668 L 141.26 -59.668 L 141.26 -9.76562 C 141.26 -5.51758 139.355 -3.36914 134.814 -3.36914 L 125 -3.36914 Z M 118.799 -74.3164 C 116.846 -74.3164 115.918 -75.2441 115.918 -77.1484 L 115.918 -97.168 L 138.574 -74.3164 Z M 42.7246 29.0527 C 38.1836 29.0527 36.3281 26.9043 36.3281 22.6562 L 36.3281 -58.5449 C 36.3281 -62.7441 38.1836 -64.9414 42.7246 -64.9414 L 58.8867 -64.9414 L 58.8867 -37.6465 C 58.8867 -24.8047 64.8438 -18.7988 77.6855 -18.7988 L 104.785 -18.7988 L 104.785 22.6562 C 104.785 26.9043 102.881 29.0527 98.3398 29.0527 Z M 79.0527 -34.7656 C 76.2207 -34.7656 74.8047 -36.1328 74.8047 -38.9648 L 74.8047 -63.9648 L 103.809 -34.7656 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2549.65 1556)">
<path d="M 38.7207 48.1445 L 100.195 48.1445 C 114.746 48.1445 122.656 39.9902 122.656 25.3906 L 122.656 16.0645 L 135.352 16.0645 C 149.902 16.0645 158.008 7.95898 158.008 -6.64062 L 158.008 -58.9844 C 158.008 -68.5059 155.908 -74.6582 150.342 -80.3711 L 119.824 -111.523 C 114.551 -116.895 108.057 -119.189 99.6094 -119.189 L 73.8281 -119.189 C 59.2773 -119.189 51.2207 -111.084 51.2207 -96.4355 L 51.2207 -84.8633 L 38.7207 -84.8633 C 24.1699 -84.8633 16.0645 -76.709 16.0645 -62.1094 L 16.0645 25.3906 C 16.0645 39.9902 24.1211 48.1445 38.7207 48.1445 Z M 122.656 -24.4141 C 122.656 -33.6914 121.338 -38.623 115.479 -44.5312 L 82.6172 -77.6855 C 78.2715 -82.0312 74.2676 -83.9355 68.7012 -84.5703 L 68.7012 -94.3359 C 68.7012 -99.1211 70.9961 -101.709 76.123 -101.709 L 99.6094 -101.709 L 99.6094 -74.5605 C 99.6094 -65.625 105.078 -60.1562 113.965 -60.1562 L 140.479 -60.1562 L 140.479 -8.78906 C 140.479 -3.95508 138.184 -1.41602 133.057 -1.41602 L 122.656 -1.41602 Z M 115.625 -73.1934 C 113.574 -73.1934 112.646 -74.1211 112.646 -76.1719 L 112.646 -98.7793 L 137.988 -73.1934 Z M 40.9668 30.6152 C 35.8887 30.6152 33.5938 28.0762 33.5938 23.2422 L 33.5938 -59.9609 C 33.5938 -64.7949 35.8887 -67.334 41.0156 -67.334 L 58.7891 -67.334 L 58.7891 -37.6465 C 58.7891 -26.0742 64.2578 -20.6543 75.7812 -20.6543 L 105.176 -20.6543 L 105.176 23.2422 C 105.176 28.0762 102.881 30.6152 97.7539 30.6152 Z M 77.002 -34.7656 C 74.2188 -34.7656 72.8516 -36.084 72.8516 -38.916 L 72.8516 -66.2109 L 104.004 -34.7656 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2254.92 1556)">
<path d="M 37.4023 46.8262 L 99.0234 46.8262 C 112.891 46.8262 120.068 39.2578 120.068 25.3418 L 120.068 15.1855 L 132.764 15.1855 C 146.582 15.1855 154.053 7.61719 154.053 -6.25 L 154.053 -59.2773 C 154.053 -67.7734 152.246 -73.291 147.119 -78.5156 L 115.576 -110.693 C 110.693 -115.625 104.834 -117.627 97.3145 -117.627 L 71.2891 -117.627 C 57.4707 -117.627 49.9512 -110.107 49.9512 -96.1914 L 49.9512 -84.4727 L 37.4023 -84.4727 C 23.584 -84.4727 16.0645 -76.9531 16.0645 -63.0371 L 16.0645 25.3418 C 16.0645 39.3066 23.5352 46.8262 37.4023 46.8262 Z M 120.068 -25.1953 C 120.068 -33.7891 118.848 -38.0859 113.477 -43.5547 L 79.4922 -77.9297 C 74.9023 -82.5684 70.8008 -84.1309 64.4043 -84.4238 L 64.4043 -94.7266 C 64.4043 -100.195 67.1387 -103.174 72.9492 -103.174 L 97.7539 -103.174 L 97.7539 -73.6328 C 97.7539 -65.3809 102.49 -60.7422 110.645 -60.7422 L 139.6 -60.7422 L 139.6 -7.71484 C 139.6 -2.19727 136.865 0.732422 131.104 0.732422 L 120.068 0.732422 Z M 112.109 -71.9727 C 109.912 -71.9727 108.984 -72.9492 108.984 -75.0977 L 108.984 -100.635 L 137.305 -71.9727 Z M 39.0137 32.373 C 33.252 32.373 30.5176 29.4434 30.5176 23.9258 L 30.5176 -61.5723 C 30.5176 -67.041 33.252 -70.0195 39.0625 -70.0195 L 58.6426 -70.0195 L 58.6426 -37.6953 C 58.6426 -27.5391 63.5254 -22.7539 73.6328 -22.7539 L 105.615 -22.7539 L 105.615 23.9258 C 105.615 29.4434 102.832 32.373 97.0703 32.373 Z M 74.7559 -34.7656 C 71.9727 -34.7656 70.7031 -36.0352 70.7031 -38.8184 L 70.7031 -68.7012 L 104.248 -34.7656 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1959.58 1556)">
<path d="M 36.4746 45.8984 L 98.2422 45.8984 C 111.621 45.8984 118.262 38.7695 118.262 25.3418 L 118.262 14.5508 L 130.957 14.5508 C 144.287 14.5508 151.318 7.42188 151.318 -6.00586 L 151.318 -59.4238 C 151.318 -67.2852 149.658 -72.3633 144.873 -77.2461 L 112.598 -110.059 C 108.008 -114.746 102.637 -116.553 95.7031 -116.553 L 69.4824 -116.553 C 56.2012 -116.553 49.0723 -109.424 49.0723 -95.9961 L 49.0723 -84.2285 L 36.4746 -84.2285 C 23.1445 -84.2285 16.0645 -77.0996 16.0645 -63.6719 L 16.0645 25.3418 C 16.0645 38.8184 23.0957 45.8984 36.4746 45.8984 Z M 118.262 -25.7324 C 118.262 -33.8379 117.139 -37.7441 112.109 -42.8711 L 77.2949 -78.0762 C 72.5586 -82.9102 68.457 -84.1309 61.4258 -84.2285 L 61.4258 -95.0195 C 61.4258 -100.928 64.502 -104.199 70.7031 -104.199 L 96.4355 -104.199 L 96.4355 -72.998 C 96.4355 -65.2344 100.684 -61.084 108.35 -61.084 L 139.014 -61.084 L 139.014 -6.98242 C 139.014 -0.976562 135.938 2.24609 129.736 2.24609 L 118.262 2.24609 Z M 109.717 -71.1426 C 107.422 -71.1426 106.445 -72.0703 106.445 -74.3652 L 106.445 -101.855 L 136.816 -71.1426 Z M 37.6465 33.5938 C 31.4453 33.5938 28.418 30.3711 28.418 24.3652 L 28.418 -62.6953 C 28.418 -68.6035 31.4453 -71.875 37.6953 -71.875 L 58.5938 -71.875 L 58.5938 -37.6953 C 58.5938 -28.5156 63.0859 -24.1699 72.1191 -24.1699 L 105.908 -24.1699 L 105.908 24.3652 C 105.908 30.3711 102.832 33.5938 96.6309 33.5938 Z M 73.1934 -34.8145 C 70.4102 -34.8145 69.1895 -35.9863 69.1895 -38.7695 L 69.1895 -70.4102 L 104.443 -34.8145 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1663.89 1556)">
<path d="M 35.791 45.2148 L 97.6562 45.2148 C 110.645 45.2148 116.895 38.4277 116.895 25.3418 L 116.895 14.1113 L 129.59 14.1113 C 142.529 14.1113 149.268 7.27539 149.268 -5.81055 L 149.268 -59.5703 C 149.268 -66.8945 147.754 -71.6309 143.213 -76.3184 L 110.352 -109.619 C 106.006 -114.062 100.977 -115.723 94.4824 -115.723 L 68.1641 -115.723 C 55.2246 -115.723 48.4375 -108.887 48.4375 -95.8496 L 48.4375 -84.0332 L 35.791 -84.0332 C 22.8516 -84.0332 16.0645 -77.1973 16.0645 -64.1602 L 16.0645 25.3418 C 16.0645 38.4766 22.8027 45.2148 35.791 45.2148 Z M 116.895 -26.123 C 116.895 -33.8867 115.869 -37.4512 111.035 -42.3828 L 75.6348 -78.2227 C 70.9961 -82.959 67.0898 -84.0332 60.0586 -84.0332 L 59.1797 -84.0332 L 59.1797 -95.2148 C 59.1797 -101.465 62.4512 -104.98 69.043 -104.98 L 95.459 -104.98 L 95.459 -72.5586 C 95.459 -65.0879 99.3164 -61.377 106.592 -61.377 L 138.525 -61.377 L 138.525 -6.44531 C 138.525 -0.0976562 135.254 3.36914 128.662 3.36914 L 116.895 3.36914 Z M 107.861 -70.459 C 105.518 -70.459 104.541 -71.4355 104.541 -73.8281 L 104.541 -102.832 L 136.475 -70.459 Z M 36.6211 34.4727 C 30.127 34.4727 26.8066 31.0547 26.8066 24.707 L 26.8066 -63.5254 C 26.8066 -69.7754 30.127 -73.291 36.6699 -73.291 L 58.5449 -73.291 L 58.5449 -37.6953 C 58.5449 -29.248 62.6953 -25.2441 70.9961 -25.2441 L 106.152 -25.2441 L 106.152 24.707 C 106.152 31.0547 102.832 34.4727 96.2891 34.4727 Z M 72.0215 -34.8145 C 69.2383 -34.8145 68.0664 -35.9375 68.0664 -38.7207 L 68.0664 -71.7285 L 104.541 -34.8145 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1368.52 1556)">
<path d="M 34.8633 44.3359 L 96.875 44.3359 C 109.375 44.3359 115.088 37.9395 115.088 25.3418 L 115.088 13.4766 L 127.783 13.4766 C 140.283 13.4766 146.582 7.08008 146.582 -5.51758 L 146.582 -59.7168 C 146.582 -66.4062 145.215 -70.7031 140.967 -75.0488 L 107.471 -109.033 C 103.369 -113.184 98.7793 -114.648 92.9199 -114.648 L 66.4062 -114.648 C 53.9551 -114.648 47.5586 -108.252 47.5586 -95.6543 L 47.5586 -83.7891 L 34.8633 -83.7891 C 22.4609 -83.7891 16.0645 -77.3926 16.0645 -64.7949 L 16.0645 25.3418 C 16.0645 37.9883 22.3633 44.3359 34.8633 44.3359 Z M 115.088 -26.6602 C 115.088 -33.9355 114.16 -37.1094 109.668 -41.6992 L 73.4863 -78.3691 C 69.1895 -82.8125 65.6738 -83.7891 59.1797 -83.7891 L 56.25 -83.7891 L 56.25 -95.5078 C 56.25 -102.148 59.8633 -106.006 66.8457 -106.006 L 94.1406 -106.006 L 94.1406 -71.9238 C 94.1406 -64.9414 97.5098 -61.7676 104.297 -61.7676 L 137.939 -61.7676 L 137.939 -5.71289 C 137.939 1.12305 134.326 4.83398 127.344 4.83398 L 115.088 4.83398 Z M 105.469 -69.6289 C 103.027 -69.6289 102.002 -70.6055 102.002 -73.0957 L 102.002 -104.053 L 136.035 -69.6289 Z M 35.3027 35.6934 C 28.3203 35.6934 24.707 31.9824 24.707 25.1465 L 24.707 -64.5996 C 24.707 -71.2891 28.3203 -75.1465 35.3516 -75.1465 L 58.4473 -75.1465 L 58.4473 -37.7441 C 58.4473 -30.2734 62.207 -26.6602 69.5312 -26.6602 L 106.445 -26.6602 L 106.445 25.1465 C 106.445 31.9824 102.832 35.6934 95.8008 35.6934 Z M 70.459 -34.8145 C 67.7246 -34.8145 66.6016 -35.9375 66.6016 -38.6719 L 66.6016 -73.4375 L 104.688 -34.8145 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1072.59 1556)">
<path d="M 33.9355 43.6035 L 97.0215 43.6035 C 108.838 43.6035 113.916 37.5 113.916 25.6348 L 113.916 13.5254 L 127.197 13.5254 C 138.965 13.5254 145.02 7.42188 145.02 -4.44336 L 145.02 -60.6445 C 145.02 -65.8203 143.896 -69.2871 140.283 -72.998 L 104.395 -109.131 C 100.879 -112.695 97.2168 -113.916 92.5781 -113.916 L 65.0391 -113.916 C 53.3691 -113.916 47.2168 -107.764 47.2168 -95.9473 L 47.2168 -83.7891 L 33.9355 -83.7891 C 22.2168 -83.7891 16.0645 -77.6855 16.0645 -65.8203 L 16.0645 25.6348 C 16.0645 37.5488 22.1191 43.6035 33.9355 43.6035 Z M 113.916 -27.9785 C 113.916 -34.1309 113.037 -36.8652 109.277 -40.7227 L 71.1426 -79.1504 C 67.4805 -82.8613 64.502 -83.7891 58.8379 -83.7891 L 53.8086 -83.7891 L 53.8086 -95.752 C 53.8086 -103.076 57.7637 -107.275 65.3809 -107.275 L 93.75 -107.275 L 93.75 -71.6309 C 93.75 -65.0879 96.8262 -62.3047 103.027 -62.3047 L 138.428 -62.3047 L 138.428 -4.58984 C 138.428 2.92969 134.473 6.93359 126.855 6.93359 L 113.916 6.93359 Z M 103.711 -68.457 C 100.977 -68.457 99.8535 -69.5312 99.8535 -72.3145 L 99.8535 -105.42 L 136.572 -68.457 Z M 34.2285 37.0117 C 26.6113 37.0117 22.7051 33.0078 22.7051 25.4883 L 22.7051 -65.6738 C 22.7051 -72.998 26.6113 -77.1973 34.2773 -77.1973 L 59.0332 -77.1973 L 59.0332 -38.623 C 59.0332 -31.7871 62.4512 -28.6133 68.9941 -28.6133 L 107.275 -28.6133 L 107.275 25.4883 C 107.275 33.0078 103.32 37.0117 95.7031 37.0117 Z M 69.6777 -34.9121 C 66.5527 -34.9121 65.332 -36.1328 65.332 -39.2578 L 65.332 -75.7812 L 105.859 -34.9121 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 776.906 1556)">
<path d="M 32.666 42.6758 L 97.2168 42.6758 C 108.105 42.6758 112.354 36.9141 112.354 26.0742 L 112.354 13.623 L 126.367 13.623 C 137.256 13.623 142.969 7.86133 142.969 -2.97852 L 142.969 -61.8652 C 142.969 -65.0879 142.139 -67.4316 139.355 -70.2637 L 100.391 -109.277 C 97.6074 -112.061 95.166 -112.891 92.0898 -112.891 L 63.2812 -112.891 C 52.5391 -112.891 46.6797 -107.178 46.6797 -96.2891 L 46.6797 -83.8379 L 32.666 -83.8379 C 21.9238 -83.8379 16.0645 -78.125 16.0645 -67.2363 L 16.0645 26.0742 C 16.0645 36.9629 21.7773 42.6758 32.666 42.6758 Z M 112.354 -29.7363 C 112.354 -34.375 111.523 -36.5723 108.691 -39.4043 L 67.9688 -80.1758 C 65.1855 -83.0078 62.9395 -83.8379 58.3984 -83.8379 L 50.5859 -83.8379 L 50.5859 -96.1426 C 50.5859 -104.297 54.9805 -108.984 63.4766 -108.984 L 93.1641 -108.984 L 93.1641 -71.2402 C 93.1641 -65.2832 95.8496 -63.0859 101.367 -63.0859 L 139.014 -63.0859 L 139.014 -3.17383 C 139.014 5.27344 134.619 9.66797 126.172 9.66797 L 112.354 9.66797 Z M 101.416 -66.8945 C 98.2422 -66.8945 97.0215 -68.1152 97.0215 -71.3379 L 97.0215 -107.227 L 137.305 -66.8945 Z M 32.8613 38.7207 C 24.3652 38.7207 19.9707 34.3262 19.9707 25.8789 L 19.9707 -67.0898 C 19.9707 -75.1953 24.3652 -79.9316 32.8613 -79.9316 L 59.7656 -79.9316 L 59.7656 -39.7949 C 59.7656 -33.7891 62.793 -31.2012 68.3594 -31.2012 L 108.398 -31.2012 L 108.398 25.8789 C 108.398 34.3262 104.004 38.7207 95.5566 38.7207 Z M 68.6035 -35.0586 C 65.0391 -35.0586 63.623 -36.4746 63.623 -40.0391 L 63.623 -78.9062 L 107.422 -35.0586 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 480.732 1556)">
<path d="M 31.9824 42.1875 L 97.3145 42.1875 C 107.715 42.1875 111.523 36.6699 111.523 26.2695 L 111.523 13.623 L 125.977 13.623 C 136.328 13.623 141.895 8.10547 141.895 -2.24609 L 141.895 -62.5 C 141.895 -64.6973 141.26 -66.5039 138.867 -68.8477 L 98.291 -109.375 C 95.8984 -111.768 94.1406 -112.402 91.8457 -112.402 L 62.3535 -112.402 C 52.1484 -112.402 46.4355 -106.836 46.4355 -96.4844 L 46.4355 -83.8379 L 31.9824 -83.8379 C 21.7773 -83.8379 16.0645 -78.3203 16.0645 -67.9199 L 16.0645 26.2695 C 16.0645 36.6211 21.6309 42.1875 31.9824 42.1875 Z M 111.523 -30.6152 C 111.523 -34.5215 110.742 -36.377 108.398 -38.7207 L 66.3574 -80.7129 C 64.0137 -83.0566 62.1582 -83.8379 58.1543 -83.8379 L 48.9746 -83.8379 L 48.9746 -96.3379 C 48.9746 -104.883 53.5645 -109.814 62.4512 -109.814 L 92.8711 -109.814 L 92.8711 -71.0449 C 92.8711 -65.3809 95.3613 -63.4277 100.488 -63.4277 L 139.355 -63.4277 L 139.355 -2.44141 C 139.355 6.49414 134.717 11.084 125.83 11.084 L 111.523 11.084 Z M 100.244 -66.0645 C 96.875 -66.0645 95.5566 -67.4316 95.5566 -70.8008 L 95.5566 -108.154 L 137.695 -66.0645 Z M 32.1289 39.6484 C 23.2422 39.6484 18.6035 35.0098 18.6035 26.123 L 18.6035 -67.7734 C 18.6035 -76.3672 23.2422 -81.2988 32.1289 -81.2988 L 60.1562 -81.2988 L 60.1562 -40.3809 C 60.1562 -34.8145 62.9395 -32.5195 68.0176 -32.5195 L 108.984 -32.5195 L 108.984 26.123 C 108.984 35.0098 104.395 39.6484 95.459 39.6484 Z M 68.0664 -35.1562 C 64.2578 -35.1562 62.793 -36.6211 62.793 -40.4297 L 62.793 -80.5176 L 108.203 -35.1562 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2862.65 1126)">
<path d="M 31.9824 31.4453 L 79.8828 31.4453 C 92.1387 31.4453 99.4141 24.1699 99.4141 11.9141 L 99.4141 6.29883 L 109.521 6.29883 C 121.777 6.29883 129.053 -0.976562 129.053 -13.2324 L 129.053 -53.6621 C 129.053 -62.1094 127.1 -67.627 122.314 -72.5586 L 99.3652 -96.0449 C 94.8242 -100.684 88.9648 -102.881 81.3965 -102.881 L 61.377 -102.881 C 49.1211 -102.881 41.8457 -95.6055 41.8457 -83.3496 L 41.8457 -74.3652 L 31.9824 -74.3652 C 19.7266 -74.3652 12.4512 -67.0898 12.4512 -54.834 L 12.4512 11.9141 C 12.4512 24.1699 19.7266 31.4453 31.9824 31.4453 Z M 99.4141 -26.0742 C 99.4141 -34.0332 98.0957 -38.7207 93.1152 -43.75 L 68.75 -68.0664 C 65.9668 -70.8008 63.3301 -72.4609 60.1562 -73.3887 L 60.1562 -80.4199 C 60.1562 -83.252 61.2305 -84.5703 64.3066 -84.5703 L 80.5664 -84.5703 L 80.5664 -67.2363 C 80.5664 -59.2773 86.0352 -53.8086 93.9941 -53.8086 L 110.791 -53.8086 L 110.791 -16.1621 C 110.791 -13.3789 109.668 -12.0117 106.592 -12.0117 L 99.4141 -12.0117 Z M 95.3613 -66.3574 C 93.8477 -66.3574 93.1152 -67.1387 93.1152 -68.6035 L 93.1152 -81.7383 L 108.545 -66.3574 Z M 34.9121 13.1836 C 31.8359 13.1836 30.7617 11.8164 30.7617 8.98438 L 30.7617 -51.9043 C 30.7617 -54.7363 31.8359 -56.1035 34.9121 -56.1035 L 46.0938 -56.1035 L 46.0938 -37.5488 C 46.0938 -26.2207 51.2207 -21.0449 62.5488 -21.0449 L 81.1035 -21.0449 L 81.1035 8.98438 C 81.1035 11.8164 80.0293 13.1836 76.9531 13.1836 Z M 63.5742 -34.9121 C 61.1816 -34.9121 59.9121 -36.1328 59.9121 -38.5254 L 59.9121 -55.7617 L 80.7617 -34.9121 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2567.65 1126)">
<path d="M 30.957 30.3711 L 78.7109 30.3711 C 90.4785 30.3711 97.168 23.584 97.168 11.8164 L 97.168 5.37109 L 107.129 5.37109 C 118.896 5.37109 125.635 -1.36719 125.635 -13.1348 L 125.635 -53.6621 C 125.635 -61.5234 123.877 -66.6504 119.336 -71.2891 L 95.9961 -95.166 C 91.6504 -99.5605 86.2793 -101.562 79.248 -101.562 L 59.2285 -101.562 C 47.5098 -101.562 40.7227 -94.7754 40.7227 -83.0078 L 40.7227 -74.0234 L 30.957 -74.0234 C 19.1895 -74.0234 12.4512 -67.2363 12.4512 -55.4688 L 12.4512 11.8164 C 12.4512 23.6328 19.1895 30.3711 30.957 30.3711 Z M 97.168 -26.5137 C 97.168 -34.0332 95.9961 -38.2812 91.2598 -43.0176 L 66.3086 -68.1152 C 63.1836 -71.1914 60.3027 -72.7539 56.543 -73.4863 L 56.543 -80.7617 C 56.543 -84.0332 58.0078 -85.6934 61.5723 -85.6934 L 78.8086 -85.6934 L 78.8086 -66.4551 C 78.8086 -59.0332 83.6426 -54.1992 91.0645 -54.1992 L 109.814 -54.1992 L 109.814 -15.4297 C 109.814 -12.1094 108.35 -10.4492 104.785 -10.4492 L 97.168 -10.4492 Z M 92.3828 -65.4785 C 90.8203 -65.4785 90.0879 -66.2109 90.0879 -67.7734 L 90.0879 -83.2031 L 107.715 -65.4785 Z M 33.252 14.5508 C 29.7363 14.5508 28.2715 12.8906 28.2715 9.57031 L 28.2715 -53.2227 C 28.2715 -56.4941 29.7363 -58.2031 33.3008 -58.2031 L 45.8008 -58.2031 L 45.8008 -37.3535 C 45.8008 -27.2461 50.4883 -22.5586 60.5957 -22.5586 L 81.3477 -22.5586 L 81.3477 9.57031 C 81.3477 12.8906 79.8828 14.5508 76.3184 14.5508 Z M 61.5723 -34.8633 C 59.2773 -34.8633 58.1055 -36.0352 58.1055 -38.3301 L 58.1055 -57.5684 L 80.7129 -34.8633 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2272.86 1126)">
<path d="M 29.7852 29.1504 L 77.4414 29.1504 C 88.623 29.1504 94.6289 22.9492 94.6289 11.7188 L 94.6289 4.39453 L 104.443 4.39453 C 115.625 4.39453 121.777 -1.80664 121.777 -13.0371 L 121.777 -53.6621 C 121.777 -60.8887 120.215 -65.5762 115.967 -69.9219 L 92.1875 -94.1895 C 88.1348 -98.291 83.2031 -100.049 76.8066 -100.049 L 56.7871 -100.049 C 45.6543 -100.049 39.4531 -93.8477 39.4531 -82.6172 L 39.4531 -73.6328 L 29.7852 -73.6328 C 18.6035 -73.6328 12.4512 -67.3828 12.4512 -56.2012 L 12.4512 11.7188 C 12.4512 22.9492 18.6035 29.1504 29.7852 29.1504 Z M 94.6289 -26.9531 C 94.6289 -34.082 93.6035 -37.793 89.1602 -42.2852 L 63.5254 -68.1641 C 60.1074 -71.582 56.9824 -72.998 52.5391 -73.4375 L 52.5391 -81.1035 C 52.5391 -84.9121 54.3945 -86.9629 58.4961 -86.9629 L 76.9043 -86.9629 L 76.9043 -65.5273 C 76.9043 -58.7402 81.0059 -54.6387 87.793 -54.6387 L 108.691 -54.6387 L 108.691 -14.5508 C 108.691 -10.7422 106.885 -8.69141 102.783 -8.69141 L 94.6289 -8.69141 Z M 89.0625 -64.4531 C 87.4512 -64.4531 86.7188 -65.1855 86.7188 -66.7969 L 86.7188 -84.7656 L 106.787 -64.4531 Z M 31.4453 16.0645 C 27.3926 16.0645 25.5371 14.0625 25.5371 10.2051 L 25.5371 -54.6387 C 25.5371 -58.4961 27.3926 -60.5469 31.4453 -60.5469 L 45.5078 -60.5469 L 45.5078 -37.1094 C 45.5078 -28.3691 49.6582 -24.2676 58.3496 -24.2676 L 81.543 -24.2676 L 81.543 10.2051 C 81.543 14.0625 79.7363 16.0645 75.6348 16.0645 Z M 59.3262 -34.8633 C 57.1289 -34.8633 56.1035 -35.8887 56.1035 -38.0371 L 56.1035 -59.6191 L 80.6152 -34.8633 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1977.47 1126)">
<path d="M 29.0039 28.3203 L 76.5625 28.3203 C 87.3535 28.3203 92.9199 22.5098 92.9199 11.6699 L 92.9199 3.71094 L 102.588 3.71094 C 113.379 3.71094 119.141 -2.14844 119.141 -12.9883 L 119.141 -53.7109 C 119.141 -60.4492 117.725 -64.8438 113.672 -68.9453 L 89.5996 -93.5547 C 85.7422 -97.4609 81.1035 -99.0234 75.1465 -99.0234 L 55.127 -99.0234 C 44.3848 -99.0234 38.623 -93.2129 38.623 -82.373 L 38.623 -73.3398 L 29.0039 -73.3398 C 18.2129 -73.3398 12.4512 -67.5293 12.4512 -56.6895 L 12.4512 11.6699 C 12.4512 22.5098 18.2129 28.3203 29.0039 28.3203 Z M 92.9199 -27.2461 C 92.9199 -34.082 91.9922 -37.4512 87.7441 -41.748 L 61.6211 -68.1641 C 58.0078 -71.875 54.7852 -73.0469 49.8047 -73.291 L 49.8047 -81.3477 C 49.8047 -85.5469 51.9043 -87.8418 56.3477 -87.8418 L 75.5371 -87.8418 L 75.5371 -64.9414 C 75.5371 -58.5449 79.1992 -54.9316 85.498 -54.9316 L 107.959 -54.9316 L 107.959 -13.9648 C 107.959 -9.76562 105.859 -7.4707 101.416 -7.4707 L 92.9199 -7.4707 Z M 86.7676 -63.7695 C 85.1074 -63.7695 84.375 -64.502 84.375 -66.1621 L 84.375 -85.8887 L 106.201 -63.7695 Z M 30.1758 17.1387 C 25.7324 17.1387 23.6328 14.8438 23.6328 10.6445 L 23.6328 -55.6641 C 23.6328 -59.8633 25.7324 -62.1582 30.1758 -62.1582 L 45.3125 -62.1582 L 45.3125 -36.9629 C 45.3125 -29.1504 49.0723 -25.4395 56.8359 -25.4395 L 81.7383 -25.4395 L 81.7383 10.6445 C 81.7383 14.8438 79.5898 17.1387 75.1465 17.1387 Z M 57.7637 -34.8633 C 55.6641 -34.8633 54.7363 -35.791 54.7363 -37.8906 L 54.7363 -61.0352 L 80.5664 -34.8633 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1681.76 1126)">
<path d="M 28.3691 27.6855 L 75.8789 27.6855 C 86.377 27.6855 91.6016 22.168 91.6016 11.6211 L 91.6016 3.17383 L 101.221 3.17383 C 111.67 3.17383 117.139 -2.34375 117.139 -12.8906 L 117.139 -53.7109 C 117.139 -60.1562 115.82 -64.2578 111.914 -68.2129 L 87.5977 -93.0176 C 83.8867 -96.7773 79.541 -98.2422 73.877 -98.2422 L 53.8574 -98.2422 C 43.4082 -98.2422 37.9395 -92.7246 37.9395 -82.1777 L 37.9395 -73.1445 L 28.3691 -73.1445 C 17.9199 -73.1445 12.4512 -67.5781 12.4512 -57.0312 L 12.4512 11.6211 C 12.4512 22.168 17.9199 27.6855 28.3691 27.6855 Z M 91.6016 -27.4902 C 91.6016 -34.082 90.7715 -37.1582 86.6699 -41.3574 L 60.2051 -68.2129 C 56.4453 -72.0703 53.1738 -73.0469 47.7051 -73.1445 L 47.7051 -81.543 C 47.7051 -85.9863 50.0488 -88.4766 54.7363 -88.4766 L 74.5605 -88.4766 L 74.5605 -64.4531 C 74.5605 -58.3984 77.7832 -55.1758 83.7891 -55.1758 L 107.373 -55.1758 L 107.373 -13.5254 C 107.373 -9.0332 105.078 -6.5918 100.342 -6.5918 L 91.6016 -6.5918 Z M 85.0098 -63.2324 C 83.3008 -63.2324 82.6172 -63.9648 82.6172 -65.625 L 82.6172 -86.7188 L 105.713 -63.2324 Z M 29.1992 17.9199 C 24.5117 17.9199 22.168 15.4785 22.168 10.9863 L 22.168 -56.3965 C 22.168 -60.8887 24.5117 -63.3789 29.248 -63.3789 L 45.166 -63.3789 L 45.166 -36.8164 C 45.166 -29.7363 48.6328 -26.3184 55.6641 -26.3184 L 81.8359 -26.3184 L 81.8359 10.9863 C 81.8359 15.4785 79.4922 17.9199 74.8047 17.9199 Z M 56.5918 -34.8633 C 54.5898 -34.8633 53.7109 -35.7422 53.7109 -37.7441 L 53.7109 -62.1094 L 80.5664 -34.8633 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1386.37 1126)">
<path d="M 27.5879 26.8555 L 75 26.8555 C 85.1074 26.8555 89.8438 21.7285 89.8438 11.5234 L 89.8438 2.49023 L 99.3652 2.49023 C 109.473 2.49023 114.502 -2.63672 114.502 -12.8418 L 114.502 -53.7109 C 114.502 -59.7168 113.33 -63.5254 109.668 -67.2852 L 85.0098 -92.3828 C 81.4941 -95.9473 77.4414 -97.2168 72.2168 -97.2168 L 52.2461 -97.2168 C 42.1875 -97.2168 37.1094 -92.0898 37.1094 -81.8848 L 37.1094 -72.8516 L 27.5879 -72.8516 C 17.5293 -72.8516 12.4512 -67.7246 12.4512 -57.5195 L 12.4512 11.5234 C 12.4512 21.7773 17.4805 26.8555 27.5879 26.8555 Z M 89.8438 -27.832 C 89.8438 -34.082 89.1602 -36.8164 85.2539 -40.8203 L 58.3008 -68.2129 C 54.6387 -72.0215 51.5625 -72.8516 46.0449 -72.8516 L 44.9707 -72.8516 L 44.9707 -81.7871 C 44.9707 -86.5723 47.5586 -89.3555 52.6367 -89.3555 L 73.2422 -89.3555 L 73.2422 -63.8184 C 73.2422 -58.2031 75.9766 -55.4688 81.5918 -55.4688 L 106.641 -55.4688 L 106.641 -12.9395 C 106.641 -8.10547 104.053 -5.37109 98.9746 -5.37109 L 89.8438 -5.37109 Z M 82.7148 -62.5488 C 81.0059 -62.5488 80.3223 -63.2812 80.3223 -64.9902 L 80.3223 -87.793 L 105.078 -62.5488 Z M 27.9297 18.9941 C 22.9004 18.9941 20.3125 16.2598 20.3125 11.377 L 20.3125 -57.4219 C 20.3125 -62.207 22.9004 -64.9902 27.9785 -64.9902 L 44.9707 -64.9902 L 44.9707 -36.6699 C 44.9707 -30.5176 48.0957 -27.4902 54.1504 -27.4902 L 81.9824 -27.4902 L 81.9824 11.377 C 81.9824 16.2598 79.3945 18.9941 74.3164 18.9941 Z M 55.0781 -34.8633 C 53.125 -34.8633 52.3438 -35.6445 52.3438 -37.5488 L 52.3438 -63.4766 L 80.4688 -34.8633 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1090.36 1126)">
<path d="M 26.709 26.2207 L 75.1465 26.2207 C 84.5703 26.2207 88.8184 21.3379 88.8184 11.8164 L 88.8184 2.53906 L 98.8281 2.53906 C 108.301 2.53906 113.086 -2.34375 113.086 -11.8652 L 113.086 -54.541 C 113.086 -59.1797 112.109 -62.2559 109.033 -65.4297 L 82.2754 -92.4805 C 79.2969 -95.5078 76.0254 -96.5332 71.875 -96.5332 L 51.0254 -96.5332 C 41.6016 -96.5332 36.7676 -91.6504 36.7676 -82.1289 L 36.7676 -72.8516 L 26.709 -72.8516 C 17.334 -72.8516 12.4512 -68.0176 12.4512 -58.4961 L 12.4512 11.8164 C 12.4512 21.3379 17.2852 26.2207 26.709 26.2207 Z M 88.8184 -29.0039 C 88.8184 -34.2773 88.1348 -36.6211 84.8633 -39.9414 L 56.2012 -68.9453 C 53.0762 -72.1191 50.4883 -72.8516 45.752 -72.8516 L 42.7734 -72.8516 L 42.7734 -82.0312 C 42.7734 -87.4023 45.7031 -90.4785 51.3184 -90.4785 L 72.8516 -90.4785 L 72.8516 -63.5742 C 72.8516 -58.3008 75.3418 -56.0059 80.4199 -56.0059 L 107.08 -56.0059 L 107.08 -11.9629 C 107.08 -6.49414 104.15 -3.51562 98.5352 -3.51562 L 88.8184 -3.51562 Z M 81.1523 -61.5234 C 79.1504 -61.5234 78.3691 -62.3047 78.3691 -64.3066 L 78.3691 -89.0137 L 105.615 -61.5234 Z M 27.002 20.166 C 21.3867 20.166 18.5059 17.1875 18.5059 11.6699 L 18.5059 -58.3496 C 18.5059 -63.7207 21.3867 -66.8457 27.0508 -66.8457 L 45.459 -66.8457 L 45.459 -37.4512 C 45.459 -31.8848 48.291 -29.248 53.7109 -29.248 L 82.7637 -29.248 L 82.7637 11.6699 C 82.7637 17.1875 79.834 20.166 74.2188 20.166 Z M 54.3457 -34.9609 C 52.0996 -34.9609 51.2207 -35.8398 51.2207 -38.0859 L 51.2207 -65.625 L 81.543 -34.9609 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 794.581 1126)">
<path d="M 25.5859 25.3418 L 75.293 25.3418 C 83.9355 25.3418 87.4023 20.8008 87.4023 12.1582 L 87.4023 2.58789 L 98.0957 2.58789 C 106.738 2.58789 111.23 -1.9043 111.23 -10.5469 L 111.23 -55.6152 C 111.23 -58.4961 110.547 -60.5957 108.203 -62.9883 L 78.6621 -92.5781 C 76.3672 -94.9219 74.2188 -95.6543 71.4844 -95.6543 L 49.4141 -95.6543 C 40.918 -95.6543 36.2793 -91.1133 36.2793 -82.4707 L 36.2793 -72.9004 L 25.5859 -72.9004 C 17.041 -72.9004 12.4512 -68.3594 12.4512 -59.7168 L 12.4512 12.1582 C 12.4512 20.8496 16.9434 25.3418 25.5859 25.3418 Z M 87.4023 -30.6152 C 87.4023 -34.5215 86.7676 -36.3281 84.375 -38.7695 L 53.3691 -69.873 C 51.0254 -72.2168 49.1211 -72.9004 45.3613 -72.9004 L 39.8926 -72.9004 L 39.8926 -82.3242 C 39.8926 -88.4766 43.2129 -91.9922 49.6094 -91.9922 L 72.3145 -91.9922 L 72.3145 -63.2324 C 72.3145 -58.4961 74.5117 -56.6406 78.9062 -56.6406 L 107.617 -56.6406 L 107.617 -10.6934 C 107.617 -4.3457 104.297 -1.02539 97.9492 -1.02539 L 87.4023 -1.02539 Z M 79.1016 -60.1074 C 76.709 -60.1074 75.7812 -61.0352 75.7812 -63.4277 L 75.7812 -90.6738 L 106.25 -60.1074 Z M 25.7324 21.7285 C 19.3848 21.7285 16.0645 18.4082 16.0645 12.0605 L 16.0645 -59.6191 C 16.0645 -65.7227 19.3848 -69.2871 25.7812 -69.2871 L 46.1426 -69.2871 L 46.1426 -38.5254 C 46.1426 -33.6914 48.584 -31.543 53.125 -31.543 L 83.7891 -31.543 L 83.7891 12.0605 C 83.7891 18.4082 80.4688 21.7285 74.0723 21.7285 Z M 53.418 -35.0586 C 50.7324 -35.0586 49.707 -36.1328 49.707 -38.8184 L 49.707 -68.4082 L 82.9102 -35.0586 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 498.334 1126)">
<path d="M 25 24.9023 L 75.3906 24.9023 C 83.5938 24.9023 86.6699 20.5566 86.6699 12.3535 L 86.6699 2.63672 L 97.7539 2.63672 C 105.957 2.63672 110.303 -1.70898 110.303 -9.91211 L 110.303 -56.2012 C 110.303 -58.1543 109.717 -59.7656 107.764 -61.7188 L 76.8066 -92.6758 C 74.8535 -94.6289 73.2422 -95.166 71.2891 -95.166 L 48.584 -95.166 C 40.5273 -95.166 36.0352 -90.8203 36.0352 -82.6172 L 36.0352 -72.9004 L 25 -72.9004 C 16.9434 -72.9004 12.4512 -68.5547 12.4512 -60.3516 L 12.4512 12.3535 C 12.4512 20.5566 16.7969 24.9023 25 24.9023 Z M 86.6699 -31.3965 C 86.6699 -34.668 86.084 -36.1816 84.082 -38.1348 L 51.9043 -70.3125 C 49.9512 -72.2656 48.4375 -72.9004 45.166 -72.9004 L 38.4277 -72.9004 L 38.4277 -82.5195 C 38.4277 -89.0137 41.9434 -92.7734 48.7305 -92.7734 L 72.0703 -92.7734 L 72.0703 -63.0371 C 72.0703 -58.5938 74.0723 -56.9824 78.125 -56.9824 L 107.91 -56.9824 L 107.91 -10.0098 C 107.91 -3.27148 104.395 0.244141 97.6074 0.244141 L 86.6699 0.244141 Z M 78.0762 -59.375 C 75.4883 -59.375 74.4629 -60.4004 74.4629 -62.9395 L 74.4629 -91.5039 L 106.592 -59.375 Z M 25.0977 22.5098 C 18.3594 22.5098 14.8438 18.9941 14.8438 12.2559 L 14.8438 -60.2539 C 14.8438 -66.748 18.3594 -70.5078 25.0977 -70.5078 L 46.4844 -70.5078 L 46.4844 -39.0625 C 46.4844 -34.5703 48.7305 -32.7637 52.832 -32.7637 L 84.2773 -32.7637 L 84.2773 12.2559 C 84.2773 18.9941 80.7617 22.5098 74.0234 22.5098 Z M 52.9297 -35.1562 C 50.0488 -35.1562 48.9258 -36.2793 48.9258 -39.1602 L 48.9258 -69.8242 L 83.6426 -35.1562 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2878.08 696)">
<path d="M 25 16.9434 L 62.5 16.9434 C 72.0703 16.9434 77.7344 11.2793 77.7344 1.70898 L 77.7344 -2.7832 L 85.6445 -2.7832 C 95.2148 -2.7832 100.879 -8.44727 100.879 -18.0176 L 100.879 -49.6582 C 100.879 -56.25 99.3652 -60.5469 95.6055 -64.4043 L 77.6367 -82.8125 C 74.0723 -86.4258 69.5312 -88.1348 63.623 -88.1348 L 47.9492 -88.1348 C 38.3789 -88.1348 32.7148 -82.4707 32.7148 -72.9004 L 32.7148 -65.8691 L 25 -65.8691 C 15.4297 -65.8691 9.76562 -60.2051 9.76562 -50.6348 L 9.76562 1.70898 C 9.76562 11.2793 15.4297 16.9434 25 16.9434 Z M 77.7344 -28.0762 C 77.7344 -34.2773 76.709 -37.9395 72.8027 -41.8457 L 53.7109 -60.9375 C 51.5137 -63.1348 49.4141 -64.4043 46.875 -65.1367 L 46.875 -70.6543 C 46.875 -72.9004 47.7539 -73.9746 50.1953 -73.9746 L 62.9883 -73.9746 L 62.9883 -60.2539 C 62.9883 -54.0527 67.2363 -49.8047 73.4375 -49.8047 L 86.7188 -49.8047 L 86.7188 -20.2637 C 86.7188 -18.0176 85.8398 -16.9434 83.3984 -16.9434 L 77.7344 -16.9434 Z M 74.5117 -59.5703 C 73.3398 -59.5703 72.7539 -60.1562 72.7539 -61.3281 L 72.7539 -71.7773 L 84.9609 -59.5703 Z M 27.2461 2.7832 C 24.8047 2.7832 23.9258 1.70898 23.9258 -0.537109 L 23.9258 -48.3887 C 23.9258 -50.6348 24.8047 -51.709 27.2461 -51.709 L 36.084 -51.709 L 36.084 -37.0117 C 36.084 -28.2227 40.0879 -24.2188 48.877 -24.2188 L 63.5742 -24.2188 L 63.5742 -0.537109 C 63.5742 1.70898 62.6953 2.7832 60.2539 2.7832 Z M 49.6582 -34.9609 C 47.8027 -34.9609 46.8262 -35.9375 46.8262 -37.793 L 46.8262 -51.416 L 63.2812 -34.9609 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2582.61 696)">
<path d="M 24.3164 16.1621 L 61.6211 16.1621 C 70.8496 16.1621 76.123 10.8887 76.123 1.61133 L 76.123 -3.4668 L 83.8867 -3.4668 C 93.1152 -3.4668 98.3887 -8.78906 98.3887 -18.0664 L 98.3887 -49.5605 C 98.3887 -55.8594 97.0215 -59.9609 93.4082 -63.6719 L 75.3418 -82.1289 C 71.9238 -85.5957 67.5781 -87.207 62.0117 -87.207 L 46.4355 -87.207 C 37.207 -87.207 31.8848 -81.8848 31.8848 -72.6074 L 31.8848 -65.5762 L 24.3164 -65.5762 C 15.0391 -65.5762 9.76562 -60.3027 9.76562 -51.0254 L 9.76562 1.61133 C 9.76562 10.8887 15.0391 16.1621 24.3164 16.1621 Z M 76.123 -28.2715 C 76.123 -34.2773 75.1953 -37.5977 71.4355 -41.4062 L 52.0508 -60.8887 C 49.6094 -63.3301 47.3145 -64.5996 44.3848 -65.1855 L 44.3848 -70.8496 C 44.3848 -73.4375 45.5078 -74.707 48.2422 -74.707 L 61.7188 -74.707 L 61.7188 -59.668 C 61.7188 -53.8574 65.4785 -50.0488 71.3379 -50.0488 L 85.9375 -50.0488 L 85.9375 -19.7754 C 85.9375 -17.2363 84.8145 -15.9668 82.0801 -15.9668 L 76.123 -15.9668 Z M 72.4121 -58.9844 C 71.2402 -58.9844 70.6543 -59.5703 70.6543 -60.7422 L 70.6543 -72.7539 L 84.2773 -58.9844 Z M 26.0742 3.71094 C 23.3887 3.71094 22.2656 2.39258 22.2656 -0.146484 L 22.2656 -49.2676 C 22.2656 -51.8066 23.3887 -53.125 26.123 -53.125 L 35.8398 -53.125 L 35.8398 -36.7676 C 35.8398 -28.8574 39.502 -25.1953 47.4121 -25.1953 L 63.6719 -25.1953 L 63.6719 -0.146484 C 63.6719 2.39258 62.5488 3.71094 59.7656 3.71094 Z M 48.1934 -34.9609 C 46.4844 -34.9609 45.6055 -35.8398 45.6055 -37.5488 L 45.6055 -52.5879 L 63.1348 -34.9609 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2287.27 696)">
<path d="M 23.5352 15.332 L 60.5957 15.332 C 69.4824 15.332 74.3164 10.4004 74.3164 1.46484 L 74.3164 -4.24805 L 81.8848 -4.24805 C 90.7715 -4.24805 95.6543 -9.17969 95.6543 -18.0664 L 95.6543 -49.4629 C 95.6543 -55.4688 94.3848 -59.2773 90.918 -62.8418 L 72.8027 -81.3965 C 69.4824 -84.7168 65.4297 -86.1328 60.2051 -86.1328 L 44.7266 -86.1328 C 35.8398 -86.1328 30.957 -81.2012 30.957 -72.2656 L 30.957 -65.2832 L 23.5352 -65.2832 C 14.6484 -65.2832 9.76562 -60.3516 9.76562 -51.4648 L 9.76562 1.46484 C 9.76562 10.4492 14.6484 15.332 23.5352 15.332 Z M 74.3164 -28.4668 C 74.3164 -34.2773 73.5352 -37.2559 69.873 -40.9668 L 50.2441 -60.8398 C 47.5098 -63.5742 45.0195 -64.7461 41.6016 -65.1367 L 41.6016 -71.0938 C 41.6016 -73.9746 42.9688 -75.5371 46.0449 -75.5371 L 60.2539 -75.5371 L 60.2539 -59.0332 C 60.2539 -53.6133 63.5254 -50.3418 68.9453 -50.3418 L 85.0586 -50.3418 L 85.0586 -19.2383 C 85.0586 -16.3574 83.6426 -14.8438 80.5664 -14.8438 L 74.3164 -14.8438 Z M 70.0684 -58.3496 C 68.8477 -58.3496 68.3105 -58.8867 68.3105 -60.1074 L 68.3105 -73.7793 L 83.5449 -58.3496 Z M 24.8047 4.73633 C 21.7773 4.73633 20.3613 3.17383 20.3613 0.292969 L 20.3613 -50.293 C 20.3613 -53.125 21.7773 -54.6875 24.8047 -54.6875 L 35.5469 -54.6875 L 35.5469 -36.4746 C 35.5469 -29.541 38.8184 -26.2695 45.752 -26.2695 L 63.7207 -26.2695 L 63.7207 0.292969 C 63.7207 3.17383 62.3535 4.73633 59.2773 4.73633 Z M 46.582 -34.9121 C 44.9707 -34.9121 44.1895 -35.6934 44.1895 -37.3047 L 44.1895 -53.8574 L 62.9395 -34.9121 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1991.51 696)">
<path d="M 22.998 14.7461 L 59.9121 14.7461 C 68.5547 14.7461 73.0957 10.1074 73.0957 1.41602 L 73.0957 -4.78516 L 80.5176 -4.78516 C 89.1602 -4.78516 93.75 -9.42383 93.75 -18.1152 L 93.75 -49.4141 C 93.75 -55.1758 92.5293 -58.8379 89.209 -62.2559 L 70.9961 -80.8594 C 67.8223 -84.082 63.9648 -85.4004 58.9355 -85.4004 L 43.5547 -85.4004 C 34.9121 -85.4004 30.3711 -80.7617 30.3711 -72.0703 L 30.3711 -65.0879 L 22.998 -65.0879 C 14.3555 -65.0879 9.76562 -60.4492 9.76562 -51.7578 L 9.76562 1.41602 C 9.76562 10.1562 14.3555 14.7461 22.998 14.7461 Z M 73.0957 -28.6133 C 73.0957 -34.2773 72.3633 -37.0117 68.8477 -40.625 L 48.9746 -60.791 C 46.0938 -63.7695 43.5059 -64.7461 39.6484 -64.9902 L 39.6484 -71.2891 C 39.6484 -74.3652 41.2109 -76.0742 44.5312 -76.0742 L 59.2773 -76.0742 L 59.2773 -58.5449 C 59.2773 -53.418 62.207 -50.5371 67.334 -50.5371 L 84.4238 -50.5371 L 84.4238 -18.8965 C 84.4238 -15.7715 82.8613 -14.0625 79.541 -14.0625 L 73.0957 -14.0625 Z M 68.4082 -57.9102 C 67.2363 -57.9102 66.6992 -58.4473 66.6992 -59.668 L 66.6992 -74.5605 L 83.0078 -57.9102 Z M 23.9258 5.41992 C 20.6543 5.41992 19.0918 3.75977 19.0918 0.634766 L 19.0918 -50.9766 C 19.0918 -54.0527 20.6543 -55.7617 23.9258 -55.7617 L 35.3516 -55.7617 L 35.3516 -36.2793 C 35.3516 -30.0293 38.3789 -27.002 44.6289 -27.002 L 63.7695 -27.002 L 63.7695 0.634766 C 63.7695 3.75977 62.207 5.41992 58.9355 5.41992 Z M 45.459 -34.9121 C 43.9453 -34.9121 43.2617 -35.5957 43.2617 -37.1094 L 43.2617 -54.7852 L 62.793 -34.9121 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1695.53 696)">
<path d="M 22.5586 14.3066 L 59.375 14.3066 C 67.8223 14.3066 72.168 9.86328 72.168 1.36719 L 72.168 -5.17578 L 79.4922 -5.17578 C 87.9395 -5.17578 92.2852 -9.61914 92.2852 -18.1152 L 92.2852 -49.3652 C 92.2852 -54.9316 91.1621 -58.4473 87.9395 -61.8164 L 69.6777 -80.4688 C 66.6016 -83.5938 62.8418 -84.8633 57.959 -84.8633 L 42.6758 -84.8633 C 34.2285 -84.8633 29.8828 -80.4199 29.8828 -71.875 L 29.8828 -64.8926 L 22.5586 -64.8926 C 14.1113 -64.8926 9.76562 -60.498 9.76562 -51.9531 L 9.76562 1.36719 C 9.76562 9.91211 14.1113 14.3066 22.5586 14.3066 Z M 72.168 -28.7109 C 72.168 -34.2773 71.4844 -36.8164 68.0176 -40.3809 L 47.998 -60.791 C 44.9707 -63.8672 42.3828 -64.7461 38.1836 -64.8926 L 38.1836 -71.3867 C 38.1836 -74.707 39.8926 -76.5137 43.3594 -76.5137 L 58.5449 -76.5137 L 58.5449 -58.2031 C 58.5449 -53.3203 61.1816 -50.6836 66.0645 -50.6836 L 83.9844 -50.6836 L 83.9844 -18.6035 C 83.9844 -15.332 82.2754 -13.5254 78.7598 -13.5254 L 72.168 -13.5254 Z M 67.1875 -57.6172 C 65.9668 -57.6172 65.4785 -58.1055 65.4785 -59.3262 L 65.4785 -75.0977 L 82.6172 -57.6172 Z M 23.2422 5.95703 C 19.8242 5.95703 18.0664 4.15039 18.0664 0.878906 L 18.0664 -51.4648 C 18.0664 -54.7363 19.8242 -56.5918 23.291 -56.5918 L 35.2051 -56.5918 L 35.2051 -36.1328 C 35.2051 -30.4199 38.0371 -27.5879 43.7988 -27.5879 L 63.8184 -27.5879 L 63.8184 0.878906 C 63.8184 4.15039 62.1094 5.95703 58.6426 5.95703 Z M 44.5801 -34.9121 C 43.1641 -34.9121 42.5293 -35.5469 42.5293 -36.9629 L 42.5293 -55.4688 L 62.6953 -34.9121 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1399.75 696)">
<path d="M 22.0215 13.7207 L 58.6914 13.7207 C 66.8945 13.7207 70.9473 9.57031 70.9473 1.26953 L 70.9473 -5.71289 L 78.125 -5.71289 C 86.3281 -5.71289 90.4297 -9.86328 90.4297 -18.1641 L 90.4297 -49.3164 C 90.4297 -54.6387 89.3555 -58.0078 86.2305 -61.2305 L 67.9199 -79.9316 C 64.9414 -83.0078 61.377 -84.1309 56.7383 -84.1309 L 41.5039 -84.1309 C 33.3008 -84.1309 29.248 -79.9805 29.248 -71.6797 L 29.248 -64.6973 L 22.0215 -64.6973 C 13.8184 -64.6973 9.76562 -60.5469 9.76562 -52.2461 L 9.76562 1.26953 C 9.76562 9.61914 13.8184 13.7207 22.0215 13.7207 Z M 70.9473 -28.8574 C 70.9473 -34.2773 70.3613 -36.5723 66.9922 -40.0391 L 46.7285 -60.7422 C 43.5547 -64.0137 40.918 -64.6973 36.2793 -64.6973 L 36.2793 -71.582 C 36.2793 -75.0977 38.1836 -77.0996 41.8945 -77.0996 L 57.5684 -77.0996 L 57.5684 -57.7637 C 57.5684 -53.125 59.8633 -50.8789 64.4531 -50.8789 L 83.3496 -50.8789 L 83.3496 -18.2617 C 83.3496 -14.7461 81.4453 -12.7441 77.7832 -12.7441 L 70.9473 -12.7441 Z M 65.5762 -57.1777 C 64.3555 -57.1777 63.8672 -57.666 63.8672 -58.8867 L 63.8672 -75.8301 L 82.1289 -57.1777 Z M 22.3633 6.68945 C 18.7012 6.68945 16.7969 4.6875 16.7969 1.17188 L 16.7969 -52.1484 C 16.7969 -55.6641 18.7012 -57.666 22.4121 -57.666 L 35.0098 -57.666 L 35.0098 -35.9863 C 35.0098 -30.8594 37.5977 -28.3203 42.6758 -28.3203 L 63.8672 -28.3203 L 63.8672 1.17188 C 63.8672 4.6875 61.9629 6.68945 58.3008 6.68945 Z M 43.5059 -34.8633 C 42.1387 -34.8633 41.5527 -35.4492 41.5527 -36.8164 L 41.5527 -56.3477 L 62.5488 -34.8633 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1103.67 696)">
<path d="M 21.2891 13.1348 L 58.8379 13.1348 C 66.4551 13.1348 69.9707 9.22852 69.9707 1.51367 L 69.9707 -5.66406 L 77.6367 -5.66406 C 85.3027 -5.66406 89.1602 -9.57031 89.1602 -17.2852 L 89.1602 -50.0488 C 89.1602 -54.1992 88.3301 -56.8848 85.6934 -59.5703 L 65.5273 -80.0293 C 62.9883 -82.6172 60.1074 -83.5449 56.4453 -83.5449 L 40.4297 -83.5449 C 32.8125 -83.5449 28.9551 -79.5898 28.9551 -71.875 L 28.9551 -64.6973 L 21.2891 -64.6973 C 13.6719 -64.6973 9.76562 -60.791 9.76562 -53.0762 L 9.76562 1.51367 C 9.76562 9.27734 13.623 13.1348 21.2891 13.1348 Z M 69.9707 -29.8828 C 69.9707 -34.4238 69.4336 -36.377 66.6504 -39.2578 L 44.8242 -61.377 C 42.1875 -64.1113 39.9902 -64.6973 35.9863 -64.6973 L 34.375 -64.6973 L 34.375 -71.7773 C 34.375 -75.7812 36.5234 -78.0762 40.7227 -78.0762 L 57.2266 -78.0762 L 57.2266 -57.5195 C 57.2266 -53.2715 59.2773 -51.3184 63.4766 -51.3184 L 83.7402 -51.3184 L 83.7402 -17.3828 C 83.7402 -13.3301 81.543 -11.084 77.3438 -11.084 L 69.9707 -11.084 Z M 64.209 -56.2012 C 62.7441 -56.2012 62.1582 -56.8359 62.1582 -58.3008 L 62.1582 -76.9043 L 82.5684 -56.2012 Z M 21.5332 7.71484 C 17.3828 7.71484 15.1855 5.46875 15.1855 1.41602 L 15.1855 -52.9785 C 15.1855 -56.9824 17.3828 -59.2773 21.582 -59.2773 L 35.4492 -59.2773 L 35.4492 -36.6699 C 35.4492 -32.0801 37.793 -29.834 42.2363 -29.834 L 64.5508 -29.834 L 64.5508 1.41602 C 64.5508 5.46875 62.4023 7.71484 58.2031 7.71484 Z M 42.8711 -34.9609 C 41.2109 -34.9609 40.5762 -35.6445 40.5762 -37.2559 L 40.5762 -58.2031 L 63.4766 -34.9609 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 807.789 696)">
<path d="M 20.2637 12.4023 L 58.9844 12.4023 C 65.918 12.4023 68.75 8.78906 68.75 1.85547 L 68.75 -5.61523 L 77.002 -5.61523 C 83.9355 -5.61523 87.5 -9.22852 87.5 -16.1621 L 87.5 -50.9766 C 87.5 -53.6133 86.9141 -55.4199 84.9609 -57.4219 L 62.3047 -80.127 C 60.4004 -82.1289 58.4961 -82.7148 56.1035 -82.7148 L 39.0137 -82.7148 C 32.1777 -82.7148 28.5156 -79.1016 28.5156 -72.168 L 28.5156 -64.7461 L 20.2637 -64.7461 C 13.4277 -64.7461 9.76562 -61.1328 9.76562 -54.1992 L 9.76562 1.85547 C 9.76562 8.78906 13.3789 12.4023 20.2637 12.4023 Z M 68.75 -31.2988 C 68.75 -34.6191 68.2617 -36.1328 66.2109 -38.2324 L 42.334 -62.1582 C 40.3809 -64.209 38.7695 -64.7461 35.6445 -64.7461 L 31.8359 -64.7461 L 31.8359 -72.0703 C 31.8359 -76.7578 34.3262 -79.4434 39.209 -79.4434 L 56.7871 -79.4434 L 56.7871 -57.2266 C 56.7871 -53.418 58.5449 -51.8555 62.1094 -51.8555 L 84.2285 -51.8555 L 84.2285 -16.2598 C 84.2285 -11.4258 81.6895 -8.88672 76.8555 -8.88672 L 68.75 -8.88672 Z M 62.4023 -54.9805 C 60.5957 -54.9805 59.8633 -55.7129 59.8633 -57.4707 L 59.8633 -78.3203 L 83.1055 -54.9805 Z M 20.4102 9.08203 C 15.5762 9.08203 13.0859 6.54297 13.0859 1.75781 L 13.0859 -54.1016 C 13.0859 -58.7402 15.5762 -61.4258 20.459 -61.4258 L 36.0352 -61.4258 L 36.0352 -37.5977 C 36.0352 -33.6426 38.0371 -31.8848 41.748 -31.8848 L 65.4297 -31.8848 L 65.4297 1.75781 C 65.4297 6.54297 62.9395 9.08203 58.1055 9.08203 Z M 42.041 -35.0586 C 40.0391 -35.0586 39.209 -35.8887 39.209 -37.8906 L 39.209 -60.6934 L 64.6973 -35.0586 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 511.493 696)">
<path d="M 19.7266 12.0117 L 59.082 12.0117 C 65.5762 12.0117 68.1152 8.54492 68.1152 2.00195 L 68.1152 -5.56641 L 76.709 -5.56641 C 83.2031 -5.56641 86.6699 -9.0332 86.6699 -15.5762 L 86.6699 -51.5137 C 86.6699 -53.2715 86.1816 -54.6875 84.5703 -56.2988 L 60.6934 -80.2246 C 59.0332 -81.8359 57.666 -82.3242 55.9082 -82.3242 L 38.2812 -82.3242 C 31.8848 -82.3242 28.3203 -78.8574 28.3203 -72.3145 L 28.3203 -64.7461 L 19.7266 -64.7461 C 13.3301 -64.7461 9.76562 -61.2793 9.76562 -54.7363 L 9.76562 2.00195 C 9.76562 8.54492 13.2324 12.0117 19.7266 12.0117 Z M 68.1152 -32.0312 C 68.1152 -34.7168 67.627 -36.0352 65.9668 -37.6953 L 41.0645 -62.5977 C 39.4043 -64.2578 38.1348 -64.7461 35.4492 -64.7461 L 30.5176 -64.7461 L 30.5176 -72.2168 C 30.5176 -77.2461 33.2031 -80.127 38.4277 -80.127 L 56.543 -80.127 L 56.543 -57.0801 C 56.543 -53.5156 58.1543 -52.1973 61.4258 -52.1973 L 84.4727 -52.1973 L 84.4727 -15.6738 C 84.4727 -10.498 81.7871 -7.76367 76.5625 -7.76367 L 68.1152 -7.76367 Z M 61.4258 -54.3457 C 59.4727 -54.3457 58.6914 -55.127 58.6914 -57.0801 L 58.6914 -79.1016 L 83.4473 -54.3457 Z M 19.873 9.81445 C 14.6484 9.81445 11.9629 7.08008 11.9629 1.9043 L 11.9629 -54.6387 C 11.9629 -59.668 14.6484 -62.5488 19.873 -62.5488 L 36.377 -62.5488 L 36.377 -38.0859 C 36.377 -34.4727 38.1348 -32.959 41.4551 -32.959 L 65.918 -32.959 L 65.918 1.9043 C 65.918 7.08008 63.2324 9.81445 58.0078 9.81445 Z M 41.6016 -35.1562 C 39.4043 -35.1562 38.5254 -35.9863 38.5254 -38.2324 L 38.5254 -61.9629 L 65.332 -35.1562 Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 56 KiB

BIN
Resources/img/mono.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

BIN
Resources/img/rgb_color.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

BIN
Resources/img/rgb_mono.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B