- Big Sur phase two

- Restructure main window a bit more
- Remove attempt at SF Symbols icons for now
- Add Now Playing popout to Stacks style main window, tooltip instructs to click to select the current track in playlist
- Disable libFLAC plugin on macOS 10.13 and newer, letting Core Audio handle it instead. Apparently, libFLAC is not really ready for Apple Silicon yet.
CQTexperiment
Christopher Snowhill 2020-11-22 18:16:34 -08:00
parent dca9655c62
commit dedeb399a8
284 changed files with 6565 additions and 4870 deletions

3
.gitmodules vendored
View File

@ -16,6 +16,3 @@
[submodule "Frameworks/libatrac9/libatrac9"]
path = Frameworks/libatrac9/libatrac9
url = https://github.com/Thealexbarney/LibAtrac9.git
[submodule "Frameworks/Sparkle"]
path = Frameworks/Sparkle
url = https://git.lopez-snowhill.net/chris/Sparkle.git

View File

@ -12,6 +12,7 @@
#import "SpotlightWindowController.h"
#import "StringToURLTransformer.h"
#import "FontSizetoLineHeightTransformer.h"
#import "Cog-Swift.h"
#import "PathNode.h"
#import <CogAudio/Status.h>
@ -36,6 +37,9 @@
NSValueTransformer *miniModeMenuTitleTransformer = [[MiniModeMenuTitleTransformer alloc] init];
[NSValueTransformer setValueTransformer:miniModeMenuTitleTransformer
forName:@"MiniModeMenuTitleTransformer"];
NSValueTransformer *playbackStatusToHiddenTransformer = [[PlaybackStatusToHiddenTransformer alloc] init];
[NSValueTransformer setValueTransformer:playbackStatusToHiddenTransformer forName:@"PlaybackStatusToHiddenTransformer"];
}

View File

@ -14,52 +14,51 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Cog" allowsToolTipsWhenApplicationIsInactive="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Cog" animationBehavior="default" toolbarStyle="expanded" id="21" userLabel="Window" customClass="MainWindow">
<window title="Cog" separatorStyle="none" allowsToolTipsWhenApplicationIsInactive="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Cog" animationBehavior="default" toolbarStyle="compact" titleVisibility="hidden" id="21" userLabel="Window" customClass="MainWindow">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
<windowPositionMask key="initialPositionMask" topStrut="YES"/>
<rect key="contentRect" x="331" y="367" width="800" height="400"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
<value key="minSize" type="size" width="400" height="200"/>
<view key="contentView" id="2">
<stackView key="contentView" orientation="vertical" alignment="centerX" hasEqualSpacing="YES" detachesHiddenViews="YES" id="2">
<rect key="frame" x="0.0" y="0.0" width="800" height="400"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="778">
<rect key="frame" x="17" y="4" width="758" height="15"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="center" title="Total Duration: 00 hours 00 minutes 00 seconds" bezelStyle="round" id="1473">
<font key="font" metaFont="controlContent" size="11"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<middleViews>
<button toolTip="Click to select currently playing track" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gev-jg-41I">
<rect key="frame" x="313" y="384" width="174" height="16"/>
<buttonCell key="cell" type="bevel" title="Now Playing Track title here" bezelStyle="rounded" alignment="center" lineBreakMode="truncatingTail" imageScaling="proportionallyDown" inset="2" id="oXd-7z-UQS">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<binding destination="218" name="displayPatternValue1" keyPath="totalTime" id="1891">
<action selector="scrollToCurrentEntry:" target="207" id="e2T-5R-8Eo"/>
<binding destination="705" name="hidden" keyPath="playbackStatus" id="Kl1-lE-Z5C">
<dictionary key="options">
<string key="NSDisplayPattern">Total Duration: %{value1}@</string>
<string key="NSValueTransformerName">PlaybackStatusToHiddenTransformer</string>
</dictionary>
</binding>
<binding destination="1897" name="title" keyPath="content.display" id="fno-Aq-DvV"/>
</connections>
</textField>
</button>
<splitView fixedFrame="YES" dividerStyle="thin" vertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2123">
<rect key="frame" x="0.0" y="24" width="800" height="377"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES"/>
<rect key="frame" x="0.0" y="22" width="800" height="354"/>
<subviews>
<scrollView fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="0.0" verticalLineScroll="24" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="206" userLabel="Scroll View - Playlist View">
<rect key="frame" x="0.0" y="0.0" width="800" height="377"/>
<rect key="frame" x="0.0" y="0.0" width="800" height="354"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="KWC-Ti-8KY">
<rect key="frame" x="0.0" y="0.0" width="800" height="377"/>
<rect key="frame" x="0.0" y="0.0" width="800" height="354"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" autosaveName="Playlist" rowHeight="18" headerView="1517" id="207" customClass="PlaylistView">
<rect key="frame" x="0.0" y="0.0" width="800" height="360"/>
<rect key="frame" x="0.0" y="0.0" width="800" height="337"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3" height="6"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="index" editable="NO" width="37" minWidth="28" maxWidth="64" id="209">
<tableColumn identifier="index" editable="NO" width="36" minWidth="28" maxWidth="64" id="209">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right" title="#">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
@ -97,7 +96,7 @@
</binding>
</connections>
</tableColumn>
<tableColumn identifier="title" editable="NO" width="122" minWidth="96" maxWidth="1024" id="208">
<tableColumn identifier="title" editable="NO" width="121" minWidth="96" maxWidth="1024" id="208">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Title">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
@ -118,7 +117,7 @@
<binding destination="1689" name="fontSize" keyPath="values.fontSize" id="1914"/>
</connections>
</tableColumn>
<tableColumn identifier="artist" editable="NO" width="121.5" minWidth="96" maxWidth="1024" id="391">
<tableColumn identifier="artist" editable="NO" width="120.5" minWidth="96" maxWidth="1024" id="391">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Artist">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
@ -308,8 +307,35 @@
<outlet property="delegate" destination="2172" id="2182"/>
</connections>
</splitView>
</subviews>
</view>
</middleViews>
<endViews>
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="778">
<rect key="frame" x="270" y="0.0" width="261" height="14"/>
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="center" title="Total Duration: 00 hours 00 minutes 00 seconds" bezelStyle="round" id="1473">
<font key="font" metaFont="controlContent" size="11"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="218" name="displayPatternValue1" keyPath="totalTime" id="1891">
<dictionary key="options">
<string key="NSDisplayPattern">Total Duration: %{value1}@</string>
</dictionary>
</binding>
</connections>
</textField>
</endViews>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
<toolbar key="toolbar" implicitIdentifier="B4998081-90DD-45DD-8243-0F7039C7DEA2" displayMode="iconOnly" sizeMode="regular" id="1523">
<allowedToolbarItems>
<toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="1552"/>
@ -319,15 +345,15 @@
<toolbarItem implicitItemIdentifier="A06F7688-72A2-4AAD-B9E1-C66720B2B0D3" label="Playback Control" paletteLabel="Playback Control" sizingBehavior="auto" id="1539">
<nil key="toolTip"/>
<segmentedControl key="view" verticalHuggingPriority="750" id="1537" customClass="PlaybackButtons">
<rect key="frame" x="0.0" y="14" width="121" height="24"/>
<rect key="frame" x="0.0" y="14" width="133" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<segmentedCell key="cell" state="on" borderStyle="border" alignment="left" style="rounded" trackingMode="momentary" id="1538">
<segmentedCell key="cell" state="on" borderStyle="border" alignment="left" style="texturedRounded" trackingMode="momentary" id="1538">
<font key="font" metaFont="system"/>
<segments>
<segment toolTip="Previous" image="sf.backward" imageScaling="none" width="28"/>
<segment toolTip="Play" image="sf.play" imageScaling="none" width="28" tag="1"/>
<segment toolTip="Next" image="sf.stop" imageScaling="none" width="28"/>
<segment image="sf.forward" imageScaling="none" width="28">
<segment toolTip="Previous" image="previousTemplate" imageScaling="none" width="28"/>
<segment toolTip="Play" image="playTemplate" width="28" tag="1"/>
<segment toolTip="Next" image="stopTemplate" imageScaling="none" width="28"/>
<segment image="nextTemplate" imageScaling="none" width="28">
<nil key="label"/>
</segment>
</segments>
@ -414,12 +440,12 @@
</textFieldCell>
</textField>
</toolbarItem>
<toolbarItem implicitItemIdentifier="3B680DEB-106E-4549-A478-FFB8A6738053" label="Volume" paletteLabel="Volume" image="sf.speaker.wave.3" sizingBehavior="auto" id="1610">
<toolbarItem implicitItemIdentifier="3B680DEB-106E-4549-A478-FFB8A6738053" label="Volume" paletteLabel="Volume" image="volume3Template" sizingBehavior="auto" id="1610">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="1608" customClass="VolumeButton">
<rect key="frame" x="9" y="14" width="29" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.speaker.wave.3" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="1609">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="volume3Template" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="1609">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -428,12 +454,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="2F487D99-16E9-4BF8-9A98-637FABEB2716" label="Info Inspector" paletteLabel="Info Inspector" image="sf.info.circle" sizingBehavior="auto" id="1629">
<toolbarItem implicitItemIdentifier="2F487D99-16E9-4BF8-9A98-637FABEB2716" label="Info Inspector" paletteLabel="Info Inspector" image="infoTemplate" sizingBehavior="auto" id="1629">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="1627">
<rect key="frame" x="28" y="14" width="25" height="23"/>
<rect key="frame" x="26" y="14" width="28" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.info.circle" imagePosition="only" alignment="center" borderStyle="border" id="1628">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="infoTemplate" imagePosition="only" alignment="center" borderStyle="border" id="1628">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -442,12 +468,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="6EE50288-54ED-448F-BB25-347479AE119F" label="File Tree" paletteLabel="File Tree" image="sf.folder" sizingBehavior="auto" id="1630">
<toolbarItem implicitItemIdentifier="6EE50288-54ED-448F-BB25-347479AE119F" label="File Tree" paletteLabel="File Tree" image="navigatorTemplate" sizingBehavior="auto" id="1630">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="1631">
<rect key="frame" x="13" y="14" width="27" height="23"/>
<rect key="frame" x="12" y="14" width="28" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.folder" imagePosition="only" alignment="center" borderStyle="border" id="1632">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="navigatorTemplate" imagePosition="only" alignment="center" borderStyle="border" id="1632">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -456,12 +482,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="972E4070-D310-48FE-BA9B-C06B248FF020" label="Randomize" paletteLabel="Randomize" image="sf.questionmark.diamond" sizingBehavior="auto" id="2466">
<toolbarItem implicitItemIdentifier="972E4070-D310-48FE-BA9B-C06B248FF020" label="Randomize" paletteLabel="Randomize" image="randomizeTemplate" sizingBehavior="auto" id="2466">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="2467">
<rect key="frame" x="19" y="14" width="27" height="23"/>
<rect key="frame" x="18" y="14" width="29" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.questionmark.diamond" imagePosition="only" alignment="center" borderStyle="border" id="2468">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="randomizeTemplate" imagePosition="only" alignment="center" borderStyle="border" id="2468">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -470,12 +496,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="384C0EB5-D1D6-4D39-8113-03FB4958D7ED" label="Shuffle" paletteLabel="Shuffle" image="sf.arrow.right" sizingBehavior="auto" id="1636">
<toolbarItem implicitItemIdentifier="384C0EB5-D1D6-4D39-8113-03FB4958D7ED" label="Shuffle" paletteLabel="Shuffle" image="shuffleOffTemplate" sizingBehavior="auto" id="1636">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="1637">
<rect key="frame" x="11" y="14" width="24" height="23"/>
<rect key="frame" x="7" y="14" width="32" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.arrow.right" imagePosition="only" alignment="center" borderStyle="border" id="1638">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="shuffleOffTemplate" imagePosition="only" alignment="center" borderStyle="border" id="1638">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -489,12 +515,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="F3591DBA-E0EC-4564-896A-C6EFFABC7873" label="Repeat" paletteLabel="Repeat" image="sf.arrow.turn.up.right" sizingBehavior="auto" id="1639">
<toolbarItem implicitItemIdentifier="F3591DBA-E0EC-4564-896A-C6EFFABC7873" label="Repeat" paletteLabel="Repeat" image="repeatModeOffTemplate" sizingBehavior="auto" id="1639">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="1640">
<rect key="frame" x="10" y="14" width="24" height="23"/>
<rect key="frame" x="6" y="14" width="32" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.arrow.turn.up.right" imagePosition="only" alignment="center" borderStyle="border" id="1641">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="repeatModeOffTemplate" imagePosition="only" alignment="center" borderStyle="border" id="1641">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -508,12 +534,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="F636F7BD-E049-4DF5-B758-35DF87C40AA0" label="Mini Mode" paletteLabel="Mini Mode" image="sf.arrow.down.right.and.arrow.up.left" sizingBehavior="auto" id="2532">
<toolbarItem implicitItemIdentifier="F636F7BD-E049-4DF5-B758-35DF87C40AA0" label="Mini Mode" paletteLabel="Mini Mode" image="miniModeOnTemplate" sizingBehavior="auto" id="2532">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="2533">
<rect key="frame" x="19" y="14" width="25" height="23"/>
<rect key="frame" x="17" y="14" width="28" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.arrow.down.right.and.arrow.up.left" imagePosition="only" alignment="center" borderStyle="border" id="2534">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="miniModeOnTemplate" imagePosition="only" alignment="center" borderStyle="border" id="2534">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -578,10 +604,10 @@
<segmentedCell key="cell" state="on" borderStyle="border" alignment="left" style="texturedSquare" trackingMode="momentary" id="2296">
<font key="font" metaFont="system"/>
<segments>
<segment toolTip="Previous" image="sf.backward" imageScaling="none" width="28"/>
<segment toolTip="Play" image="sf.play" imageScaling="none" width="28" tag="1"/>
<segment toolTip="Stop" image="sf.stop" imageScaling="none" width="28"/>
<segment toolTip="Next" image="sf.forward" imageScaling="none" width="28">
<segment toolTip="Previous" image="previousTemplate" imageScaling="none" width="28"/>
<segment toolTip="Play" image="playTemplate" imageScaling="none" width="28" tag="1"/>
<segment toolTip="Stop" image="stopTemplate" imageScaling="none" width="28"/>
<segment toolTip="Next" image="nextTemplate" imageScaling="none" width="28">
<nil key="label"/>
</segment>
</segments>
@ -620,12 +646,12 @@
</textFieldCell>
</textField>
</toolbarItem>
<toolbarItem implicitItemIdentifier="BBA4D635-FC27-42FC-B346-CE553195CA7C" label="Volume" paletteLabel="Volume" image="sf.speaker.wave.3" sizingBehavior="auto" id="2275">
<toolbarItem implicitItemIdentifier="BBA4D635-FC27-42FC-B346-CE553195CA7C" label="Volume" paletteLabel="Volume" image="volume3Template" sizingBehavior="auto" id="2275">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="2289" customClass="VolumeButton">
<rect key="frame" x="9" y="14" width="29" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.speaker.wave.3" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="2290">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="volume3Template" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="2290">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -634,12 +660,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="EE7CA50B-9B79-414A-A257-7AC385032675" label="Shuffle" paletteLabel="Shuffle" image="sf.arrow.right" sizingBehavior="auto" id="2278">
<toolbarItem implicitItemIdentifier="EE7CA50B-9B79-414A-A257-7AC385032675" label="Shuffle" paletteLabel="Shuffle" image="shuffleOffTemplate" sizingBehavior="auto" id="2278">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="2283">
<rect key="frame" x="11" y="14" width="24" height="23"/>
<rect key="frame" x="7" y="14" width="32" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.arrow.right" imagePosition="only" alignment="center" borderStyle="border" id="2284">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="shuffleOffTemplate" imagePosition="only" alignment="center" borderStyle="border" id="2284">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -653,12 +679,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="9A52F396-9BBC-4791-AC12-664859F26F89" label="Repeat" paletteLabel="Repeat" image="sf.arrow.turn.up.right" sizingBehavior="auto" id="2279">
<toolbarItem implicitItemIdentifier="9A52F396-9BBC-4791-AC12-664859F26F89" label="Repeat" paletteLabel="Repeat" image="repeatModeOffTemplate" sizingBehavior="auto" id="2279">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="2281">
<rect key="frame" x="10" y="14" width="24" height="23"/>
<rect key="frame" x="6" y="14" width="32" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.arrow.turn.up.right" imagePosition="only" alignment="center" borderStyle="border" id="2282">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="repeatModeOffTemplate" imagePosition="only" alignment="center" borderStyle="border" id="2282">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -672,12 +698,12 @@
</connections>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="2064CD41-7C2B-4EE0-BCE9-8E18E09F02EF" label="Normal Mode" paletteLabel="Normal Mode" image="sf.arrow.up.backward.and.arrow.down.forward" sizingBehavior="auto" id="2526">
<toolbarItem implicitItemIdentifier="2064CD41-7C2B-4EE0-BCE9-8E18E09F02EF" label="Normal Mode" paletteLabel="Normal Mode" image="miniModeOffTemplate" sizingBehavior="auto" id="2526">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="2527">
<rect key="frame" x="27" y="14" width="24" height="23"/>
<rect key="frame" x="25" y="14" width="28" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.arrow.up.backward.and.arrow.down.forward" imagePosition="only" alignment="center" borderStyle="border" id="2528">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="miniModeOffTemplate" imagePosition="only" alignment="center" borderStyle="border" id="2528">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -689,12 +715,12 @@
<action selector="toggleMiniMode:" target="226" id="2531"/>
</connections>
</toolbarItem>
<toolbarItem implicitItemIdentifier="0649F8CF-02D0-4D43-9FB4-CCAFAFA03B49" label="Info Inspector" paletteLabel="Info Inspector" image="sf.info.circle" sizingBehavior="auto" id="2429">
<toolbarItem implicitItemIdentifier="0649F8CF-02D0-4D43-9FB4-CCAFAFA03B49" label="Info Inspector" paletteLabel="Info Inspector" image="infoTemplate" sizingBehavior="auto" id="2429">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="2430">
<rect key="frame" x="28" y="14" width="25" height="23"/>
<rect key="frame" x="26" y="14" width="28" height="23"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="sf.info.circle" imagePosition="only" alignment="center" borderStyle="border" id="2431">
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="infoTemplate" imagePosition="only" alignment="center" borderStyle="border" id="2431">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -1547,6 +1573,7 @@ Gw
</connections>
</menuItem>
</items>
<point key="canvasLocation" x="-439" y="76"/>
</menu>
<customObject id="705" userLabel="PlaybackController" customClass="PlaybackController">
<connections>
@ -1899,17 +1926,17 @@ GgAkACkAMgA3AEkATABRAFMAYgBoAHUAfACLAJIAnwCmAK4AsACyALQAuQC7AL0AxgDLANYA2ADaANwA
oCGoIashsCG4AAAAAAAAAgEAAAAAAAAAQwAAAAAAAAAAAAAAAAAAIbs
</mutableData>
</image>
<image name="sf.arrow.down.right.and.arrow.up.left" width="13" height="13"/>
<image name="sf.arrow.right" width="12" height="10"/>
<image name="sf.arrow.turn.up.right" width="12" height="10"/>
<image name="sf.arrow.up.backward.and.arrow.down.forward" width="12" height="12"/>
<image name="sf.backward" width="18" height="10"/>
<image name="sf.folder" width="15" height="12"/>
<image name="sf.forward" width="18" height="10"/>
<image name="sf.info.circle" width="13" height="13"/>
<image name="sf.play" width="10" height="11"/>
<image name="sf.questionmark.diamond" width="15" height="15"/>
<image name="sf.speaker.wave.3" width="17" height="13"/>
<image name="sf.stop" width="11" height="11"/>
<image name="infoTemplate" width="16" height="16"/>
<image name="miniModeOffTemplate" width="16" height="16"/>
<image name="miniModeOnTemplate" width="16" height="16"/>
<image name="navigatorTemplate" width="16" height="16"/>
<image name="nextTemplate" width="20" height="19"/>
<image name="playTemplate" width="16" height="16"/>
<image name="previousTemplate" width="20" height="19"/>
<image name="randomizeTemplate" width="17" height="16"/>
<image name="repeatModeOffTemplate" width="20" height="19"/>
<image name="shuffleOffTemplate" width="20" height="19"/>
<image name="stopTemplate" width="16" height="16"/>
<image name="volume3Template" width="17" height="16"/>
</resources>
</document>

5
Cog-Bridging-Header.h Normal file
View File

@ -0,0 +1,5 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <CogAudio/Status.h>

View File

@ -143,8 +143,6 @@
838491231807F38A00E7332D /* NowPlayingBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8384911F1807F38A00E7332D /* NowPlayingBarController.m */; };
8384913C1808217300E7332D /* randomize.png in Resources */ = {isa = PBXBuildFile; fileRef = 8384913B1808217300E7332D /* randomize.png */; };
8384914018083E4E00E7332D /* filetype.icns in Resources */ = {isa = PBXBuildFile; fileRef = 8384913D18083E4E00E7332D /* filetype.icns */; };
8384914118083E4E00E7332D /* icon_blank.icns in Resources */ = {isa = PBXBuildFile; fileRef = 8384913E18083E4E00E7332D /* icon_blank.icns */; };
8384914218083E4E00E7332D /* icon_main.icns in Resources */ = {isa = PBXBuildFile; fileRef = 8384913F18083E4E00E7332D /* icon_main.icns */; };
8384915918083EAB00E7332D /* infoTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384914318083EAB00E7332D /* infoTemplate.pdf */; };
8384915A18083EAB00E7332D /* missingArt@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8384914418083EAB00E7332D /* missingArt@2x.png */; };
8384915B18083EAB00E7332D /* navigatorTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384914518083EAB00E7332D /* navigatorTemplate.pdf */; };
@ -172,6 +170,10 @@
83849174180843B200E7332D /* stopDockBadgeColorful.png in Resources */ = {isa = PBXBuildFile; fileRef = 83849171180843B200E7332D /* stopDockBadgeColorful.png */; };
838491871808591F00E7332D /* NDHotKey.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8384917E1808585D00E7332D /* NDHotKey.framework */; };
838491881808593200E7332D /* NDHotKey.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8384917E1808585D00E7332D /* NDHotKey.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
838F850125687C5C00C3E614 /* PlaybackStatusToHiddenTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838F850025687C5C00C3E614 /* PlaybackStatusToHiddenTransformer.swift */; };
838F851C256B4AC400C3E614 /* icon_blank.icns in Resources */ = {isa = PBXBuildFile; fileRef = 838F851B256B4AC400C3E614 /* icon_blank.icns */; };
838F851E256B4E5E00C3E614 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 838F851D256B4E5E00C3E614 /* Sparkle.framework */; };
838F851F256B4E8B00C3E614 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 838F851D256B4E5E00C3E614 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
8399D4E21805A55000B503B1 /* XmlContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8399D4E01805A55000B503B1 /* XmlContainer.m */; };
83A360B220E4E81D00192DAB /* Flac.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8303A30C20E4E3D000951EF8 /* Flac.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
83B06704180D579E008E3612 /* MIDI.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 83B066A1180D5669008E3612 /* MIDI.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
@ -552,90 +554,6 @@
remoteGlobalIDString = 8D5B49B6048680CD000E48DA;
remoteInfo = "Shorten Plugin";
};
83EC713424A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
remoteInfo = Sparkle;
};
83EC713624A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 61B5F90209C4CEE200B25A18;
remoteInfo = "Sparkle Test App";
};
83EC713824A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 612279D90DB5470200AB99EA;
remoteInfo = "Sparkle Unit Tests";
};
83EC713A24A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 5D06E8D00FD68C7C005AE3F6;
remoteInfo = BinaryDelta;
};
83EC713C24A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 55C14BB7136EEF1500649790;
remoteInfo = Autoupdate;
};
83EC713E24A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 726B2B5D1C645FC900388755;
remoteInfo = "UI Tests";
};
83EC714024A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 722954B41D04ADAF00ECF9CA;
remoteInfo = fileop;
};
83EC714224A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 5AE13FB31E0D9E07000D2C2C;
remoteInfo = generate_appcast;
};
83EC714424A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 5AB8F19F214DA72000A1187F;
remoteInfo = generate_keys;
};
83EC714624A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 5A5ADED7214EDE4900DF0099;
remoteInfo = sign_update;
};
83EC714824A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = EA4311EA229D651300A5503D;
remoteInfo = bsdiff;
};
83EC714A24A8773C00B807C1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = EA4311A0229D5FBC00A5503D;
remoteInfo = ed25519;
};
83EEAAF91C9651D8002761C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83EEAAF51C9651D8002761C5 /* Syntrax.xcodeproj */;
@ -752,6 +670,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
838F851F256B4E8B00C3E614 /* Sparkle.framework in CopyFiles */,
838491881808593200E7332D /* NDHotKey.framework in CopyFiles */,
17F561400C3BD4F30019975C /* CogAudio.framework in CopyFiles */,
);
@ -765,7 +684,6 @@
07E18DF10D62B38400BB0E11 /* NSArray+ShuffleUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+ShuffleUtils.h"; sourceTree = "<group>"; };
07E18DF20D62B38400BB0E11 /* NSArray+ShuffleUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+ShuffleUtils.m"; sourceTree = "<group>"; };
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
170680620B950158006BA573 /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = ThirdParty/Frameworks/Growl.framework; sourceTree = "<group>"; };
170B55920D6E5E7B006B9E92 /* StatusImageTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StatusImageTransformer.h; sourceTree = "<group>"; };
170B55930D6E5E7B006B9E92 /* StatusImageTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StatusImageTransformer.m; sourceTree = "<group>"; };
171B57D90C091F2B00F6AFAF /* flac.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = flac.icns; sourceTree = "<group>"; };
@ -978,8 +896,6 @@
8384912518080F2D00E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logging.h; sourceTree = "<group>"; };
8384913B1808217300E7332D /* randomize.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = randomize.png; path = Images/randomize.png; sourceTree = "<group>"; };
8384913D18083E4E00E7332D /* filetype.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = filetype.icns; sourceTree = "<group>"; };
8384913E18083E4E00E7332D /* icon_blank.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon_blank.icns; sourceTree = "<group>"; };
8384913F18083E4E00E7332D /* icon_main.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon_main.icns; sourceTree = "<group>"; };
8384914318083EAB00E7332D /* infoTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = infoTemplate.pdf; path = Images/infoTemplate.pdf; sourceTree = "<group>"; };
8384914418083EAB00E7332D /* missingArt@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "missingArt@2x.png"; path = "Images/missingArt@2x.png"; sourceTree = "<group>"; };
8384914518083EAB00E7332D /* navigatorTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = navigatorTemplate.pdf; path = Images/navigatorTemplate.pdf; sourceTree = "<group>"; };
@ -1007,6 +923,10 @@
83849171180843B200E7332D /* stopDockBadgeColorful.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = stopDockBadgeColorful.png; path = Images/stopDockBadgeColorful.png; sourceTree = "<group>"; };
838491791808585C00E7332D /* NDHotKey.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = NDHotKey.xcodeproj; path = Frameworks/NDHotKey/NDHotKey.xcodeproj; sourceTree = "<group>"; };
83859520234FEB35004E9946 /* Cog.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Cog.entitlements; sourceTree = "<group>"; };
838F84FF25687C5C00C3E614 /* Cog-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Cog-Bridging-Header.h"; sourceTree = "<group>"; };
838F850025687C5C00C3E614 /* PlaybackStatusToHiddenTransformer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PlaybackStatusToHiddenTransformer.swift; path = Transformers/PlaybackStatusToHiddenTransformer.swift; sourceTree = "<group>"; };
838F851B256B4AC400C3E614 /* icon_blank.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = icon_blank.icns; path = ../../../../Desktop/icon_blank.icns; sourceTree = "<group>"; };
838F851D256B4E5E00C3E614 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = ThirdParty/Frameworks/Sparkle.framework; sourceTree = "<group>"; };
8399D4E01805A55000B503B1 /* XmlContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XmlContainer.m; sourceTree = "<group>"; };
8399D4E11805A55000B503B1 /* XmlContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XmlContainer.h; sourceTree = "<group>"; };
83AB9031237CEFD300A433D5 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
@ -1036,7 +956,6 @@
83E5E54A18087CA5001F3284 /* miniModeOffTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = miniModeOffTemplate.pdf; path = Images/miniModeOffTemplate.pdf; sourceTree = "<group>"; };
83E5E54B18087CA5001F3284 /* miniModeOnTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = miniModeOnTemplate.pdf; path = Images/miniModeOnTemplate.pdf; sourceTree = "<group>"; };
83E5EFAC1FFEF78100659F0F /* OpenMPT.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OpenMPT.xcodeproj; path = Plugins/OpenMPT/OpenMPT.xcodeproj; sourceTree = "<group>"; };
83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Sparkle.xcodeproj; path = Frameworks/Sparkle/Sparkle.xcodeproj; sourceTree = "<group>"; };
83EEAAF51C9651D8002761C5 /* Syntrax.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Syntrax.xcodeproj; path = Plugins/Syntrax/Syntrax.xcodeproj; sourceTree = "<group>"; };
83F9D7F11A884B44007ABEC2 /* SilenceDecoder.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SilenceDecoder.xcodeproj; path = Plugins/SilenceDecoder/SilenceDecoder.xcodeproj; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
@ -1077,6 +996,7 @@
17BB5CED0B8A86010009ACB1 /* AudioToolbox.framework in Frameworks */,
17BB5CF90B8A86350009ACB1 /* AudioUnit.framework in Frameworks */,
17BB5CFA0B8A86350009ACB1 /* CoreAudio.framework in Frameworks */,
838F851E256B4E5E00C3E614 /* Sparkle.framework in Frameworks */,
17BB5CFB0B8A86350009ACB1 /* CoreAudioKit.framework in Frameworks */,
17BB5EA60B8A87850009ACB1 /* IOKit.framework in Frameworks */,
);
@ -1117,10 +1037,9 @@
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */,
838F851D256B4E5E00C3E614 /* Sparkle.framework */,
838491791808585C00E7332D /* NDHotKey.xcodeproj */,
17F5612A0C3BD4DC0019975C /* CogAudio.xcodeproj */,
170680620B950158006BA573 /* Growl.framework */,
8E6889230AAA403C00AD3950 /* Carbon.framework */,
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
);
@ -1469,6 +1388,8 @@
17E0D6130F520F87005B6FED /* FontSizetoLineHeightTransformer.m */,
17E0D6140F520F87005B6FED /* StringToURLTransformer.h */,
17E0D6150F520F87005B6FED /* StringToURLTransformer.m */,
838F850025687C5C00C3E614 /* PlaybackStatusToHiddenTransformer.swift */,
838F84FF25687C5C00C3E614 /* Cog-Bridging-Header.h */,
);
name = Transformers;
sourceTree = "<group>";
@ -1751,25 +1672,6 @@
name = Products;
sourceTree = "<group>";
};
83EC712324A8773C00B807C1 /* Products */ = {
isa = PBXGroup;
children = (
83EC713524A8773C00B807C1 /* Sparkle.framework */,
83EC713724A8773C00B807C1 /* Sparkle Test App.app */,
83EC713924A8773C00B807C1 /* Sparkle Unit Tests.xctest */,
83EC713B24A8773C00B807C1 /* BinaryDelta */,
83EC713D24A8773C00B807C1 /* Autoupdate.app */,
83EC713F24A8773C00B807C1 /* UI Tests.xctest */,
83EC714124A8773C00B807C1 /* fileop */,
83EC714324A8773C00B807C1 /* generate_appcast */,
83EC714524A8773C00B807C1 /* generate_keys */,
83EC714724A8773C00B807C1 /* sign_update */,
83EC714924A8773C00B807C1 /* libbsdiff.a */,
83EC714B24A8773C00B807C1 /* libed25519.a */,
);
name = Products;
sourceTree = "<group>";
};
83EEAAF61C9651D8002761C5 /* Products */ = {
isa = PBXGroup;
children = (
@ -1838,9 +1740,8 @@
8E75758E09F31D800080F1EE /* Icons */ = {
isa = PBXGroup;
children = (
838F851B256B4AC400C3E614 /* icon_blank.icns */,
8384913D18083E4E00E7332D /* filetype.icns */,
8384913E18083E4E00E7332D /* icon_blank.icns */,
8384913F18083E4E00E7332D /* icon_main.icns */,
17D1B2760CF8B2830028F5B5 /* cue.icns */,
17D1B2770CF8B2830028F5B5 /* it.icns */,
17D1B2780CF8B2830028F5B5 /* pls.icns */,
@ -1951,6 +1852,7 @@
TargetAttributes = {
8D1107260486CEB800E47090 = {
DevelopmentTeam = 4S876G9VCD;
LastSwiftMigration = 1220;
ProvisioningStyle = Automatic;
};
};
@ -2070,10 +1972,6 @@
ProductGroup = 83F9D7F21A884B44007ABEC2 /* Products */;
ProjectRef = 83F9D7F11A884B44007ABEC2 /* SilenceDecoder.xcodeproj */;
},
{
ProductGroup = 83EC712324A8773C00B807C1 /* Products */;
ProjectRef = 83EC712224A8773C00B807C1 /* Sparkle.xcodeproj */;
},
{
ProductGroup = 83EEAAF61C9651D8002761C5 /* Products */;
ProjectRef = 83EEAAF51C9651D8002761C5 /* Syntrax.xcodeproj */;
@ -2271,90 +2169,6 @@
remoteRef = 83CA5B0220E4E395003E463A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC713524A8773C00B807C1 /* Sparkle.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Sparkle.framework;
remoteRef = 83EC713424A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC713724A8773C00B807C1 /* Sparkle Test App.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = "Sparkle Test App.app";
remoteRef = 83EC713624A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC713924A8773C00B807C1 /* Sparkle Unit Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Sparkle Unit Tests.xctest";
remoteRef = 83EC713824A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC713B24A8773C00B807C1 /* BinaryDelta */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = BinaryDelta;
remoteRef = 83EC713A24A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC713D24A8773C00B807C1 /* Autoupdate.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = Autoupdate.app;
remoteRef = 83EC713C24A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC713F24A8773C00B807C1 /* UI Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "UI Tests.xctest";
remoteRef = 83EC713E24A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC714124A8773C00B807C1 /* fileop */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = fileop;
remoteRef = 83EC714024A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC714324A8773C00B807C1 /* generate_appcast */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = generate_appcast;
remoteRef = 83EC714224A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC714524A8773C00B807C1 /* generate_keys */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = generate_keys;
remoteRef = 83EC714424A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC714724A8773C00B807C1 /* sign_update */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = sign_update;
remoteRef = 83EC714624A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC714924A8773C00B807C1 /* libbsdiff.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libbsdiff.a;
remoteRef = 83EC714824A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EC714B24A8773C00B807C1 /* libed25519.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libed25519.a;
remoteRef = 83EC714A24A8773C00B807C1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
83EEAAFA1C9651D8002761C5 /* Syntrax.bundle */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
@ -2411,7 +2225,6 @@
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
17E41E070C130DFF00AC744D /* Credits.html in Resources */,
8384916618083EAB00E7332D /* repeatModeOneTemplate.pdf in Resources */,
8384914118083E4E00E7332D /* icon_blank.icns in Resources */,
8E7575DB09F31E930080F1EE /* Localizable.strings in Resources */,
177EC04B0B8BC2FF0000BC8C /* next.png in Resources */,
177EC04D0B8BC2FF0000BC8C /* pause.png in Resources */,
@ -2431,7 +2244,6 @@
8384916018083EAB00E7332D /* playTemplate.pdf in Resources */,
1766C8940B912FB4004A7AE4 /* info_off.png in Resources */,
1766C8950B912FB4004A7AE4 /* info_on.png in Resources */,
8384914218083E4E00E7332D /* icon_main.icns in Resources */,
8384915E18083EAB00E7332D /* pauseTemplate.pdf in Resources */,
1766C8980B912FB4004A7AE4 /* shuffle_off.png in Resources */,
8384916D18083EAB00E7332D /* volume1Template.pdf in Resources */,
@ -2450,6 +2262,7 @@
17818A980C0B27AC001C4916 /* mpc.icns in Resources */,
83E5E54D18087CA5001F3284 /* miniModeOnTemplate.pdf in Resources */,
17818A990C0B27AC001C4916 /* shn.icns in Resources */,
838F851C256B4AC400C3E614 /* icon_blank.icns in Resources */,
17818A9A0C0B27AC001C4916 /* wav.icns in Resources */,
17818A9B0C0B27AC001C4916 /* wv.icns in Resources */,
1791005E0CB44D6D0070BC5C /* Cog.scriptSuite in Resources */,
@ -2540,6 +2353,7 @@
07E18DF30D62B38400BB0E11 /* NSArray+ShuffleUtils.m in Sources */,
56C63D910D647DF300EAE25A /* NSComparisonPredicate+CogPredicate.m in Sources */,
56DB084C0D6717DC00453B6A /* NSNumber+CogSort.m in Sources */,
838F850125687C5C00C3E614 /* PlaybackStatusToHiddenTransformer.swift in Sources */,
56DB08550D67185300453B6A /* NSArray+CogSort.m in Sources */,
170B55940D6E5E7B006B9E92 /* StatusImageTransformer.m in Sources */,
17249F0F0D82E17700F33392 /* ToggleQueueTitleTransformer.m in Sources */,
@ -2832,8 +2646,9 @@
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_APPICON_NAME = "Cog Icon Precomposed";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Cog color";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Cog.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
@ -2872,6 +2687,9 @@
PRODUCT_NAME = Cog;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
SWIFT_OBJC_BRIDGING_HEADER = "Cog-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
WRAPPER_EXTENSION = app;
};
name = Debug;
@ -2879,8 +2697,9 @@
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_APPICON_NAME = "Cog Icon Precomposed";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Cog color";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Cog.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
@ -2916,6 +2735,8 @@
PRODUCT_NAME = Cog;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
SWIFT_OBJC_BRIDGING_HEADER = "Cog-Bridging-Header.h";
SWIFT_VERSION = 5.0;
WRAPPER_EXTENSION = app;
};
name = Release;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

View File

@ -1,61 +1,61 @@
{
"images" : [
{
"filename" : "icon_16x16.png",
"filename" : "Cog Icon Precomposed_16.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "icon_16x16@2x.png",
"filename" : "Cog Icon Precomposed_16@2x.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "icon_32x32.png",
"filename" : "Cog Icon Precomposed_32.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"filename" : "icon_32x32@2x.png",
"filename" : "Cog Icon Precomposed_32@2x.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"filename" : "icon_128x128.png",
"filename" : "Cog Icon Precomposed_128.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"filename" : "icon_128x128@2x.png",
"filename" : "Cog Icon Precomposed_128@2x.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"filename" : "icon_256x256.png",
"filename" : "Cog Icon Precomposed_256.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"filename" : "icon_256x256@2x.png",
"filename" : "Cog Icon Precomposed_256@2x.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"filename" : "icon_512x512.png",
"filename" : "Cog Icon Precomposed_512.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"filename" : "icon_512x512@2x.png",
"filename" : "Cog Icon Precomposed_512@2x.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"

View File

@ -6,12 +6,30 @@
"components" : {
"alpha" : "1.000",
"blue" : "0.003",
"green" : "0.620",
"green" : "0.506",
"red" : "1.000"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.003",
"green" : "0.431",
"red" : "0.869"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.arrow.down.right.and.arrow.up.left.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni10014B.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from arrow.down.right.and.arrow.up.left</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1389.81" x2="1389.81" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1509.88" x2="1509.88" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2851.95 1556)">
<path d="M28.0762-37.1094L62.3535-37.1094C72.4121-37.1094 78.2227-42.9199 78.2227-52.9785L78.2227-85.498C78.2227-91.6016 73.584-95.8984 67.4316-95.8984C61.3281-95.8984 56.6895-91.6016 56.6895-85.498L56.6895-84.5215L58.2031-71.9727L50.2441-80.5176L36.4258-94.4824C34.375-96.5332 31.6406-97.5586 28.7109-97.5586C22.1191-97.5586 17.627-92.8223 17.627-86.2305C17.627-83.3984 18.8965-80.9082 20.8984-78.9062L34.8145-65.0391L43.4082-57.1289L30.5664-58.5938L28.0762-58.5938C21.9238-58.5938 17.627-54.0039 17.627-47.8516C17.627-41.6992 21.9238-37.1094 28.0762-37.1094ZM95.459 25.6348C101.562 25.6348 106.201 21.3867 106.201 15.2344L106.201 14.2578L104.688 1.70898L112.646 10.3027L126.465 24.2188C128.516 26.2695 131.25 27.3438 134.18 27.3438C140.771 27.3438 145.264 22.6074 145.264 16.0156C145.264 13.1836 144.043 10.6934 141.992 8.64258L128.076-5.22461L119.482-13.1348L132.324-11.6211L134.863-11.6211C140.967-11.6211 145.264-16.2598 145.264-22.3633C145.264-28.5645 140.967-33.1543 134.863-33.1543L100.537-33.1543C90.4785-33.1543 84.668-27.3438 84.668-17.2852L84.668 15.2344C84.668 21.3379 89.3555 25.6348 95.459 25.6348Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2556.15 1556)">
<path d="M27.6367-38.2324L62.5-38.2324C71.4355-38.2324 76.6602-43.4082 76.6602-52.3926L76.6602-85.8398C76.6602-91.1621 72.6074-94.9707 67.2363-94.9707C61.9141-94.9707 57.9102-91.2109 57.9102-85.8398L57.9102-83.0566L59.3262-68.4082L48.9258-79.3945L33.6426-94.8242C31.8848-96.6309 29.4922-97.5098 26.9531-97.5098C21.2402-97.5098 17.2363-93.457 17.2363-87.6953C17.2363-85.2051 18.3105-83.0078 20.1172-81.2012L35.498-65.8691L46.4844-55.5664L31.5918-56.9824L27.6367-56.9824C22.3145-56.9824 18.5059-52.9785 18.5059-47.6074C18.5059-42.1875 22.2656-38.2324 27.6367-38.2324ZM93.6523 25.0488C98.9746 25.0488 103.027 21.2891 103.027 15.918L103.027 12.8418L101.562-1.80664L111.963 9.17969L127.393 24.7559C129.199 26.5625 131.592 27.4902 134.082 27.4902C139.844 27.4902 143.799 23.3887 143.799 17.627C143.799 15.1367 142.725 12.9395 140.967 11.1816L125.391-4.3457L114.404-14.6973L129.297-13.2812L133.545-13.2812C138.867-13.2812 142.676-17.2363 142.676-22.6074C142.676-28.0273 138.916-31.9824 133.545-31.9824L98.3887-31.9824C89.4531-31.9824 84.2285-26.8066 84.2285-17.8223L84.2285 15.918C84.2285 21.2402 88.2812 25.0488 93.6523 25.0488Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2260.46 1556)">
<path d="M27.1973-39.502L62.6465-39.502C70.3613-39.502 74.9023-43.9941 74.9023-51.709L74.9023-86.2793C74.9023-90.7227 71.5332-93.9453 67.041-93.9453C62.5488-93.9453 59.2285-90.7715 59.2285-86.2793L59.2285-81.4941L60.5469-64.4531L47.4609-78.125L30.5664-95.2148C29.1016-96.7285 27.0996-97.4609 25-97.4609C20.2148-97.4609 16.8457-94.0918 16.8457-89.3066C16.8457-87.207 17.7246-85.3027 19.1895-83.7891L36.2305-66.7969L49.9512-53.8086L32.7148-55.127L27.1973-55.127C22.7051-55.127 19.4824-51.8066 19.4824-47.3145C19.4824-42.7734 22.7051-39.502 27.1973-39.502ZM91.6016 24.3652C96.0938 24.3652 99.4141 21.1914 99.4141 16.6992L99.4141 11.2793L98.0957-5.71289L111.182 7.95898L128.467 25.3906C129.932 26.9043 131.934 27.6367 133.984 27.6367C138.818 27.6367 142.188 24.2676 142.188 19.4824C142.188 17.3828 141.309 15.4785 139.795 13.9648L122.412-3.41797L108.691-16.4062L125.928-15.0879L132.08-15.0879C136.572-15.0879 139.795-18.3594 139.795-22.8516C139.795-27.3926 136.572-30.7129 132.08-30.7129L95.9961-30.7129C88.2812-30.7129 83.7891-26.2207 83.7891-18.457L83.7891 16.6992C83.7891 21.1426 87.1094 24.3652 91.6016 24.3652Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1964.46 1556)">
<path d="M26.8555-40.332L62.7441-40.332C69.6289-40.332 73.6816-44.3848 73.6816-51.2695L73.6816-86.5723C73.6816-90.3809 70.8008-93.2617 66.8945-93.2617C63.0371-93.2617 60.1562-90.4785 60.1562-86.5723L60.1562-80.3711L61.4258-61.7188L46.4844-77.2461L28.418-95.459C27.1484-96.7773 25.4883-97.4121 23.6816-97.4121C19.5312-97.4121 16.5527-94.5801 16.5527-90.3809C16.5527-88.5742 17.2852-86.8652 18.6035-85.5957L36.7676-67.4316L52.3438-52.5879L33.5449-53.8574L26.8555-53.8574C22.998-53.8574 20.166-51.0254 20.1172-47.1191C20.1172-43.2129 22.9492-40.332 26.8555-40.332ZM90.2344 23.9258C94.0918 23.9258 96.9727 21.1426 96.9727 17.2363L96.9727 10.2051L95.7031-8.44727L110.645 7.08008L129.199 25.7812C130.469 27.0996 132.129 27.7344 133.936 27.7344C138.086 27.7344 141.064 24.9023 141.064 20.752C141.064 18.8965 140.332 17.2363 139.014 15.918L120.361-2.73438L104.785-17.5781L123.584-16.3086L131.104-16.3086C134.961-16.3086 137.793-19.1406 137.842-23.0469C137.842-27.002 135.01-29.834 131.104-29.834L94.3359-29.834C87.4512-29.834 83.4473-25.7812 83.4473-18.8965L83.4473 17.2363C83.4473 21.0449 86.3281 23.9258 90.2344 23.9258Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1668.28 1556)">
<path d="M26.6113-41.0156L62.8418-41.0156C69.0918-41.0156 72.7539-44.6777 72.7539-50.9277L72.7539-86.7676C72.7539-90.1367 70.2148-92.7246 66.748-92.7246C63.3789-92.7246 60.8398-90.2344 60.8398-86.7676L60.8398-79.541L62.0605-59.6191L45.7031-76.6113L26.8066-95.6543C25.6836-96.8262 24.2188-97.3633 22.6562-97.3633C18.9941-97.3633 16.3574-94.9219 16.3574-91.2598C16.3574-89.5996 16.9922-88.0859 18.1152-86.9141L37.1582-67.9199L54.1504-51.6602L34.1309-52.8809L26.6113-52.8809C23.2422-52.8809 20.6543-50.4395 20.6543-46.9727C20.6543-43.5059 23.1934-41.0156 26.6113-41.0156ZM89.1602 23.584C92.5781 23.584 95.0684 21.0938 95.0684 17.627L95.0684 9.375L93.8965-10.498L110.205 6.44531L129.736 26.123C130.859 27.2949 132.324 27.832 133.887 27.832C137.549 27.832 140.186 25.3906 140.186 21.6797C140.186 20.0684 139.551 18.5547 138.428 17.3828L118.75-2.24609L101.807-18.5059L121.826-17.2852L130.322-17.2852C133.74-17.2852 136.279-19.7266 136.328-23.1934C136.328-26.6602 133.789-29.1504 130.322-29.1504L93.1152-29.1504C86.8652-29.1504 83.2031-25.4883 83.2031-19.2383L83.2031 17.627C83.2031 20.9961 85.6934 23.584 89.1602 23.584Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1372.26 1556)">
<path d="M26.3184-41.8457L62.9395-41.8457C68.3594-41.8457 71.5332-45.0684 71.5332-50.4883L71.5332-87.0605C71.5332-89.8438 69.4824-92.041 66.6016-92.041C63.8184-92.041 61.7676-89.8926 61.7676-87.0605L61.7676-78.4668L62.8906-56.9336L44.7266-75.7324L24.707-95.9473C23.7793-96.875 22.6074-97.3633 21.2891-97.3633C18.3105-97.3633 16.0645-95.3613 16.0645-92.334C16.0645-90.9668 16.5527-89.6484 17.5293-88.7207L37.6953-68.5547L56.4941-50.4883L34.9121-51.6113L26.3184-51.6113C23.4863-51.6113 21.3379-49.6582 21.2891-46.7773C21.2891-43.8965 23.4375-41.8457 26.3184-41.8457ZM87.793 23.1445C90.625 23.1445 92.627 20.9961 92.627 18.1641L92.627 8.30078L91.5039-13.1836L109.668 5.61523L130.469 26.5137C131.348 27.4902 132.568 27.9297 133.838 27.9297C136.865 27.9297 139.111 25.9766 139.111 22.9492C139.111 21.582 138.574 20.2637 137.598 19.2871L116.748-1.5625L97.9004-19.6777L119.482-18.5059L129.346-18.5059C132.129-18.5059 134.326-20.5078 134.375-23.3887C134.375-26.2207 132.227-28.2715 129.346-28.2715L91.4551-28.2715C86.0352-28.2715 82.8613-25.0977 82.8613-19.6777L82.8613 18.1641C82.8613 20.9473 84.9121 23.1445 87.793 23.1445Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1075.42 1556)">
<path d="M24.8535-42.5781L63.6719-42.5781C67.7734-42.5781 70.2148-45.0195 70.2148-49.0723L70.2148-87.8906C70.2148-89.9902 68.7012-91.6504 66.5039-91.6504C64.3555-91.6504 62.8418-90.0879 62.8418-87.8906L62.8418-74.8047L63.7207-53.9062L43.457-74.5605L22.5098-95.6543C21.8262-96.3867 20.9473-96.7285 19.9707-96.7285C17.6758-96.7285 16.0645-95.2148 16.0645-92.9688C16.0645-91.9434 16.4551-90.9668 17.1875-90.2344L38.2812-69.1406L58.9355-49.0234L37.9395-49.9512L24.8535-49.9512C22.7539-49.9512 21.0938-48.4863 21.0449-46.2891C21.0449-44.0918 22.6562-42.5781 24.8535-42.5781ZM87.7441 23.7305C89.8926 23.7305 91.4062 22.168 91.4062 19.9707L91.4062 4.93164L90.5273-16.0156L110.791 4.6875L132.91 26.9531C133.594 27.6855 134.473 28.0273 135.449 28.0273C137.744 28.0273 139.355 26.5137 139.355 24.2676C139.355 23.2422 139.014 22.2656 138.281 21.5332L115.967-0.78125L95.3125-20.8984L116.309-19.9219L131.348-19.9219C133.447-19.9219 135.107-21.4355 135.156-23.6328C135.156-25.7812 133.545-27.2949 131.348-27.2949L90.5273-27.2949C86.4746-27.2949 84.0332-24.8535 84.0332-20.8008L84.0332 19.9707C84.0332 22.0703 85.5469 23.7305 87.7441 23.7305Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 778.517 1556)">
<path d="M22.9492-43.5547L64.6973-43.5547C66.9434-43.5547 68.4082-45.0195 68.4082-47.2656L68.4082-89.0137C68.4082-90.2344 67.627-91.2109 66.3574-91.2109C65.0879-91.2109 64.2578-90.2832 64.2578-89.0137L64.2578-70.0195L64.8438-49.8535L41.748-72.998L19.6289-95.2637C19.2383-95.7031 18.75-95.8984 18.2129-95.8984C16.8945-95.8984 16.0645-95.0684 16.0645-93.75C16.0645-93.2129 16.2598-92.7246 16.6992-92.2852L39.1113-69.873L62.1582-47.0703L41.9434-47.7539L22.9492-47.7539C21.7773-47.7539 20.8008-46.9238 20.752-45.6543C20.752-44.3848 21.6309-43.5547 22.9492-43.5547ZM87.6465 24.5605C88.916 24.5605 89.7461 23.6816 89.7461 22.4121L89.7461 0.439453L89.209-19.7266L112.256 3.41797L136.133 27.4902C136.572 27.8809 137.061 28.0762 137.598 28.0762C138.867 28.0762 139.746 27.2461 139.746 25.9766C139.746 25.4395 139.551 24.9023 139.111 24.5117L114.941 0.292969L91.8457-22.5098L112.061-21.8262L134.033-21.8262C135.205-21.8262 136.182-22.6562 136.23-23.9258C136.23-25.1953 135.352-26.0254 134.033-26.0254L89.3066-26.0254C87.0605-26.0254 85.5957-24.5605 85.5957-22.3145L85.5957 22.4121C85.5957 23.584 86.377 24.5605 87.6465 24.5605Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 481.708 1556)">
<path d="M21.9238-44.043L65.1855-44.043C66.5527-44.043 67.4805-44.9707 67.4805-46.3379L67.4805-89.5996C67.4805-90.332 67.0898-90.9668 66.3086-90.9668C65.4785-90.9668 64.9902-90.4297 64.9902-89.5996L64.9902-67.5293L65.3809-47.8027L40.918-72.2168L18.1641-95.0684C17.9199-95.3125 17.627-95.459 17.334-95.459C16.5039-95.459 16.0645-94.9707 16.0645-94.1895C16.0645-93.8965 16.1621-93.6035 16.4062-93.3594L39.502-70.2637L63.8184-46.0449L43.9941-46.6309L21.9238-46.6309C21.2891-46.6309 20.6543-46.1426 20.5566-45.3125C20.5566-44.4824 21.1426-44.043 21.9238-44.043ZM87.5977 25C88.4277 25 88.916 24.4629 88.916 23.6328L88.916-1.9043L88.5254-21.6309L112.988 2.7832L137.842 27.7344C138.086 27.9785 138.379 28.125 138.672 28.125C139.453 28.125 139.941 27.6367 139.941 26.8555C139.941 26.5625 139.795 26.2695 139.551 26.0254L114.404 0.878906L90.0879-23.3887L109.912-22.8027L135.449-22.8027C136.084-22.8027 136.719-23.291 136.816-24.0723C136.816-24.9023 136.23-25.3906 135.449-25.3906L88.7207-25.3906C87.4023-25.3906 86.4258-24.4141 86.4258-23.0957L86.4258 23.6328C86.4258 24.3652 86.8164 25 87.5977 25Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2869.02 1126)">
<path d="M21.4844-35.5469L48.4863-35.5469C57.0312-35.5469 62.0117-40.4785 62.0117-49.0234L62.0117-74.1699C62.0117-79.541 57.8613-83.252 52.4414-83.252C47.0215-83.252 42.8711-79.541 42.8711-74.1699L42.8711-73.3887L44.043-66.8457L39.9902-71.2402L30.7617-80.5176C28.9062-82.3242 26.4648-83.3008 23.877-83.3008C18.0176-83.3008 14.1113-79.0039 14.1113-73.1445C14.1113-70.7031 15.2344-68.5547 17.041-66.7969L26.3672-57.5195L30.7129-53.5156L23.877-54.6875L21.4844-54.6875C16.0645-54.6875 12.3535-50.5371 12.3535-45.1172C12.3535-39.6484 16.0645-35.5469 21.4844-35.5469ZM76.3672 13.0859C81.7871 13.0859 85.9375 9.375 85.9375 3.95508L85.9375 3.22266L84.7656-3.32031L88.8184 1.02539L98.0469 10.3027C99.8535 12.1582 102.344 13.0859 104.883 13.0859C110.742 13.0859 114.648 8.78906 114.648 2.92969C114.648 0.488281 113.525-1.66016 111.768-3.41797L102.393-12.6953L98.0469-16.6992L104.883-15.5273L107.324-15.5273C112.695-15.5273 116.406-19.6777 116.406-25.0977C116.406-30.5664 112.695-34.668 107.324-34.668L80.2734-34.668C71.7285-34.668 66.7969-29.6875 66.7969-21.1426L66.7969 3.95508C66.7969 9.375 70.9473 13.0859 76.3672 13.0859Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2573.33 1126)">
<path d="M21.4355-36.5723L48.4863-36.5723C56.1523-36.5723 60.6445-41.0645 60.6445-48.7305L60.6445-74.3164C60.6445-79.0527 57.0312-82.373 52.2461-82.373C47.5098-82.373 43.8965-79.1016 43.8965-74.3164L43.8965-72.8027L45.0195-63.7695L38.8672-70.3125L28.3203-80.957C26.709-82.5684 24.5605-83.3984 22.3145-83.3984C17.1875-83.3984 13.7207-79.6875 13.7207-74.5605C13.7207-72.3633 14.6973-70.459 16.2598-68.8965L26.9531-58.252L33.4961-52.1973L24.2188-53.3203L21.4355-53.3203C16.6504-53.3203 13.3789-49.707 13.3789-44.9707C13.3789-40.1367 16.6504-36.5723 21.4355-36.5723ZM74.4141 12.2559C79.1504 12.2559 82.7637 8.98438 82.7637 4.19922L82.7637 2.53906L81.5918-6.44531L87.7441 0.0488281L98.4375 10.791C100 12.4023 102.148 13.2324 104.395 13.2324C109.521 13.2324 112.988 9.52148 112.988 4.39453C112.988 2.24609 112.012 0.292969 110.449-1.2207L99.707-11.9629L93.1641-18.0664L102.441-16.8945L105.371-16.8945C110.107-16.8945 113.428-20.5078 113.428-25.293C113.428-30.0781 110.107-33.6426 105.371-33.6426L78.1738-33.6426C70.5078-33.6426 66.0156-29.1992 66.0156-21.4844L66.0156 4.19922C66.0156 8.93555 69.6289 12.2559 74.4141 12.2559Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2277.77 1126)">
<path d="M21.3379-37.7441L48.4375-37.7441C55.1758-37.7441 59.082-41.6992 59.082-48.4375L59.082-74.5117C59.082-78.5156 56.0547-81.3477 52.0508-81.3477C48.0469-81.3477 45.0684-78.5156 45.0684-74.5117L45.0684-72.1191L46.1426-60.3027L37.6953-69.2871L25.5859-81.4941C24.2188-82.8125 22.4609-83.4961 20.5566-83.4961C16.2598-83.4961 13.2812-80.4688 13.2812-76.123C13.2812-74.2676 14.0625-72.6074 15.4297-71.2891L27.5879-59.1309L36.5723-50.6836L24.6094-51.8066L21.3379-51.8066C17.334-51.8066 14.502-48.7793 14.502-44.7754C14.502-40.7227 17.334-37.7441 21.3379-37.7441ZM72.2168 11.377C76.2207 11.377 79.1992 8.54492 79.1992 4.54102L79.1992 1.80664L78.125-9.96094L86.5723-1.02539L98.877 11.377C100.195 12.6953 101.953 13.3789 103.857 13.3789C108.154 13.3789 111.133 10.3516 111.133 6.05469C111.133 4.15039 110.352 2.49023 109.033 1.17188L96.6797-11.1328L87.6953-19.5801L99.6582-18.5059L103.174-18.5059C107.178-18.5059 110.059-21.4844 110.059-25.4883C110.059-29.541 107.227-32.5195 103.174-32.5195L75.8301-32.5195C69.0918-32.5195 65.1855-28.6133 65.1855-21.8262L65.1855 4.54102C65.1855 8.49609 68.2129 11.377 72.2168 11.377Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1981.84 1126)">
<path d="M21.2891-38.5742L48.3887-38.5742C54.4922-38.5742 58.0566-42.0898 58.0566-48.1934L58.0566-74.6582C58.0566-78.125 55.4199-80.6641 51.9043-80.6641C48.4375-80.6641 45.8496-78.1738 45.8496-74.6582L45.8496-71.6309L46.9238-57.959L36.8652-68.5547L23.6816-81.8359C22.5098-83.0078 20.9961-83.5938 19.3848-83.5938C15.625-83.5938 12.9883-81.0059 12.9883-77.2461C12.9883-75.5859 13.6719-74.0723 14.8438-72.9492L28.0762-59.7168L38.6719-49.6582L24.8535-50.7324L21.2891-50.7324C17.8223-50.7324 15.2832-48.1445 15.2832-44.6777C15.2832-41.1133 17.8223-38.5742 21.2891-38.5742ZM70.7031 10.7422C74.1699 10.7422 76.7578 8.25195 76.7578 4.73633L76.7578 1.31836L75.6836-12.3535L85.791-1.75781L99.1699 11.7188C100.342 12.9395 101.855 13.5254 103.467 13.5254C107.227 13.5254 109.863 10.8887 109.863 7.17773C109.863 5.51758 109.18 4.00391 108.008 2.83203L94.5801-10.5957L83.9355-20.6055L97.7539-19.5801L101.709-19.5801C105.176-19.5801 107.715-22.1191 107.715-25.6348C107.715-29.1504 105.176-31.7383 101.709-31.7383L74.2188-31.7383C68.1152-31.7383 64.5996-28.1738 64.5996-22.0703L64.5996 4.73633C64.5996 8.20312 67.1875 10.7422 70.7031 10.7422Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1685.74 1126)">
<path d="M21.2891-39.1602L48.3887-39.1602C54.0039-39.1602 57.2754-42.4316 57.2754-48.0469L57.2754-74.7559C57.2754-77.832 54.9316-80.127 51.8066-80.127C48.7305-80.127 46.4844-77.8809 46.4844-74.7559L46.4844-71.2891L47.5098-56.1523L36.2305-68.0176L22.2656-82.0801C21.2402-83.1543 19.9219-83.6426 18.457-83.6426C15.1367-83.6426 12.7441-81.3965 12.7441-78.0762C12.7441-76.5625 13.3301-75.1953 14.4043-74.1699L28.418-60.1562L40.2832-48.877L25.0488-49.9023L21.2891-49.9023C18.1641-49.9023 15.8691-47.7051 15.8691-44.5801C15.8691-41.4551 18.1641-39.1602 21.2891-39.1602ZM69.5801 10.2539C72.6562 10.2539 74.9023 8.00781 74.9023 4.88281L74.9023 0.927734L73.877-14.1602L85.1562-2.29492L99.4141 12.0117C100.391 13.0859 101.758 13.5742 103.174 13.5742C106.494 13.5742 108.887 11.3281 108.887 8.00781C108.887 6.49414 108.301 5.17578 107.275 4.10156L92.9688-10.1562L81.1035-21.4355L96.3379-20.4102L100.537-20.4102C103.662-20.4102 105.957-22.6562 105.957-25.7324C105.957-28.9062 103.662-31.1523 100.537-31.1523L72.998-31.1523C67.3828-31.1523 64.1113-27.8809 64.1113-22.2656L64.1113 4.88281C64.1113 7.95898 66.4551 10.2539 69.5801 10.2539Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1389.81 1126)">
<path d="M21.2402-39.9414L48.3398-39.9414C53.3203-39.9414 56.2012-42.8711 56.2012-47.8516L56.2012-74.9023C56.2012-77.4414 54.2969-79.4434 51.709-79.4434C49.1211-79.4434 47.2656-77.4902 47.2656-74.9023L47.2656-70.8008L48.291-53.7598L35.4004-67.2852L20.4102-82.4219C19.5801-83.3008 18.457-83.7402 17.2852-83.7402C14.502-83.7402 12.4512-81.8848 12.4512-79.1504C12.4512-77.8809 12.9395-76.6602 13.8184-75.7812L28.8574-60.7422L42.3828-47.9004L25.3418-48.877L21.2402-48.877C18.6523-48.877 16.6504-47.0703 16.6504-44.4336C16.6504-41.8457 18.6035-39.9414 21.2402-39.9414ZM68.0664 9.61914C70.6543 9.61914 72.5098 7.71484 72.5098 5.07812L72.5098 0.439453L71.4844-16.5527L84.375-3.02734L99.707 12.4023C100.537 13.2812 101.611 13.7207 102.832 13.7207C105.566 13.7207 107.617 11.8652 107.617 9.13086C107.617 7.86133 107.178 6.64062 106.299 5.76172L90.918-9.61914L77.3438-22.4609L94.4336-21.4844L99.0723-21.4844C101.66-21.4844 103.662-23.291 103.662-25.8789C103.662-28.5156 101.709-30.3711 99.0723-30.3711L71.4355-30.3711C66.4551-30.3711 63.5742-27.4902 63.5742-22.5098L63.5742 5.07812C63.5742 7.66602 65.4297 9.61914 68.0664 9.61914Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1092.98 1126)">
<path d="M19.9219-40.625L49.0234-40.625C52.7832-40.625 54.9805-42.8223 54.9805-46.582L54.9805-75.6836C54.9805-77.5879 53.6133-79.1504 51.6113-79.1504C49.6094-79.1504 48.2422-77.6855 48.2422-75.6836L48.2422-67.5293L49.0234-51.0254L34.2285-66.2598L18.457-82.1777C17.8223-82.8613 16.9922-83.1543 16.0645-83.1543C13.9648-83.1543 12.4512-81.7871 12.4512-79.6875C12.4512-78.7598 12.793-77.832 13.4766-77.1973L29.3945-61.2305L44.5801-46.582L28.0273-47.3633L19.9219-47.3633C17.9688-47.3633 16.4551-45.9961 16.4062-43.9941C16.4062-41.9922 17.9199-40.625 19.9219-40.625ZM68.0176 10.2051C69.9707 10.2051 71.3867 8.74023 71.3867 6.73828L71.3867-2.58789L70.6055-19.0918L85.3516-3.90625L101.904 12.7441C102.539 13.4277 103.369 13.7695 104.248 13.7695C106.348 13.7695 107.861 12.4023 107.861 10.3027C107.861 9.32617 107.52 8.44727 106.885 7.76367L90.2344-8.88672L75-23.584L91.5527-22.7539L100.879-22.7539C102.832-22.7539 104.346-24.1211 104.395-26.123C104.395-28.125 102.881-29.541 100.879-29.541L70.6055-29.541C66.8457-29.541 64.5996-27.2949 64.5996-23.5352L64.5996 6.73828C64.5996 8.69141 66.0156 10.2051 68.0176 10.2051Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 796.095 1126)">
<path d="M18.2129-41.4551L49.9023-41.4551C52.0508-41.4551 53.418-42.8223 53.418-44.9707L53.418-76.6602C53.418-77.7832 52.6367-78.7109 51.4648-78.7109C50.293-78.7109 49.5117-77.8809 49.5117-76.6602L49.5117-63.2324L50-47.4121L32.7148-64.8438L15.8691-81.8359C15.4785-82.2266 14.9902-82.4219 14.502-82.4219C13.2812-82.4219 12.4512-81.6406 12.4512-80.4199C12.4512-79.8828 12.6465-79.3945 13.0371-79.0039L30.127-61.9141L47.5098-44.8242L31.6406-45.4102L18.2129-45.4102C17.0898-45.4102 16.2109-44.6289 16.1621-43.457C16.1621-42.2363 16.9922-41.4551 18.2129-41.4551ZM67.9688 10.9375C69.1406 10.9375 69.9219 10.1074 69.9219 8.88672L69.9219-6.64062L69.4336-22.4121L86.6699-5.0293L104.834 13.2324C105.176 13.623 105.664 13.8184 106.152 13.8184C107.373 13.8184 108.203 13.0371 108.203 11.8164C108.203 11.2793 108.008 10.791 107.617 10.4004L89.3066-7.91016L71.9238-25.0488L87.793-24.4141L103.32-24.4141C104.395-24.4141 105.322-25.1953 105.371-26.416C105.371-27.5879 104.492-28.3691 103.32-28.3691L69.4824-28.3691C67.3828-28.3691 66.0156-27.0508 66.0156-24.9023L66.0156 8.88672C66.0156 10.0098 66.748 10.9375 67.9688 10.9375Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 499.286 1126)">
<path d="M17.2852-41.8945L50.3906-41.8945C51.709-41.8945 52.5879-42.8223 52.5879-44.0918L52.5879-77.1973C52.5879-77.8809 52.1973-78.5156 51.416-78.5156C50.6348-78.5156 50.1465-77.9785 50.1465-77.1973L50.1465-60.9863L50.4883-45.5566L31.9336-64.1113L14.502-81.6895C14.3066-81.9336 14.0137-82.0312 13.6719-82.0312C12.9395-82.0312 12.4512-81.543 12.4512-80.8105C12.4512-80.5176 12.5488-80.1758 12.793-79.9805L30.4688-62.2559L48.9746-43.8965L33.4961-44.3848L17.2852-44.3848C16.6504-44.3848 16.0645-43.9453 16.0156-43.1641C16.0156-42.3828 16.5039-41.8945 17.2852-41.8945ZM67.9199 11.3281C68.7012 11.3281 69.1895 10.791 69.1895 10.0098L69.1895-8.69141L68.7988-24.1211L87.3535-5.56641L106.299 13.4766C106.543 13.7207 106.836 13.8672 107.129 13.8672C107.91 13.8672 108.398 13.3789 108.398 12.5977C108.398 12.3047 108.252 12.0117 108.008 11.7676L88.8184-7.42188L70.3613-25.7812L85.8398-25.293L104.541-25.293C105.176-25.293 105.811-25.7812 105.859-26.5625C105.859-27.3438 105.322-27.7832 104.541-27.7832L68.9453-27.7832C67.627-27.7832 66.748-26.9043 66.748-25.5859L66.748 10.0098C66.748 10.7422 67.1387 11.3281 67.9199 11.3281Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2883.03 696)">
<path d="M16.8457-35.5469L37.9883-35.5469C44.6289-35.5469 48.4863-39.4043 48.4863-46.0449L48.4863-65.7227C48.4863-69.9219 45.2637-72.8027 41.0645-72.8027C36.8652-72.8027 33.6426-69.9219 33.6426-65.7227L33.6426-65.1367L34.5703-59.8145L31.25-63.3789L23.9258-70.752C22.5098-72.168 20.6055-72.9004 18.6035-72.9004C14.0625-72.9004 11.0352-69.5801 11.0352-65.0391C11.0352-63.1348 11.9141-61.4746 13.2812-60.1074L20.7031-52.7344L24.2676-49.4629L18.7012-50.3906L16.8457-50.3906C12.6465-50.3906 9.76562-47.168 9.76562-42.9688C9.76562-38.7207 12.6465-35.5469 16.8457-35.5469ZM59.668 2.53906C63.8672 2.53906 67.0898-0.341797 67.0898-4.54102L67.0898-5.12695L66.1621-10.4492L69.4824-6.88477L76.8066 0.488281C78.2227 1.9043 80.127 2.63672 82.1289 2.63672C86.6699 2.63672 89.6973-0.683594 89.6973-5.22461C89.6973-7.12891 88.8184-8.78906 87.4512-10.1562L80.0293-17.5293L76.4648-20.8008L82.0312-19.873L83.8867-19.873C88.0859-19.873 90.9668-23.0957 90.9668-27.2949C90.9668-31.543 88.0859-34.7168 83.8867-34.7168L62.7441-34.7168C56.1035-34.7168 52.2461-30.8594 52.2461-24.2188L52.2461-4.54102C52.2461-0.341797 55.4688 2.53906 59.668 2.53906Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2587.13 696)">
<path d="M16.9434-36.2793L37.8906-36.2793C44.043-36.2793 47.5586-39.8438 47.5586-45.9473L47.5586-65.7715C47.5586-69.5312 44.7266-72.168 40.9668-72.168C37.207-72.168 34.3262-69.5312 34.3262-65.7715L34.3262-65.0391L35.2539-57.7637L30.5664-62.793L22.2656-71.1426C20.9961-72.4121 19.3359-73.0469 17.5293-73.0469C13.4766-73.0469 10.7422-70.1172 10.7422-66.0645C10.7422-64.3066 11.5234-62.793 12.7441-61.5723L21.0938-53.2715L26.123-48.584L18.6523-49.5117L16.9434-49.5117C13.1836-49.5117 10.5469-46.6797 10.5469-42.8711C10.5469-39.1113 13.1836-36.2793 16.9434-36.2793ZM58.2031 1.85547C61.9141 1.85547 64.7949-0.732422 64.7949-4.49219L64.7949-5.27344L63.8672-12.5488L68.5547-7.51953L76.8555 0.830078C78.125 2.09961 79.834 2.73438 81.5918 2.73438C85.6445 2.73438 88.4277-0.195312 88.4277-4.24805C88.4277-5.95703 87.6465-7.4707 86.377-8.74023L78.0273-17.041L72.998-21.7285L80.4688-20.8008L82.1777-20.8008C85.9863-20.8008 88.5742-23.6328 88.5742-27.4414C88.5742-31.2012 85.9863-34.0332 82.1777-34.0332L61.2305-34.0332C55.127-34.0332 51.5625-30.4688 51.5625-24.3652L51.5625-4.49219C51.5625-0.78125 54.3945 1.85547 58.2031 1.85547Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2291.3 696)">
<path d="M17.041-37.1094L37.793-37.1094C43.3594-37.1094 46.582-40.2832 46.582-45.8984L46.582-65.8203C46.582-69.0918 44.0918-71.4355 40.8203-71.4355C37.5488-71.4355 35.1074-69.0918 35.1074-65.8203L35.1074-64.8926L36.0352-55.4688L29.7852-62.1094L20.4102-71.5332C19.3359-72.6562 17.9199-73.1934 16.3574-73.1934C12.8418-73.1934 10.4004-70.7031 10.4004-67.1875C10.4004-65.6738 11.0352-64.3066 12.1094-63.2324L21.5332-53.8574L28.2227-47.6074L18.6035-48.5352L17.041-48.5352C13.7695-48.5352 11.4746-46.0938 11.4746-42.8223C11.4746-39.502 13.7695-37.1094 17.041-37.1094ZM56.4941 1.07422C59.7656 1.07422 62.207-1.2207 62.207-4.49219L62.207-5.46875L61.3281-14.9414L67.5781-8.25195L76.9531 1.2207C78.0273 2.29492 79.4434 2.88086 81.0059 2.88086C84.5215 2.88086 86.9629 0.390625 86.9629-3.125C86.9629-4.6875 86.3281-6.05469 85.2051-7.12891L75.7812-16.5039L69.0918-22.7539L78.7109-21.875L80.3223-21.875C83.5938-21.875 85.9375-24.2676 85.9375-27.5391C85.9375-30.8594 83.5938-33.3008 80.3223-33.3008L59.5703-33.3008C54.0039-33.3008 50.7812-30.0781 50.7812-24.5117L50.7812-4.49219C50.7812-1.2207 53.2227 1.07422 56.4941 1.07422Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1995.2 696)">
<path d="M17.1387-37.6465L37.6953-37.6465C42.8711-37.6465 45.8496-40.625 45.8496-45.8008L45.8496-65.8691C45.8496-68.75 43.6523-70.8984 40.7227-70.8984C37.793-70.8984 35.6445-68.7988 35.6445-65.8691L35.6445-64.8438L36.5234-53.8574L29.248-61.6699L19.1406-71.8262C18.2129-72.8027 16.8945-73.291 15.5273-73.291C12.4023-73.291 10.1562-71.1426 10.1562-68.0176C10.1562-66.6016 10.7422-65.332 11.7188-64.3555L21.8262-54.248L29.6387-46.9727L18.6035-47.8516L17.1387-47.8516C14.209-47.8516 12.0605-45.7031 12.0605-42.7734C12.0605-39.7949 14.209-37.6465 17.1387-37.6465ZM55.3711 0.585938C58.252 0.585938 60.4492-1.51367 60.4492-4.44336L60.4492-5.56641L59.5215-16.5527L66.8457-8.74023L76.9531 1.46484C77.9297 2.44141 79.1992 2.92969 80.5664 2.92969C83.7402 2.92969 85.9375 0.78125 85.9375-2.39258C85.9375-3.75977 85.4004-5.0293 84.4238-6.00586L74.2676-16.1621L66.4062-23.4375L77.4902-22.5586L79.0039-22.5586C81.9336-22.5586 84.082-24.707 84.082-27.6367C84.082-30.6152 81.9336-32.7637 79.0039-32.7637L58.3984-32.7637C53.2227-32.7637 50.2441-29.7852 50.2441-24.6094L50.2441-4.44336C50.2441-1.5625 52.4414 0.585938 55.3711 0.585938Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1698.95 696)">
<path d="M17.1875-38.0859L37.6465-38.0859C42.5293-38.0859 45.3125-40.8691 45.3125-45.752L45.3125-65.918C45.3125-68.5547 43.3105-70.5078 40.6738-70.5078C37.9883-70.5078 36.0352-68.6035 36.0352-65.918L36.0352-64.7461L36.9629-52.6367L28.8086-61.3281L18.2129-72.0215C17.334-72.9492 16.1621-73.3887 14.9414-73.3887C12.0605-73.3887 10.0098-71.4355 10.0098-68.6035C10.0098-67.2852 10.498-66.1133 11.377-65.1855L22.0703-54.541L30.7617-46.4355L18.5547-47.3145L17.1875-47.3145C14.502-47.3145 12.5488-45.4102 12.5488-42.7246C12.5488-40.0391 14.502-38.0859 17.1875-38.0859ZM54.4922 0.146484C57.1289 0.146484 59.082-1.75781 59.082-4.44336L59.082-5.66406L58.2031-17.7734L66.3086-9.13086L77.002 1.66016C77.8809 2.58789 79.0039 3.02734 80.2734 3.02734C83.1055 3.02734 85.2051 1.07422 85.2051-1.80664C85.2051-3.07617 84.7168-4.29688 83.7891-5.17578L73.0957-15.8691L64.4043-23.9746L76.5625-23.0957L78.0273-23.0957C80.7129-23.0957 82.666-25.0488 82.7148-27.7344C82.7148-30.4199 80.7129-32.373 78.0273-32.373L57.5195-32.373C52.6367-32.373 49.8047-29.541 49.8047-24.6582L49.8047-4.44336C49.8047-1.80664 51.8066 0.146484 54.4922 0.146484Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1402.85 696)">
<path d="M17.2852-38.623L37.5488-38.623C42.041-38.623 44.6289-41.2109 44.6289-45.7031L44.6289-65.918C44.6289-68.2129 42.9199-70.0195 40.5762-70.0195C38.2812-70.0195 36.5723-68.2617 36.5723-65.918L36.5723-64.6973L37.4512-51.0742L28.2715-60.8887L16.9434-72.3145C16.1621-73.1445 15.1855-73.4863 14.1113-73.4863C11.6211-73.4863 9.76562-71.875 9.76562-69.3848C9.76562-68.2129 10.2051-67.1387 10.9863-66.3086L22.3633-54.9805L32.1777-45.8008L18.5547-46.6309L17.2852-46.6309C14.9414-46.6309 13.1348-45.0195 13.1348-42.6758C13.1348-40.332 14.9414-38.623 17.2852-38.623ZM53.3691-0.341797C55.6641-0.341797 57.3242-2.09961 57.3242-4.44336L57.3242-5.81055L56.4453-19.3848L65.625-9.61914L77.0508 1.9043C77.7832 2.68555 78.8086 3.07617 79.8828 3.07617C82.3242 3.07617 84.2285 1.46484 84.2285-1.02539C84.2285-2.19727 83.7891-3.27148 83.0078-4.10156L71.582-15.5273L61.7676-24.707L75.3906-23.8281L76.7578-23.8281C79.1016-23.8281 80.8594-25.4883 80.8594-27.832C80.8594-30.1758 79.1016-31.8359 76.7578-31.8359L56.3477-31.8359C51.8555-31.8359 49.2676-29.248 49.2676-24.7559L49.2676-4.44336C49.2676-2.14844 51.0254-0.341797 53.3691-0.341797Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1106.04 696)">
<path d="M16.1133-39.209L38.1348-39.209C41.5527-39.209 43.5547-41.2109 43.5547-44.6289L43.5547-66.6016C43.5547-68.3594 42.2852-69.7266 40.4785-69.7266C38.7207-69.7266 37.4023-68.4082 37.4023-66.6016L37.4023-61.7676L38.1348-48.6816L27.2949-59.9121L15.1855-72.1191C14.6484-72.7051 13.8672-72.998 13.0859-72.998C11.1816-72.998 9.76562-71.7773 9.76562-69.873C9.76562-68.9941 10.1074-68.1641 10.6934-67.5781L22.8516-55.4199L34.1309-44.6289L20.9473-45.3125L16.1133-45.3125C14.3555-45.3125 12.9883-44.0918 12.9395-42.2852C12.9395-40.4785 14.3066-39.209 16.1133-39.209ZM53.3203 0.146484C55.0781 0.146484 56.3477-1.17188 56.3477-2.97852L56.3477-8.49609L55.6641-21.6309L66.5039-10.3516L79.0039 2.24609C79.5898 2.83203 80.3223 3.125 81.1523 3.125C83.0566 3.125 84.4238 1.9043 84.4238 0C84.4238-0.878906 84.1309-1.70898 83.4961-2.29492L70.9473-14.8438L59.668-25.6836L72.8516-24.9512L78.3691-24.9512C80.127-24.9512 81.4941-26.2207 81.543-28.0273C81.543-29.834 80.1758-31.1035 78.3691-31.1035L55.6152-31.1035C52.1973-31.1035 50.2441-29.1016 50.2441-25.6836L50.2441-2.97852C50.2441-1.2207 51.5137 0.146484 53.3203 0.146484Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 809.181 696)">
<path d="M14.5996-39.9414L38.9648-39.9414C40.918-39.9414 42.1387-41.1621 42.1387-43.1641L42.1387-67.4805C42.1387-68.5547 41.4551-69.3848 40.3809-69.3848C39.2578-69.3848 38.5254-68.6035 38.5254-67.4805L38.5254-57.959L39.0137-45.459L25.9277-58.6914L12.9395-71.8262C12.5977-72.168 12.1582-72.3633 11.6699-72.3633C10.5469-72.3633 9.76562-71.6309 9.76562-70.5078C9.76562-70.0195 9.96094-69.5312 10.3027-69.1895L23.4863-56.0059L36.6699-43.0664L24.1211-43.6035L14.5996-43.6035C13.5742-43.6035 12.7441-42.8711 12.6953-41.7969C12.6953-40.6738 13.5254-39.9414 14.5996-39.9414ZM53.2715 0.78125C54.3457 0.78125 55.0781 0 55.0781-1.07422L55.0781-12.0605L54.6387-24.5605L67.6758-11.3281L81.5918 2.63672C81.9336 3.02734 82.373 3.17383 82.8125 3.17383C83.9355 3.17383 84.7168 2.44141 84.7168 1.31836C84.7168 0.830078 84.5215 0.390625 84.1797 0.0488281L70.166-14.0137L56.9336-26.9531L69.4824-26.4648L80.4688-26.4648C81.4941-26.4648 82.3242-27.1484 82.373-28.2715C82.373-29.3457 81.5918-30.0781 80.4688-30.0781L54.6875-30.0781C52.6855-30.0781 51.4648-28.8574 51.4648-26.8555L51.4648-1.07422C51.4648-0.0488281 52.1484 0.78125 53.2715 0.78125Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 512.397 696)">
<path d="M13.8184-40.332L39.3555-40.332C40.625-40.332 41.4062-41.1621 41.4062-42.4316L41.4062-67.9688C41.4062-68.6523 41.0156-69.1895 40.2832-69.1895C39.5996-69.1895 39.1113-68.7012 39.1113-67.9688L39.1113-56.0059L39.4531-43.8477L25.2441-58.0566L11.7676-71.6797C11.5234-71.875 11.2305-72.0215 10.9375-72.0215C10.2051-72.0215 9.76562-71.5332 9.76562-70.8008C9.76562-70.5566 9.86328-70.2637 10.1074-70.0195L23.7793-56.3477L37.9883-42.2852L25.7324-42.6758L13.8184-42.6758C13.1836-42.6758 12.6465-42.2363 12.5977-41.5039C12.5977-40.7715 13.0859-40.332 13.8184-40.332ZM53.2227 1.12305C53.9551 1.12305 54.3945 0.634766 54.3945-0.0976562L54.3945-13.8672L54.1016-26.0742L68.2617-11.8652L82.9102 2.88086C83.1055 3.125 83.3984 3.22266 83.6914 3.22266C84.4238 3.22266 84.8633 2.7832 84.8633 2.05078C84.8633 1.75781 84.7656 1.46484 84.5215 1.2207L69.7266-13.5742L55.5664-27.6367L67.7734-27.1973L81.5918-27.1973C82.2266-27.1973 82.7637-27.6855 82.8125-28.3691C82.8125-29.1016 82.3242-29.541 81.5918-29.541L54.1504-29.541C52.9297-29.541 52.0996-28.7598 52.0996-27.4902L52.0996-0.0976562C52.0996 0.585938 52.4902 1.12305 53.2227 1.12305Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 46 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.arrow.right.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 129-->
<!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: "uni10012B.medium", point size: 100.000000, font version: "Version 16.0d9e1", template writer version: "8"-->
<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.62305 C 9.69727 -3.62305 9.9707 -3.93555 9.9707 -4.45312 L 9.9707 -6.31836 L 12.002 -6.31836 C 12.5 -6.31836 12.832 -6.57227 12.832 -7.04102 C 12.832 -7.51953 12.5195 -7.7832 12.002 -7.7832 L 9.9707 -7.7832 L 9.9707 -9.81445 C 9.9707 -10.332 9.69727 -10.6543 9.22852 -10.6543 C 8.75977 -10.6543 8.50586 -10.3125 8.50586 -9.81445 L 8.50586 -7.7832 L 6.49414 -7.7832 C 5.97656 -7.7832 5.64453 -7.51953 5.64453 -7.04102 C 5.64453 -6.57227 5.99609 -6.31836 6.49414 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.45312 C 8.50586 -3.95508 8.75977 -3.62305 9.22852 -3.62305 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.61133 21.6699 -7.05078 C 21.6699 -12.5 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.5 1.74805 -7.05078 C 1.74805 -1.61133 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.6602 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6602 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6797 -2.66602 C 12.207 -2.66602 12.5098 -3.01758 12.5098 -3.59375 L 12.5098 -6.23047 L 15.3223 -6.23047 C 15.8691 -6.23047 16.25 -6.51367 16.25 -7.03125 C 16.25 -7.55859 15.8887 -7.86133 15.3223 -7.86133 L 12.5098 -7.86133 L 12.5098 -10.6836 C 12.5098 -11.25 12.207 -11.6113 11.6797 -11.6113 C 11.1621 -11.6113 10.8789 -11.2305 10.8789 -10.6836 L 10.8789 -7.86133 L 8.07617 -7.86133 C 7.50977 -7.86133 7.13867 -7.55859 7.13867 -7.03125 C 7.13867 -6.51367 7.5293 -6.23047 8.07617 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.59375 C 10.8789 -3.03711 11.1621 -2.66602 11.6797 -2.66602 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.66406 C 21.9336 5.66406 27.6953 -0.0976562 27.6953 -7.05078 C 27.6953 -14.0137 21.9238 -19.7754 14.9609 -19.7754 C 8.00781 -19.7754 2.25586 -14.0137 2.25586 -7.05078 C 2.25586 -0.0976562 8.01758 5.66406 14.9707 5.66406 Z M 14.9707 3.84766 C 8.93555 3.84766 4.08203 -1.01562 4.08203 -7.05078 C 4.08203 -13.0957 8.92578 -17.9492 14.9609 -17.9492 C 21.0059 -17.9492 25.8594 -13.0957 25.8691 -7.05078 C 25.8789 -1.01562 21.0156 3.84766 14.9707 3.84766 Z M 14.9414 -1.38672 C 15.5176 -1.38672 15.8594 -1.77734 15.8594 -2.38281 L 15.8594 -6.13281 L 19.7754 -6.13281 C 20.3711 -6.13281 20.7812 -6.46484 20.7812 -7.02148 C 20.7812 -7.59766 20.3906 -7.93945 19.7754 -7.93945 L 15.8594 -7.93945 L 15.8594 -11.8652 C 15.8594 -12.4805 15.5176 -12.8711 14.9414 -12.8711 C 14.375 -12.8711 14.0527 -12.4609 14.0527 -11.8652 L 14.0527 -7.93945 L 10.1465 -7.93945 C 9.53125 -7.93945 9.13086 -7.59766 9.13086 -7.02148 C 9.13086 -6.46484 9.55078 -6.13281 10.1465 -6.13281 L 14.0527 -6.13281 L 14.0527 -2.38281 C 14.0527 -1.79688 14.375 -1.38672 14.9414 -1.38672 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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M 3.31055 0.126953 C 3.82812 0.126953 4.08203 -0.0683594 4.26758 -0.605469 L 5.52734 -4.0625 L 11.2891 -4.0625 L 12.5488 -0.605469 C 12.7344 -0.0683594 12.9883 0.126953 13.4961 0.126953 C 14.0137 0.126953 14.3457 -0.185547 14.3457 -0.673828 C 14.3457 -0.839844 14.3164 -0.986328 14.2383 -1.20117 L 9.6582 -13.3887 C 9.43359 -13.9941 9.0332 -14.2871 8.4082 -14.2871 C 7.80273 -14.2871 7.39258 -13.9941 7.17773 -13.3984 L 2.59766 -1.19141 C 2.51953 -0.976562 2.49023 -0.830078 2.49023 -0.664062 C 2.49023 -0.175781 2.80273 0.126953 3.31055 0.126953 Z M 6.00586 -5.53711 L 8.37891 -12.1094 L 8.42773 -12.1094 L 10.8008 -5.53711 Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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.8418 1.86523 L 4.54102 3.57422 C 5.40039 4.44336 6.38672 4.38477 7.31445 3.35938 L 17.4902 -7.85156 C 17.7539 -7.76367 18.0273 -7.7832 18.3398 -7.8418 L 19.4043 -8.03711 L 20.0684 -7.36328 L 20.0293 -6.80664 C 19.9902 -6.30859 20.1172 -5.92773 20.6055 -5.44922 L 21.3672 -4.70703 C 21.8457 -4.22852 22.4609 -4.19922 22.9297 -4.66797 L 25.8398 -7.58789 C 26.3086 -8.05664 26.2891 -8.65234 25.8105 -9.13086 L 25.0391 -9.89258 C 24.5605 -10.3711 24.1895 -10.5273 23.7109 -10.4883 L 23.1348 -10.4395 L 22.4902 -11.0742 L 22.7344 -12.1973 C 22.8613 -12.7637 22.7051 -13.2031 22.1191 -13.7891 L 19.9219 -15.9766 C 16.582 -19.2969 12.1484 -19.2188 9.25781 -16.3281 C 8.83789 -15.918 8.80859 -15.3418 9.04297 -14.9512 C 9.27734 -14.5898 9.73633 -14.3555 10.3809 -14.5215 C 11.8457 -14.8633 13.3691 -14.9219 14.7949 -13.9844 L 14.209 -12.5293 C 14.0137 -12.0508 13.9844 -11.6504 14.1113 -11.2891 L 3.04688 -0.898438 C 2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523 Z M 10.752 -15.957 C 13.1836 -17.7344 16.4746 -17.4316 18.7012 -15.2051 L 21.1328 -12.793 C 21.3672 -12.5586 21.4062 -12.373 21.3379 -12.0312 L 21.0156 -10.5469 L 22.5195 -9.0625 L 23.5059 -9.12109 C 23.7598 -9.13086 23.8379 -9.11133 24.0332 -8.91602 L 24.6094 -8.33984 L 22.168 -5.89844 L 21.5918 -6.47461 C 21.3965 -6.66992 21.3672 -6.74805 21.377 -7.01172 L 21.4453 -7.98828 L 19.9512 -9.47266 L 18.4277 -9.21875 C 18.1055 -9.15039 17.959 -9.17969 17.7148 -9.41406 L 15.7129 -11.416 C 15.459 -11.6504 15.4297 -11.8164 15.5859 -12.1875 L 16.4648 -14.2773 C 14.9023 -15.7324 12.8711 -16.3574 10.8398 -15.7617 C 10.6836 -15.7227 10.625 -15.8496 10.752 -15.957 Z M 5.27344 2.30469 L 4.10156 1.14258 C 3.63281 0.683594 3.74023 0.341797 4.14062 -0.0195312 L 14.9512 -10.1953 L 16.416 -8.71094 L 6.42578 2.27539 C 6.07422 2.67578 5.74219 2.77344 5.27344 2.30469 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.2.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)">Requires Xcode 12 or greater</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)">Generated from arrow.right</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 1987)">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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1392.06" x2="1392.06" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1507.63" x2="1507.63" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2854.32 1556)">
<path d="M 142.09 -35.5469 C 142.09 -38.623 140.723 -41.9434 138.672 -43.9453 L 98.1934 -84.375 C 95.8496 -86.7188 93.0176 -87.9395 90.332 -87.9395 C 83.5449 -87.9395 79.0527 -83.3008 79.0527 -77.1484 C 79.0527 -73.6328 80.6152 -71.0449 82.7637 -68.9941 L 96.0938 -55.7129 L 106.299 -46.2891 L 93.2617 -46.9727 L 28.0762 -46.9727 C 20.8496 -46.9727 16.0645 -42.4316 16.0645 -35.5469 C 16.0645 -28.7109 20.8496 -24.1211 28.0762 -24.1211 L 93.2617 -24.1211 L 106.299 -24.8047 L 96.0938 -15.4297 L 82.7637 -2.19727 C 80.6152 -0.0976562 79.0527 2.44141 79.0527 6.00586 C 79.0527 12.1094 83.5449 16.748 90.332 16.748 C 93.0176 16.748 95.8496 15.5273 98.1934 13.2324 L 138.672 -27.1484 C 140.723 -29.1992 142.09 -32.4707 142.09 -35.5469 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2558.69 1556)">
<path d="M 139.941 -35.498 C 139.941 -38.1348 138.818 -40.9668 136.963 -42.7246 L 96.1426 -83.5449 C 94.043 -85.6445 91.6016 -86.6699 89.2578 -86.6699 C 83.4473 -86.6699 79.541 -82.666 79.541 -77.3438 C 79.541 -74.3652 80.8594 -72.0703 82.666 -70.3125 L 96.875 -56.0547 L 109.277 -44.6289 L 95.8496 -45.3613 L 26.3184 -45.3613 C 20.166 -45.3613 16.0645 -41.4062 16.0645 -35.498 C 16.0645 -29.5898 20.166 -25.6348 26.3184 -25.6348 L 95.8496 -25.6348 L 109.326 -26.3672 L 96.875 -14.9414 L 82.666 -0.732422 C 80.8594 1.07422 79.541 3.32031 79.541 6.29883 C 79.541 11.6211 83.4473 15.625 89.2578 15.625 C 91.6016 15.625 94.043 14.5996 96.0938 12.5977 L 136.963 -28.2227 C 138.818 -30.0293 139.941 -32.8125 139.941 -35.498 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2263.17 1556)">
<path d="M 137.549 -35.4004 C 137.549 -37.5977 136.621 -39.8438 135.059 -41.4062 L 93.8477 -82.6172 C 92.041 -84.375 90.0391 -85.2539 88.0371 -85.2539 C 83.3496 -85.2539 80.0781 -81.9336 80.0781 -77.5391 C 80.0781 -75.1465 81.1035 -73.2422 82.5684 -71.7773 L 97.8027 -56.4453 L 112.695 -42.7734 L 98.7305 -43.5059 L 24.4141 -43.5059 C 19.4336 -43.5059 16.0645 -40.2344 16.0645 -35.4004 C 16.0645 -30.6152 19.4336 -27.3438 24.4141 -27.3438 L 98.7305 -27.3438 L 112.695 -28.0762 L 97.8027 -14.3555 L 82.5684 0.927734 C 81.1035 2.39258 80.0781 4.29688 80.0781 6.68945 C 80.0781 11.084 83.3496 14.4043 88.0371 14.4043 C 90.0391 14.4043 91.9922 13.5254 93.7012 11.8652 L 135.059 -29.4434 C 136.621 -30.957 137.549 -33.2031 137.549 -35.4004 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1967.27 1556)">
<path d="M 135.938 -35.3516 C 135.938 -37.2559 135.156 -39.1113 133.74 -40.4297 L 92.2852 -81.9336 C 90.6738 -83.5449 88.9648 -84.2773 87.207 -84.2773 C 83.252 -84.2773 80.4688 -81.4453 80.4688 -77.6855 C 80.4688 -75.7324 81.25 -74.0234 82.5195 -72.8027 L 98.4375 -56.7383 L 114.99 -41.4551 L 100.732 -42.2363 L 23.0957 -42.2363 C 18.8965 -42.2363 16.0645 -39.4043 16.0645 -35.3516 C 16.0645 -31.2988 18.8965 -28.5156 23.0957 -28.5156 L 100.732 -28.5156 L 115.039 -29.248 L 98.4375 -13.9648 L 82.5195 2.05078 C 81.25 3.27148 80.4688 4.98047 80.4688 6.93359 C 80.4688 10.6934 83.252 13.5254 87.207 13.5254 C 88.9648 13.5254 90.625 12.793 92.0898 11.377 L 133.74 -30.2734 C 135.156 -31.5918 135.938 -33.4961 135.938 -35.3516 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1671.16 1556)">
<path d="M 134.717 -35.3027 C 134.717 -36.9629 133.984 -38.5254 132.764 -39.7461 L 91.0645 -81.4453 C 89.5996 -82.9102 88.1348 -83.4961 86.6211 -83.4961 C 83.2031 -83.4961 80.7617 -81.0547 80.7617 -77.7832 C 80.7617 -76.123 81.3965 -74.6582 82.4707 -73.5352 L 98.9258 -56.9824 L 116.748 -40.4785 L 102.246 -41.2598 L 22.0703 -41.2598 C 18.5547 -41.2598 16.0645 -38.8184 16.0645 -35.3027 C 16.0645 -31.8359 18.5547 -29.3945 22.0703 -29.3945 L 102.246 -29.3945 L 116.797 -30.1758 L 98.9258 -13.6719 L 82.4707 2.88086 C 81.3965 3.95508 80.7617 5.46875 80.7617 7.12891 C 80.7617 10.4004 83.2031 12.8418 86.6211 12.8418 C 88.1348 12.8418 89.5508 12.2559 90.8691 10.9863 L 132.764 -30.9082 C 133.984 -32.0801 134.717 -33.6914 134.717 -35.3027 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1375.28 1556)">
<path d="M 133.057 -35.2539 C 133.057 -36.5723 132.52 -37.793 131.445 -38.8184 L 89.502 -80.8105 C 88.2324 -82.0801 87.0605 -82.5195 85.791 -82.5195 C 83.1543 -82.5195 81.1035 -80.5664 81.1035 -77.9297 C 81.1035 -76.6602 81.543 -75.4395 82.4219 -74.5605 L 99.5117 -57.2266 L 119.043 -39.209 L 104.248 -39.9902 L 20.752 -39.9902 C 18.0176 -39.9902 16.0645 -38.0371 16.0645 -35.2539 C 16.0645 -32.5195 18.0176 -30.5176 20.752 -30.5176 L 104.248 -30.5176 L 119.092 -31.3477 L 99.5117 -13.2812 L 82.4219 4.00391 C 81.5918 4.88281 81.1035 6.15234 81.1035 7.42188 C 81.1035 10.0586 83.1543 12.0117 85.791 12.0117 C 87.0605 12.0117 88.1836 11.5234 89.2578 10.5469 L 131.445 -31.7383 C 132.52 -32.7148 133.057 -33.9355 133.057 -35.2539 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1078.57 1556)">
<path d="M 133.057 -35.2539 C 133.057 -36.2793 132.666 -37.1582 131.885 -37.8906 L 89.5996 -80.3711 C 88.4766 -81.4941 87.5977 -81.8359 86.6211 -81.8359 C 84.5703 -81.8359 83.0566 -80.3711 83.0566 -78.418 C 83.0566 -77.4414 83.3496 -76.5137 84.0332 -75.8301 L 105.273 -54.4434 L 122.51 -38.2324 L 108.203 -38.8184 L 19.5801 -38.8184 C 17.5781 -38.8184 16.0645 -37.3535 16.0645 -35.2539 C 16.0645 -33.2031 17.5781 -31.7383 19.5801 -31.7383 L 108.203 -31.7383 L 122.559 -32.3242 L 105.273 -16.0645 L 84.0332 5.32227 C 83.3984 5.9082 83.0566 6.88477 83.0566 7.86133 C 83.0566 9.81445 84.5703 11.3281 86.6211 11.3281 C 87.5977 11.3281 88.3789 10.9863 89.1602 10.2051 L 131.885 -32.6172 C 132.666 -33.3984 133.057 -34.2773 133.057 -35.2539 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 781.862 1556)">
<path d="M 133.057 -35.2539 C 133.057 -35.8398 132.861 -36.2793 132.422 -36.7188 L 89.7949 -79.7363 C 88.8184 -80.7617 88.2812 -80.957 87.6953 -80.957 C 86.4746 -80.957 85.6445 -80.0781 85.6445 -79.0039 C 85.6445 -78.418 85.791 -77.9297 86.1816 -77.5391 L 112.891 -50.7812 L 127.051 -36.9629 L 113.525 -37.207 L 18.0176 -37.207 C 16.9434 -37.207 16.0645 -36.377 16.0645 -35.2539 C 16.0645 -34.1309 16.9434 -33.3008 18.0176 -33.3008 L 113.525 -33.3008 L 127.051 -33.5449 L 112.891 -19.7266 L 86.1816 6.98242 C 85.8887 7.32422 85.6445 7.91016 85.6445 8.49609 C 85.6445 9.52148 86.4746 10.4004 87.6953 10.4004 C 88.2812 10.4004 88.6719 10.2051 89.1113 9.81445 L 132.422 -33.8379 C 132.861 -34.2285 133.057 -34.668 133.057 -35.2539 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 485.151 1556)">
<path d="M 133.057 -35.2539 C 133.057 -35.6445 132.959 -35.8398 132.715 -36.084 L 89.8438 -79.4434 C 89.0137 -80.3711 88.623 -80.4688 88.2324 -80.4688 C 87.4512 -80.4688 87.0117 -79.9316 87.0117 -79.3457 C 87.0117 -78.9551 87.0117 -78.6621 87.3047 -78.3691 L 116.797 -48.9258 L 129.297 -36.377 L 116.211 -36.4258 L 17.1875 -36.4258 C 16.6504 -36.4258 16.0645 -35.9375 16.0645 -35.2539 C 16.0645 -34.6191 16.6504 -34.1309 17.1875 -34.1309 L 116.211 -34.1309 L 129.297 -34.1797 L 116.797 -21.6309 L 87.3047 7.86133 C 87.1094 8.00781 87.0117 8.39844 87.0117 8.78906 C 87.0117 9.375 87.4512 9.96094 88.2324 9.96094 C 88.623 9.96094 88.8184 9.81445 89.0625 9.57031 L 132.715 -34.4238 C 132.959 -34.668 133.057 -34.9121 133.057 -35.2539 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2870.68 1126)">
<path d="M 112.988 -35.5957 C 112.988 -38.3301 111.768 -41.4062 110.01 -43.1641 L 78.9551 -74.2188 C 76.8555 -76.3184 74.2676 -77.4414 71.875 -77.4414 C 65.625 -77.4414 61.6699 -73.1934 61.6699 -67.7246 C 61.6699 -64.4531 63.1836 -62.1582 65.1367 -60.3027 L 76.416 -49.1211 L 80.3223 -45.5078 L 70.9473 -45.9473 L 23.4375 -45.9473 C 16.7969 -45.9473 12.4512 -41.8457 12.4512 -35.5957 C 12.4512 -29.3457 16.7969 -25.2441 23.4375 -25.2441 L 70.9473 -25.2441 L 80.3223 -25.6836 L 76.416 -22.0215 L 65.1367 -10.9375 C 63.1836 -9.0332 61.6699 -6.78711 61.6699 -3.51562 C 61.6699 2.00195 65.625 6.20117 71.875 6.20117 C 74.2676 6.20117 76.8555 5.07812 78.9551 2.97852 L 110.01 -28.0273 C 111.768 -29.7852 112.988 -32.8125 112.988 -35.5957 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2575.14 1126)">
<path d="M 110.645 -35.498 C 110.645 -37.8906 109.619 -40.4785 108.057 -42.041 L 76.6602 -73.4375 C 74.8047 -75.2441 72.6074 -76.2207 70.5078 -76.2207 C 65.1367 -76.2207 61.6699 -72.5586 61.6699 -67.8223 C 61.6699 -65.0391 62.9395 -63.0371 64.5996 -61.377 L 75.8301 -50.2441 L 82.6172 -43.9453 L 72.7051 -44.4336 L 21.875 -44.4336 C 16.2109 -44.4336 12.4512 -40.8691 12.4512 -35.498 C 12.4512 -30.127 16.2109 -26.5625 21.875 -26.5625 L 72.7051 -26.5625 L 82.6172 -27.0508 L 75.8301 -20.752 L 64.5996 -9.66797 C 62.9395 -8.05664 61.6699 -6.00586 61.6699 -3.22266 C 61.6699 1.51367 65.1367 5.17578 70.5078 5.17578 C 72.6074 5.17578 74.8047 4.19922 76.6113 2.39258 L 108.057 -28.9551 C 109.619 -30.5176 110.645 -33.1055 110.645 -35.498 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2279.72 1126)">
<path d="M 108.057 -35.4004 C 108.057 -37.4023 107.178 -39.502 105.811 -40.8203 L 74.1211 -72.5098 C 72.5586 -74.0723 70.7031 -74.8535 68.9453 -74.8535 C 64.5996 -74.8535 61.7188 -71.875 61.7188 -67.9199 C 61.7188 -65.6738 62.6465 -63.9648 64.0137 -62.6465 L 75.1465 -51.5137 L 85.2051 -42.1875 L 74.707 -42.7734 L 20.1172 -42.7734 C 15.5273 -42.7734 12.4512 -39.7949 12.4512 -35.4004 C 12.4512 -31.0059 15.5273 -28.0762 20.1172 -28.0762 L 74.707 -28.0762 L 85.2539 -28.6133 L 75.1465 -19.3359 L 64.0137 -8.25195 C 62.6953 -6.88477 61.7188 -5.17578 61.7188 -2.97852 C 61.7188 0.976562 64.5996 4.00391 68.9453 4.00391 C 70.7031 4.00391 72.5098 3.22266 74.0723 1.70898 L 105.811 -30.0293 C 107.178 -31.3477 108.057 -33.4473 108.057 -35.4004 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1983.92 1126)">
<path d="M 106.25 -35.3516 C 106.25 -37.0605 105.518 -38.8184 104.297 -39.9902 L 72.3633 -71.9238 C 70.9961 -73.291 69.4336 -73.9258 67.8711 -73.9258 C 64.2578 -73.9258 61.7188 -71.3379 61.7188 -67.9688 C 61.7188 -66.1133 62.5 -64.6484 63.623 -63.4766 L 74.707 -52.3438 L 87.0605 -41.0156 L 76.0742 -41.6016 L 18.8965 -41.6016 C 15.0391 -41.6016 12.4512 -39.0625 12.4512 -35.3516 C 12.4512 -31.6406 15.0391 -29.1016 18.8965 -29.1016 L 76.0742 -29.1016 L 87.0605 -29.7363 L 74.707 -18.3594 L 63.623 -7.27539 C 62.5 -6.10352 61.7188 -4.63867 61.7188 -2.7832 C 61.7188 0.634766 64.2578 3.17383 67.8711 3.17383 C 69.4336 3.17383 70.9473 2.53906 72.2656 1.2207 L 104.297 -30.7129 C 105.518 -31.9336 106.25 -33.6426 106.25 -35.3516 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1687.89 1126)">
<path d="M 104.883 -35.3027 C 104.883 -36.8164 104.248 -38.2812 103.125 -39.3555 L 71.0449 -71.4355 C 69.7754 -72.6562 68.457 -73.1934 67.0898 -73.1934 C 63.9648 -73.1934 61.7188 -70.9961 61.7188 -68.0176 C 61.7188 -66.4551 62.3535 -65.1367 63.3301 -64.1602 L 74.3164 -53.0273 L 88.4766 -40.0879 L 77.1484 -40.7715 L 17.9688 -40.7715 C 14.6973 -40.7715 12.4512 -38.5254 12.4512 -35.3027 C 12.4512 -32.1289 14.6973 -29.8828 17.9688 -29.8828 L 77.1484 -29.8828 L 88.4766 -30.5664 L 74.3164 -17.627 L 63.3301 -6.49414 C 62.3535 -5.51758 61.7188 -4.19922 61.7188 -2.63672 C 61.7188 0.341797 63.9648 2.53906 67.0898 2.53906 C 68.457 2.53906 69.7754 2.00195 70.9473 0.878906 L 103.125 -31.2988 C 104.248 -32.373 104.883 -33.8379 104.883 -35.3027 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1392.06 1126)">
<path d="M 103.125 -35.2539 C 103.125 -36.4746 102.637 -37.5977 101.66 -38.5254 L 69.2871 -70.8008 C 68.2129 -71.875 67.1875 -72.2656 66.0156 -72.2656 C 63.623 -72.2656 61.7676 -70.5078 61.7676 -68.0664 C 61.7676 -66.8945 62.1582 -65.7715 62.9395 -64.9902 L 73.877 -53.8574 L 90.2832 -38.8672 L 78.5156 -39.5996 L 16.748 -39.5996 C 14.209 -39.5996 12.4512 -37.793 12.4512 -35.2539 C 12.4512 -32.7148 14.209 -30.9082 16.748 -30.9082 L 78.5156 -30.9082 L 90.332 -31.6406 L 73.877 -16.6504 L 62.9395 -5.51758 C 62.1582 -4.78516 61.7676 -3.61328 61.7676 -2.44141 C 61.7676 0 63.623 1.75781 66.0156 1.75781 C 67.1875 1.75781 68.2129 1.31836 69.1895 0.390625 L 101.66 -31.9824 C 102.637 -32.9102 103.125 -34.0332 103.125 -35.2539 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1095.35 1126)">
<path d="M 103.125 -35.2539 C 103.125 -36.1816 102.734 -37.0117 102.002 -37.6953 L 69.3848 -70.4102 C 68.457 -71.3379 67.627 -71.6797 66.748 -71.6797 C 64.8926 -71.6797 63.5254 -70.3125 63.5254 -68.5059 C 63.5254 -67.5781 63.8184 -66.748 64.4043 -66.1133 L 79.0039 -51.3672 L 93.4082 -37.9883 L 82.0801 -38.5254 L 15.6738 -38.5254 C 13.8184 -38.5254 12.4512 -37.1582 12.4512 -35.2539 C 12.4512 -33.3496 13.8184 -31.9824 15.6738 -31.9824 L 82.0801 -31.9824 L 93.457 -32.5195 L 79.0039 -19.1406 L 64.4043 -4.39453 C 63.8184 -3.80859 63.5254 -2.92969 63.5254 -2.05078 C 63.5254 -0.244141 64.8926 1.12305 66.748 1.12305 C 67.627 1.12305 68.4082 0.830078 69.1406 0.146484 L 102.002 -32.8125 C 102.734 -33.4961 103.125 -34.3262 103.125 -35.2539 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 798.634 1126)">
<path d="M 103.125 -35.2539 C 103.125 -35.791 102.93 -36.2305 102.539 -36.6211 L 69.5312 -69.873 C 68.75 -70.6543 68.2617 -70.8496 67.7246 -70.8496 C 66.6016 -70.8496 65.8203 -70.0195 65.8203 -69.043 C 65.8203 -68.5059 65.9668 -68.0176 66.3086 -67.627 L 85.8398 -48.0957 L 97.4609 -36.8652 L 86.8164 -37.1094 L 14.3066 -37.1094 C 13.2812 -37.1094 12.4512 -36.3281 12.4512 -35.2539 C 12.4512 -34.1797 13.2812 -33.3984 14.3066 -33.3984 L 86.8164 -33.3984 L 97.5098 -33.6914 L 85.8398 -22.4121 L 66.3086 -2.88086 C 66.0156 -2.58789 65.8203 -2.05078 65.8203 -1.51367 C 65.8203 -0.488281 66.6016 0.341797 67.7246 0.341797 C 68.2617 0.341797 68.6523 0.146484 69.0918 -0.244141 L 102.539 -33.8867 C 102.93 -34.2773 103.125 -34.7168 103.125 -35.2539 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 501.923 1126)">
<path d="M 103.125 -35.2539 C 103.125 -35.5957 103.027 -35.8398 102.783 -36.084 L 69.6289 -69.5801 C 68.9453 -70.3125 68.5547 -70.459 68.2129 -70.459 C 67.4805 -70.459 67.041 -69.9219 67.041 -69.3359 C 67.041 -68.9453 67.0898 -68.6523 67.334 -68.4082 L 89.3555 -46.3867 L 99.5117 -36.2793 L 89.2578 -36.377 L 13.5742 -36.377 C 12.9883 -36.377 12.4512 -35.8887 12.4512 -35.2539 C 12.4512 -34.6191 12.9883 -34.1309 13.5742 -34.1309 L 89.2578 -34.1309 L 99.5117 -34.2285 L 89.3555 -24.1211 L 67.334 -2.09961 C 67.1387 -1.9043 67.041 -1.5625 67.041 -1.2207 C 67.041 -0.634766 67.4805 -0.0976562 68.2129 -0.0976562 C 68.5547 -0.0976562 68.7988 -0.195312 69.043 -0.439453 L 102.783 -34.4238 C 103.027 -34.668 103.125 -34.9121 103.125 -35.2539 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2884.35 696)">
<path d="M 88.3301 -35.498 C 88.3301 -37.6465 87.4023 -39.9902 86.0352 -41.3574 L 61.6699 -65.7227 C 60.0586 -67.334 58.0566 -68.2129 56.2012 -68.2129 C 51.3672 -68.2129 48.291 -64.9414 48.291 -60.6934 C 48.291 -58.1543 49.4629 -56.3965 50.9766 -54.9316 L 59.7656 -46.2402 L 63.0859 -43.1641 L 55.6641 -43.5059 L 18.2617 -43.5059 C 13.1348 -43.5059 9.76562 -40.332 9.76562 -35.498 C 9.76562 -30.6641 13.1348 -27.4902 18.2617 -27.4902 L 55.6641 -27.4902 L 63.0859 -27.832 L 59.7656 -24.7559 L 50.9766 -16.1133 C 49.4629 -14.6484 48.291 -12.8906 48.291 -10.3516 C 48.291 -6.10352 51.3672 -2.83203 56.2012 -2.83203 C 58.0566 -2.83203 60.0586 -3.71094 61.6699 -5.32227 L 86.0352 -29.6387 C 87.4023 -31.0059 88.3301 -33.3496 88.3301 -35.498 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2588.52 696)">
<path d="M 86.5723 -35.4492 C 86.5723 -37.3535 85.7422 -39.3555 84.4727 -40.625 L 59.9121 -65.1367 C 58.4961 -66.6016 56.7383 -67.334 55.0781 -67.334 C 50.8789 -67.334 48.0957 -64.4531 48.0957 -60.6934 C 48.0957 -58.5449 49.0723 -56.9336 50.4395 -55.6641 L 58.7402 -47.3633 L 64.4531 -42.0898 L 56.6406 -42.4805 L 17.1875 -42.4805 C 12.6953 -42.4805 9.76562 -39.6973 9.76562 -35.4492 C 9.76562 -31.2012 12.6953 -28.418 17.1875 -28.418 L 56.6406 -28.418 L 64.4531 -28.8086 L 58.7402 -23.4863 L 50.4395 -15.2832 C 49.1211 -13.9648 48.0957 -12.4023 48.0957 -10.2051 C 48.0957 -6.44531 50.8789 -3.56445 55.0781 -3.56445 C 56.7383 -3.56445 58.4961 -4.3457 59.9121 -5.76172 L 84.4727 -30.2734 C 85.7422 -31.4941 86.5723 -33.5449 86.5723 -35.4492 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2292.81 696)">
<path d="M 84.5703 -35.4004 C 84.5703 -37.0117 83.8867 -38.6719 82.7637 -39.7949 L 57.959 -64.502 C 56.6895 -65.7715 55.2246 -66.4062 53.8086 -66.4062 C 50.293 -66.4062 47.9004 -63.9648 47.9004 -60.7422 C 47.9004 -58.9355 48.6816 -57.5684 49.8047 -56.4453 L 57.5684 -48.6328 L 66.0645 -40.8691 L 57.7148 -41.3574 L 15.9668 -41.3574 C 12.2559 -41.3574 9.76562 -38.9648 9.76562 -35.4004 C 9.76562 -31.8359 12.2559 -29.3945 15.9668 -29.3945 L 57.7148 -29.3945 L 66.0645 -29.8828 L 57.5684 -22.1191 L 49.8047 -14.3066 C 48.6816 -13.2324 47.9004 -11.8164 47.9004 -10.0586 C 47.9004 -6.83594 50.293 -4.39453 53.8086 -4.39453 C 55.2246 -4.39453 56.6895 -5.0293 57.959 -6.25 L 82.7637 -30.957 C 83.8867 -32.0801 84.5703 -33.7402 84.5703 -35.4004 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1996.78 696)">
<path d="M 83.2031 -35.3516 C 83.2031 -36.7676 82.5684 -38.1836 81.543 -39.209 L 56.6406 -64.0625 C 55.4688 -65.1855 54.1992 -65.7227 52.9297 -65.7227 C 49.9023 -65.7227 47.7539 -63.5742 47.7539 -60.7422 C 47.7539 -59.2285 48.3887 -57.959 49.3652 -57.0312 L 56.7871 -49.5117 L 67.1875 -40.0391 L 58.4961 -40.5762 L 15.1367 -40.5762 C 11.9141 -40.5762 9.76562 -38.4277 9.76562 -35.3516 C 9.76562 -32.2266 11.9141 -30.0781 15.1367 -30.0781 L 58.4961 -30.0781 L 67.2363 -30.6641 L 56.7871 -21.1426 L 49.3652 -13.6719 C 48.3887 -12.6953 47.7539 -11.4746 47.7539 -9.96094 C 47.7539 -7.08008 49.9023 -4.98047 52.9297 -4.98047 C 54.1992 -4.98047 55.4688 -5.51758 56.5918 -6.5918 L 81.543 -31.4453 C 82.5684 -32.4707 83.2031 -33.9355 83.2031 -35.3516 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1700.58 696)">
<path d="M 82.1777 -35.3027 C 82.1777 -36.5723 81.5918 -37.8418 80.6152 -38.7695 L 55.6152 -63.7695 C 54.541 -64.7461 53.418 -65.2344 52.2461 -65.2344 C 49.6094 -65.2344 47.6562 -63.3301 47.6562 -60.7422 C 47.6562 -59.4238 48.1934 -58.3008 49.0234 -57.4219 L 56.2012 -50.1465 L 68.0664 -39.3555 L 59.0332 -39.9414 L 14.502 -39.9414 C 11.6699 -39.9414 9.76562 -38.0371 9.76562 -35.3027 C 9.76562 -32.5684 11.6699 -30.6152 14.502 -30.6152 L 59.0332 -30.6152 L 68.1152 -31.25 L 56.2012 -20.4102 L 49.0234 -13.1836 C 48.1934 -12.3047 47.6562 -11.1816 47.6562 -9.86328 C 47.6562 -7.27539 49.6094 -5.37109 52.2461 -5.37109 C 53.418 -5.37109 54.541 -5.85938 55.5664 -6.83594 L 80.6152 -31.8359 C 81.5918 -32.7637 82.1777 -34.0332 82.1777 -35.3027 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1404.56 696)">
<path d="M 80.8105 -35.2539 C 80.8105 -36.3281 80.3223 -37.3535 79.4434 -38.1836 L 54.248 -63.3301 C 53.3691 -64.1602 52.3926 -64.5508 51.3672 -64.5508 C 49.2188 -64.5508 47.5586 -62.9395 47.5586 -60.7422 C 47.5586 -59.7168 47.9004 -58.6914 48.6328 -58.0078 L 55.3711 -51.0254 L 69.2383 -38.5254 L 59.7656 -39.209 L 13.6719 -39.209 C 11.377 -39.209 9.76562 -37.5488 9.76562 -35.2539 C 9.76562 -32.959 11.377 -31.2988 13.6719 -31.2988 L 59.7656 -31.2988 L 69.2871 -31.9824 L 55.3711 -19.4824 L 48.6328 -12.5 C 47.9004 -11.8164 47.5586 -10.791 47.5586 -9.76562 C 47.5586 -7.56836 49.2188 -5.95703 51.3672 -5.95703 C 52.3926 -5.95703 53.3691 -6.34766 54.248 -7.17773 L 79.4434 -32.3242 C 80.3223 -33.1543 80.8105 -34.1797 80.8105 -35.2539 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1107.85 696)">
<path d="M 80.8105 -35.2539 C 80.8105 -36.084 80.4688 -36.8652 79.7852 -37.5 L 54.3457 -62.9395 C 53.5645 -63.7207 52.832 -64.0137 52.0508 -64.0137 C 50.3906 -64.0137 49.0723 -62.793 49.0723 -61.1328 C 49.0723 -60.3027 49.3652 -59.5215 49.9023 -58.9844 L 59.9609 -48.8281 L 72.0215 -37.7441 L 62.9395 -38.2324 L 12.6953 -38.2324 C 10.9863 -38.2324 9.76562 -37.0117 9.76562 -35.2539 C 9.76562 -33.4961 10.9863 -32.2754 12.6953 -32.2754 L 62.9395 -32.2754 L 72.0215 -32.7637 L 59.9609 -21.6797 L 49.9023 -11.5234 C 49.3652 -10.9863 49.0723 -10.2051 49.0723 -9.375 C 49.0723 -7.71484 50.3906 -6.49414 52.0508 -6.49414 C 52.832 -6.49414 53.5156 -6.78711 54.1992 -7.42188 L 79.7852 -33.0078 C 80.4688 -33.6426 80.8105 -34.4238 80.8105 -35.2539 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 811.134 696)">
<path d="M 80.8105 -35.2539 C 80.8105 -35.7422 80.6152 -36.1816 80.2246 -36.5234 L 54.4434 -62.4512 C 53.8086 -63.1348 53.3691 -63.2812 52.8809 -63.2812 C 51.8555 -63.2812 51.123 -62.5488 51.123 -61.6211 C 51.123 -61.1328 51.2695 -60.6445 51.6113 -60.3516 L 65.9668 -45.9473 L 75.6348 -36.7188 L 67.1387 -36.9629 L 11.4746 -36.9629 C 10.498 -36.9629 9.76562 -36.2793 9.76562 -35.2539 C 9.76562 -34.2285 10.498 -33.5449 11.4746 -33.5449 L 67.1387 -33.5449 L 75.6348 -33.7891 L 65.9668 -24.5605 L 51.6113 -10.1562 C 51.3184 -9.86328 51.123 -9.375 51.123 -8.88672 C 51.123 -7.95898 51.8555 -7.22656 52.8809 -7.22656 C 53.3691 -7.22656 53.7598 -7.37305 54.1504 -7.76367 L 80.2246 -33.9844 C 80.6152 -34.3262 80.8105 -34.7656 80.8105 -35.2539 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 514.423 696)">
<path d="M 80.8105 -35.2539 C 80.8105 -35.5957 80.7129 -35.8398 80.4688 -36.0352 L 54.541 -62.207 C 53.9551 -62.793 53.6621 -62.9395 53.3203 -62.9395 C 52.6367 -62.9395 52.1973 -62.4512 52.1973 -61.8652 C 52.1973 -61.5234 52.2461 -61.2305 52.4902 -61.0352 L 69.043 -44.4336 L 77.4414 -36.2305 L 69.2871 -36.3281 L 10.8398 -36.3281 C 10.2539 -36.3281 9.76562 -35.8887 9.76562 -35.2539 C 9.76562 -34.6191 10.2539 -34.1797 10.8398 -34.1797 L 69.2871 -34.1797 L 77.4414 -34.2773 L 69.043 -26.0742 L 52.4902 -9.47266 C 52.2949 -9.32617 52.1973 -8.98438 52.1973 -8.64258 C 52.1973 -8.05664 52.6367 -7.56836 53.3203 -7.56836 C 53.6621 -7.56836 53.8574 -7.71484 54.1016 -7.91016 L 80.4688 -34.4727 C 80.7129 -34.668 80.8105 -34.9121 80.8105 -35.2539 Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.arrow.turn.up.right.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 129-->
<!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: "uni100139.medium", point size: 100.000000, font version: "Version 16.0d9e1", template writer version: "8"-->
<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.62305 C 9.69727 -3.62305 9.9707 -3.93555 9.9707 -4.45312 L 9.9707 -6.31836 L 12.002 -6.31836 C 12.5 -6.31836 12.832 -6.57227 12.832 -7.04102 C 12.832 -7.51953 12.5195 -7.7832 12.002 -7.7832 L 9.9707 -7.7832 L 9.9707 -9.81445 C 9.9707 -10.332 9.69727 -10.6543 9.22852 -10.6543 C 8.75977 -10.6543 8.50586 -10.3125 8.50586 -9.81445 L 8.50586 -7.7832 L 6.49414 -7.7832 C 5.97656 -7.7832 5.64453 -7.51953 5.64453 -7.04102 C 5.64453 -6.57227 5.99609 -6.31836 6.49414 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.45312 C 8.50586 -3.95508 8.75977 -3.62305 9.22852 -3.62305 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.61133 21.6699 -7.05078 C 21.6699 -12.5 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.5 1.74805 -7.05078 C 1.74805 -1.61133 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.6602 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6602 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6797 -2.66602 C 12.207 -2.66602 12.5098 -3.01758 12.5098 -3.59375 L 12.5098 -6.23047 L 15.3223 -6.23047 C 15.8691 -6.23047 16.25 -6.51367 16.25 -7.03125 C 16.25 -7.55859 15.8887 -7.86133 15.3223 -7.86133 L 12.5098 -7.86133 L 12.5098 -10.6836 C 12.5098 -11.25 12.207 -11.6113 11.6797 -11.6113 C 11.1621 -11.6113 10.8789 -11.2305 10.8789 -10.6836 L 10.8789 -7.86133 L 8.07617 -7.86133 C 7.50977 -7.86133 7.13867 -7.55859 7.13867 -7.03125 C 7.13867 -6.51367 7.5293 -6.23047 8.07617 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.59375 C 10.8789 -3.03711 11.1621 -2.66602 11.6797 -2.66602 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.66406 C 21.9336 5.66406 27.6953 -0.0976562 27.6953 -7.05078 C 27.6953 -14.0137 21.9238 -19.7754 14.9609 -19.7754 C 8.00781 -19.7754 2.25586 -14.0137 2.25586 -7.05078 C 2.25586 -0.0976562 8.01758 5.66406 14.9707 5.66406 Z M 14.9707 3.84766 C 8.93555 3.84766 4.08203 -1.01562 4.08203 -7.05078 C 4.08203 -13.0957 8.92578 -17.9492 14.9609 -17.9492 C 21.0059 -17.9492 25.8594 -13.0957 25.8691 -7.05078 C 25.8789 -1.01562 21.0156 3.84766 14.9707 3.84766 Z M 14.9414 -1.38672 C 15.5176 -1.38672 15.8594 -1.77734 15.8594 -2.38281 L 15.8594 -6.13281 L 19.7754 -6.13281 C 20.3711 -6.13281 20.7812 -6.46484 20.7812 -7.02148 C 20.7812 -7.59766 20.3906 -7.93945 19.7754 -7.93945 L 15.8594 -7.93945 L 15.8594 -11.8652 C 15.8594 -12.4805 15.5176 -12.8711 14.9414 -12.8711 C 14.375 -12.8711 14.0527 -12.4609 14.0527 -11.8652 L 14.0527 -7.93945 L 10.1465 -7.93945 C 9.53125 -7.93945 9.13086 -7.59766 9.13086 -7.02148 C 9.13086 -6.46484 9.55078 -6.13281 10.1465 -6.13281 L 14.0527 -6.13281 L 14.0527 -2.38281 C 14.0527 -1.79688 14.375 -1.38672 14.9414 -1.38672 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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M 3.31055 0.126953 C 3.82812 0.126953 4.08203 -0.0683594 4.26758 -0.605469 L 5.52734 -4.0625 L 11.2891 -4.0625 L 12.5488 -0.605469 C 12.7344 -0.0683594 12.9883 0.126953 13.4961 0.126953 C 14.0137 0.126953 14.3457 -0.185547 14.3457 -0.673828 C 14.3457 -0.839844 14.3164 -0.986328 14.2383 -1.20117 L 9.6582 -13.3887 C 9.43359 -13.9941 9.0332 -14.2871 8.4082 -14.2871 C 7.80273 -14.2871 7.39258 -13.9941 7.17773 -13.3984 L 2.59766 -1.19141 C 2.51953 -0.976562 2.49023 -0.830078 2.49023 -0.664062 C 2.49023 -0.175781 2.80273 0.126953 3.31055 0.126953 Z M 6.00586 -5.53711 L 8.37891 -12.1094 L 8.42773 -12.1094 L 10.8008 -5.53711 Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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.8418 1.86523 L 4.54102 3.57422 C 5.40039 4.44336 6.38672 4.38477 7.31445 3.35938 L 17.4902 -7.85156 C 17.7539 -7.76367 18.0273 -7.7832 18.3398 -7.8418 L 19.4043 -8.03711 L 20.0684 -7.36328 L 20.0293 -6.80664 C 19.9902 -6.30859 20.1172 -5.92773 20.6055 -5.44922 L 21.3672 -4.70703 C 21.8457 -4.22852 22.4609 -4.19922 22.9297 -4.66797 L 25.8398 -7.58789 C 26.3086 -8.05664 26.2891 -8.65234 25.8105 -9.13086 L 25.0391 -9.89258 C 24.5605 -10.3711 24.1895 -10.5273 23.7109 -10.4883 L 23.1348 -10.4395 L 22.4902 -11.0742 L 22.7344 -12.1973 C 22.8613 -12.7637 22.7051 -13.2031 22.1191 -13.7891 L 19.9219 -15.9766 C 16.582 -19.2969 12.1484 -19.2188 9.25781 -16.3281 C 8.83789 -15.918 8.80859 -15.3418 9.04297 -14.9512 C 9.27734 -14.5898 9.73633 -14.3555 10.3809 -14.5215 C 11.8457 -14.8633 13.3691 -14.9219 14.7949 -13.9844 L 14.209 -12.5293 C 14.0137 -12.0508 13.9844 -11.6504 14.1113 -11.2891 L 3.04688 -0.898438 C 2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523 Z M 10.752 -15.957 C 13.1836 -17.7344 16.4746 -17.4316 18.7012 -15.2051 L 21.1328 -12.793 C 21.3672 -12.5586 21.4062 -12.373 21.3379 -12.0312 L 21.0156 -10.5469 L 22.5195 -9.0625 L 23.5059 -9.12109 C 23.7598 -9.13086 23.8379 -9.11133 24.0332 -8.91602 L 24.6094 -8.33984 L 22.168 -5.89844 L 21.5918 -6.47461 C 21.3965 -6.66992 21.3672 -6.74805 21.377 -7.01172 L 21.4453 -7.98828 L 19.9512 -9.47266 L 18.4277 -9.21875 C 18.1055 -9.15039 17.959 -9.17969 17.7148 -9.41406 L 15.7129 -11.416 C 15.459 -11.6504 15.4297 -11.8164 15.5859 -12.1875 L 16.4648 -14.2773 C 14.9023 -15.7324 12.8711 -16.3574 10.8398 -15.7617 C 10.6836 -15.7227 10.625 -15.8496 10.752 -15.957 Z M 5.27344 2.30469 L 4.10156 1.14258 C 3.63281 0.683594 3.74023 0.341797 4.14062 -0.0195312 L 14.9512 -10.1953 L 16.416 -8.71094 L 6.42578 2.27539 C 6.07422 2.67578 5.74219 2.77344 5.27344 2.30469 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.2.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)">Requires Xcode 12 or greater</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)">Generated from arrow.turn.up.right</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 1987)">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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1391.57" x2="1391.57" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1508.12" x2="1508.12" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2856.59 1556)">
<path d="M 28.5645 17.8223 C 35.2051 17.8223 39.4043 13.3301 39.4043 6.5918 C 39.4043 3.56445 39.0137 -0.292969 39.0137 -5.27344 C 39.0137 -18.8965 44.043 -24.3164 57.5684 -24.3164 L 88.7207 -24.3164 L 102.539 -25.1953 L 91.5527 -15.625 L 78.2715 -2.39258 C 76.123 -0.292969 74.5117 2.29492 74.5117 5.81055 C 74.5117 11.9141 79.0039 16.6016 85.791 16.6016 C 88.4766 16.6016 91.3574 15.332 93.7012 13.0371 L 134.18 -27.3438 C 136.23 -29.3945 137.549 -32.666 137.549 -35.7422 C 137.549 -38.8184 136.23 -42.0898 134.18 -44.1406 L 93.7012 -84.5703 C 91.3574 -86.9141 88.4766 -88.1348 85.791 -88.1348 C 79.0039 -88.1348 74.5117 -83.4473 74.5117 -77.3438 C 74.5117 -73.8281 76.123 -71.2402 78.2715 -69.1406 L 91.5527 -55.8594 L 102.49 -46.3379 L 88.7207 -47.168 L 55.6152 -47.168 C 28.6133 -47.168 16.0645 -32.4219 16.0645 -5.27344 C 16.0645 -1.66016 16.2109 2.05078 16.9434 6.54297 C 17.7246 11.4746 20.8984 17.8223 28.5645 17.8223 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2560.3 1556)">
<path d="M 26.8066 16.748 C 32.5195 16.748 36.2305 12.8906 36.2305 7.08008 C 36.2305 4.29688 35.8887 0.830078 35.8887 -3.75977 C 35.8887 -19.7266 41.7969 -26.123 57.6172 -26.123 L 92.4805 -26.123 L 106.592 -27.002 L 93.6035 -15.3809 L 79.4434 -1.2207 C 77.6367 0.537109 76.3184 2.83203 76.3184 5.81055 C 76.3184 11.1328 80.1758 15.1367 86.0352 15.1367 C 88.3789 15.1367 90.8203 14.1113 92.8711 12.0605 L 133.74 -28.7109 C 135.596 -30.5176 136.719 -33.3496 136.719 -35.9863 C 136.719 -38.6719 135.596 -41.4551 133.74 -43.2617 L 92.9199 -84.082 C 90.8203 -86.1328 88.3789 -87.207 86.0352 -87.207 C 80.1758 -87.207 76.3184 -83.1543 76.3184 -77.8809 C 76.3184 -74.8535 77.5879 -72.6074 79.4434 -70.8008 L 93.6035 -56.6406 L 106.592 -45.0684 L 92.4805 -45.8496 L 56.0059 -45.8496 C 28.5645 -45.8496 16.0645 -31.5918 16.0645 -3.85742 C 16.0645 -0.244141 16.2109 3.36914 16.8457 7.17773 C 17.5293 11.4746 20.2637 16.748 26.8066 16.748 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2264.05 1556)">
<path d="M 24.8535 15.5762 C 29.541 15.5762 32.6172 12.3535 32.6172 7.56836 C 32.6172 5.07812 32.373 2.09961 32.373 -2.05078 C 32.373 -20.6543 39.2578 -28.1738 57.666 -28.1738 L 96.6309 -28.1738 L 111.182 -29.0039 L 95.8984 -15.1367 L 80.8105 0.0488281 C 79.2969 1.51367 78.2715 3.41797 78.2715 5.85938 C 78.2715 10.2051 81.543 13.5254 86.2305 13.5254 C 88.2324 13.5254 90.2344 12.6953 91.9434 11.0352 L 133.252 -30.2734 C 134.863 -31.8359 135.791 -34.082 135.791 -36.2793 C 135.791 -38.4766 134.863 -40.7715 133.252 -42.2852 L 92.0898 -83.4961 C 90.2344 -85.3027 88.2324 -86.1328 86.2305 -86.1328 C 81.543 -86.1328 78.2715 -82.8125 78.2715 -78.4668 C 78.2715 -76.0254 79.2969 -74.1211 80.8105 -72.6562 L 95.8984 -57.4707 L 111.133 -43.6035 L 96.6309 -44.3848 L 56.4941 -44.3848 C 28.4668 -44.3848 16.0645 -30.7129 16.0645 -2.29492 C 16.0645 1.36719 16.2109 4.78516 16.748 7.91016 C 17.334 11.4746 19.5801 15.5762 24.8535 15.5762 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1967.66 1556)">
<path d="M 23.4863 14.7461 C 27.4902 14.7461 30.1758 12.0117 30.1758 7.95898 C 30.1758 5.66406 29.9316 2.92969 29.9316 -0.878906 C 29.9316 -21.2891 37.5488 -29.5898 57.7148 -29.5898 L 99.5117 -29.5898 L 114.307 -30.4199 L 97.4609 -14.9414 L 81.7383 0.927734 C 80.4688 2.19727 79.6387 3.85742 79.6387 5.85938 C 79.6387 9.61914 82.4707 12.4512 86.4258 12.4512 C 88.1348 12.4512 89.8438 11.7188 91.3086 10.3027 L 132.959 -31.3477 C 134.375 -32.7148 135.156 -34.6191 135.156 -36.4746 C 135.156 -38.3789 134.375 -40.2344 132.959 -41.6504 L 91.5039 -83.1055 C 89.8438 -84.7168 88.1348 -85.4004 86.4258 -85.4004 C 82.4707 -85.4004 79.6387 -82.6172 79.6387 -78.8574 C 79.6387 -76.8555 80.4688 -75.1953 81.7383 -73.9258 L 97.4609 -58.0078 L 114.307 -42.627 L 99.5117 -43.3594 L 56.7871 -43.3594 C 28.418 -43.3594 16.0645 -30.0781 16.0645 -1.2207 C 16.0645 2.44141 16.1621 5.81055 16.6504 8.39844 C 17.1875 11.4746 19.0918 14.7461 23.4863 14.7461 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1671.19 1556)">
<path d="M 22.4609 14.1113 C 25.9277 14.1113 28.3203 11.7188 28.3203 8.20312 C 28.3203 6.10352 28.125 3.61328 28.125 0 C 28.125 -21.7773 36.2305 -30.6641 57.7637 -30.6641 L 101.709 -30.6641 L 116.699 -31.4453 L 98.6816 -14.7949 L 82.4219 1.61133 C 81.3477 2.68555 80.6641 4.19922 80.6641 5.85938 C 80.6641 9.13086 83.1543 11.5723 86.5234 11.5723 C 88.0859 11.5723 89.502 10.9863 90.8203 9.76562 L 132.715 -32.1289 C 133.984 -33.3984 134.668 -35.0098 134.668 -36.6211 C 134.668 -38.2812 133.984 -39.8926 132.715 -41.1133 L 91.0645 -82.8125 C 89.5508 -84.2285 88.0859 -84.8633 86.5234 -84.8633 C 83.1543 -84.8633 80.6641 -82.4219 80.6641 -79.1504 C 80.6641 -77.4414 81.2988 -75.9766 82.4219 -74.9023 L 98.6816 -58.4473 L 116.65 -41.8457 L 101.709 -42.5781 L 57.0312 -42.5781 C 28.3691 -42.5781 16.0645 -29.5898 16.0645 -0.390625 C 16.0645 3.27148 16.1621 6.54297 16.6016 8.78906 C 17.0898 11.4746 18.75 14.1113 22.4609 14.1113 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1374.77 1556)">
<path d="M 21.0938 13.3301 C 23.877 13.3301 25.8789 11.377 25.8789 8.54492 C 25.8789 6.64062 25.6836 4.44336 25.6836 1.17188 C 25.6836 -22.4121 34.4727 -32.0801 57.8125 -32.0801 L 104.541 -32.0801 L 119.824 -32.8125 L 100.244 -14.6484 L 83.3496 2.49023 C 82.5195 3.32031 82.0312 4.58984 82.0312 5.85938 C 82.0312 8.54492 84.082 10.498 86.7188 10.498 C 87.9883 10.498 89.1113 10.0586 90.1855 9.0332 L 132.373 -33.2031 C 133.496 -34.2773 134.082 -35.498 134.082 -36.8164 C 134.082 -38.1348 133.496 -39.4043 132.373 -40.4785 L 90.4785 -82.4219 C 89.1602 -83.6914 87.9883 -84.1797 86.7188 -84.1797 C 84.082 -84.1797 82.0312 -82.1777 82.0312 -79.541 C 82.0312 -78.2715 82.4707 -77.002 83.3496 -76.1719 L 100.244 -59.0332 L 119.775 -40.8691 L 104.541 -41.6016 L 57.373 -41.6016 C 28.3203 -41.6016 16.0645 -28.9551 16.0645 0.683594 C 16.0645 4.3457 16.1621 7.56836 16.5039 9.27734 C 16.9922 11.4746 18.2617 13.3301 21.0938 13.3301 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1078.26 1556)">
<path d="M 19.873 11.5723 C 21.9727 11.5723 23.4863 10.1074 23.4863 8.00781 C 23.4863 6.54297 23.291 4.15039 23.291 0.488281 C 23.291 -23.4863 33.0078 -33.252 56.5918 -33.252 L 107.764 -33.252 L 122.754 -33.7891 L 105.469 -17.2852 L 84.5703 3.75977 C 83.9355 4.39453 83.5449 5.37109 83.5449 6.34766 C 83.5449 8.34961 85.1074 9.81445 87.1094 9.81445 C 88.0859 9.81445 88.9648 9.47266 89.7461 8.74023 L 132.422 -34.082 C 133.301 -34.9121 133.691 -35.8398 133.691 -36.8652 C 133.691 -37.8418 133.301 -38.7695 132.422 -39.6484 L 90.1855 -81.9824 C 89.0137 -83.1543 88.0859 -83.5449 87.1094 -83.5449 C 85.1074 -83.5449 83.5449 -82.0312 83.5449 -80.0293 C 83.5449 -79.0527 83.8867 -78.125 84.5703 -77.4902 L 105.469 -56.3965 L 122.754 -39.9414 L 107.764 -40.4297 L 56.2988 -40.4297 C 28.3691 -40.4297 16.0645 -28.4668 16.0645 0.0976562 C 16.0645 3.75977 16.1133 6.98242 16.4062 8.39844 C 16.748 10.1562 17.7246 11.5723 19.873 11.5723 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 781.788 1556)">
<path d="M 18.2617 9.32617 C 19.4824 9.32617 20.2637 8.44727 20.2637 7.22656 C 20.2637 6.34766 20.1172 3.71094 20.1172 -0.439453 C 20.1172 -24.9023 31.0547 -34.8633 54.9316 -34.8633 L 112.012 -34.8633 L 126.66 -35.0098 L 112.354 -20.8496 L 86.1816 5.46875 C 85.8398 5.76172 85.5957 6.34766 85.5957 6.93359 C 85.5957 8.05664 86.4746 8.93555 87.6465 8.93555 C 88.2324 8.93555 88.7207 8.74023 89.1602 8.34961 L 132.422 -35.2051 C 133.008 -35.791 133.203 -36.2793 133.203 -36.8652 C 133.203 -37.4512 133.008 -37.9883 132.422 -38.5254 L 89.8438 -81.3965 C 88.8184 -82.4219 88.2324 -82.7148 87.6465 -82.7148 C 86.4746 -82.7148 85.5957 -81.7871 85.5957 -80.7129 C 85.5957 -80.127 85.791 -79.5898 86.1816 -79.1992 L 112.354 -52.9297 L 126.66 -38.7207 L 112.012 -38.916 L 54.8828 -38.916 C 28.418 -38.916 16.0645 -27.7832 16.0645 -0.732422 C 16.0645 2.92969 16.0645 6.25 16.2598 7.32422 C 16.4551 8.44727 16.9922 9.32617 18.2617 9.32617 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 485.199 1556)">
<path d="M 17.4316 8.1543 C 18.1641 8.1543 18.6523 7.56836 18.6523 6.83594 C 18.6523 6.25 18.5059 3.4668 18.5059 -0.927734 C 18.5059 -25.6348 30.0781 -35.6445 54.1016 -35.6445 L 128.662 -35.6445 L 115.869 -22.6074 L 87.0117 6.29883 C 86.8164 6.49414 86.6211 6.88477 86.6211 7.27539 C 86.6211 7.91016 87.1582 8.49609 87.9395 8.49609 C 88.3301 8.49609 88.623 8.39844 88.8672 8.1543 L 132.422 -35.791 C 132.861 -36.1816 132.959 -36.5234 132.959 -36.8652 C 132.959 -37.2559 132.861 -37.5488 132.422 -37.9883 L 89.6484 -81.1523 C 88.7207 -82.0801 88.3301 -82.2754 87.9395 -82.2754 C 87.1582 -82.2754 86.6211 -81.6895 86.6211 -81.0547 C 86.6211 -80.6641 86.7188 -80.3223 87.0117 -80.0781 L 115.869 -51.123 L 128.662 -38.0859 L 54.1504 -38.0859 C 28.4668 -38.0859 16.0645 -27.4902 16.0645 -1.12305 C 16.0645 2.49023 16.0645 5.9082 16.2109 6.73828 C 16.3086 7.56836 16.6016 8.1543 17.4316 8.1543 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2873.41 1126)">
<path d="M 23.877 6.39648 C 29.8828 6.39648 33.5938 2.39258 33.5938 -3.75977 C 33.5938 -6.25 33.2031 -9.86328 33.2031 -14.4531 C 33.2031 -22.0215 36.377 -24.9512 43.8477 -24.9512 L 65.4785 -24.9512 L 75.4883 -25.4883 L 70.9961 -21.7773 L 59.668 -10.6445 C 57.7148 -8.74023 56.2012 -6.49414 56.2012 -3.22266 C 56.2012 2.29492 60.1562 6.49414 66.4062 6.49414 C 68.7988 6.49414 71.3867 5.37109 73.4863 3.27148 L 104.541 -27.7344 C 106.299 -29.4922 107.52 -32.5195 107.52 -35.3027 C 107.52 -38.0859 106.299 -41.1133 104.541 -42.8711 L 73.4863 -73.9258 C 71.3867 -76.0254 68.7988 -77.1484 66.4062 -77.1484 C 60.1562 -77.1484 56.2012 -72.9492 56.2012 -67.4316 C 56.2012 -64.1602 57.7148 -61.9141 59.668 -60.0098 L 70.9961 -48.8281 L 75.5371 -45.0684 L 65.4785 -45.6543 L 41.9434 -45.6543 C 22.3145 -45.6543 12.4512 -33.8867 12.4512 -14.2578 C 12.4512 -11.4746 12.5977 -8.39844 13.1836 -4.15039 C 13.8184 0.292969 16.748 6.39648 23.877 6.39648 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2577.12 1126)">
<path d="M 22.2656 5.71289 C 27.4414 5.71289 30.7129 2.19727 30.7129 -3.07617 C 30.7129 -5.41992 30.3711 -8.54492 30.3711 -12.5977 C 30.3711 -22.6562 34.3262 -26.6602 44.2383 -26.6602 L 68.7012 -26.6602 L 79.1992 -27.2461 L 71.875 -20.8008 L 60.6934 -9.7168 C 58.9844 -8.10547 57.7148 -6.10352 57.7148 -3.32031 C 57.7148 1.46484 61.1816 5.12695 66.5527 5.12695 C 68.6523 5.12695 70.8496 4.15039 72.7051 2.34375 L 104.102 -29.0039 C 105.664 -30.5664 106.689 -33.1543 106.689 -35.5469 C 106.689 -37.9883 105.664 -40.5762 104.102 -42.1387 L 72.7051 -73.4863 C 70.8984 -75.3418 68.6523 -76.3184 66.5527 -76.3184 C 61.1816 -76.3184 57.7148 -72.6562 57.7148 -67.8711 C 57.7148 -65.0879 58.9844 -63.0859 60.6934 -61.4746 L 71.875 -50.3418 L 79.1992 -43.8965 L 68.7012 -44.4824 L 42.6758 -44.4824 C 22.2168 -44.4824 12.4512 -33.1543 12.4512 -12.5488 C 12.4512 -9.7168 12.5488 -6.83594 13.1348 -3.22266 C 13.7207 0.585938 16.2109 5.71289 22.2656 5.71289 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2280.85 1126)">
<path d="M 20.459 4.88281 C 24.707 4.88281 27.4902 2.00195 27.4902 -2.34375 C 27.4902 -4.49219 27.2461 -7.08008 27.2461 -10.5469 C 27.2461 -23.3398 31.9824 -28.5156 44.6777 -28.5156 L 72.3145 -28.5156 L 83.3496 -29.1504 L 72.8516 -19.7754 L 61.7676 -8.69141 C 60.4004 -7.37305 59.4238 -5.66406 59.4238 -3.41797 C 59.4238 0.537109 62.3535 3.56445 66.6992 3.56445 C 68.457 3.56445 70.2637 2.7832 71.8262 1.26953 L 103.564 -30.4199 C 104.932 -31.7871 105.811 -33.8867 105.811 -35.8887 C 105.811 -37.8418 104.932 -39.9414 103.564 -41.3086 L 71.875 -72.998 C 70.3125 -74.5605 68.457 -75.3418 66.6992 -75.3418 C 62.3535 -75.3418 59.4238 -72.3145 59.4238 -68.3594 C 59.4238 -66.1621 60.4004 -64.4531 61.7676 -63.0859 L 72.8516 -52.002 L 83.3496 -42.627 L 72.3145 -43.2129 L 43.5059 -43.2129 C 22.1191 -43.2129 12.4512 -32.2754 12.4512 -10.6445 C 12.4512 -7.8125 12.5488 -5.07812 13.0371 -2.19727 C 13.5742 0.976562 15.625 4.88281 20.459 4.88281 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1984.45 1126)">
<path d="M 19.2383 4.3457 C 22.8516 4.3457 25.293 1.85547 25.293 -1.85547 C 25.293 -3.80859 25.0977 -6.05469 25.0977 -9.08203 C 25.0977 -23.8281 30.3711 -29.834 44.9707 -29.834 L 74.8047 -29.834 L 86.2305 -30.5176 L 73.5352 -19.043 L 62.5488 -7.95898 C 61.377 -6.83594 60.6445 -5.32227 60.6445 -3.51562 C 60.6445 -0.0976562 63.1836 2.49023 66.7969 2.49023 C 68.3594 2.49023 69.873 1.80664 71.1914 0.537109 L 103.223 -31.4453 C 104.443 -32.666 105.176 -34.375 105.176 -36.084 C 105.176 -37.793 104.443 -39.5508 103.223 -40.7715 L 71.2891 -72.6562 C 69.873 -74.0234 68.3594 -74.6582 66.7969 -74.6582 C 63.1836 -74.6582 60.6445 -72.1191 60.6445 -68.7012 C 60.6445 -66.8457 61.377 -65.3809 62.5488 -64.209 L 73.5352 -53.125 L 86.1816 -41.6992 L 74.8047 -42.334 L 44.0918 -42.334 C 22.0215 -42.334 12.4512 -31.6895 12.4512 -9.32617 C 12.4512 -6.49414 12.5488 -3.85742 12.9883 -1.51367 C 13.4766 1.2207 15.1855 4.3457 19.2383 4.3457 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1687.96 1126)">
<path d="M 18.2617 3.90625 C 21.4355 3.90625 23.584 1.70898 23.584 -1.46484 C 23.584 -3.32031 23.4375 -5.27344 23.4375 -8.00781 C 23.4375 -24.2188 29.1504 -30.8105 45.2148 -30.8105 L 76.709 -30.8105 L 88.3789 -31.4941 L 74.0723 -18.457 L 63.1348 -7.42188 C 62.1582 -6.44531 61.5234 -5.07812 61.5234 -3.56445 C 61.5234 -0.585938 63.7695 1.66016 66.8945 1.66016 C 68.2617 1.66016 69.5801 1.12305 70.752 -0.0488281 L 102.93 -32.1777 C 104.102 -33.3008 104.736 -34.7656 104.736 -36.2305 C 104.736 -37.7441 104.102 -39.209 102.93 -40.332 L 70.8496 -72.3633 C 69.5801 -73.584 68.2617 -74.1699 66.8945 -74.1699 C 63.7695 -74.1699 61.5234 -71.9238 61.5234 -68.9453 C 61.5234 -67.4316 62.1094 -66.0645 63.1348 -65.0879 L 74.0723 -54.0039 L 88.3301 -41.0156 L 76.709 -41.6992 L 44.5312 -41.6992 C 21.9727 -41.6992 12.4512 -31.25 12.4512 -8.34961 C 12.4512 -5.46875 12.5488 -2.92969 12.9395 -0.976562 C 13.3789 1.41602 14.8926 3.90625 18.2617 3.90625 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1391.57 1126)">
<path d="M 17.041 3.36914 C 19.5801 3.36914 21.4355 1.61133 21.4355 -0.976562 C 21.4355 -2.68555 21.2891 -4.29688 21.2891 -6.5918 C 21.2891 -24.707 27.5879 -32.0801 45.5078 -32.0801 L 79.1992 -32.0801 L 91.2109 -32.8125 L 74.707 -17.7734 L 63.8672 -6.73828 C 63.1348 -5.95703 62.6953 -4.78516 62.6953 -3.61328 C 62.6953 -1.17188 64.5508 0.585938 66.9922 0.585938 C 68.1152 0.585938 69.1895 0.146484 70.166 -0.78125 L 102.588 -33.1543 C 103.613 -34.1309 104.102 -35.2539 104.102 -36.4746 C 104.102 -37.6465 103.613 -38.8184 102.588 -39.7461 L 70.2637 -72.0215 C 69.1895 -73.0957 68.1152 -73.4863 66.9922 -73.4863 C 64.5508 -73.4863 62.6953 -71.7285 62.6953 -69.2871 C 62.6953 -68.1152 63.0859 -66.9922 63.8672 -66.2109 L 74.707 -55.1758 L 91.1621 -40.1367 L 79.1992 -40.8203 L 45.0684 -40.8203 C 21.9238 -40.8203 12.4512 -30.6641 12.4512 -7.03125 C 12.4512 -4.19922 12.5488 -1.75781 12.8906 -0.292969 C 13.2812 1.70898 14.4531 3.36914 17.041 3.36914 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1095.03 1126)">
<path d="M 15.9668 1.80664 C 17.8711 1.80664 19.2383 0.439453 19.2383 -1.46484 C 19.2383 -2.83203 19.1406 -4.58984 19.1406 -7.22656 C 19.1406 -25.6836 26.2695 -33.1543 44.3848 -33.1543 L 82.0801 -33.1543 L 93.8477 -33.6914 L 79.3945 -20.166 L 64.9902 -5.56641 C 64.4043 -4.98047 64.0625 -4.10156 64.0625 -3.22266 C 64.0625 -1.36719 65.4785 0 67.334 0 C 68.2129 0 69.043 -0.341797 69.7754 -1.02539 L 102.588 -33.9355 C 103.418 -34.7168 103.76 -35.5469 103.76 -36.4746 C 103.76 -37.4023 103.418 -38.2324 102.588 -39.0137 L 70.0195 -71.6309 C 69.043 -72.6074 68.2129 -72.9492 67.334 -72.9492 C 65.4785 -72.9492 64.0625 -71.582 64.0625 -69.7266 C 64.0625 -68.8477 64.3555 -67.9688 64.9902 -67.3828 L 79.3945 -52.7832 L 93.7988 -39.3066 L 82.0801 -39.7949 L 44.0918 -39.7949 C 21.9727 -39.7949 12.4512 -30.2246 12.4512 -7.56836 C 12.4512 -4.73633 12.5 -2.24609 12.793 -1.02539 C 13.0859 0.537109 13.9648 1.80664 15.9668 1.80664 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 798.536 1126)">
<path d="M 14.502 -0.195312 C 15.625 -0.195312 16.4062 -1.02539 16.4062 -2.14844 C 16.4062 -2.97852 16.3086 -4.98047 16.3086 -8.05664 C 16.3086 -26.9531 24.5117 -34.5703 42.9199 -34.5703 L 85.8887 -34.5703 L 97.3145 -34.8145 L 85.5957 -23.291 L 66.4062 -4.05273 C 66.1133 -3.75977 65.8691 -3.22266 65.8691 -2.68555 C 65.8691 -1.61133 66.6992 -0.78125 67.8223 -0.78125 C 68.3594 -0.78125 68.7988 -0.976562 69.2383 -1.36719 L 102.637 -34.9609 C 103.125 -35.4492 103.32 -35.9375 103.32 -36.4746 C 103.32 -37.0605 103.125 -37.5488 102.637 -38.0371 L 69.6777 -71.1426 C 68.8965 -71.9727 68.3594 -72.2168 67.8223 -72.2168 C 66.6992 -72.2168 65.8691 -71.3867 65.8691 -70.3125 C 65.8691 -69.7754 66.0645 -69.2871 66.4062 -68.9453 L 85.5957 -49.707 L 97.3145 -38.1836 L 85.8887 -38.3789 L 42.8223 -38.3789 C 22.0215 -38.3789 12.4512 -29.6387 12.4512 -8.30078 C 12.4512 -5.46875 12.4512 -2.92969 12.6465 -2.00195 C 12.8418 -1.02539 13.3301 -0.195312 14.502 -0.195312 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 501.923 1126)">
<path d="M 13.7695 -1.26953 C 14.4531 -1.26953 14.9414 -1.80664 14.9414 -2.49023 C 14.9414 -3.02734 14.8438 -5.17578 14.8438 -8.49609 C 14.8438 -27.5879 23.584 -35.3027 42.1875 -35.3027 L 87.8418 -35.3027 L 99.1211 -35.3516 L 88.7207 -24.9023 L 67.1875 -3.27148 C 66.9922 -3.125 66.7969 -2.73438 66.7969 -2.39258 C 66.7969 -1.75781 67.334 -1.2207 68.0664 -1.2207 C 68.4082 -1.2207 68.7012 -1.31836 68.9453 -1.5625 L 102.637 -35.498 C 102.979 -35.8398 103.125 -36.1328 103.125 -36.5234 C 103.125 -36.8652 102.979 -37.1582 102.637 -37.5488 L 69.5312 -70.8984 C 68.7988 -71.6309 68.4082 -71.8262 68.0664 -71.8262 C 67.334 -71.8262 66.7969 -71.2891 66.7969 -70.6055 C 66.7969 -70.2637 66.9434 -69.9707 67.1875 -69.7266 L 88.7207 -48.0957 L 99.1211 -37.6465 L 87.8418 -37.6953 L 42.1875 -37.6953 C 22.0703 -37.6953 12.4512 -29.2969 12.4512 -8.69141 C 12.4512 -5.85938 12.4512 -3.27148 12.5488 -2.53906 C 12.6953 -1.80664 12.9883 -1.26953 13.7695 -1.26953 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2886.43 696)">
<path d="M 18.6035 -2.63672 C 23.2422 -2.63672 26.123 -5.76172 26.123 -10.498 C 26.123 -12.4512 25.8301 -15.2344 25.8301 -18.7988 C 25.8301 -24.9023 28.3691 -27.2949 34.4238 -27.2949 L 51.5137 -27.2949 L 59.4238 -27.7344 L 55.6152 -24.5605 L 46.8262 -15.918 C 45.3125 -14.4531 44.1406 -12.6953 44.1406 -10.1562 C 44.1406 -5.9082 47.2168 -2.63672 52.0508 -2.63672 C 53.9062 -2.63672 55.9082 -3.51562 57.5195 -5.12695 L 81.8848 -29.4434 C 83.252 -30.8105 84.1797 -33.1543 84.1797 -35.3027 C 84.1797 -37.4512 83.252 -39.7949 81.8848 -41.1621 L 57.5195 -65.5273 C 55.9082 -67.1387 53.9062 -68.0176 52.0508 -68.0176 C 47.2168 -68.0176 44.1406 -64.7461 44.1406 -60.498 C 44.1406 -57.959 45.3125 -56.2012 46.8262 -54.7363 L 55.6152 -46.0449 L 59.4238 -42.8711 L 51.5137 -43.3105 L 32.959 -43.3105 C 17.4805 -43.3105 9.76562 -34.1309 9.76562 -18.6523 C 9.76562 -16.4551 9.86328 -14.0625 10.3516 -10.791 C 10.8398 -7.37305 13.0859 -2.63672 18.6035 -2.63672 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2590.01 696)">
<path d="M 17.4805 -3.02734 C 21.582 -3.02734 24.1699 -5.76172 24.1699 -9.96094 C 24.1699 -11.8164 23.9258 -14.209 23.9258 -17.334 C 23.9258 -25.293 26.9043 -28.4668 34.8633 -28.4668 L 53.6621 -28.4668 L 61.9629 -28.9551 L 55.7617 -23.584 L 47.4609 -15.332 C 46.1426 -14.0625 45.166 -12.4512 45.166 -10.3027 C 45.166 -6.49414 47.9004 -3.66211 52.0996 -3.66211 C 53.7598 -3.66211 55.5176 -4.39453 56.9824 -5.81055 L 81.543 -30.3223 C 82.7637 -31.5918 83.5938 -33.5938 83.5938 -35.498 C 83.5938 -37.4023 82.7637 -39.4531 81.543 -40.6738 L 56.9824 -65.2344 C 55.5176 -66.6504 53.7598 -67.4316 52.0996 -67.4316 C 47.9004 -67.4316 45.166 -64.5508 45.166 -60.791 C 45.166 -58.5938 46.1426 -57.0312 47.4609 -55.7129 L 55.7617 -47.4609 L 61.9629 -42.0898 L 53.6621 -42.5781 L 33.6426 -42.5781 C 17.3828 -42.5781 9.76562 -33.5938 9.76562 -17.2852 C 9.76562 -15.0879 9.86328 -12.793 10.3027 -10.0098 C 10.7422 -6.98242 12.7441 -3.02734 17.4805 -3.02734 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2293.62 696)">
<path d="M 16.2598 -3.41797 C 19.7266 -3.41797 21.9727 -5.81055 21.9727 -9.32617 C 21.9727 -11.084 21.7773 -13.0371 21.7773 -15.6738 C 21.7773 -25.7324 25.293 -29.7852 35.3027 -29.7852 L 56.1035 -29.7852 L 64.7949 -30.3223 L 55.957 -22.4609 L 48.1934 -14.6973 C 47.0703 -13.623 46.2891 -12.207 46.2891 -10.4004 C 46.2891 -7.17773 48.6816 -4.73633 52.1973 -4.73633 C 53.6133 -4.73633 55.0781 -5.37109 56.3477 -6.5918 L 81.1523 -31.3477 C 82.2754 -32.4219 82.959 -34.1309 82.959 -35.7422 C 82.959 -37.3535 82.2754 -39.0625 81.1523 -40.1367 L 56.3477 -64.8926 C 55.0781 -66.1133 53.6133 -66.748 52.1973 -66.748 C 48.6816 -66.748 46.2891 -64.3066 46.2891 -61.084 C 46.2891 -59.3262 47.0703 -57.9102 48.1934 -56.8359 L 55.957 -49.0234 L 64.7949 -41.1621 L 56.1035 -41.6992 L 34.375 -41.6992 C 17.334 -41.6992 9.76562 -33.0078 9.76562 -15.7715 C 9.76562 -13.5254 9.86328 -11.4258 10.2539 -9.13086 C 10.6934 -6.54297 12.3535 -3.41797 16.2598 -3.41797 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1997.12 696)">
<path d="M 15.3809 -3.71094 C 18.457 -3.71094 20.459 -5.81055 20.459 -8.88672 C 20.459 -10.5469 20.3125 -12.2559 20.3125 -14.502 C 20.3125 -26.0254 24.2188 -30.6641 35.6445 -30.6641 L 57.7637 -30.6641 L 66.748 -31.2988 L 56.0547 -21.7285 L 48.6816 -14.209 C 47.7051 -13.2812 47.0703 -12.0117 47.0703 -10.498 C 47.0703 -7.66602 49.2188 -5.51758 52.2461 -5.51758 C 53.5156 -5.51758 54.7852 -6.05469 55.9082 -7.12891 L 80.8594 -32.0312 C 81.8848 -33.0566 82.5195 -34.4727 82.5195 -35.8887 C 82.5195 -37.3047 81.8848 -38.7695 80.8594 -39.7949 L 55.9082 -64.6484 C 54.7852 -65.7715 53.5156 -66.3086 52.2461 -66.3086 C 49.2188 -66.3086 47.0703 -64.1602 47.0703 -61.3281 C 47.0703 -59.8145 47.7051 -58.5449 48.6816 -57.5684 L 56.0547 -50.0977 L 66.748 -40.5762 L 57.7637 -41.1133 L 34.9121 -41.1133 C 17.2363 -41.1133 9.76562 -32.5684 9.76562 -14.6973 C 9.76562 -12.5 9.86328 -10.4492 10.2051 -8.54492 C 10.5957 -6.25 12.0605 -3.71094 15.3809 -3.71094 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1700.58 696)">
<path d="M 14.7461 -3.95508 C 17.4805 -3.95508 19.3359 -5.81055 19.3359 -8.54492 C 19.3359 -10.2051 19.1895 -11.6211 19.1895 -13.623 C 19.1895 -26.2207 23.3398 -31.3477 35.8887 -31.3477 L 58.9844 -31.3477 L 68.2617 -31.9824 L 56.1523 -21.1426 L 49.0234 -13.8672 C 48.1934 -13.0371 47.6562 -11.8652 47.6562 -10.5957 C 47.6562 -8.00781 49.6094 -6.10352 52.2461 -6.10352 C 53.418 -6.10352 54.5898 -6.5918 55.5664 -7.56836 L 80.6641 -32.5684 C 81.6406 -33.4961 82.1777 -34.7656 82.1777 -36.0352 C 82.1777 -37.3047 81.6406 -38.5742 80.6641 -39.502 L 55.6152 -64.502 C 54.5898 -65.4785 53.418 -65.9668 52.2461 -65.9668 C 49.6094 -65.9668 47.6562 -64.0625 47.6562 -61.4746 C 47.6562 -60.1562 48.1934 -59.0332 49.0234 -58.1543 L 56.1523 -50.9277 L 68.2129 -40.0879 L 58.9844 -40.6738 L 35.3027 -40.6738 C 17.1875 -40.6738 9.76562 -32.2754 9.76562 -13.916 C 9.76562 -11.6699 9.86328 -9.7168 10.1562 -8.10547 C 10.5957 -6.05469 11.8652 -3.95508 14.7461 -3.95508 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1404.09 696)">
<path d="M 13.916 -4.24805 C 16.2109 -4.24805 17.8223 -5.85938 17.8223 -8.1543 C 17.8223 -9.66797 17.7246 -10.8398 17.7246 -12.5 C 17.7246 -26.5137 22.2656 -32.2266 36.1816 -32.2266 L 60.6445 -32.2266 L 70.166 -32.959 L 56.2988 -20.4102 L 49.5117 -13.4277 C 48.8281 -12.7441 48.4375 -11.7188 48.4375 -10.6934 C 48.4375 -8.49609 50.1465 -6.88477 52.2949 -6.88477 C 53.3203 -6.88477 54.2969 -7.27539 55.1758 -8.10547 L 80.3711 -33.2031 C 81.25 -34.082 81.7383 -35.1074 81.7383 -36.1816 C 81.7383 -37.2559 81.25 -38.2812 80.3711 -39.1602 L 55.1758 -64.2578 C 54.2969 -65.0879 53.3203 -65.4785 52.2949 -65.4785 C 50.1465 -65.4785 48.4375 -63.916 48.4375 -61.6699 C 48.4375 -60.6445 48.8281 -59.6191 49.5117 -58.9355 L 56.2988 -52.002 L 70.1172 -39.4531 L 60.6445 -40.1367 L 35.791 -40.1367 C 17.1387 -40.1367 9.76562 -31.8848 9.76562 -12.8906 C 9.76562 -10.6445 9.86328 -8.78906 10.1562 -7.4707 C 10.498 -5.76172 11.5723 -4.24805 13.916 -4.24805 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1107.53 696)">
<path d="M 12.9395 -5.61523 C 14.6973 -5.61523 15.918 -6.83594 15.918 -8.59375 C 15.918 -9.76562 15.8203 -11.084 15.8203 -13.0371 C 15.8203 -27.3438 21.0938 -33.2031 35.2051 -33.2031 L 63.1836 -33.2031 L 72.5098 -33.6914 L 60.4492 -22.5098 L 50.4883 -12.4512 C 50 -11.9141 49.6582 -11.1328 49.6582 -10.3027 C 49.6582 -8.64258 50.9766 -7.42188 52.6367 -7.42188 C 53.418 -7.42188 54.1504 -7.71484 54.834 -8.34961 L 80.3711 -33.9355 C 81.1035 -34.5703 81.4453 -35.3516 81.4453 -36.1816 C 81.4453 -37.0117 81.1035 -37.793 80.3711 -38.4766 L 54.9805 -63.916 C 54.1504 -64.6973 53.418 -64.9902 52.6367 -64.9902 C 50.9766 -64.9902 49.6582 -63.7695 49.6582 -62.1094 C 49.6582 -61.2793 49.9512 -60.498 50.4883 -59.9609 L 60.4492 -49.9023 L 72.4609 -38.7207 L 63.1836 -39.209 L 34.9609 -39.209 C 17.1875 -39.209 9.76562 -31.4453 9.76562 -13.3789 C 9.76562 -11.1328 9.81445 -9.22852 10.0586 -8.1543 C 10.3516 -6.78711 11.1328 -5.61523 12.9395 -5.61523 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 811.012 696)">
<path d="M 11.6699 -7.42188 C 12.6953 -7.42188 13.4277 -8.1543 13.4277 -9.17969 C 13.4277 -9.91211 13.3301 -11.4258 13.3301 -13.7695 C 13.3301 -28.4668 19.5312 -34.4727 33.9355 -34.4727 L 66.5527 -34.4727 L 75.5859 -34.668 L 65.8691 -25.293 L 51.7578 -11.084 C 51.4648 -10.791 51.2695 -10.3027 51.2695 -9.81445 C 51.2695 -8.83789 52.0508 -8.10547 53.0273 -8.10547 C 53.5156 -8.10547 53.9551 -8.25195 54.3457 -8.64258 L 80.4199 -34.8145 C 80.8594 -35.2539 81.0547 -35.6934 81.0547 -36.2305 C 81.0547 -36.7188 80.8594 -37.1582 80.4199 -37.5977 L 54.6875 -63.4766 C 54.0039 -64.1113 53.5156 -64.3555 53.0273 -64.3555 C 52.0508 -64.3555 51.2695 -63.5742 51.2695 -62.5977 C 51.2695 -62.1094 51.4648 -61.6699 51.7578 -61.3281 L 65.8691 -47.168 L 75.5859 -37.793 L 66.5527 -37.9883 L 33.8379 -37.9883 C 17.2363 -37.9883 9.76562 -30.957 9.76562 -14.0137 C 9.76562 -11.7676 9.81445 -9.76562 9.96094 -9.0332 C 10.1074 -8.10547 10.5957 -7.42188 11.6699 -7.42188 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 514.399 696)">
<path d="M 10.9863 -8.34961 C 11.6699 -8.34961 12.1094 -8.83789 12.1094 -9.52148 C 12.1094 -10.0098 12.0117 -11.6211 12.0117 -14.1602 C 12.0117 -29.0527 18.75 -35.1074 33.252 -35.1074 L 68.3105 -35.1074 L 77.1973 -35.2051 L 68.7012 -26.709 L 52.4414 -10.4004 C 52.2461 -10.2539 52.0996 -9.91211 52.0996 -9.57031 C 52.0996 -8.93555 52.5879 -8.44727 53.2715 -8.44727 C 53.6133 -8.44727 53.8574 -8.59375 54.1016 -8.78906 L 80.4199 -35.3027 C 80.7617 -35.5957 80.8594 -35.8887 80.8594 -36.2305 C 80.8594 -36.5723 80.7617 -36.8652 80.4199 -37.1582 L 54.541 -63.2324 C 53.9062 -63.8184 53.6133 -64.0137 53.2715 -64.0137 C 52.5879 -64.0137 52.0996 -63.4766 52.0996 -62.8906 C 52.0996 -62.5488 52.1973 -62.2559 52.4414 -62.0605 L 68.7012 -45.752 L 77.1973 -37.2559 L 68.3105 -37.3535 L 33.252 -37.3535 C 17.2852 -37.3535 9.76562 -30.6641 9.76562 -14.3066 C 9.76562 -12.1094 9.76562 -10.1074 9.86328 -9.47266 C 10.0098 -8.83789 10.2539 -8.34961 10.9863 -8.34961 Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.arrow.up.backward.and.arrow.down.forward.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni100C76.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from arrow.up.backward.and.arrow.down.forward</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1390.86" x2="1390.86" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1508.83" x2="1508.83" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2854.54 1556)">
<path d="M26.8555-39.1602C32.959-39.1602 37.5977-43.4082 37.5977-49.5117L37.5977-50.5371L36.084-63.0371L44.043-54.4922L57.8613-40.5762C59.9121-38.4766 62.6465-37.4512 65.5762-37.4512C72.168-37.4512 76.6602-42.1875 76.6602-48.7793C76.6602-51.6113 75.4395-54.1016 73.3887-56.1035L59.4727-69.9707L50.8789-77.9297L63.7207-76.416L66.2598-76.416C72.3633-76.416 76.6602-81.0547 76.6602-87.1582C76.6602-93.3594 72.3633-97.9492 66.2598-97.9492L31.9336-97.9492C21.875-97.9492 16.0645-92.0898 16.0645-82.0312L16.0645-49.5117C16.0645-43.4082 20.752-39.1602 26.8555-39.1602ZM91.4551 27.6855L125.732 27.6855C135.791 27.6855 141.65 21.875 141.65 11.8164L141.65-20.7031C141.65-26.8066 136.963-31.1035 130.859-31.1035C124.756-31.1035 120.068-26.8555 120.068-20.7031L120.068-19.7266L121.631-7.22656L113.623-15.7715L99.8047-29.6875C97.7539-31.7383 95.0195-32.8125 92.1387-32.8125C85.5469-32.8125 81.0059-28.0762 81.0059-21.4844C81.0059-18.6523 82.2754-16.1621 84.2773-14.1113L98.2422-0.244141L106.787 7.66602L93.9453 6.15234L91.4551 6.15234C85.3516 6.15234 81.0547 10.791 81.0547 16.8945C81.0547 23.0957 85.3516 27.6855 91.4551 27.6855Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2558.56 1556)">
<path d="M25.4883-40.4785C30.8105-40.4785 34.8145-44.2383 34.8145-49.6094L34.8145-52.3926L33.3984-67.041L43.7988-56.0547L59.082-40.6738C60.8398-38.8184 63.2324-37.9395 65.7227-37.9395C71.4844-37.9395 75.4395-42.041 75.4395-47.7539C75.4395-50.2441 74.3652-52.4902 72.6074-54.248L57.2266-69.5801L46.2402-79.9316L61.1328-78.5156L65.0879-78.5156C70.4102-78.5156 74.2188-82.4707 74.2188-87.8418C74.2188-93.2617 70.4102-97.2168 65.0879-97.2168L30.2246-97.2168C21.2891-97.2168 16.0645-92.041 16.0645-83.0566L16.0645-49.6094C16.0645-44.2871 20.1172-40.4785 25.4883-40.4785ZM91.1621 26.9043L126.025 26.9043C134.961 26.9043 140.186 21.7285 140.186 12.7441L140.186-20.7031C140.186-26.0254 136.133-29.834 130.762-29.834C125.439-29.834 121.387-26.0742 121.387-20.7031L121.387-17.9199L122.852-3.27148L112.451-14.2578L97.168-29.6387C95.4102-31.4453 93.0176-32.373 90.4785-32.373C84.7168-32.373 80.7617-28.2715 80.7617-22.5586C80.7617-20.0684 81.8359-17.8223 83.5938-16.0645L99.0234-0.732422L110.01 9.61914L95.1172 8.20312L91.1621 8.20312C85.8398 8.20312 82.0312 12.207 82.0312 17.5293C82.0312 22.9492 85.791 26.9043 91.1621 26.9043Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2262.68 1556)">
<path d="M23.9258-41.9922C28.3691-41.9922 31.7383-45.166 31.7383-49.6582L31.7383-54.4434L30.3711-71.4844L43.457-57.8125L60.4004-40.7715C61.8652-39.209 63.8184-38.4766 65.918-38.4766C70.752-38.4766 74.1211-41.8457 74.1211-46.6309C74.1211-48.7793 73.2422-50.6348 71.7285-52.1484L54.6875-69.1406L41.0156-82.1289L58.2031-80.8105L63.7695-80.8105C68.2129-80.8105 71.4844-84.1309 71.4844-88.623C71.4844-93.1641 68.2617-96.4355 63.7695-96.4355L28.3203-96.4355C20.5566-96.4355 16.0645-91.9434 16.0645-84.2285L16.0645-49.6582C16.0645-45.2148 19.4336-41.9922 23.9258-41.9922ZM90.8203 26.0742L126.27 26.0742C134.033 26.0742 138.525 21.582 138.525 13.8184L138.525-20.7031C138.525-25.1465 135.156-28.3691 130.664-28.3691C126.221-28.3691 122.9-25.1953 122.9-20.7031L122.9-15.918L124.219 1.12305L111.133-12.5977L94.1895-29.6387C92.7246-31.1523 90.7715-31.8848 88.6719-31.8848C83.8379-31.8848 80.4688-28.5645 80.4688-23.7305C80.4688-21.6309 81.3477-19.7266 82.8613-18.2617L99.9023-1.2207L113.623 11.7676L96.3867 10.4492L90.8203 10.4492C86.377 10.4492 83.1543 13.7695 83.1055 18.2617C83.1055 22.7539 86.3281 26.0742 90.8203 26.0742Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1966.53 1556)">
<path d="M22.8516-43.0176C26.709-43.0176 29.5898-45.8008 29.5898-49.707L29.5898-55.9082L28.3203-74.5605L43.2617-58.9844L61.2793-40.8203C62.5977-39.502 64.2578-38.8672 66.0645-38.8672C70.2148-38.8672 73.1934-41.6992 73.1934-45.8496C73.1934-47.7051 72.4121-49.3652 71.1426-50.6836L52.9785-68.8477L37.4023-83.6914L56.2012-82.4219L62.8418-82.4219C66.748-82.4219 69.5801-85.2539 69.5801-89.1602C69.5801-93.0664 66.748-95.9473 62.8418-95.9473L27.002-95.9473C20.0684-95.9473 16.0645-91.8945 16.0645-85.0098L16.0645-49.707C16.0645-45.8984 18.9453-43.0176 22.8516-43.0176ZM90.625 25.4883L126.465 25.4883C133.398 25.4883 137.402 21.4844 137.402 14.5996L137.402-20.7031C137.402-24.5605 134.521-27.3926 130.615-27.3926C126.758-27.3926 123.877-24.6094 123.877-20.7031L123.877-14.5508L125.146 4.15039L110.205-11.4258L92.1875-29.5898C90.8691-30.9082 89.209-31.5918 87.4023-31.5918C83.252-31.5918 80.2734-28.7109 80.2734-24.5605C80.2734-22.7051 81.0547-21.0449 82.3242-19.7266L100.488-1.61133L116.064 13.2812L97.2656 12.0117L90.625 12.0117C86.7676 12.0117 83.8867 14.8438 83.8867 18.75C83.8867 22.6562 86.7188 25.4883 90.625 25.4883Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1670.24 1556)">
<path d="M22.0215-43.7988C25.4395-43.7988 27.9297-46.2891 27.9297-49.7559L27.9297-56.9824L26.7578-76.9043L43.1152-59.9121L62.0117-40.8691C63.1348-39.6973 64.5996-39.1602 66.1621-39.1602C69.8242-39.1602 72.4609-41.6016 72.4609-45.2637C72.4609-46.9238 71.8262-48.4375 70.6543-49.6094L51.6602-68.6035L34.668-84.8633L54.6875-83.6426L62.1582-83.6426C65.5762-83.6426 68.1641-86.084 68.1641-89.5508C68.1641-93.0176 65.625-95.5078 62.1582-95.5078L25.9766-95.5078C19.7266-95.5078 16.0645-91.8457 16.0645-85.5957L16.0645-49.7559C16.0645-46.3867 18.6035-43.7988 22.0215-43.7988ZM90.4297 25.0488L126.611 25.0488C132.91 25.0488 136.572 21.3867 136.572 15.1367L136.572-20.7031C136.572-24.0723 134.033-26.6602 130.566-26.6602C127.148-26.6602 124.658-24.1699 124.658-20.7031L124.658-13.4766L125.879 6.44531L109.521-10.5469L90.625-29.5898C89.502-30.7617 88.0371-31.2988 86.4258-31.2988C82.7637-31.2988 80.127-28.8574 80.127-25.1953C80.127-23.5352 80.8105-22.0215 81.9336-20.8496L100.977-1.85547L117.969 14.4043L97.9492 13.1836L90.4297 13.1836C87.0117 13.1836 84.4727 15.625 84.4238 19.0918C84.4238 22.5586 86.9629 25.0488 90.4297 25.0488Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1374.09 1556)">
<path d="M20.9961-44.8242C23.8281-44.8242 25.8301-46.9238 25.8301-49.8047L25.8301-58.3984L24.707-79.9316L42.8711-61.1328L62.8906-40.918C63.8184-39.9902 64.9902-39.502 66.3086-39.502C69.3359-39.502 71.5332-41.5039 71.5332-44.5312C71.5332-45.8984 71.0449-47.168 70.0684-48.1445L49.9512-68.3105L31.1035-86.377L52.6855-85.2539L61.2793-85.2539C64.1113-85.2539 66.3086-87.207 66.3086-90.0879C66.3086-92.9688 64.1602-94.9707 61.2793-94.9707L24.6582-94.9707C19.2383-94.9707 16.0645-91.7969 16.0645-86.377L16.0645-49.8047C16.0645-47.0215 18.1152-44.8242 20.9961-44.8242ZM90.2344 24.4629L126.807 24.4629C132.275 24.4629 135.449 21.2891 135.449 15.8691L135.449-20.7031C135.449-23.4863 133.398-25.6836 130.518-25.6836C127.686-25.6836 125.684-23.584 125.684-20.7031L125.684-12.1094L126.807 9.42383L108.594-9.375L88.623-29.5898C87.6953-30.5176 86.4746-31.0059 85.2051-31.0059C82.1777-31.0059 79.9805-29.0039 79.9805-25.9766C79.9805-24.6094 80.4688-23.3398 81.4453-22.3633L101.562-2.19727L120.41 15.8691L98.7793 14.7461L90.2344 14.7461C87.4023 14.7461 85.2051 16.6992 85.2051 19.5801C85.2051 22.4609 87.3535 24.4629 90.2344 24.4629Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1077.86 1556)">
<path d="M19.7266-45.4102C21.9238-45.4102 23.3887-47.0215 23.3887-49.1699L23.3887-62.2559L22.5098-83.2031L42.8223-62.5L63.7207-41.4551C64.4043-40.7227 65.332-40.3809 66.2598-40.3809C68.5547-40.3809 70.2148-41.8457 70.2148-44.1406C70.2148-45.166 69.8242-46.0938 69.0918-46.8262L47.9492-67.9688L27.2949-88.0859L48.3398-87.1094L61.377-87.1094C63.4766-87.1094 65.1855-88.623 65.1855-90.7715C65.1855-92.9688 63.5742-94.4824 61.377-94.4824L22.5586-94.4824C18.5059-94.4824 16.0645-92.041 16.0645-87.9883L16.0645-49.1699C16.0645-47.0703 17.5781-45.4102 19.7266-45.4102ZM89.1602 24.0234L127.979 24.0234C132.031 24.0234 134.473 21.5332 134.473 17.4805L134.473-21.2891C134.473-23.3887 133.008-25.0977 130.811-25.0977C128.662-25.0977 127.148-23.4863 127.148-21.2891L127.148-8.25195L128.027 12.6953L107.764-7.95898L86.8164-29.0527C86.1328-29.7852 85.2539-30.127 84.2773-30.127C81.9824-30.127 80.3711-28.6621 80.3711-26.3672C80.3711-25.3418 80.7617-24.3652 81.4453-23.6816L102.588-2.53906L123.242 17.5781L102.246 16.6504L89.1602 16.6504C87.0605 16.6504 85.4004 18.1152 85.3516 20.3125C85.3516 22.5098 86.9629 24.0234 89.1602 24.0234Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 781.764 1556)">
<path d="M18.1152-46.1426C19.3848-46.1426 20.2148-47.0703 20.2148-48.3398L20.2148-67.3828L19.6289-87.5L42.7246-64.3555L64.8438-42.0898C65.2344-41.6992 65.7227-41.5039 66.2598-41.5039C67.5781-41.5039 68.4082-42.2852 68.4082-43.6035C68.4082-44.1406 68.2129-44.6777 67.7734-45.0684L45.3613-67.4805L22.3145-90.332L42.5293-89.5996L61.5234-89.5996C62.6953-89.5996 63.7207-90.4297 63.7207-91.6992C63.7207-93.0176 62.8418-93.8477 61.5234-93.8477L19.7754-93.8477C17.5293-93.8477 16.0645-92.3828 16.0645-90.1367L16.0645-48.3398C16.0645-47.168 16.8457-46.1426 18.1152-46.1426ZM87.7441 23.3398L129.541 23.3398C131.787 23.3398 133.252 21.875 133.252 19.6289L133.252-22.1191C133.252-23.291 132.471-24.3164 131.201-24.3164C129.932-24.3164 129.102-23.3887 129.102-22.1191L129.102-3.07617L129.688 17.041L106.592-6.10352L84.4727-28.3691C84.082-28.7598 83.5938-29.0039 83.0566-29.0039C81.7383-29.0039 80.9082-28.1738 80.9082-26.8555C80.9082-26.3184 81.1035-25.8301 81.4941-25.3906L103.906-2.97852L127.002 19.873L106.787 19.1406L87.7441 19.1406C86.6211 19.1406 85.6445 19.9707 85.5469 21.2402C85.5469 22.5586 86.4746 23.3398 87.7441 23.3398Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 485.37 1556)">
<path d="M17.2852-46.5332C18.1152-46.5332 18.5547-47.1191 18.5547-47.9492L18.5547-69.9707L18.1641-89.7461L42.6758-65.332L65.3809-42.4316C65.625-42.1875 65.9668-42.041 66.2598-42.041C67.041-42.041 67.4805-42.5293 67.4805-43.3594C67.4805-43.6035 67.3828-43.8965 67.1387-44.1406L44.043-67.2363L19.7266-91.4551L39.5508-90.8691L61.6211-90.8691C62.2559-90.8691 62.9883-91.3574 62.9883-92.1875C62.9883-93.0176 62.4512-93.5059 61.6211-93.5059L18.3594-93.5059C17.041-93.5059 16.0645-92.5293 16.0645-91.2109L16.0645-47.9492C16.0645-47.168 16.4551-46.5332 17.2852-46.5332ZM87.0605 23.0469L130.322 23.0469C131.641 23.0469 132.617 22.0703 132.617 20.752L132.617-22.5098C132.617-23.2422 132.227-23.877 131.396-23.877C130.566-23.877 130.078-23.3398 130.078-22.5098L130.078-0.488281L130.518 19.2871L106.006-5.12695L83.3008-28.0273C83.0078-28.2715 82.7148-28.3691 82.4219-28.3691C81.6406-28.3691 81.1523-27.9297 81.1523-27.0996C81.1523-26.8066 81.2988-26.5137 81.543-26.2695L104.639-3.22266L128.955 21.0449L109.131 20.459L87.0605 20.459C86.4258 20.459 85.791 20.8984 85.6934 21.7285C85.6934 22.5586 86.2305 23.0469 87.0605 23.0469Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2871.56 1126)">
<path d="M22.0215-36.7676C27.4414-36.7676 31.5918-40.4785 31.5918-45.8984L31.5918-46.6309L30.4199-53.1738L34.4727-48.7793L43.7012-39.502C45.5566-37.6953 47.998-36.7188 50.5859-36.7188C56.4453-36.7188 60.3516-41.0156 60.3516-46.875C60.3516-49.3164 59.1797-51.4648 57.4219-53.2227L48.0957-62.5488L43.7012-66.5039L50.5859-65.332L52.9785-65.332C58.3984-65.332 62.1094-69.4824 62.1094-74.9023C62.1094-80.3711 58.3984-84.4727 52.9785-84.4727L25.9277-84.4727C17.4316-84.4727 12.4512-79.541 12.4512-70.9961L12.4512-45.8984C12.4512-40.4785 16.6016-36.7676 22.0215-36.7676ZM70.7031 14.3066L97.7539 14.3066C106.25 14.3066 111.23 9.32617 111.23 0.78125L111.23-24.3164C111.23-29.7363 107.08-33.4473 101.66-33.4473C96.2402-33.4473 92.0898-29.7363 92.0898-24.3164L92.0898-23.584L93.2617-17.041L89.209-21.3867L79.9805-30.7129C78.125-32.5195 75.6836-33.4473 73.0957-33.4473C67.2363-33.4473 63.3301-29.1504 63.3301-23.3398C63.3301-20.8496 64.502-18.75 66.2598-16.9434L75.5859-7.66602L79.9805-3.66211L73.0957-4.88281L70.7031-4.88281C65.2832-4.88281 61.5723-0.683594 61.5723 4.73633C61.5723 10.2051 65.2832 14.3066 70.7031 14.3066Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2575.53 1126)">
<path d="M20.8496-38.0859C25.5859-38.0859 29.1992-41.3574 29.1992-46.1426L29.1992-47.6562L28.0273-56.6895L34.1797-50.1465L44.7754-39.4531C46.3867-37.8906 48.5352-37.0605 50.7812-37.0605C55.9082-37.0605 59.375-40.7715 59.375-45.8984C59.375-48.0469 58.3984-49.9512 56.8359-51.5137L46.1426-62.1582L39.5996-68.2617L48.877-67.1387L51.6602-67.1387C56.3965-67.1387 59.7168-70.752 59.7168-75.4883C59.7168-80.2734 56.3965-83.8379 51.6602-83.8379L24.6094-83.8379C16.9434-83.8379 12.4512-79.3945 12.4512-71.6797L12.4512-46.1426C12.4512-41.3574 16.0645-38.0859 20.8496-38.0859ZM70.6543 13.5742L97.7051 13.5742C105.42 13.5742 109.863 9.13086 109.863 1.41602L109.863-24.1699C109.863-28.9062 106.25-32.1777 101.514-32.1777C96.7773-32.1777 93.1152-28.9062 93.1152-24.1699L93.1152-22.6074L94.2871-13.623L88.1348-20.1172L77.5391-30.8105C75.9766-32.4219 73.8281-33.2031 71.582-33.2031C66.4551-33.2031 62.9883-29.541 62.9883-24.4141C62.9883-22.2168 63.9648-20.3125 65.5273-18.75L76.2207-8.10547L82.7148-2.00195L73.4863-3.125L70.6543-3.125C65.918-3.125 62.5977 0.439453 62.5977 5.22461C62.5977 10.0098 65.918 13.5742 70.6543 13.5742Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2279.58 1126)">
<path d="M19.4824-39.5508C23.4863-39.5508 26.5137-42.3828 26.5137-46.3867L26.5137-48.8281L25.3906-60.5957L33.8867-51.6602L45.9961-39.4531C47.3145-38.0859 49.0723-37.4023 50.9766-37.4023C55.2734-37.4023 58.252-40.4785 58.252-44.7754C58.252-46.6309 57.4707-48.291 56.1523-49.6094L43.9453-61.7676L35.0098-70.2148L46.9727-69.1406L50.1953-69.1406C54.1992-69.1406 57.0801-72.1191 57.0801-76.123C57.0801-80.1758 54.1992-83.1543 50.1953-83.1543L23.1445-83.1543C16.3574-83.1543 12.4512-79.248 12.4512-72.4609L12.4512-46.3867C12.4512-42.3828 15.4785-39.5508 19.4824-39.5508ZM70.6055 12.793L97.7051 12.793C104.443 12.793 108.35 8.88672 108.35 2.09961L108.35-23.9746C108.35-27.9297 105.322-30.8105 101.318-30.8105C97.3145-30.8105 94.3359-27.9785 94.3359-23.9746L94.3359-21.5332L95.4102-9.76562L86.9141-18.7012L74.8047-30.9082C73.4863-32.2754 71.7285-32.959 69.8242-32.959C65.5273-32.959 62.5488-29.8828 62.5488-25.5859C62.5488-23.7305 63.3301-22.0703 64.6484-20.752L76.8555-8.54492L85.8398-0.146484L73.877-1.2207L70.6055-1.2207C66.6016-1.2207 63.7695 1.75781 63.7695 5.76172C63.7695 9.81445 66.6016 12.793 70.6055 12.793Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1983.38 1126)">
<path d="M18.5547-40.5762C22.0703-40.5762 24.6582-43.0664 24.6582-46.582L24.6582-49.6094L23.584-63.2812L33.6426-52.6855L46.8262-39.4043C47.9492-38.2324 49.5117-37.6465 51.123-37.6465C54.8828-37.6465 57.5195-40.2344 57.5195-43.9941C57.5195-45.6543 56.8359-47.1191 55.6641-48.291L42.4316-61.5234L31.7871-71.5332L45.6543-70.5078L49.2188-70.5078C52.6855-70.5078 55.2246-73.0469 55.2246-76.5625C55.2246-80.0781 52.6855-82.666 49.2188-82.666L22.1191-82.666C16.0156-82.666 12.4512-79.1504 12.4512-72.998L12.4512-46.582C12.4512-43.1152 15.0879-40.5762 18.5547-40.5762ZM70.5566 12.2559L97.6562 12.2559C103.76 12.2559 107.324 8.74023 107.324 2.58789L107.324-23.8281C107.324-27.2949 104.688-29.834 101.221-29.834C97.7051-29.834 95.1172-27.3438 95.1172-23.8281L95.1172-20.8008L96.1914-7.12891L86.1328-17.7246L72.9492-31.0059C71.7773-32.1777 70.2637-32.7637 68.6523-32.7637C64.8926-32.7637 62.2559-30.1758 62.2559-26.416C62.2559-24.7559 62.9395-23.291 64.1113-22.1191L77.3438-8.88672L87.9395 1.12305L74.1211 0.0976562L70.5566 0.0976562C67.0898 0.0976562 64.5508 2.63672 64.5508 6.15234C64.5508 9.66797 67.0898 12.2559 70.5566 12.2559Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1687.06 1126)">
<path d="M17.8711-41.3574C20.9473-41.3574 23.2422-43.6035 23.2422-46.7285L23.2422-50.1953L22.2168-65.332L33.4961-53.4668L47.4609-39.4043C48.4863-38.3301 49.8047-37.8418 51.2207-37.8418C54.541-37.8418 56.9336-40.0879 56.9336-43.4082C56.9336-44.9219 56.3477-46.2402 55.3223-47.3145L41.3086-61.3281L29.3945-72.5586L44.6289-71.5332L48.4375-71.5332C51.5137-71.5332 53.8574-73.7793 53.8574-76.9043C53.8574-80.0293 51.5625-82.3242 48.4375-82.3242L21.3379-82.3242C15.7227-82.3242 12.4512-79.0527 12.4512-73.4375L12.4512-46.7285C12.4512-43.6523 14.7461-41.3574 17.8711-41.3574ZM70.5566 11.8652L97.6562 11.8652C103.271 11.8652 106.543 8.59375 106.543 2.97852L106.543-23.7305C106.543-26.8066 104.199-29.1016 101.123-29.1016C98.0469-29.1016 95.752-26.8555 95.752-23.7305L95.752-20.2637L96.7773-5.12695L85.498-16.9922L71.5332-31.0547C70.5078-32.1289 69.1895-32.6172 67.7246-32.6172C64.4043-32.6172 62.0117-30.3711 62.0117-27.0508C62.0117-25.5371 62.5977-24.1699 63.6719-23.1445L77.6855-9.13086L89.5996 2.09961L74.3652 1.07422L70.5566 1.07422C67.4316 1.07422 65.1367 3.32031 65.1367 6.44531C65.1367 9.57031 67.4316 11.8652 70.5566 11.8652Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1390.86 1126)">
<path d="M16.9434-42.334C19.5312-42.334 21.3867-44.2871 21.3867-46.875L21.3867-50.9766L20.4102-68.0176L33.252-54.4922L48.291-39.3555C49.1211-38.4766 50.1953-38.0859 51.3672-38.0859C54.1504-38.0859 56.2012-39.8926 56.2012-42.627C56.2012-43.9453 55.7617-45.1172 54.8828-45.9961L39.7949-61.0352L26.2695-73.877L43.3594-72.9004L47.4121-72.9004C50-72.9004 52.002-74.707 52.002-77.3438C52.002-79.9805 50.0488-81.8359 47.4121-81.8359L20.3125-81.8359C15.332-81.8359 12.4512-78.9551 12.4512-73.9746L12.4512-46.875C12.4512-44.3359 14.3555-42.334 16.9434-42.334ZM70.5078 11.3281L97.6074 11.3281C102.588 11.3281 105.518 8.44727 105.518 3.4668L105.518-23.6328C105.518-26.1719 103.613-28.1738 100.977-28.1738C98.4375-28.1738 96.5332-26.2207 96.5332-23.6328L96.5332-19.5312L97.5586-2.49023L84.668-16.0156L69.6777-31.1523C68.8477-32.0312 67.7246-32.4219 66.5527-32.4219C63.8184-32.4219 61.7188-30.6152 61.7188-27.8809C61.7188-26.5625 62.207-25.3906 63.0859-24.5117L78.125-9.47266L91.6992 3.36914L74.6094 2.39258L70.5078 2.39258C67.9199 2.39258 65.918 4.19922 65.918 6.83594C65.918 9.47266 67.9199 11.3281 70.5078 11.3281Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1094.59 1126)">
<path d="M15.8691-42.8711C17.8223-42.8711 19.2383-44.3359 19.2383-46.3379L19.2383-54.4434L18.457-70.9473L33.2031-55.7617L49.0234-39.7949C49.6582-39.1602 50.4883-38.8184 51.3672-38.8184C53.4668-38.8184 54.9805-40.1855 54.9805-42.2852C54.9805-43.2617 54.6387-44.1406 54.0039-44.8242L38.0371-60.7422L22.8516-75.4395L39.4043-74.6094L47.5098-74.6094C49.4629-74.6094 51.0254-75.9766 51.0254-77.9785C51.0254-79.9805 49.5117-81.3965 47.5098-81.3965L18.4082-81.3965C14.6973-81.3965 12.4512-79.1504 12.4512-75.3906L12.4512-46.3379C12.4512-44.3848 13.8672-42.8711 15.8691-42.8711ZM69.5801 10.8887L98.6816 10.8887C102.441 10.8887 104.639 8.64258 104.639 4.88281L104.639-24.1699C104.639-26.123 103.271-27.6367 101.27-27.6367C99.2676-27.6367 97.8516-26.1719 97.8516-24.1699L97.8516-16.0156L98.6816 0.439453L83.8867-14.7461L68.0664-30.6641C67.4316-31.3477 66.6016-31.6406 65.7227-31.6406C63.623-31.6406 62.1094-30.2734 62.1094-28.1738C62.1094-27.2461 62.4512-26.3672 63.1348-25.6836L79.0527-9.76562L94.2383 4.93164L77.6855 4.10156L69.5801 4.10156C67.627 4.10156 66.1133 5.46875 66.0645 7.4707C66.0645 9.47266 67.5781 10.8887 69.5801 10.8887Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 798.439 1126)">
<path d="M14.4043-43.5547C15.5762-43.5547 16.3574-44.3848 16.3574-45.6055L16.3574-59.0332L15.8691-74.8047L33.1055-57.4219L50-40.3809C50.3906-40.0391 50.8789-39.8438 51.3672-39.8438C52.5879-39.8438 53.418-40.625 53.418-41.8457C53.418-42.334 53.2227-42.8711 52.832-43.2129L35.7422-60.3027L18.3594-77.4414L34.2285-76.8555L47.6562-76.8555C48.7305-76.8555 49.707-77.6367 49.707-78.8086C49.707-79.9805 48.877-80.8105 47.6562-80.8105L15.918-80.8105C13.8184-80.8105 12.4512-79.4434 12.4512-77.2949L12.4512-45.6055C12.4512-44.4336 13.1836-43.5547 14.4043-43.5547ZM68.3105 10.3027L100.049 10.3027C102.197 10.3027 103.516 8.98438 103.516 6.83594L103.516-24.9023C103.516-26.0254 102.783-26.9043 101.611-26.9043C100.439-26.9043 99.6094-26.0742 99.6094-24.9023L99.6094-11.4258L100.146 4.3457L82.8613-13.0371L65.9668-30.0781C65.625-30.4688 65.1367-30.6152 64.6484-30.6152C63.4277-30.6152 62.5977-29.834 62.5977-28.6133C62.5977-28.125 62.793-27.6367 63.1836-27.2461L80.2734-10.1562L97.6074 6.98242L81.7871 6.34766L68.3105 6.34766C67.2363 6.34766 66.3086 7.12891 66.2598 8.34961C66.2598 9.52148 67.1387 10.3027 68.3105 10.3027Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 501.996 1126)">
<path d="M13.623-43.8965C14.4043-43.8965 14.8926-44.4336 14.8926-45.2148L14.8926-61.377L14.502-76.8066L33.0566-58.252L50.4883-40.7227C50.7324-40.4785 51.0254-40.332 51.3184-40.332C52.0996-40.332 52.5879-40.8203 52.5879-41.6016C52.5879-41.8945 52.4414-42.1875 52.2461-42.4316L34.5215-60.1074L16.0645-78.4668L31.543-77.9785L47.7539-77.9785C48.3887-77.9785 49.0234-78.4668 49.0234-79.248C49.0234-80.0293 48.4863-80.4688 47.7539-80.4688L14.6484-80.4688C13.3301-80.4688 12.4512-79.5898 12.4512-78.2715L12.4512-45.2148C12.4512-44.4824 12.8418-43.8965 13.623-43.8965ZM67.6758 10.0098L100.781 10.0098C102.051 10.0098 102.979 9.13086 102.979 7.8125L102.979-25.2441C102.979-25.9766 102.539-26.5625 101.758-26.5625C100.977-26.5625 100.537-26.0254 100.537-25.2441L100.537-9.08203L100.879 6.34766L82.3242-12.207L64.8926-29.7363C64.6484-29.9805 64.3555-30.127 64.0625-30.127C63.2812-30.127 62.8418-29.6387 62.8418-28.8574C62.8418-28.5645 62.9395-28.2715 63.1836-28.0273L80.8594-10.3516L99.3652 8.00781L83.8379 7.51953L67.6758 7.51953C67.041 7.51953 66.4551 8.00781 66.3574 8.78906C66.3574 9.57031 66.8945 10.0098 67.6758 10.0098Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2884.99 696)">
<path d="M17.1875-36.5234C21.3867-36.5234 24.6094-39.4043 24.6094-43.6035L24.6094-44.1895L23.6816-49.5117L27.002-45.9473L34.3262-38.5742C35.7422-37.1582 37.6465-36.4258 39.6484-36.4258C44.1895-36.4258 47.2168-39.7461 47.2168-44.2871C47.2168-46.1914 46.3379-47.8516 44.9707-49.2188L37.5488-56.5918L33.9844-59.8633L39.5508-58.9355L41.4062-58.9355C45.6055-58.9355 48.4863-62.1582 48.4863-66.3574C48.4863-70.6055 45.6055-73.7793 41.4062-73.7793L20.2637-73.7793C13.623-73.7793 9.76562-69.9219 9.76562-63.2812L9.76562-43.6035C9.76562-39.4043 12.9883-36.5234 17.1875-36.5234ZM55.4199 3.51562L76.5625 3.51562C83.2031 3.51562 87.0605-0.341797 87.0605-6.98242L87.0605-26.6602C87.0605-30.8594 83.8379-33.7402 79.6387-33.7402C75.4395-33.7402 72.2168-30.8594 72.2168-26.6602L72.2168-26.0742L73.1445-20.752L69.8242-24.3164L62.5-31.6895C61.084-33.1055 59.1797-33.8379 57.1777-33.8379C52.6367-33.8379 49.6094-30.5176 49.6094-25.9766C49.6094-24.0723 50.4883-22.4121 51.8555-21.0449L59.2773-13.6719L62.8418-10.4004L57.2754-11.3281L55.4199-11.3281C51.2207-11.3281 48.3398-8.10547 48.3398-3.90625C48.3398 0.341797 51.2207 3.51562 55.4199 3.51562Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2588.74 696)">
<path d="M16.4062-37.5C20.166-37.5 22.998-40.0879 22.998-43.8477L22.998-44.5801L22.0703-51.8555L26.8066-46.8262L35.0586-38.4766C36.3281-37.207 38.0371-36.5723 39.7949-36.5723C43.8477-36.5723 46.6309-39.502 46.6309-43.5547C46.6309-45.3125 45.8496-46.8262 44.5801-48.0469L36.2305-56.3477L31.2012-61.0352L38.6719-60.1074L40.3809-60.1074C44.1406-60.1074 46.7773-62.9883 46.7773-66.748C46.7773-70.5078 44.1406-73.3398 40.3809-73.3398L19.4336-73.3398C13.3301-73.3398 9.76562-69.7754 9.76562-63.6719L9.76562-43.8477C9.76562-40.0879 12.6465-37.5 16.4062-37.5ZM55.4688 3.02734L76.416 3.02734C82.5684 3.02734 86.1328-0.537109 86.1328-6.64062L86.1328-26.4648C86.1328-30.2246 83.252-32.8613 79.4922-32.8613C75.7324-32.8613 72.9004-30.2246 72.9004-26.4648L72.9004-25.7324L73.7793-18.457L69.0918-23.4863L60.8398-31.8359C59.5703-33.1055 57.8613-33.7402 56.1035-33.7402C52.0508-33.7402 49.2676-30.8105 49.2676-26.7578C49.2676-25.0488 50.0488-23.4863 51.2695-22.2656L59.6191-13.9648L64.6973-9.27734L57.2266-10.2051L55.4688-10.2051C51.709-10.2051 49.1211-7.37305 49.1211-3.61328C49.1211 0.195312 51.709 3.02734 55.4688 3.02734Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2292.57 696)">
<path d="M15.5273-38.5254C18.75-38.5254 21.2402-40.8691 21.2402-44.1406L21.2402-45.0684L20.3125-54.4922L26.5625-47.8516L35.8887-38.4277C36.9629-37.3047 38.4277-36.7676 39.9414-36.7676C43.457-36.7676 45.9473-39.2578 45.9473-42.7246C45.9473-44.2871 45.2637-45.6543 44.1895-46.7285L34.8145-56.1035L28.125-62.3047L37.6953-61.4258L39.2578-61.4258C42.5293-61.4258 44.873-63.8672 44.873-67.1387C44.873-70.459 42.5293-72.8516 39.2578-72.8516L18.5547-72.8516C12.9883-72.8516 9.76562-69.6289 9.76562-64.0625L9.76562-44.1406C9.76562-40.8691 12.2559-38.5254 15.5273-38.5254ZM55.5664 2.49023L76.2695 2.49023C81.8359 2.49023 85.0586-0.732422 85.0586-6.29883L85.0586-26.2695C85.0586-29.4922 82.5684-31.8359 79.2969-31.8359C76.0742-31.8359 73.6328-29.541 73.6328-26.2695L73.6328-25.3418L74.5117-15.8691L68.2617-22.5586L58.9355-31.9824C57.8613-33.0566 56.3965-33.6426 54.8828-33.6426C51.3672-33.6426 48.9258-31.1523 48.9258-27.6367C48.9258-26.123 49.5605-24.7559 50.6348-23.6328L60.0098-14.2578L66.748-8.05664L57.1289-8.93555L55.5664-8.93555C52.2949-8.93555 49.9512-6.54297 49.9512-3.22266C49.9512 0.0488281 52.2949 2.49023 55.5664 2.49023Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1996.22 696)">
<path d="M14.8926-39.2578C17.8223-39.2578 19.9707-41.3574 19.9707-44.2871L19.9707-45.3613L19.0918-56.2988L26.416-48.5352L36.4746-38.3789C37.4512-37.3535 38.7207-36.8652 40.0879-36.8652C43.2129-36.8652 45.459-39.0625 45.459-42.1875C45.459-43.6035 44.873-44.873 43.8965-45.8496L33.7891-55.9082L25.9766-63.2324L37.0605-62.3535L38.4766-62.3535C41.4062-62.3535 43.5547-64.502 43.5547-67.4316C43.5547-70.3613 41.4062-72.5098 38.4766-72.5098L17.9199-72.5098C12.7441-72.5098 9.76562-69.5312 9.76562-64.3555L9.76562-44.2871C9.76562-41.4062 11.9629-39.2578 14.8926-39.2578ZM55.6152 2.09961L76.1719 2.09961C81.3477 2.09961 84.3262-0.878906 84.3262-6.05469L84.3262-26.123C84.3262-29.0039 82.1289-31.1523 79.1992-31.1523C76.3184-31.1523 74.1211-29.0527 74.1211-26.123L74.1211-25.0977L75.0488-14.1113L67.7246-21.9238L57.6172-32.0801C56.6895-33.0566 55.4199-33.5449 54.0039-33.5449C50.8789-33.5449 48.6328-31.3965 48.6328-28.2227C48.6328-26.8555 49.2188-25.5859 50.1953-24.6094L60.3027-14.502L68.1641-7.22656L57.0801-8.10547L55.6152-8.10547C52.6855-8.10547 50.5371-5.95703 50.5371-3.02734C50.5371-0.0488281 52.6855 2.09961 55.6152 2.09961Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1699.78 696)">
<path d="M14.4531-39.8438C17.0898-39.8438 19.043-41.7969 19.043-44.4336L19.043-45.6055L18.1641-57.7148L26.2695-49.0234L36.9141-38.3301C37.793-37.4023 38.916-36.9629 40.1855-36.9629C43.0176-36.9629 45.1172-38.916 45.1172-41.748C45.1172-43.0664 44.5801-44.2383 43.7012-45.166L33.0566-55.8105L24.3652-63.916L36.5234-63.0371L37.8906-63.0371C40.5762-63.0371 42.5781-64.9414 42.5781-67.627C42.5781-70.3125 40.5762-72.2656 37.8906-72.2656L17.4805-72.2656C12.5977-72.2656 9.76562-69.4824 9.76562-64.5996L9.76562-44.4336C9.76562-41.7969 11.7676-39.8438 14.4531-39.8438ZM55.6641 1.80664L76.0742 1.80664C80.957 1.80664 83.7891-0.976562 83.7891-5.85938L83.7891-26.0254C83.7891-28.6621 81.7871-30.6152 79.1016-30.6152C76.4648-30.6152 74.5117-28.7109 74.5117-26.0254L74.5117-24.8535L75.3906-12.793L67.2852-21.4355L56.6406-32.1289C55.7617-33.0566 54.6387-33.4961 53.3691-33.4961C50.5371-33.4961 48.4375-31.543 48.4375-28.7109C48.4375-27.3926 48.9746-26.2207 49.8535-25.3418L60.498-14.6484L69.1895-6.54297L57.0312-7.42188L55.6641-7.42188C52.9785-7.42188 51.0254-5.51758 51.0254-2.83203C51.0254-0.146484 52.9785 1.80664 55.6641 1.80664Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1403.43 696)">
<path d="M13.8184-40.5762C16.1621-40.5762 17.8223-42.2852 17.8223-44.6289L17.8223-45.8984L16.9434-59.4727L26.123-49.707L37.4512-38.2324C38.2324-37.4512 39.209-37.0605 40.2832-37.0605C42.7734-37.0605 44.6289-38.7207 44.6289-41.2109C44.6289-42.3828 44.2383-43.457 43.4082-44.2383L32.0312-55.6152L22.2168-64.7949L35.8887-63.916L37.1094-63.916C39.4531-63.916 41.2598-65.5762 41.2598-67.9199C41.2598-70.2637 39.4531-71.9727 37.1094-71.9727L16.8457-71.9727C12.3535-71.9727 9.76562-69.3848 9.76562-64.8926L9.76562-44.6289C9.76562-42.334 11.4746-40.5762 13.8184-40.5762ZM55.7129 1.46484L75.9766 1.46484C80.4688 1.46484 83.0566-1.12305 83.0566-5.61523L83.0566-25.8789C83.0566-28.1738 81.3477-29.9316 79.0039-29.9316C76.709-29.9316 75-28.2227 75-25.8789L75-24.6094L75.9277-11.0352L66.748-20.8008L55.3711-32.2754C54.6387-33.0566 53.6133-33.4473 52.5391-33.4473C50.0488-33.4473 48.1934-31.7871 48.1934-29.2969C48.1934-28.125 48.6328-27.0508 49.4141-26.2695L60.791-14.8926L70.6055-5.71289L56.9824-6.5918L55.7129-6.5918C53.3691-6.5918 51.6113-4.93164 51.5625-2.58789C51.5625-0.244141 53.3691 1.46484 55.7129 1.46484Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1107.09 696)">
<path d="M12.8418-41.0156C14.6484-41.0156 15.918-42.334 15.918-44.1406L15.918-48.9746L15.1855-62.0605L26.0742-50.8301L38.1348-38.6719C38.7207-38.0371 39.4531-37.7441 40.2832-37.7441C42.1875-37.7441 43.5547-39.0137 43.5547-40.918C43.5547-41.7969 43.2617-42.5781 42.627-43.2129L30.5176-55.3223L19.2383-66.1133L32.373-65.4297L37.207-65.4297C38.9648-65.4297 40.3809-66.6504 40.3809-68.457C40.3809-70.2637 39.0137-71.5332 37.207-71.5332L15.1855-71.5332C11.7676-71.5332 9.76562-69.5801 9.76562-66.1621L9.76562-44.1406C9.76562-42.3828 11.0352-41.0156 12.8418-41.0156ZM54.8828 1.07422L76.9043 1.07422C80.3223 1.07422 82.3242-0.927734 82.3242-4.3457L82.3242-26.3672C82.3242-28.125 81.0547-29.4922 79.248-29.4922C77.4414-29.4922 76.1719-28.1738 76.1719-26.3672L76.1719-21.5332L76.9043-8.39844L66.0156-19.6777L53.9551-31.8359C53.3691-32.4707 52.6367-32.7148 51.8066-32.7148C49.9023-32.7148 48.5352-31.4941 48.5352-29.5898C48.5352-28.7109 48.8281-27.8809 49.4629-27.2949L61.5723-15.1367L72.8516-4.3457L59.7168-5.07812L54.8828-5.07812C53.125-5.07812 51.7578-3.80859 51.709-2.00195C51.709-0.195312 53.0762 1.07422 54.8828 1.07422Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 810.866 696)">
<path d="M11.5723-41.6016C12.6465-41.6016 13.3789-42.3828 13.3789-43.5059L13.3789-53.0273L12.9395-65.5273L25.9766-52.2949L39.0137-39.1602C39.3555-38.8184 39.7949-38.623 40.2344-38.623C41.3574-38.623 42.1387-39.3555 42.1387-40.4785C42.1387-40.9668 41.9922-41.4551 41.6016-41.7969L28.4668-54.9805L15.2344-67.9199L27.7832-67.3828L37.3047-67.3828C38.3301-67.3828 39.209-68.1152 39.209-69.1895C39.209-70.3125 38.4277-71.0449 37.3047-71.0449L12.9883-71.0449C10.9863-71.0449 9.76562-69.8242 9.76562-67.8223L9.76562-43.5059C9.76562-42.4316 10.498-41.6016 11.5723-41.6016ZM53.7598 0.585938L78.125 0.585938C80.127 0.585938 81.3477-0.683594 81.3477-2.63672L81.3477-27.002C81.3477-28.0273 80.6152-28.8574 79.541-28.8574C78.4668-28.8574 77.7344-28.0762 77.7344-27.002L77.7344-17.4805L78.1738-4.98047L65.1367-18.1641L52.0996-31.2988C51.7578-31.6406 51.3184-31.8359 50.8789-31.8359C49.7559-31.8359 48.9258-31.1035 48.9258-29.9805C48.9258-29.4922 49.1211-29.0039 49.4629-28.6621L62.6465-15.4785L75.8301-2.53906L63.2812-3.07617L53.7598-3.07617C52.7832-3.07617 51.9043-2.34375 51.9043-1.26953C51.9043-0.195312 52.6855 0.585938 53.7598 0.585938Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 514.423 696)">
<path d="M10.8887-41.9434C11.6211-41.9434 12.0605-42.4316 12.0605-43.1641L12.0605-55.0781L11.7676-67.2852L25.9277-53.0273L39.4531-39.4531C39.6484-39.209 39.9414-39.1113 40.2344-39.1113C40.9668-39.1113 41.4062-39.5508 41.4062-40.2832C41.4062-40.5762 41.3086-40.8691 41.0645-41.0645L27.3926-54.7852L13.2324-68.8477L25.4395-68.4082L37.4023-68.4082C38.0371-68.4082 38.623-68.8477 38.623-69.5801C38.623-70.3125 38.0859-70.752 37.4023-70.752L11.8164-70.752C10.5957-70.752 9.76562-69.9219 9.76562-68.7012L9.76562-43.1641C9.76562-42.4805 10.1562-41.9434 10.8887-41.9434ZM53.2227 0.292969L78.7598 0.292969C80.0293 0.292969 80.8105-0.537109 80.8105-1.75781L80.8105-27.2949C80.8105-27.9785 80.4199-28.5156 79.6875-28.5156C79.0039-28.5156 78.5156-28.0273 78.5156-27.2949L78.5156-15.3809L78.8574-3.17383L64.6484-17.4316L51.123-31.0059C50.9277-31.25 50.6348-31.3477 50.3418-31.3477C49.6094-31.3477 49.1699-30.9082 49.1699-30.1758C49.1699-29.8828 49.2676-29.5898 49.5117-29.3945L63.1836-15.6738L77.3926-1.61133L65.1367-2.05078L53.2227-2.05078C52.5879-2.05078 52.0508-1.61133 52.002-0.878906C52.002-0.146484 52.4902 0.292969 53.2227 0.292969Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 46 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.backward.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni100289.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from backward</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1375.77" x2="1375.77" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1523.92" x2="1523.92" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2825.76 1556)">
<path d="M86.8164 18.7012C94.2383 18.7012 100.537 13.1348 100.537 3.41797L100.537-33.1055C101.611-28.4668 105.225-25.0488 109.961-22.2656L175.488 16.0156C178.809 17.9199 181.982 18.7012 185.449 18.7012C192.871 18.7012 199.17 13.1348 199.17 3.41797L199.17-75.293C199.17-85.1074 193.018-90.625 185.547-90.625C182.031-90.625 178.857-89.7949 175.488-87.8906L109.961-49.6582C105.078-46.7773 101.611-43.6035 100.537-39.0137L100.537-75.293C100.537-85.1074 94.3848-90.625 86.9141-90.625C83.3984-90.625 80.2246-89.7949 76.9043-87.8906L11.377-49.6582C5.46875-46.1914 1.61133-42.2852 1.61133-36.084C1.61133-29.834 5.61523-25.5859 11.377-22.2656L76.9043 16.0156C80.1758 17.9199 83.3496 18.7012 86.8164 18.7012ZM80.0293-5.07812C79.7363-5.07812 79.4922-5.17578 79.248-5.32227L27.7344-35.2539C27.4902-35.4492 27.3438-35.6445 27.3438-35.9863C27.3438-36.377 27.4414-36.5234 27.7344-36.7188L79.248-66.6016C79.541-66.748 79.7363-66.7969 79.9805-66.7969C80.4199-66.7969 80.6152-66.5527 80.6152-66.1621L80.6152-5.71289C80.6152-5.32227 80.4199-5.07812 80.0293-5.07812ZM178.662-5.07812C178.369-5.07812 178.076-5.17578 177.881-5.32227L126.367-35.2539C126.123-35.4492 125.977-35.6445 125.977-35.9863C125.977-36.377 126.074-36.5234 126.367-36.7188L177.881-66.6016C178.174-66.748 178.369-66.7969 178.564-66.7969C179.053-66.7969 179.248-66.5527 179.248-66.1621L179.248-5.71289C179.248-5.32227 179.053-5.07812 178.662-5.07812Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2532.25 1556)">
<path d="M84.8633 17.4805C91.6504 17.4805 97.3633 12.4023 97.3633 3.41797L97.3633-33.0566C98.3398-28.9551 101.465-25.8301 105.811-23.291L171.143 14.8926C174.219 16.6992 177.1 17.4805 180.322 17.4805C187.061 17.4805 192.822 12.4023 192.822 3.41797L192.822-74.9512C192.822-83.9844 187.158-89.0137 180.42-89.0137C177.148-89.0137 174.268-88.1836 171.143-86.4258L105.811-48.1934C101.367-45.6055 98.3398-42.6758 97.3633-38.6719L97.3633-74.9512C97.3633-83.9844 91.748-89.0137 84.9609-89.0137C81.7383-89.0137 78.8086-88.1836 75.6836-86.4258L10.4004-48.1934C4.98047-45.0195 1.61133-41.4062 1.61133-35.8398C1.61133-30.3223 5.07812-26.416 10.4004-23.291L75.6836 14.8926C78.7598 16.6992 81.6895 17.4805 84.8633 17.4805ZM79.1504-3.02734C78.8574-3.02734 78.5156-3.125 78.125-3.32031L24.3652-34.7656C23.9746-35.0098 23.6816-35.3027 23.6816-35.791C23.6816-36.3281 23.9258-36.5234 24.3652-36.8164L78.125-68.1641C78.5645-68.4082 78.8574-68.5059 79.1504-68.5059C79.6875-68.5059 80.0781-68.1641 80.0781-67.4316L80.0781-4.05273C80.0781-3.36914 79.6875-3.02734 79.1504-3.02734ZM174.609-3.02734C174.268-3.02734 173.926-3.125 173.584-3.32031L119.824-34.7656C119.385-35.0098 119.141-35.3027 119.141-35.791C119.141-36.3281 119.336-36.5234 119.824-36.8164L173.584-68.1641C173.975-68.4082 174.268-68.5059 174.561-68.5059C175.146-68.5059 175.537-68.1641 175.537-67.4316L175.537-4.05273C175.537-3.36914 175.146-3.02734 174.609-3.02734Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2239.1 1556)">
<path d="M82.7148 16.1133C88.7207 16.1133 93.7988 11.6211 93.7988 3.41797L93.7988-32.959C94.6777-29.4922 97.3145-26.7578 101.172-24.4629L166.211 13.6719C169.043 15.2832 171.68 16.1133 174.561 16.1133C180.566 16.1133 185.645 11.6211 185.645 3.41797L185.645-74.5117C185.645-82.7148 180.615-87.207 174.658-87.207C171.68-87.207 169.092-86.377 166.211-84.7656L101.172-46.6309C97.2656-44.2871 94.6777-41.6992 93.7988-38.2812L93.7988-74.5117C93.7988-82.7148 88.7695-87.207 82.7637-87.207C79.834-87.207 77.1973-86.377 74.3652-84.7656L9.32617-46.6309C4.39453-43.7012 1.61133-40.3809 1.61133-35.5957C1.61133-30.8105 4.49219-27.2949 9.32617-24.4629L74.3652 13.6719C77.1484 15.2832 79.7852 16.1133 82.7148 16.1133ZM78.2227-0.683594C77.832-0.683594 77.3926-0.830078 76.9043-1.12305L20.6055-34.1797C20.0195-34.5703 19.6289-34.9121 19.6289-35.5957C19.6289-36.2305 19.9707-36.5723 20.6055-36.9141L76.9043-69.9707C77.4414-70.2637 77.832-70.3613 78.1738-70.3613C78.9062-70.3613 79.541-69.9219 79.541-68.8965L79.541-2.19727C79.541-1.17188 78.9062-0.683594 78.2227-0.683594ZM170.068-0.683594C169.727-0.683594 169.287-0.830078 168.75-1.12305L112.5-34.1797C111.865-34.5703 111.523-34.9121 111.523-35.5957C111.523-36.2305 111.816-36.5723 112.5-36.9141L168.75-69.9707C169.336-70.2637 169.727-70.3613 170.068-70.3613C170.801-70.3613 171.387-69.9219 171.387-68.8965L171.387-2.19727C171.387-1.17188 170.801-0.683594 170.068-0.683594Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1944.85 1556)">
<path d="M81.2012 15.1855C86.6699 15.1855 91.3574 11.0352 91.3574 3.41797L91.3574-32.9102C92.1387-29.834 94.4336-27.3438 97.998-25.2441L162.842 12.793C165.479 14.3555 167.92 15.1855 170.605 15.1855C176.074 15.1855 180.762 11.0352 180.762 3.41797L180.762-74.2188C180.762-81.8359 176.123-85.9375 170.654-85.9375C167.92-85.9375 165.527-85.1562 162.842-83.5938L97.998-45.5078C94.3848-43.4082 92.1387-41.0156 91.3574-37.9883L91.3574-74.2188C91.3574-81.8359 86.7188-85.9375 81.25-85.9375C78.5156-85.9375 76.123-85.1562 73.4375-83.5938L8.59375-45.5078C4.00391-42.8223 1.61133-39.6973 1.61133-35.4492C1.61133-31.2012 4.10156-27.9297 8.59375-25.2441L73.4375 12.793C76.0742 14.3555 78.5156 15.1855 81.2012 15.1855ZM77.5879 0.878906C77.1484 0.878906 76.6602 0.732422 76.0254 0.390625L18.0176-33.7891C17.2852-34.2285 16.8457-34.668 16.8457-35.4492C16.8457-36.1816 17.2363-36.5723 18.0176-37.0117L76.0254-71.1914C76.6602-71.582 77.1484-71.6797 77.5391-71.6797C78.3691-71.6797 79.1504-71.1426 79.1504-69.873L79.1504-0.927734C79.1504 0.341797 78.3691 0.878906 77.5879 0.878906ZM166.992 0.878906C166.553 0.878906 166.064 0.732422 165.43 0.390625L107.422-33.7891C106.689-34.2285 106.25-34.668 106.25-35.4492C106.25-36.1816 106.641-36.5723 107.422-37.0117L165.43-71.1914C166.113-71.582 166.553-71.6797 166.943-71.6797C167.773-71.6797 168.555-71.1426 168.555-69.873L168.555-0.927734C168.555 0.341797 167.773 0.878906 166.992 0.878906Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1650 1556)">
<path d="M80.0781 14.4531C85.1562 14.4531 89.4531 10.5957 89.4531 3.41797L89.4531-32.8613C90.2344-30.127 92.2852-27.832 95.5566-25.8789L160.303 12.1582C162.793 13.623 165.039 14.4531 167.627 14.4531C172.705 14.4531 177.002 10.5957 177.002 3.41797L177.002-74.0234C177.002-81.2012 172.705-85.0098 167.627-85.0098C165.088-85.0098 162.793-84.1797 160.303-82.7148L95.5566-44.6777C92.2363-42.7246 90.2344-40.4785 89.4531-37.793L89.4531-74.0234C89.4531-81.2012 85.1562-85.0098 80.127-85.0098C77.5391-85.0098 75.293-84.1797 72.7539-82.7148L8.00781-44.6777C3.71094-42.1387 1.61133-39.209 1.61133-35.3027C1.61133-31.4453 3.80859-28.3691 8.00781-25.8789L72.7539 12.1582C75.2441 13.623 77.4902 14.4531 80.0781 14.4531ZM77.0508 2.09961C76.6113 2.09961 76.0742 1.95312 75.3906 1.5625L16.0645-33.4961C15.1855-33.9844 14.6973-34.4727 14.6973-35.3027C14.6973-36.1328 15.1367-36.5723 16.0645-37.0605L75.3906-72.1191C76.123-72.5098 76.6113-72.6562 77.0508-72.6562C77.9297-72.6562 78.8574-72.0703 78.8574-70.6543L78.8574 0.0488281C78.8574 1.51367 77.9297 2.09961 77.0508 2.09961ZM164.6 2.09961C164.16 2.09961 163.623 1.95312 162.939 1.5625L103.613-33.4961C102.734-33.9844 102.246-34.4727 102.246-35.3027C102.246-36.1328 102.686-36.5723 103.613-37.0605L162.939-72.1191C163.672-72.5098 164.16-72.6562 164.6-72.6562C165.479-72.6562 166.406-72.0703 166.406-70.6543L166.406 0.0488281C166.406 1.51367 165.479 2.09961 164.6 2.09961Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1355.73 1556)">
<path d="M78.6133 13.5254C83.1543 13.5254 87.0605 10.0586 87.0605 3.41797L87.0605-32.8125C87.6953-30.4688 89.4531-28.418 92.4316-26.6602L156.934 11.3281C159.277 12.6465 161.328 13.5254 163.721 13.5254C168.262 13.5254 172.168 10.0586 172.168 3.41797L172.168-73.7305C172.168-80.3711 168.262-83.7891 163.721-83.7891C161.328-83.7891 159.277-82.959 156.934-81.5918L92.4316-43.6035C89.4531-41.8457 87.6953-39.8438 87.0605-37.5L87.0605-73.7305C87.0605-80.3711 83.1543-83.7891 78.6133-83.7891C76.2207-83.7891 74.1699-82.959 71.8262-81.5918L7.27539-43.6035C3.36914-41.2598 1.61133-38.5254 1.61133-35.1562C1.61133-31.7871 3.36914-29.0039 7.27539-26.6602L71.8262 11.3281C74.1699 12.6465 76.2207 13.5254 78.6133 13.5254ZM76.416 3.66211C75.9277 3.66211 75.3418 3.51562 74.5605 3.02734L13.4766-33.1055C12.5-33.6914 11.9629-34.2285 11.9629-35.1562C11.9629-36.084 12.4512-36.5723 13.4766-37.1582L74.5605-73.3398C75.3418-73.7793 75.9277-73.9746 76.416-73.9746C77.3926-73.9746 78.4668-73.291 78.4668-71.6309L78.4668 1.31836C78.4668 2.97852 77.3926 3.66211 76.416 3.66211ZM161.523 3.66211C161.035 3.66211 160.449 3.51562 159.668 3.02734L98.6328-33.1055C97.6074-33.6914 97.0703-34.2285 97.0703-35.1562C97.0703-36.084 97.5586-36.5723 98.6328-37.1582L159.668-73.3398C160.449-73.7793 161.035-73.9746 161.523-73.9746C162.549-73.9746 163.574-73.291 163.574-71.6309L163.574 1.31836C163.574 2.97852 162.549 3.66211 161.523 3.66211Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1061.02 1556)">
<path d="M77.4902 12.3535C81.4453 12.3535 85.0586 9.375 85.0586 3.32031L85.0586-32.9102C85.6445-30.9082 87.1582-29.248 89.502-27.8809L154.492 10.4004C156.445 11.5234 158.496 12.3535 160.596 12.3535C164.6 12.3535 168.164 9.375 168.164 3.32031L168.164-73.5352C168.164-79.5898 164.6-82.6172 160.596-82.6172C158.496-82.6172 156.494-81.7383 154.492-80.6152L89.502-42.334C87.1094-40.9668 85.6445-39.3066 85.0586-37.3535L85.0586-73.5352C85.0586-79.5898 81.4453-82.6172 77.4902-82.6172C75.3418-82.6172 73.3887-81.7383 71.3867-80.6152L6.34766-42.334C3.17383-40.4297 1.61133-38.1348 1.61133-35.1562C1.61133-32.1289 3.22266-29.7363 6.34766-27.8809L71.3867 10.4004C73.3398 11.5234 75.3418 12.3535 77.4902 12.3535ZM76.0742 5.0293C75.4395 5.0293 74.7559 4.83398 73.7305 4.24805L11.084-32.7637C9.91211-33.3984 9.27734-34.082 9.27734-35.1562C9.27734-36.2305 9.86328-36.7676 11.084-37.5L73.7305-74.5117C74.8047-75.0977 75.4395-75.2441 76.0742-75.2441C77.1484-75.2441 78.5156-74.4629 78.5156-72.2656L78.5156 2.05078C78.5156 4.24805 77.1484 5.0293 76.0742 5.0293ZM159.18 5.0293C158.545 5.0293 157.861 4.83398 156.836 4.24805L94.1895-32.7637C93.0664-33.3984 92.3828-34.082 92.3828-35.1562C92.3828-36.2305 93.0176-36.7676 94.1895-37.5L156.836-74.5117C157.91-75.0977 158.545-75.2441 159.18-75.2441C160.254-75.2441 161.621-74.4629 161.621-72.2656L161.621 2.05078C161.621 4.24805 160.254 5.0293 159.18 5.0293Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 766.945 1556)">
<path d="M75.9766 10.8887C79.248 10.8887 82.4219 8.49609 82.4219 3.125L82.4219-33.1055C82.9102-31.5918 84.082-30.3711 85.6445-29.4434L151.27 9.13086C152.734 10.0098 154.688 10.8887 156.445 10.8887C159.717 10.8887 162.891 8.49609 162.891 3.125L162.891-73.291C162.891-78.6133 159.717-81.0547 156.445-81.0547C154.688-81.0547 152.832-80.1758 151.27-79.2969L85.6445-40.6738C84.0332-39.7461 82.9102-38.623 82.4219-37.1582L82.4219-73.291C82.4219-78.6133 79.248-81.0547 75.9766-81.0547C74.2188-81.0547 72.3145-80.1758 70.752-79.2969L5.12695-40.6738C2.88086-39.3555 1.61133-37.6465 1.61133-35.1074C1.61133-32.5684 2.97852-30.7617 5.12695-29.4434L70.752 9.13086C72.2656 10.0098 74.2188 10.8887 75.9766 10.8887ZM75.5859 6.78711C74.8047 6.78711 73.9746 6.64062 72.6562 5.85938L7.91016-32.2754C6.54297-33.0566 5.76172-33.8867 5.76172-35.1074C5.76172-36.377 6.44531-37.0605 7.91016-37.8906L72.6562-76.0254C74.0234-76.8066 74.8047-76.9531 75.5859-76.9531C76.8066-76.9531 78.6133-76.0254 78.6133-73.1445L78.6133 2.97852C78.6133 5.85938 76.8066 6.78711 75.5859 6.78711ZM156.055 6.78711C155.273 6.78711 154.443 6.64062 153.125 5.85938L88.3789-32.2754C87.0117-33.0566 86.2305-33.8867 86.2305-35.1074C86.2305-36.377 86.9141-37.0605 88.3789-37.8906L153.125-76.0254C154.492-76.8066 155.273-76.9531 156.055-76.9531C157.275-76.9531 159.082-76.0254 159.082-73.1445L159.082 2.97852C159.082 5.85938 157.275 6.78711 156.055 6.78711Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 471.576 1556)">
<path d="M75.2441 10.1074C78.125 10.1074 81.0547 8.00781 81.0547 3.02734L81.0547-33.2031C81.543-31.9336 82.4707-30.957 83.6426-30.2734L149.561 8.49609C150.83 9.22852 152.734 10.1074 154.346 10.1074C157.227 10.1074 160.156 8.00781 160.156 3.02734L160.156-73.1445C160.156-78.125 157.227-80.2246 154.346-80.2246C152.734-80.2246 150.928-79.3457 149.561-78.6133L83.6426-39.8438C82.4219-39.1113 81.4941-38.2324 81.0547-37.0117L81.0547-73.1445C81.0547-78.125 78.125-80.2246 75.2441-80.2246C73.6328-80.2246 71.7773-79.3457 70.459-78.6133L4.54102-39.8438C2.73438-38.7695 1.61133-37.4023 1.61133-35.1074C1.61133-32.8125 2.83203-31.25 4.54102-30.2734L70.459 8.49609C71.7285 9.22852 73.6328 10.1074 75.2441 10.1074ZM75.293 7.71484C74.4629 7.71484 73.5352 7.56836 72.1191 6.68945L6.29883-32.0312C4.78516-32.8613 3.95508-33.7891 3.95508-35.1074C3.95508-36.4258 4.6875-37.207 6.29883-38.0859L72.1191-76.8066C73.6328-77.6855 74.4629-77.832 75.293-77.832C76.6602-77.832 78.6621-76.8555 78.6621-73.584L78.6621 3.4668C78.6621 6.68945 76.6602 7.71484 75.293 7.71484ZM154.443 7.71484C153.613 7.71484 152.686 7.56836 151.221 6.68945L85.4004-32.0312C83.9355-32.8613 83.0566-33.7891 83.0566-35.1074C83.0566-36.4258 83.8379-37.207 85.4004-38.0859L151.221-76.8066C152.783-77.6855 153.613-77.832 154.443-77.832C155.762-77.832 157.812-76.8555 157.812-73.584L157.812 3.4668C157.812 6.68945 155.762 7.71484 154.443 7.71484Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2846.75 1126)">
<path d="M69.2871 7.66602C75.6836 7.66602 81.1523 2.88086 81.1523-5.37109L81.1523-33.7402C82.0801-29.541 85.3516-26.709 89.2578-24.4141L140.625 5.46875C143.311 7.03125 146.045 7.66602 148.926 7.66602C155.371 7.66602 160.84 2.88086 160.84-5.37109L160.84-66.6992C160.84-75 155.469-79.6875 149.072-79.6875C146.143-79.6875 143.359-79.0527 140.625-77.4902L89.2578-47.6562C85.2051-45.2637 82.0312-42.6758 81.1523-38.5742L81.1523-66.6992C81.1523-75 75.8301-79.6875 69.4336-79.6875C66.4551-79.6875 63.6719-79.0527 60.9375-77.4902L9.61914-47.6562C4.78516-44.8242 1.26953-41.6992 1.26953-36.1328C1.26953-30.6152 4.98047-27.0996 9.61914-24.4141L60.9375 5.46875C63.623 7.03125 66.4062 7.66602 69.2871 7.66602ZM62.9395-13.916C62.793-13.916 62.5977-13.9648 62.4512-14.0625L24.7559-35.7422C24.707-35.791 24.6582-35.9375 24.6582-36.084C24.6582-36.2793 24.6582-36.3281 24.7559-36.377L62.4512-58.0078C62.6465-58.1543 62.793-58.1055 62.8906-58.1055C63.1348-58.1055 63.1836-58.0078 63.1836-57.8125L63.1836-14.209C63.1836-14.0625 63.1348-13.916 62.9395-13.916ZM142.627-13.916C142.432-13.916 142.236-13.9648 142.139-14.0625L104.443-35.7422C104.395-35.791 104.297-35.9375 104.297-36.084C104.297-36.2793 104.297-36.3281 104.443-36.377L142.139-58.0078C142.334-58.1543 142.432-58.1055 142.578-58.1055C142.822-58.1055 142.871-58.0078 142.871-57.8125L142.871-14.209C142.871-14.0625 142.822-13.916 142.627-13.916Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2553 1126)">
<path d="M67.4805 6.5918C73.2422 6.5918 78.1738 2.24609 78.1738-5.32227L78.1738-33.6426C79.0039-29.9805 81.8359-27.3438 85.498-25.2441L136.475 4.49219C138.965 5.95703 141.504 6.5918 144.141 6.5918C149.951 6.5918 154.883 2.24609 154.883-5.32227L154.883-66.3574C154.883-73.9746 150.049-78.2227 144.238-78.2227C141.553-78.2227 139.014-77.6367 136.475-76.1719L85.498-46.4355C81.7383-44.2383 79.0039-41.7969 78.1738-38.2324L78.1738-66.3574C78.1738-73.9746 73.3398-78.2227 67.5781-78.2227C64.8438-78.2227 62.3535-77.6367 59.7656-76.1719L8.78906-46.4355C4.29688-43.7988 1.26953-40.8203 1.26953-35.9375C1.26953-31.0547 4.44336-27.7832 8.78906-25.2441L59.7656 4.49219C62.3047 5.95703 64.7949 6.5918 67.4805 6.5918ZM62.1094-12.0117C61.9141-12.0117 61.6699-12.1094 61.4746-12.207L21.7285-35.3027C21.5332-35.4004 21.3867-35.5957 21.3867-35.8887C21.3867-36.1816 21.4355-36.2793 21.7285-36.4258L61.4746-59.4238C61.7188-59.6191 61.9141-59.6191 62.0605-59.6191C62.4512-59.6191 62.5977-59.4238 62.5977-59.082L62.5977-12.5977C62.5977-12.207 62.4512-12.0117 62.1094-12.0117ZM138.818-12.0117C138.623-12.0117 138.379-12.1094 138.184-12.207L98.3887-35.3027C98.1934-35.4004 98.0957-35.5957 98.0957-35.8887C98.0957-36.1816 98.1445-36.2793 98.3887-36.4258L138.184-59.4238C138.428-59.6191 138.623-59.6191 138.77-59.6191C139.111-59.6191 139.307-59.4238 139.307-59.082L139.307-12.5977C139.307-12.207 139.111-12.0117 138.818-12.0117Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2259.61 1126)">
<path d="M65.4297 5.41992C70.5566 5.41992 74.8535 1.5625 74.8535-5.27344L74.8535-33.5449C75.6348-30.4688 77.9785-28.125 81.25-26.1719L131.836 3.41797C134.18 4.78516 136.377 5.41992 138.818 5.41992C143.945 5.41992 148.242 1.5625 148.242-5.27344L148.242-65.918C148.242-72.8027 143.994-76.6113 138.867-76.6113C136.377-76.6113 134.18-75.9766 131.836-74.6094L81.25-45.0195C77.8809-43.0664 75.5859-40.8691 74.8535-37.8418L74.8535-65.918C74.8535-72.8027 70.6055-76.6113 65.4785-76.6113C63.0371-76.6113 60.8398-75.9766 58.4473-74.6094L7.91016-45.0195C3.75977-42.627 1.26953-39.8438 1.26953-35.6934C1.26953-31.4941 3.85742-28.5156 7.91016-26.1719L58.4473 3.41797C60.791 4.78516 62.9883 5.41992 65.4297 5.41992ZM61.1816-9.91211C60.9375-9.91211 60.6445-9.96094 60.3516-10.1562L18.3105-34.7656C17.9199-35.0098 17.7246-35.2051 17.7246-35.6445C17.7246-36.0352 17.8711-36.2305 18.3105-36.4746L60.3516-61.0352C60.6934-61.2305 60.9375-61.3281 61.1816-61.3281C61.6211-61.3281 61.9629-61.0352 61.9629-60.4492L61.9629-10.791C61.9629-10.1562 61.6211-9.91211 61.1816-9.91211ZM134.57-9.91211C134.326-9.91211 134.033-9.96094 133.74-10.1562L91.6992-34.7656C91.3086-35.0098 91.1133-35.2051 91.1133-35.6445C91.1133-36.0352 91.2598-36.2305 91.6992-36.4746L133.74-61.0352C134.082-61.2305 134.326-61.3281 134.57-61.3281C135.01-61.3281 135.352-61.0352 135.352-60.4492L135.352-10.791C135.352-10.1562 135.01-9.91211 134.57-9.91211Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1965.19 1126)">
<path d="M64.0137 4.58984C68.6523 4.58984 72.6074 1.07422 72.6074-5.22461L72.6074-33.4473C73.2422-30.7617 75.293-28.6133 78.3691-26.8066L128.613 2.68555C130.811 3.95508 132.812 4.58984 135.107 4.58984C139.746 4.58984 143.701 1.07422 143.701-5.22461L143.701-65.6738C143.701-72.0215 139.795-75.4883 135.156-75.4883C132.861-75.4883 130.859-74.8535 128.613-73.584L78.3691-44.0918C75.2441-42.2363 73.2422-40.1855 72.6074-37.5488L72.6074-65.6738C72.6074-72.0215 68.7012-75.4883 64.0625-75.4883C61.7676-75.4883 59.7656-74.8535 57.5195-73.584L7.27539-44.0918C3.36914-41.7969 1.26953-39.1602 1.26953-35.498C1.26953-31.8359 3.4668-29.0527 7.27539-26.8066L57.5195 2.68555C59.7168 3.95508 61.7188 4.58984 64.0137 4.58984ZM60.5469-8.39844C60.2539-8.39844 59.9609-8.54492 59.5703-8.74023L15.918-34.4238C15.4785-34.7168 15.1855-34.9609 15.1855-35.4492C15.1855-35.9863 15.4297-36.2305 15.918-36.4746L59.5703-62.1582C59.9609-62.4023 60.2539-62.5 60.5469-62.5C61.084-62.5 61.5234-62.1094 61.5234-61.377L61.5234-9.52148C61.5234-8.78906 61.084-8.39844 60.5469-8.39844ZM131.641-8.39844C131.348-8.39844 131.055-8.54492 130.664-8.74023L87.0117-34.4238C86.5723-34.7168 86.2793-34.9609 86.2793-35.4492C86.2793-35.9863 86.5234-36.2305 87.0117-36.4746L130.664-62.1582C131.055-62.4023 131.348-62.5 131.641-62.5C132.178-62.5 132.617-62.1094 132.617-61.377L132.617-9.52148C132.617-8.78906 132.178-8.39844 131.641-8.39844Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1670.21 1126)">
<path d="M62.9395 4.00391C67.2363 4.00391 70.8496 0.732422 70.8496-5.22461L70.8496-33.3496C71.4844-31.0059 73.2422-29.0039 76.1719-27.2949L126.221 2.09961C128.32 3.36914 130.176 4.00391 132.324 4.00391C136.621 4.00391 140.234 0.732422 140.234-5.22461L140.234-65.4297C140.234-71.3867 136.621-74.6582 132.324-74.6582C130.176-74.6582 128.32-74.0234 126.221-72.7539L76.1719-43.3594C73.2422-41.6504 71.4844-39.6973 70.8496-37.3535L70.8496-65.4297C70.8496-71.3867 67.2852-74.6582 62.9883-74.6582C60.791-74.6582 58.9844-74.0234 56.8359-72.7539L6.78711-43.3594C3.07617-41.1621 1.26953-38.6719 1.26953-35.3516C1.26953-32.0801 3.125-29.4434 6.78711-27.2949L56.8359 2.09961C58.9355 3.36914 60.791 4.00391 62.9395 4.00391ZM60.0586-7.32422C59.7656-7.32422 59.4238-7.42188 58.9844-7.66602L14.1602-34.1309C13.5742-34.4727 13.2812-34.7656 13.2812-35.3516C13.2812-35.9375 13.5742-36.1816 14.1602-36.5234L58.9844-62.9883C59.4238-63.2324 59.7656-63.3789 60.0586-63.3789C60.6934-63.3789 61.1816-62.9395 61.1816-62.1094L61.1816-8.54492C61.1816-7.71484 60.6934-7.32422 60.0586-7.32422ZM129.443-7.32422C129.102-7.32422 128.76-7.42188 128.369-7.66602L83.4961-34.1309C82.959-34.4727 82.6172-34.7656 82.6172-35.3516C82.6172-35.9375 82.9102-36.1816 83.4961-36.5234L128.369-62.9883C128.809-63.2324 129.102-63.3789 129.395-63.3789C130.029-63.3789 130.566-62.9395 130.566-62.1094L130.566-8.54492C130.566-7.71484 130.029-7.32422 129.443-7.32422Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1375.77 1126)">
<path d="M61.5723 3.17383C65.3809 3.17383 68.6035 0.244141 68.6035-5.17578L68.6035-33.3008C69.1406-31.25 70.6543-29.4922 73.291-27.9297L123.047 1.36719C125 2.53906 126.66 3.17383 128.662 3.17383C132.471 3.17383 135.693 0.244141 135.693-5.17578L135.693-65.1855C135.693-70.6055 132.471-73.5352 128.662-73.5352C126.66-73.5352 125.049-72.9004 123.047-71.7285L73.291-42.4316C70.6055-40.8691 69.1406-39.1113 68.6035-37.0605L68.6035-65.1855C68.6035-70.6055 65.3809-73.5352 61.5723-73.5352C59.5703-73.5352 57.959-72.9004 55.957-71.7285L6.20117-42.4316C2.73438-40.3809 1.26953-37.9883 1.26953-35.2051C1.26953-32.373 2.73438-29.9805 6.20117-27.9297L55.957 1.36719C57.9102 2.53906 59.5703 3.17383 61.5723 3.17383ZM59.4238-5.85938C59.082-5.85938 58.6914-5.95703 58.252-6.25L11.8164-33.7891C11.1328-34.1797 10.7422-34.5215 10.7422-35.2051C10.7422-35.8398 11.1328-36.1816 11.8164-36.5723L58.252-64.1113C58.7402-64.3555 59.082-64.502 59.4238-64.502C60.1562-64.502 60.7422-64.0625 60.7422-63.0371L60.7422-7.32422C60.7422-6.29883 60.1562-5.85938 59.4238-5.85938ZM126.514-5.85938C126.221-5.85938 125.83-5.95703 125.342-6.25L78.9062-33.7891C78.2227-34.1797 77.8809-34.5215 77.8809-35.2051C77.8809-35.8398 78.2227-36.1816 78.9062-36.5723L125.342-64.1113C125.83-64.3555 126.221-64.502 126.514-64.502C127.246-64.502 127.832-64.0625 127.832-63.0371L127.832-7.32422C127.832-6.29883 127.246-5.85938 126.514-5.85938Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1080.84 1126)">
<path d="M60.5469 2.14844C63.8672 2.14844 66.7969-0.341797 66.7969-5.32227L66.7969-33.3984C67.2852-31.6895 68.5547-30.2246 70.6543-29.0039L120.85 0.537109C122.51 1.51367 124.121 2.14844 125.879 2.14844C129.199 2.14844 132.129-0.341797 132.129-5.32227L132.129-64.9902C132.129-69.9707 129.199-72.4609 125.879-72.4609C124.121-72.4609 122.559-71.8262 120.85-70.8496L70.6543-41.3086C68.5547-40.0391 67.2852-38.623 66.7969-36.9629L66.7969-64.9902C66.7969-69.9707 63.8672-72.4609 60.5469-72.4609C58.7891-72.4609 57.2266-71.8262 55.5176-70.8496L5.37109-41.3086C2.53906-39.6484 1.26953-37.6465 1.26953-35.1562C1.26953-32.666 2.58789-30.6152 5.37109-29.0039L55.5176 0.537109C57.1777 1.51367 58.7891 2.14844 60.5469 2.14844ZM59.082-4.63867C58.6914-4.63867 58.2031-4.78516 57.5195-5.17578L9.66797-33.4961C8.83789-33.9355 8.39844-34.375 8.39844-35.1562C8.39844-35.9375 8.78906-36.3281 9.66797-36.8164L57.5195-65.1367C58.2031-65.5273 58.6914-65.6738 59.082-65.6738C59.9121-65.6738 60.8398-65.0879 60.8398-63.623L60.8398-6.64062C60.8398-5.17578 59.9121-4.63867 59.082-4.63867ZM124.414-4.63867C123.975-4.63867 123.486-4.78516 122.803-5.17578L75-33.4961C74.1699-33.9355 73.6816-34.375 73.6816-35.1562C73.6816-35.9375 74.1211-36.3281 75-36.8164L122.803-65.1367C123.535-65.5273 123.975-65.6738 124.414-65.6738C125.195-65.6738 126.123-65.0879 126.123-63.623L126.123-6.64062C126.123-5.17578 125.195-4.63867 124.414-4.63867Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 786.5 1126)">
<path d="M59.2285 0.830078C61.9141 0.830078 64.4531-1.17188 64.4531-5.46875L64.4531-33.5449C64.8438-32.2754 65.8203-31.2012 67.1875-30.4199L117.92-0.585938C119.189 0.146484 120.703 0.830078 122.168 0.830078C124.854 0.830078 127.393-1.17188 127.393-5.46875L127.393-64.7949C127.393-69.0918 124.854-71.0938 122.168-71.0938C120.703-71.0938 119.238-70.4102 117.92-69.6777L67.1875-39.8438C65.7715-38.9648 64.8438-37.9883 64.4531-36.7676L64.4531-64.7949C64.4531-69.0918 61.9141-71.0938 59.2285-71.0938C57.7637-71.0938 56.2988-70.4102 54.9805-69.6777L4.24805-39.8438C2.29492-38.6719 1.26953-37.207 1.26953-35.1562C1.26953-33.0566 2.34375-31.543 4.24805-30.4199L54.9805-0.585938C56.25 0.146484 57.7637 0.830078 59.2285 0.830078ZM58.6426-3.02734C58.1055-3.02734 57.4707-3.17383 56.543-3.71094L6.83594-33.0566C5.81055-33.5938 5.22461-34.2285 5.22461-35.1562C5.22461-36.084 5.76172-36.5723 6.83594-37.207L56.543-66.5039C57.5195-67.0898 58.1055-67.1875 58.6426-67.1875C59.6191-67.1875 60.8887-66.5039 60.8887-64.4531L60.8887-5.81055C60.8887-3.71094 59.6191-3.02734 58.6426-3.02734ZM121.582-3.02734C121.045-3.02734 120.41-3.17383 119.482-3.71094L69.7754-33.0566C68.75-33.5938 68.1641-34.2285 68.1641-35.1562C68.1641-36.084 68.7012-36.5723 69.7754-37.207L119.482-66.5039C120.459-67.0898 121.045-67.1875 121.582-67.1875C122.559-67.1875 123.828-66.5039 123.828-64.4531L123.828-5.81055C123.828-3.71094 122.559-3.02734 121.582-3.02734Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 491.01 1126)">
<path d="M58.5449 0.146484C60.8887 0.146484 63.2324-1.5625 63.2324-5.51758L63.2324-33.6426C63.623-32.5684 64.4043-31.7383 65.4297-31.1523L116.406-1.17188C117.48-0.537109 118.945 0.146484 120.264 0.146484C122.607 0.146484 124.951-1.5625 124.951-5.51758L124.951-64.6484C124.951-68.6523 122.607-70.3613 120.264-70.3613C118.945-70.3613 117.529-69.6777 116.406-69.043L65.4297-39.0625C64.3555-38.4277 63.5742-37.6953 63.2324-36.6699L63.2324-64.6484C63.2324-68.6523 60.8887-70.3613 58.5449-70.3613C57.2266-70.3613 55.8105-69.6777 54.6875-69.043L3.71094-39.0625C2.14844-38.1348 1.26953-37.0117 1.26953-35.1562C1.26953-33.3008 2.24609-31.9824 3.71094-31.1523L54.6875-1.17188C55.7617-0.537109 57.2266 0.146484 58.5449 0.146484ZM58.4473-2.24609C57.8125-2.24609 57.1289-2.34375 56.0547-2.97852L5.37109-32.8125C4.24805-33.4473 3.61328-34.1309 3.61328-35.1562C3.61328-36.1328 4.15039-36.7188 5.37109-37.4023L56.0547-67.2363C57.1777-67.8711 57.8125-67.9688 58.4473-67.9688C59.4238-67.9688 60.9375-67.2363 60.9375-64.8438L60.9375-5.37109C60.9375-2.97852 59.4238-2.24609 58.4473-2.24609ZM120.166-2.24609C119.531-2.24609 118.848-2.34375 117.773-2.97852L67.0898-32.8125C65.9668-33.4473 65.332-34.1309 65.332-35.1562C65.332-36.1328 65.918-36.7188 67.0898-37.4023L117.773-67.2363C118.896-67.8711 119.531-67.9688 120.166-67.9688C121.191-67.9688 122.705-67.2363 122.705-64.8438L122.705-5.37109C122.705-2.97852 121.191-2.24609 120.166-2.24609Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2865.72 696)">
<path d="M54.1504-1.70898C59.1309-1.70898 63.3789-5.41992 63.3789-11.8164L63.3789-34.082C64.0625-30.8105 66.6016-28.5645 69.6777-26.8066L109.863-3.41797C111.963-2.19727 114.111-1.70898 116.357-1.70898C121.338-1.70898 125.586-5.41992 125.586-11.8164L125.586-59.8633C125.586-66.3086 121.436-69.9707 116.455-69.9707C114.16-69.9707 112.012-69.4824 109.863-68.2617L69.6777-44.873C66.5039-43.0176 64.0625-41.0156 63.3789-37.8418L63.3789-59.8633C63.3789-66.3086 59.2285-69.9707 54.248-69.9707C51.9531-69.9707 49.8047-69.4824 47.6562-68.2617L7.4707-44.873C3.71094-42.6758 0.976562-40.2344 0.976562-35.9375C0.976562-31.6406 3.85742-28.9062 7.4707-26.8066L47.6562-3.41797C49.7559-2.19727 51.9043-1.70898 54.1504-1.70898ZM49.2676-18.4082C49.1211-18.4082 48.9746-18.457 48.877-18.5059L19.1895-35.5957C19.1406-35.6445 19.0918-35.7422 19.0918-35.8887C19.0918-36.0352 19.0918-36.084 19.1895-36.1328L48.877-53.1738C49.0234-53.2715 49.1211-53.2715 49.2188-53.2715C49.4141-53.2715 49.4629-53.1738 49.4629-53.0273L49.4629-18.6523C49.4629-18.5059 49.4141-18.4082 49.2676-18.4082ZM111.475-18.4082C111.328-18.4082 111.182-18.457 111.084-18.5059L81.3965-35.5957C81.3477-35.6445 81.2988-35.7422 81.2988-35.8887C81.2988-36.0352 81.2988-36.084 81.3965-36.1328L111.084-53.1738C111.23-53.2715 111.328-53.2715 111.426-53.2715C111.621-53.2715 111.67-53.1738 111.67-53.0273L111.67-18.6523C111.67-18.5059 111.621-18.4082 111.475-18.4082Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2571.09 696)">
<path d="M52.8809-2.39258C57.4219-2.39258 61.3281-5.81055 61.3281-11.7676L61.3281-33.9844C61.9629-31.1035 64.1602-29.0039 67.0898-27.2949L106.934-4.05273C108.936-2.88086 110.889-2.39258 112.988-2.39258C117.578-2.39258 121.436-5.81055 121.436-11.7676L121.436-59.6191C121.436-65.5762 117.627-68.9941 113.086-68.9941C110.938-68.9941 108.984-68.5059 106.934-67.334L67.0898-44.043C64.1113-42.334 61.9629-40.3809 61.3281-37.5488L61.3281-59.6191C61.3281-65.5762 57.5195-68.9941 52.9297-68.9941C50.7812-68.9941 48.8281-68.5059 46.7773-67.334L6.93359-44.043C3.36914-41.9434 0.976562-39.5996 0.976562-35.7422C0.976562-31.9336 3.4668-29.3457 6.93359-27.2949L46.7773-4.05273C48.8281-2.88086 50.7812-2.39258 52.8809-2.39258ZM48.6816-17.0898C48.4863-17.0898 48.3398-17.1387 48.1934-17.2363L17.0898-35.3027C16.9434-35.4004 16.8457-35.498 16.8457-35.7422C16.8457-35.9375 16.8945-36.0352 17.0898-36.1328L48.1934-54.1504C48.3887-54.248 48.4863-54.2969 48.6328-54.2969C48.877-54.2969 49.0234-54.1504 49.0234-53.9062L49.0234-17.4805C49.0234-17.2363 48.877-17.0898 48.6816-17.0898ZM108.789-17.0898C108.643-17.0898 108.447-17.1387 108.35-17.2363L77.2461-35.3027C77.0996-35.4004 77.002-35.498 77.002-35.7422C77.002-35.9375 77.0508-36.0352 77.2461-36.1328L108.35-54.1504C108.496-54.248 108.643-54.2969 108.789-54.2969C109.033-54.2969 109.131-54.1504 109.131-53.9062L109.131-17.4805C109.131-17.2363 109.033-17.0898 108.789-17.0898Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2276.7 696)">
<path d="M51.416-3.17383C55.5664-3.17383 58.9844-6.25 58.9844-11.7188L58.9844-33.8867C59.5703-31.3965 61.4746-29.4922 64.1602-27.8809L103.662-4.78516C105.566-3.66211 107.275-3.17383 109.277-3.17383C113.379-3.17383 116.797-6.25 116.797-11.7188L116.797-59.3262C116.797-64.7949 113.428-67.8711 109.326-67.8711C107.324-67.8711 105.615-67.3828 103.662-66.2598L64.1602-43.1641C61.4258-41.5039 59.5703-39.6973 58.9844-37.3047L58.9844-59.3262C58.9844-64.7949 55.6152-67.8711 51.4648-67.8711C49.5117-67.8711 47.7539-67.3828 45.8496-66.2598L6.34766-43.1641C2.97852-41.1621 0.976562-38.8672 0.976562-35.5469C0.976562-32.2266 3.02734-29.834 6.34766-27.8809L45.8496-4.78516C47.7539-3.66211 49.4629-3.17383 51.416-3.17383ZM47.998-15.625C47.8027-15.625 47.6074-15.6738 47.4121-15.7715L14.7461-34.9121C14.502-35.1074 14.3555-35.2539 14.3555-35.5469C14.3555-35.8398 14.4531-35.9863 14.7461-36.1328L47.4121-55.2734C47.6562-55.3711 47.8027-55.4199 47.9492-55.4199C48.3398-55.4199 48.5352-55.2246 48.5352-54.8828L48.5352-16.1621C48.5352-15.8203 48.3398-15.625 47.998-15.625ZM105.811-15.625C105.615-15.625 105.42-15.6738 105.273-15.7715L72.5586-34.9121C72.3145-35.1074 72.168-35.2539 72.168-35.5469C72.168-35.8398 72.2656-35.9863 72.5586-36.1328L105.273-55.2734C105.469-55.3711 105.615-55.4199 105.811-55.4199C106.152-55.4199 106.348-55.2246 106.348-54.8828L106.348-16.1621C106.348-15.8203 106.152-15.625 105.811-15.625Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1981.57 696)">
<path d="M50.4395-3.71094C54.248-3.71094 57.373-6.5918 57.373-11.7188L57.373-33.7891C57.959-31.5918 59.5703-29.834 62.1582-28.2715L101.416-5.27344C103.223-4.19922 104.834-3.71094 106.689-3.71094C110.449-3.71094 113.623-6.5918 113.623-11.7188L113.623-59.1309C113.623-64.2578 110.498-67.0898 106.689-67.0898C104.834-67.0898 103.271-66.6016 101.416-65.5273L62.1582-42.5293C59.5703-40.9668 57.9102-39.2578 57.373-37.1094L57.373-59.1309C57.373-64.2578 54.2969-67.0898 50.4883-67.0898C48.584-67.0898 47.0215-66.6016 45.166-65.5273L5.95703-42.5293C2.68555-40.5762 0.976562-38.3789 0.976562-35.4492C0.976562-32.4707 2.73438-30.1758 5.95703-28.2715L45.166-5.27344C47.0215-4.19922 48.584-3.71094 50.4395-3.71094ZM47.5586-14.5996C47.3633-14.5996 47.1191-14.6484 46.9238-14.7949L13.1348-34.7168C12.793-34.8633 12.5977-35.0586 12.5977-35.4004C12.5977-35.791 12.793-35.9375 13.1348-36.1328L46.9238-56.0059C47.1191-56.1523 47.3633-56.2012 47.5098-56.2012C47.9004-56.2012 48.1934-56.0059 48.1934-55.5664L48.1934-15.2344C48.1934-14.8438 47.9004-14.5996 47.5586-14.5996ZM103.76-14.5996C103.564-14.5996 103.32-14.6484 103.125-14.7949L69.3359-34.7168C69.043-34.8633 68.8477-35.0586 68.8477-35.4004C68.8477-35.791 68.9941-35.9375 69.3359-36.1328L103.125-56.0059C103.369-56.1523 103.564-56.2012 103.76-56.2012C104.15-56.2012 104.395-56.0059 104.395-55.5664L104.395-15.2344C104.395-14.8438 104.15-14.5996 103.76-14.5996Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1686.08 696)">
<path d="M49.707-4.10156C53.2715-4.10156 56.2012-6.83594 56.2012-11.6699L56.2012-33.7402C56.6895-31.7383 58.1543-30.0781 60.6445-28.5645L99.707-5.66406C101.465-4.58984 102.93-4.10156 104.688-4.10156C108.252-4.10156 111.182-6.83594 111.182-11.6699L111.182-58.9844C111.182-63.8184 108.301-66.5039 104.736-66.5039C102.93-66.5039 101.465-66.0156 99.707-64.9902L60.6445-42.041C58.1543-40.5762 56.6895-38.916 56.2012-36.9141L56.2012-58.9844C56.2012-63.8184 53.2715-66.5039 49.707-66.5039C47.9492-66.5039 46.4844-66.0156 44.6777-64.9902L5.66406-42.041C2.49023-40.1855 0.976562-38.0371 0.976562-35.3516C0.976562-32.6172 2.53906-30.4199 5.66406-28.5645L44.6777-5.66406C46.4844-4.58984 47.9004-4.10156 49.707-4.10156ZM47.168-13.8184C46.9727-13.8184 46.7285-13.916 46.4844-14.0625L11.9141-34.5215C11.5234-34.7168 11.2793-34.9121 11.2793-35.3027C11.2793-35.7422 11.5234-35.8887 11.9141-36.1328L46.4844-56.5918C46.7773-56.7383 46.9727-56.8359 47.168-56.8359C47.6074-56.8359 47.9004-56.543 47.9004-56.0547L47.9004-14.5508C47.9004-14.0625 47.6074-13.8184 47.168-13.8184ZM102.197-13.8184C102.002-13.8184 101.758-13.916 101.514-14.0625L66.9434-34.5215C66.5527-34.7168 66.3086-34.9121 66.3086-35.3027C66.3086-35.7422 66.5039-35.8887 66.9434-36.1328L101.514-56.5918C101.758-56.7383 102.002-56.8359 102.197-56.8359C102.637-56.8359 102.93-56.543 102.93-56.0547L102.93-14.5508C102.93-14.0625 102.637-13.8184 102.197-13.8184Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1390.93 696)">
<path d="M48.7305-4.63867C51.9531-4.63867 54.5898-7.12891 54.5898-11.6211L54.5898-33.6426C55.0781-31.9336 56.3477-30.3711 58.6914-28.9551L97.4609-6.15234C99.1699-5.12695 100.488-4.63867 102.148-4.63867C105.42-4.63867 108.057-7.12891 108.057-11.6211L108.057-58.7402C108.057-63.2812 105.42-65.7715 102.148-65.7715C100.488-65.7715 99.1699-65.2832 97.4609-64.2578L58.6914-41.4062C56.3477-40.0391 55.0781-38.4766 54.5898-36.7676L54.5898-58.7402C54.5898-63.2812 51.9531-65.7715 48.7305-65.7715C47.0703-65.7715 45.752-65.2832 44.043-64.2578L5.22461-41.4062C2.19727-39.6484 0.976562-37.5488 0.976562-35.2051C0.976562-32.8613 2.19727-30.7617 5.22461-28.9551L44.043-6.15234C45.752-5.12695 47.0703-4.63867 48.7305-4.63867ZM46.7285-12.793C46.5332-12.793 46.2402-12.8906 45.9961-13.0859L10.3027-34.2773C9.86328-34.5215 9.57031-34.7656 9.57031-35.2051C9.57031-35.6445 9.86328-35.8887 10.3027-36.1328L45.9961-57.3242C46.2402-57.5195 46.5332-57.6172 46.7285-57.6172C47.2168-57.6172 47.5586-57.2754 47.5586-56.7383L47.5586-13.6719C47.5586-13.0859 47.2168-12.793 46.7285-12.793ZM100.146-12.793C99.9512-12.793 99.707-12.8906 99.4141-13.0859L63.7207-34.2773C63.2812-34.5215 63.0371-34.7656 63.0371-35.2051C63.0371-35.6445 63.2812-35.8887 63.7207-36.1328L99.4141-57.3242C99.707-57.5195 99.9512-57.6172 100.146-57.6172C100.684-57.6172 101.025-57.2754 101.025-56.7383L101.025-13.6719C101.025-13.0859 100.684-12.793 100.146-12.793Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1095.81 696)">
<path d="M47.8027-5.56641C50.6348-5.56641 53.0273-7.66602 53.0273-11.7188L53.0273-33.7402C53.418-32.2754 54.4922-31.0059 56.3477-29.9316L95.5078-6.88477C96.9238-6.05469 98.1934-5.56641 99.6582-5.56641C102.49-5.56641 104.883-7.66602 104.883-11.7188L104.883-58.5938C104.883-62.6953 102.49-64.7949 99.6582-64.7949C98.1934-64.7949 96.9727-64.3066 95.5078-63.4766L56.3477-40.4297C54.4922-39.3066 53.418-38.0859 53.0273-36.6211L53.0273-58.5938C53.0273-62.6953 50.6348-64.7949 47.8027-64.7949C46.3379-64.7949 45.1172-64.3066 43.6523-63.4766L4.49219-40.4297C2.05078-38.9648 0.976562-37.2559 0.976562-35.2051C0.976562-33.1055 2.05078-31.3477 4.49219-29.9316L43.6523-6.88477C45.0684-6.05469 46.3379-5.56641 47.8027-5.56641ZM46.4355-11.7188C46.1426-11.7188 45.8008-11.8164 45.3125-12.1094L8.39844-33.9844C7.8125-34.3262 7.4707-34.6191 7.4707-35.2051C7.4707-35.7422 7.8125-36.0352 8.39844-36.377L45.3125-58.252C45.8008-58.5449 46.1426-58.6426 46.4355-58.6426C47.0215-58.6426 47.6074-58.252 47.6074-57.2754L47.6074-13.0859C47.6074-12.1094 47.0215-11.7188 46.4355-11.7188ZM98.291-11.7188C97.998-11.7188 97.6562-11.8164 97.168-12.1094L60.2539-33.9844C59.668-34.3262 59.3262-34.6191 59.3262-35.2051C59.3262-35.7422 59.6191-36.0352 60.2539-36.377L97.168-58.252C97.6562-58.5449 97.998-58.6426 98.291-58.6426C98.877-58.6426 99.4629-58.252 99.4629-57.2754L99.4629-13.0859C99.4629-12.1094 98.877-11.7188 98.291-11.7188Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 801.198 696)">
<path d="M46.6309-6.73828C48.877-6.73828 50.9277-8.39844 50.9277-11.8652L50.9277-33.8867C51.2695-32.8125 52.0996-31.8848 53.3203-31.2012L92.9199-7.86133C93.9941-7.22656 95.2148-6.73828 96.3867-6.73828C98.6328-6.73828 100.684-8.39844 100.684-11.8652L100.684-58.4473C100.684-61.9141 98.6328-63.5742 96.3867-63.5742C95.2148-63.5742 94.043-63.0371 92.9199-62.4512L53.3203-39.1113C52.0508-38.3789 51.2695-37.5488 50.9277-36.4746L50.9277-58.4473C50.9277-61.9141 48.877-63.5742 46.6309-63.5742C45.459-63.5742 44.2871-63.0371 43.1641-62.4512L3.56445-39.1113C1.85547-38.0859 0.976562-36.8652 0.976562-35.1562C0.976562-33.4473 1.9043-32.1777 3.56445-31.2012L43.1641-7.86133C44.2383-7.22656 45.459-6.73828 46.6309-6.73828ZM46.0449-10.3027C45.6543-10.3027 45.166-10.4004 44.4824-10.8398L5.9082-33.5938C5.12695-34.0332 4.6875-34.4727 4.6875-35.1562C4.6875-35.8398 5.07812-36.2305 5.9082-36.7188L44.4824-59.4727C45.2148-59.8633 45.6543-59.9609 46.0449-59.9609C46.7773-59.9609 47.7051-59.4727 47.7051-57.959L47.7051-12.3535C47.7051-10.8398 46.7773-10.3027 46.0449-10.3027ZM95.8008-10.3027C95.4102-10.3027 94.9219-10.4004 94.2383-10.8398L55.6641-33.5938C54.8828-34.0332 54.4434-34.4727 54.4434-35.1562C54.4434-35.8398 54.834-36.2305 55.6641-36.7188L94.2383-59.4727C94.9707-59.8633 95.4102-59.9609 95.8008-59.9609C96.5332-59.9609 97.4609-59.4727 97.4609-57.959L97.4609-12.3535C97.4609-10.8398 96.5332-10.3027 95.8008-10.3027Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 505.561 696)">
<path d="M46.0449-7.32422C47.9492-7.32422 49.8535-8.74023 49.8535-11.9629L49.8535-33.9355C50.1465-33.0566 50.8301-32.373 51.709-31.8359L91.6016-8.39844C92.4805-7.86133 93.6523-7.32422 94.7266-7.32422C96.6309-7.32422 98.5352-8.74023 98.5352-11.9629L98.5352-58.3008C98.5352-61.5234 96.6309-62.9395 94.7266-62.9395C93.6523-62.9395 92.5293-62.4023 91.6016-61.9141L51.709-38.4277C50.8301-37.8906 50.1465-37.2559 49.8535-36.377L49.8535-58.3008C49.8535-61.5234 47.9492-62.9395 46.0449-62.9395C44.9707-62.9395 43.8477-62.4023 42.9199-61.9141L3.02734-38.4277C1.75781-37.6465 0.976562-36.6699 0.976562-35.1562C0.976562-33.6426 1.75781-32.5684 3.02734-31.8359L42.9199-8.39844C43.7988-7.86133 44.9707-7.32422 46.0449-7.32422ZM45.8496-9.57031C45.3613-9.57031 44.8242-9.66797 44.043-10.1562L4.58984-33.3984C3.71094-33.8867 3.27148-34.375 3.27148-35.1562C3.27148-35.9375 3.71094-36.3281 4.58984-36.8652L44.043-60.1074C44.873-60.5957 45.3613-60.6934 45.8496-60.6934C46.6309-60.6934 47.7539-60.1074 47.7539-58.3008L47.7539-11.9629C47.7539-10.1562 46.6309-9.57031 45.8496-9.57031ZM94.5312-9.57031C94.043-9.57031 93.5547-9.66797 92.7246-10.1562L53.2715-33.3984C52.4414-33.8867 51.9531-34.375 51.9531-35.1562C51.9531-35.9375 52.3926-36.3281 53.2715-36.8652L92.7246-60.1074C93.5547-60.5957 94.043-60.6934 94.5312-60.6934C95.3125-60.6934 96.4355-60.1074 96.4355-58.3008L96.4355-11.9629C96.4355-10.1562 95.3125-9.57031 94.5312-9.57031Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 53 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.folder.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni100215.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from folder</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1381.95" x2="1381.95" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1517.74" x2="1517.74" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2842.75 1556)">
<path d="M39.9902 25.7324L141.992 25.7324C156.592 25.7324 165.234 17.0898 165.234 1.9043L165.234-63.1836C165.234-78.3691 156.543-86.9629 141.309-86.9629L89.1113-86.9629C83.9355-86.9629 80.7617-88.1836 76.2695-91.4551L73.4375-93.6523C68.1152-97.6074 64.6484-98.9258 56.8359-98.9258L39.4043-98.9258C25.1953-98.9258 16.0645-90.0879 16.0645-74.8047L16.0645 1.9043C16.0645 17.0898 24.7559 25.7324 39.9902 25.7324ZM36.3281-72.0215C36.3281-76.1719 39.0137-78.7109 43.2617-78.7109L51.3184-78.7109C56.4453-78.7109 59.5215-77.5879 64.0625-74.2188L66.8945-72.0703C72.2656-68.0176 75.7324-66.748 83.5449-66.748L138.574-66.748C142.822-66.748 144.971-64.8438 144.971-60.3027L144.971-56.543L36.3281-56.543ZM42.6758 5.46875C38.4766 5.46875 36.3281 3.56445 36.3281-0.976562L36.3281-40.625L144.971-40.625L144.971-0.927734C144.971 3.56445 142.822 5.46875 138.574 5.46875Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2546.92 1556)">
<path d="M38.8184 24.707L141.602 24.707C155.371 24.707 163.477 16.6016 163.477 2.05078L163.477-62.9395C163.477-77.4902 155.371-85.5469 140.771-85.5469L86.5234-85.5469C81.4941-85.5469 78.4668-86.6699 74.2676-89.8926L71.2402-92.2852C66.2109-96.1426 62.8418-97.4609 55.3711-97.4609L37.8418-97.4609C24.4141-97.4609 16.0645-89.2578 16.0645-74.7559L16.0645 2.05078C16.0645 16.6016 24.2188 24.707 38.8184 24.707ZM33.5938-72.5098C33.5938-77.2461 36.4258-79.9316 41.2109-79.9316L50.6348-79.9316C55.6152-79.9316 58.5938-78.8574 62.793-75.5859L65.8691-73.1934C70.8984-69.3359 74.3164-68.0664 81.7871-68.0664L138.623-68.0664C143.408-68.0664 145.996-65.7715 145.996-60.6445L145.996-56.7383L33.5938-56.7383ZM40.918 7.17773C36.084 7.17773 33.5938 4.88281 33.5938-0.244141L33.5938-42.627L145.996-42.627L145.996-0.195312C145.996 4.88281 143.408 7.17773 138.623 7.17773Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2251.16 1556)">
<path d="M37.5 23.584L141.211 23.584C154.053 23.584 161.572 16.0645 161.572 2.24609L161.572-62.6465C161.572-76.4648 154.053-83.9844 140.137-83.9844L83.6426-83.9844C78.7598-83.9844 75.8789-85.0586 72.0215-88.1348L68.75-90.7715C64.0137-94.5312 60.791-95.752 53.7598-95.752L36.0352-95.752C23.584-95.752 16.0645-88.3789 16.0645-74.7559L16.0645 2.24609C16.0645 16.1133 23.6328 23.584 37.5 23.584ZM30.5176-73.0957C30.5176-78.4668 33.5449-81.3477 38.8672-81.3477L49.9023-81.3477C54.6875-81.3477 57.4707-80.3223 61.4258-77.1484L64.6973-74.5117C69.3359-70.752 72.7051-69.5312 79.7852-69.5312L138.672-69.5312C144.141-69.5312 147.119-66.7969 147.119-60.9863L147.119-56.9336L30.5176-56.9336ZM38.9648 9.13086C33.4473 9.13086 30.5176 6.39648 30.5176 0.585938L30.5176-44.9219L147.119-44.9219L147.119 0.634766C147.119 6.39648 144.141 9.13086 138.672 9.13086Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1955.11 1556)">
<path d="M36.6211 22.8027L140.918 22.8027C153.174 22.8027 160.254 15.6738 160.254 2.39258L160.254-62.5C160.254-75.7812 153.125-82.9102 139.697-82.9102L81.6406-82.9102C76.8555-82.9102 74.1211-83.8867 70.5078-86.9141L67.041-89.7461C62.5488-93.457 59.375-94.5801 52.6367-94.5801L34.8145-94.5801C23.0469-94.5801 16.0645-87.7441 16.0645-74.707L16.0645 2.39258C16.0645 15.7227 23.1934 22.8027 36.6211 22.8027ZM28.418-73.4863C28.418-79.248 31.543-82.3242 37.2559-82.3242L49.3652-82.3242C54.0527-82.3242 56.7383-81.2988 60.4492-78.2227L63.8672-75.3906C68.3105-71.7773 71.6309-70.5566 78.3691-70.5566L138.721-70.5566C144.629-70.5566 147.9-67.4805 147.9-61.2793L147.9-57.0801L28.418-57.0801ZM37.5977 10.4492C31.6406 10.4492 28.418 7.37305 28.418 1.17188L28.418-46.4844L147.9-46.4844L147.9 1.2207C147.9 7.37305 144.629 10.4492 138.721 10.4492Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1658.91 1556)">
<path d="M35.9375 22.2168L140.674 22.2168C152.441 22.2168 159.229 15.4297 159.229 2.49023L159.229-62.3535C159.229-75.293 152.393-82.0801 139.355-82.0801L80.127-82.0801C75.3906-82.0801 72.7539-83.0566 69.3359-85.9863L65.7715-88.9648C61.4258-92.5781 58.3008-93.7012 51.7578-93.7012L33.8867-93.7012C22.6074-93.7012 16.0645-87.2559 16.0645-74.707L16.0645 2.49023C16.0645 15.4785 22.9004 22.2168 35.9375 22.2168ZM26.8066-73.7793C26.8066-79.8828 30.0293-83.0566 36.0352-83.0566L48.9746-83.0566C53.6133-83.0566 56.1523-82.0312 59.7168-79.0527L63.2812-76.0742C67.4805-72.5098 70.752-71.3379 77.3438-71.3379L138.721-71.3379C144.971-71.3379 148.486-68.0176 148.486-61.4746L148.486-57.1777L26.8066-57.1777ZM36.5723 11.4746C30.2246 11.4746 26.8066 8.1543 26.8066 1.61133L26.8066-47.6562L148.486-47.6562L148.486 1.66016C148.486 8.1543 144.971 11.4746 138.721 11.4746Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1362.86 1556)">
<path d="M35.0586 21.4355L140.381 21.4355C151.562 21.4355 157.91 15.0391 157.91 2.63672L157.91-62.1582C157.91-74.6094 151.514-80.957 138.916-80.957L78.125-80.957C73.5352-80.957 71.0449-81.9336 67.7734-84.7656L64.0625-87.8906C59.9121-91.5039 56.9336-92.5781 50.6348-92.5781L32.7148-92.5781C22.0215-92.5781 16.0645-86.6699 16.0645-74.707L16.0645 2.63672C16.0645 15.0879 22.4609 21.4355 35.0586 21.4355ZM24.707-74.1699C24.707-80.7129 28.0762-83.9844 34.4238-83.9844L48.4863-83.9844C52.9785-83.9844 55.4199-83.0078 58.7402-80.0781L62.4512-76.9531C66.4551-73.4863 69.6777-72.3145 75.9766-72.3145L138.77-72.3145C145.459-72.3145 149.268-68.7012 149.268-61.7188L149.268-57.3242L24.707-57.3242ZM35.2539 12.793C28.418 12.793 24.707 9.17969 24.707 2.14844L24.707-49.1699L149.268-49.1699L149.268 2.19727C149.268 9.17969 145.459 12.793 138.77 12.793Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1066.95 1556)">
<path d="M34.0332 20.6055L139.258 20.6055C150.195 20.6055 156.299 14.4531 156.299 2.7832L156.299-62.1094C156.299-73.7793 150.195-79.9316 138.33-79.9316L77.1973-79.9316C72.1191-79.9316 69.6777-80.7617 66.3086-83.7891L62.793-86.9141C58.6426-90.6738 55.957-91.6016 49.6094-91.6016L31.6895-91.6016C21.5332-91.6016 16.0645-86.1816 16.0645-75.2441L16.0645 2.7832C16.0645 14.5508 22.168 20.6055 34.0332 20.6055ZM22.7051-74.7559C22.7051-81.6895 26.123-85.0586 32.9102-85.0586L48.0469-85.0586C52.9297-85.0586 55.2734-84.1797 58.7891-81.0059L62.3047-77.8809C66.2109-74.4141 69.2383-73.3398 75.6348-73.3398L138.184-73.3398C145.459-73.3398 149.707-69.3848 149.707-61.7676L149.707-56.2988L22.7051-56.2988ZM34.1797 14.0137C26.709 14.0137 22.7051 10.0586 22.7051 2.39258L22.7051-50L149.707-50L149.707 2.44141C149.707 10.0586 145.459 14.0137 138.184 14.0137Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 771.315 1556)">
<path d="M32.666 19.5312L137.744 19.5312C148.438 19.5312 154.15 13.6719 154.15 2.97852L154.15-62.0117C154.15-72.7051 148.438-78.5645 137.549-78.5645L75.9277-78.5645C70.2637-78.5645 67.8711-79.248 64.3555-82.5684L61.084-85.6445C56.9824-89.5508 54.6875-90.2832 48.1934-90.2832L30.3223-90.2832C20.8496-90.2832 16.0645-85.5469 16.0645-75.9277L16.0645 2.97852C16.0645 13.8184 21.7773 19.5312 32.666 19.5312ZM19.9707-75.5371C19.9707-82.959 23.584-86.5234 30.9082-86.5234L47.5098-86.5234C52.832-86.5234 55.127-85.7422 58.8379-82.2266L62.1094-79.1504C65.8691-75.6348 68.6523-74.6582 75.1953-74.6582L137.402-74.6582C145.508-74.6582 150.244-70.2637 150.244-61.8164L150.244-54.9316L19.9707-54.9316ZM32.8125 15.625C24.4141 15.625 19.9707 11.2305 19.9707 2.73438L19.9707-51.0742L150.244-51.0742L150.244 2.7832C150.244 11.2305 145.508 15.625 137.402 15.625Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 475.165 1556)">
<path d="M31.9824 18.9941L136.963 18.9941C147.51 18.9941 153.027 13.2812 153.027 3.07617L153.027-61.9629C153.027-72.168 147.51-77.8809 137.158-77.8809L75.2441-77.8809C69.3359-77.8809 66.9434-78.4668 63.3301-81.9336L60.2051-84.9609C56.1035-88.9648 54.0527-89.6484 47.5098-89.6484L29.6387-89.6484C20.459-89.6484 16.0645-85.2051 16.0645-76.3184L16.0645 3.07617C16.0645 13.4277 21.582 18.9941 31.9824 18.9941ZM18.6035-75.9277C18.6035-83.5938 22.2656-87.2559 29.8828-87.2559L47.2168-87.2559C52.7832-87.2559 55.0293-86.5723 58.8379-82.8613L62.0117-79.834C65.6738-76.2695 68.3594-75.3418 75-75.3418L136.963-75.3418C145.557-75.3418 150.488-70.7031 150.488-61.8164L150.488-54.248L18.6035-54.248ZM32.1289 16.4551C23.1934 16.4551 18.6035 11.8164 18.6035 2.92969L18.6035-51.6113L150.488-51.6113L150.488 2.92969C150.488 11.8164 145.557 16.4551 136.963 16.4551Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2862.43 1126)">
<path d="M31.9824 12.9395L109.912 12.9395C122.217 12.9395 129.492 5.66406 129.492-6.5918L129.492-57.1777C129.492-69.4336 122.217-76.709 109.961-76.709L72.0215-76.709C67.627-76.709 64.9414-77.6367 61.0352-80.4688L59.1797-81.7871C54.7363-85.0586 52.0508-86.1328 45.459-86.1328L32.1289-86.1328C20.2148-86.1328 12.4512-78.5645 12.4512-66.2109L12.4512-6.5918C12.4512 5.66406 19.7266 12.9395 31.9824 12.9395ZM30.7617-63.3301C30.7617-66.0156 32.666-67.8223 35.5469-67.8223L40.4297-67.8223C44.8242-67.8223 47.4121-66.9434 51.3672-64.0625L53.1738-62.7441C57.7148-59.4238 60.4004-58.3984 66.9922-58.3984L107.031-58.3984C109.863-58.3984 111.182-57.3242 111.182-54.248L111.182-50.9766L30.7617-50.9766ZM34.9121-5.37109C32.0801-5.37109 30.7617-6.44531 30.7617-9.52148L30.7617-37.1094L111.182-37.1094L111.182-9.52148C111.182-6.44531 109.863-5.37109 107.031-5.37109Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2566.45 1126)">
<path d="M31.0059 12.0117L109.814 12.0117C121.289 12.0117 128.027 5.27344 128.027-6.44531L128.027-56.9336C128.027-68.6523 121.24-75.3906 109.521-75.3906L69.4336-75.3906C65.332-75.3906 62.793-76.3184 59.2285-78.9551L57.1289-80.5664C52.9297-83.6914 50.293-84.7168 44.1406-84.7168L30.6641-84.7168C19.5801-84.7168 12.4512-77.832 12.4512-66.0156L12.4512-6.44531C12.4512 5.27344 19.2383 12.0117 31.0059 12.0117ZM28.2715-63.7695C28.2715-66.9434 30.3711-68.8965 33.6426-68.8965L39.7949-68.8965C43.9453-68.8965 46.3379-68.0664 50-65.332L52.0996-63.7207C56.2988-60.5957 58.9355-59.5703 65.1367-59.5703L107.227-59.5703C110.547-59.5703 112.207-58.1543 112.207-54.5898L112.207-51.416L28.2715-51.416ZM33.252-3.80859C29.9316-3.80859 28.2715-5.22461 28.2715-8.78906L28.2715-39.1113L112.207-39.1113L112.207-8.78906C112.207-5.22461 110.547-3.80859 107.227-3.80859Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2270.54 1126)">
<path d="M29.8828 11.0352L109.668 11.0352C120.215 11.0352 126.416 4.88281 126.416-6.29883L126.416-56.6406C126.416-67.8223 120.215-73.9746 108.984-73.9746L66.5527-73.9746C62.6953-73.9746 60.4004-74.8535 57.2266-77.2949L54.7852-79.1992C50.9766-82.1777 48.3398-83.1543 42.6758-83.1543L29.0527-83.1543C18.7988-83.1543 12.4512-76.9531 12.4512-65.8691L12.4512-6.29883C12.4512 4.88281 18.6523 11.0352 29.8828 11.0352ZM25.5371-64.209C25.5371-67.9688 27.7832-70.1172 31.543-70.1172L39.1113-70.1172C42.9688-70.1172 45.2148-69.2871 48.4375-66.748L50.8301-64.8438C54.6875-61.8652 57.3242-60.8887 63.0371-60.8887L107.471-60.8887C111.279-60.8887 113.33-59.082 113.33-54.9805L113.33-51.9531L25.5371-51.9531ZM31.3965-2.05078C27.5391-2.05078 25.5371-3.90625 25.5371-7.95898L25.5371-41.3574L113.33-41.3574L113.33-7.95898C113.33-3.90625 111.279-2.05078 107.471-2.05078Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1974.39 1126)">
<path d="M29.1016 10.3516L109.619 10.3516C119.482 10.3516 125.293 4.58984 125.293-6.20117L125.293-56.4453C125.293-67.2363 119.482-72.998 108.643-72.998L64.5996-72.998C60.9375-72.998 58.7402-73.8281 55.8105-76.1719L53.1738-78.2715C49.5605-81.1523 47.0215-82.0801 41.6504-82.0801L27.8809-82.0801C18.2617-82.0801 12.4512-76.3672 12.4512-65.7227L12.4512-6.20117C12.4512 4.58984 18.2617 10.3516 29.1016 10.3516ZM23.6328-64.5508C23.6328-68.7012 25.9766-70.9473 30.0781-70.9473L38.6719-70.9473C42.2852-70.9473 44.4336-70.1172 47.3633-67.7734L50-65.625C53.5645-62.793 56.2012-61.8164 61.5723-61.8164L107.617-61.8164C111.816-61.8164 114.111-59.7168 114.111-55.2734L114.111-52.2949L23.6328-52.2949ZM30.127-0.830078C25.8789-0.830078 23.6328-2.97852 23.6328-7.37305L23.6328-42.8711L114.111-42.8711L114.111-7.37305C114.111-2.97852 111.816-0.830078 107.617-0.830078Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1678.12 1126)">
<path d="M28.5156 9.81445L109.521 9.81445C118.945 9.81445 124.414 4.3457 124.414-6.10352L124.414-56.3477C124.414-66.7969 118.896-72.2656 108.35-72.2656L63.0859-72.2656C59.5703-72.2656 57.4707-73.0469 54.7363-75.293L52.002-77.5391C48.5352-80.3711 45.9961-81.2988 40.8691-81.2988L27.0508-81.2988C17.8711-81.2988 12.4512-75.9277 12.4512-65.625L12.4512-6.10352C12.4512 4.39453 17.9688 9.81445 28.5156 9.81445ZM22.168-64.7949C22.168-69.2383 24.6582-71.582 29.0039-71.582L38.2812-71.582C41.748-71.582 43.7988-70.752 46.582-68.5059L49.3164-66.2109C52.7344-63.4766 55.3711-62.5 60.498-62.5L107.715-62.5C112.207-62.5 114.697-60.1562 114.697-55.4688L114.697-52.5879L22.168-52.5879ZM29.1504 0.0976562C24.6582 0.0976562 22.168-2.24609 22.168-6.98242L22.168-44.043L114.697-44.043L114.697-6.93359C114.697-2.24609 112.207 0.0976562 107.715 0.0976562Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1381.95 1126)">
<path d="M27.7832 9.13086L109.473 9.13086C118.213 9.13086 123.34 4.05273 123.34-6.00586L123.34-56.1523C123.34-66.2109 118.164-71.2891 108.008-71.2891L61.1328-71.2891C57.8125-71.2891 55.8105-72.0703 53.3691-74.1699L50.3906-76.6113C47.168-79.3457 44.6777-80.2246 39.8438-80.2246L25.9277-80.2246C17.3828-80.2246 12.4512-75.3418 12.4512-65.5273L12.4512-6.00586C12.4512 4.10156 17.5781 9.13086 27.7832 9.13086ZM20.3125-65.0879C20.3125-69.9219 22.8516-72.4121 27.5391-72.4121L37.8418-72.4121C41.0645-72.4121 43.0176-71.582 45.5078-69.4824L48.4863-66.9922C51.6602-64.3555 54.248-63.4277 59.082-63.4277L107.861-63.4277C112.695-63.4277 115.479-60.791 115.479-55.7129L115.479-52.9297L20.3125-52.9297ZM27.8809 1.26953C22.998 1.26953 20.3125-1.31836 20.3125-6.39648L20.3125-45.5566L115.479-45.5566L115.479-6.34766C115.479-1.31836 112.695 1.26953 107.861 1.26953Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1085.97 1126)">
<path d="M26.8555 8.39844L108.447 8.39844C116.992 8.39844 121.875 3.51562 121.875-5.85938L121.875-56.1035C121.875-65.4785 116.992-70.3613 107.471-70.3613L60.2539-70.3613C56.543-70.3613 54.5898-71.0449 52.0508-73.291L49.2188-75.7324C46.0449-78.5645 43.7988-79.3457 38.916-79.3457L25-79.3457C16.8945-79.3457 12.4512-74.9023 12.4512-65.9668L12.4512-5.85938C12.4512 3.61328 17.334 8.39844 26.8555 8.39844ZM18.5059-65.625C18.5059-70.8008 21.1426-73.3887 26.1719-73.3887L37.4512-73.3887C41.0156-73.3887 42.9199-72.6562 45.5566-70.3125L48.3398-67.8711C51.416-65.1855 53.8574-64.3066 58.7891-64.3066L107.324-64.3066C112.744-64.3066 115.82-61.377 115.82-55.7617L115.82-52.002L18.5059-52.002ZM26.9531 2.39258C21.4844 2.39258 18.5059-0.537109 18.5059-6.15234L18.5059-46.2891L115.82-46.2891L115.82-6.15234C115.82-0.537109 112.744 2.39258 107.324 2.39258Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 790.236 1126)">
<path d="M25.6348 7.4707L107.08 7.4707C115.43 7.4707 119.922 2.83203 119.922-5.66406L119.922-56.0059C119.922-64.502 115.43-69.1406 106.787-69.1406L59.1309-69.1406C54.8828-69.1406 52.9785-69.6777 50.293-72.168L47.7051-74.5605C44.5312-77.5391 42.6758-78.1738 37.6465-78.1738L23.7793-78.1738C16.3086-78.1738 12.4512-74.3652 12.4512-66.6016L12.4512-5.66406C12.4512 2.92969 16.9922 7.4707 25.6348 7.4707ZM16.0645-66.3086C16.0645-71.9238 18.8477-74.6582 24.4141-74.6582L36.9141-74.6582C40.9668-74.6582 42.7734-74.0723 45.6055-71.3867L48.1934-68.9941C51.123-66.2598 53.3203-65.4785 58.3984-65.4785L106.641-65.4785C112.793-65.4785 116.309-62.207 116.309-55.8105L116.309-50.7812L16.0645-50.7812ZM25.7324 3.80859C19.3848 3.80859 16.0645 0.537109 16.0645-5.85938L16.0645-47.2656L116.309-47.2656L116.309-5.85938C116.309 0.537109 112.793 3.80859 106.641 3.80859Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 494.013 1126)">
<path d="M25 6.93359L106.396 6.93359C114.6 6.93359 118.945 2.49023 118.945-5.56641L118.945-55.957C118.945-64.0137 114.6-68.5059 106.396-68.5059L58.5449-68.5059C54.0039-68.5059 52.1484-68.9941 49.4141-71.6309L46.9238-73.9746C43.75-77.0508 42.0898-77.5879 37.0117-77.5879L23.1934-77.5879C15.9668-77.5879 12.4512-74.0723 12.4512-66.9434L12.4512-5.56641C12.4512 2.58789 16.7969 6.93359 25 6.93359ZM14.8438-66.6504C14.8438-72.5098 17.6758-75.3418 23.4863-75.3418L36.6699-75.3418C40.918-75.3418 42.6758-74.7559 45.6055-71.9727L48.0957-69.5801C50.9766-66.8457 53.0762-66.1133 58.2031-66.1133L106.299-66.1133C112.793-66.1133 116.553-62.5977 116.553-55.8105L116.553-50.1465L14.8438-50.1465ZM25.0977 4.54102C18.3594 4.54102 14.8438 1.07422 14.8438-5.71289L14.8438-47.7539L116.553-47.7539L116.553-5.71289C116.553 1.07422 112.793 4.54102 106.299 4.54102Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2877.83 696)">
<path d="M25 2.44141L86.1328 2.44141C95.7031 2.44141 101.367-3.22266 101.367-12.793L101.367-52.3926C101.367-61.9629 95.7031-67.627 86.1328-67.627L56.25-67.627C52.832-67.627 50.7324-68.3594 47.7051-70.5566L46.2402-71.6309C42.7734-74.1699 40.6738-75 35.5469-75L25.0977-75C15.8203-75 9.76562-69.1406 9.76562-59.4727L9.76562-12.793C9.76562-3.22266 15.4297 2.44141 25 2.44141ZM23.9258-57.2754C23.9258-59.4238 25.4395-60.8398 27.7344-60.8398L31.6406-60.8398C35.0586-60.8398 37.0605-60.1562 40.1367-57.9102L41.6016-56.8359C45.1172-54.248 47.2168-53.4668 52.3438-53.4668L83.8867-53.4668C86.1328-53.4668 87.207-52.5879 87.207-50.1465L87.207-47.6074L23.9258-47.6074ZM27.2461-11.7188C25-11.7188 23.9258-12.5977 23.9258-15.0391L23.9258-36.8652L87.207-36.8652L87.207-15.0391C87.207-12.5977 86.1328-11.7188 83.8867-11.7188Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2581.61 696)">
<path d="M24.3652 1.85547L86.1816 1.85547C95.1172 1.85547 100.391-3.4668 100.391-12.6953L100.391-52.1973C100.391-61.4746 95.1172-66.748 85.8398-66.748L54.3945-66.748C51.1719-66.748 49.2188-67.4805 46.4844-69.5312L44.7754-70.8008C41.5527-73.2422 39.4531-74.0234 34.6191-74.0234L24.0723-74.0234C15.332-74.0234 9.76562-68.6035 9.76562-59.2773L9.76562-12.6953C9.76562-3.4668 15.0879 1.85547 24.3652 1.85547ZM22.2656-57.5195C22.2656-60.0098 23.877-61.5723 26.416-61.5723L31.2012-61.5723C34.375-61.5723 36.2793-60.8887 39.0625-58.7891L40.7715-57.5195C44.043-55.0293 46.1426-54.248 50.9277-54.248L84.082-54.248C86.6211-54.248 87.9395-53.1738 87.9395-50.3906L87.9395-48.0469L22.2656-48.0469ZM26.0742-10.6445C23.5352-10.6445 22.2656-11.7676 22.2656-14.502L22.2656-38.3301L87.9395-38.3301L87.9395-14.502C87.9395-11.7676 86.6211-10.6445 84.082-10.6445Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2285.41 696)">
<path d="M23.6328 1.17188L86.1816 1.17188C94.4824 1.17188 99.3652-3.71094 99.3652-12.5977L99.3652-52.002C99.3652-60.8887 94.4336-65.7715 85.498-65.7715L52.2949-65.7715C49.3652-65.7715 47.5586-66.4551 45.0684-68.3594L43.1641-69.873C40.1367-72.168 38.0371-72.9492 33.6426-72.9492L22.9492-72.9492C14.8438-72.9492 9.76562-68.0176 9.76562-59.082L9.76562-12.5977C9.76562-3.71094 14.6973 1.17188 23.6328 1.17188ZM20.3613-57.8125C20.3613-60.6934 22.1191-62.3535 25-62.3535L30.7129-62.3535C33.6426-62.3535 35.4004-61.6699 37.8906-59.7656L39.8438-58.252C42.8711-55.957 44.9707-55.1758 49.4141-55.1758L84.3262-55.1758C87.207-55.1758 88.7695-53.7598 88.7695-50.7324L88.7695-48.584L20.3613-48.584ZM24.8047-9.42383C21.9238-9.42383 20.3613-10.8398 20.3613-13.916L20.3613-39.9414L88.7695-39.9414L88.7695-13.8672C88.7695-10.8398 87.207-9.42383 84.3262-9.42383Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1989.07 696)">
<path d="M23.0957 0.683594L86.2305 0.683594C93.9941 0.683594 98.6328-3.85742 98.6328-12.5L98.6328-51.9043C98.6328-60.498 93.9941-65.0879 85.2539-65.0879L50.8301-65.0879C48.0957-65.0879 46.3867-65.7715 44.1406-67.5293L42.041-69.1895C39.209-71.4355 37.1094-72.2168 32.9102-72.2168L22.1191-72.2168C14.4531-72.2168 9.76562-67.5781 9.76562-58.9355L9.76562-12.5C9.76562-3.85742 14.4043 0.683594 23.0957 0.683594ZM19.0918-58.0078C19.0918-61.1816 20.8984-62.8906 23.9746-62.8906L30.4199-62.8906C33.1055-62.8906 34.8145-62.2559 37.0605-60.4492L39.209-58.7891C42.041-56.543 44.1406-55.8105 48.3398-55.8105L84.4727-55.8105C87.5977-55.8105 89.3066-54.1992 89.3066-50.9277L89.3066-48.9258L19.0918-48.9258ZM23.877-8.59375C20.752-8.59375 19.0918-10.2051 19.0918-13.4766L19.0918-41.0156L89.3066-41.0156L89.3066-13.4277C89.3066-10.2051 87.5977-8.59375 84.4727-8.59375Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1692.65 696)">
<path d="M22.7051 0.341797L86.2305 0.341797C93.6523 0.341797 98.0469-4.00391 98.0469-12.4512L98.0469-51.8066C98.0469-60.2051 93.6523-64.5996 85.1074-64.5996L49.7559-64.5996C47.168-64.5996 45.5078-65.2832 43.4082-66.9434L41.1621-68.7012C38.4766-70.8496 36.377-71.6309 32.373-71.6309L21.5332-71.6309C14.209-71.6309 9.76562-67.2852 9.76562-58.8379L9.76562-12.4512C9.76562-4.00391 14.209 0.341797 22.7051 0.341797ZM18.0664-58.2031C18.0664-61.5234 19.9707-63.3301 23.2422-63.3301L30.127-63.3301C32.7148-63.3301 34.375-62.6465 36.4746-60.9863L38.7207-59.1797C41.4062-57.0312 43.5059-56.25 47.5098-56.25L84.6191-56.25C87.8906-56.25 89.7461-54.541 89.7461-51.0742L89.7461-49.2188L18.0664-49.2188ZM23.1934-7.95898C19.9219-7.95898 18.0664-9.7168 18.0664-13.1836L18.0664-41.8945L89.7461-41.8945L89.7461-13.1348C89.7461-9.7168 87.8906-7.95898 84.6191-7.95898Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1396.3 696)">
<path d="M22.2168-0.0976562L86.2793-0.0976562C93.2129-0.0976562 97.3145-4.19922 97.3145-12.4023L97.3145-51.6602C97.3145-59.8633 93.1641-63.916 84.8633-63.916L48.291-63.916C45.8984-63.916 44.3359-64.5996 42.4805-66.1133L40.0391-68.0664C37.5-70.166 35.4004-70.8984 31.6895-70.8984L20.752-70.8984C13.8672-70.8984 9.76562-66.8945 9.76562-58.7402L9.76562-12.4023C9.76562-4.19922 13.916-0.0976562 22.2168-0.0976562ZM16.7969-58.3984C16.7969-62.0117 18.75-63.8672 22.2656-63.8672L29.834-63.8672C32.2266-63.8672 33.7891-63.1836 35.6445-61.6699L38.0859-59.7168C40.5762-57.666 42.7246-56.8848 46.4355-56.8848L84.7656-56.8848C88.2812-56.8848 90.2832-54.9805 90.2832-51.2695L90.2832-49.5605L16.7969-49.5605ZM22.3145-7.17773C18.7988-7.17773 16.7969-9.0332 16.7969-12.7441L16.7969-42.9688L90.2832-42.9688L90.2832-12.6953C90.2832-9.0332 88.2812-7.17773 84.7656-7.17773Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1100.23 696)">
<path d="M21.3867-0.78125L85.3516-0.78125C92.1387-0.78125 96.0449-4.63867 96.0449-12.2559L96.0449-51.6113C96.0449-59.1797 92.1387-63.0859 84.4238-63.0859L47.5586-63.0859C44.7754-63.0859 43.2617-63.6719 41.3086-65.3809L39.0137-67.2852C36.5234-69.4824 34.668-70.1172 30.8594-70.1172L19.9707-70.1172C13.4277-70.1172 9.76562-66.5039 9.76562-59.1309L9.76562-12.2559C9.76562-4.63867 13.6719-0.78125 21.3867-0.78125ZM15.1855-58.8379C15.1855-62.7441 17.2363-64.7461 21.0449-64.7461L29.4922-64.7461C32.1777-64.7461 33.6914-64.1602 35.6934-62.4023L37.9395-60.4492C40.3809-58.3984 42.3828-57.666 46.1914-57.666L84.3262-57.666C88.3301-57.666 90.625-55.5176 90.625-51.3184L90.625-48.7305L15.1855-48.7305ZM21.4844-6.20117C17.4316-6.20117 15.1855-8.34961 15.1855-12.5488L15.1855-43.6523L90.625-43.6523L90.625-12.5C90.625-8.34961 88.3301-6.20117 84.3262-6.20117Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 804.371 696)">
<path d="M20.3125-1.61133L84.1797-1.61133C90.7227-1.61133 94.3359-5.27344 94.3359-12.1094L94.3359-51.5137C94.3359-58.3496 90.7227-62.0117 83.7891-62.0117L46.5332-62.0117C43.3105-62.0117 41.8457-62.5 39.7461-64.4043L37.6953-66.2598C35.1562-68.6035 33.6426-69.0918 29.7363-69.0918L18.8965-69.0918C12.8906-69.0918 9.76562-66.0156 9.76562-59.7168L9.76562-12.1094C9.76562-5.17578 13.3789-1.61133 20.3125-1.61133ZM13.0859-59.4238C13.0859-63.7695 15.1855-65.8691 19.4824-65.8691L29.0527-65.8691C32.1289-65.8691 33.5449-65.3809 35.6934-63.3301L37.793-61.4746C40.1367-59.3262 41.8945-58.6914 45.8496-58.6914L83.6914-58.6914C88.3301-58.6914 91.0156-56.2012 91.0156-51.3184L91.0156-47.6562L13.0859-47.6562ZM20.4102-4.93164C15.625-4.93164 13.0859-7.42188 13.0859-12.3047L13.0859-44.4824L91.0156-44.4824L91.0156-12.2559C91.0156-7.42188 88.3301-4.93164 83.6914-4.93164Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 508.1 696)">
<path d="M19.7754-2.05078L83.5449-2.05078C89.9902-2.05078 93.457-5.61523 93.457-12.0117L93.457-51.4648C93.457-57.9102 89.9902-61.4746 83.4473-61.4746L45.9961-61.4746C42.5781-61.4746 41.0645-61.8652 38.9648-63.8672L36.9629-65.7227C34.4727-68.1152 33.1055-68.5547 29.1992-68.5547L18.3594-68.5547C12.5977-68.5547 9.76562-65.7227 9.76562-60.0098L9.76562-12.0117C9.76562-5.51758 13.2324-2.05078 19.7754-2.05078ZM11.9629-59.7656C11.9629-64.3066 14.1602-66.4551 18.6523-66.4551L28.8086-66.4551C32.0801-66.4551 33.4473-66.0156 35.7422-63.8672L37.6953-62.0117C39.9902-59.8633 41.6504-59.2285 45.6543-59.2285L83.3496-59.2285C88.3789-59.2285 91.2598-56.543 91.2598-51.3672L91.2598-47.1191L11.9629-47.1191ZM19.873-4.24805C14.6484-4.24805 11.9629-6.93359 11.9629-12.1582L11.9629-44.9219L91.2598-44.9219L91.2598-12.1582C91.2598-6.93359 88.3789-4.24805 83.3496-4.24805Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.forward.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni10028B.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from forward</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1375.77" x2="1375.77" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1523.92" x2="1523.92" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2825.76 1556)">
<path d="M29.834 18.7012C33.3008 18.7012 36.4746 17.9199 39.7461 16.0156L105.273-22.2656C110.059-25.0488 113.672-28.4668 114.697-33.1055L114.697 3.41797C114.697 13.1348 120.996 18.7012 128.467 18.7012C131.934 18.7012 135.059 17.9199 138.379 16.0156L203.906-22.2656C209.619-25.5859 213.672-29.834 213.672-36.084C213.672-42.2852 209.814-46.1914 203.906-49.6582L138.379-87.8906C135.01-89.7949 131.836-90.625 128.32-90.625C120.898-90.625 114.697-85.1074 114.697-75.293L114.697-39.0137C113.672-43.6035 110.205-46.7773 105.273-49.6582L39.7461-87.8906C36.377-89.7949 33.252-90.625 29.7363-90.625C22.2656-90.625 16.0645-85.1074 16.0645-75.293L16.0645 3.41797C16.0645 13.1348 22.3633 18.7012 29.834 18.7012ZM36.6211-5.07812C36.2305-5.07812 36.0352-5.32227 36.0352-5.71289L36.0352-66.1621C36.0352-66.5527 36.2305-66.7969 36.6699-66.7969C36.8652-66.7969 37.1094-66.748 37.4023-66.6016L88.8672-36.7188C89.209-36.5234 89.3066-36.377 89.3066-35.9863C89.3066-35.6445 89.1602-35.4492 88.8672-35.2539L37.4023-5.32227C37.1582-5.17578 36.8652-5.07812 36.6211-5.07812ZM135.254-5.07812C134.863-5.07812 134.668-5.32227 134.668-5.71289L134.668-66.1621C134.668-66.5527 134.863-66.7969 135.303-66.7969C135.498-66.7969 135.742-66.748 136.035-66.6016L187.5-36.7188C187.842-36.5234 187.939-36.377 187.939-35.9863C187.939-35.6445 187.744-35.4492 187.5-35.2539L136.035-5.32227C135.791-5.17578 135.498-5.07812 135.254-5.07812Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2532.25 1556)">
<path d="M28.5645 17.4805C31.7871 17.4805 34.668 16.6992 37.7441 14.8926L103.027-23.291C107.422-25.8301 110.547-28.9551 111.523-33.0566L111.523 3.41797C111.523 12.4023 117.236 17.4805 124.023 17.4805C127.197 17.4805 130.127 16.6992 133.203 14.8926L198.486-23.291C203.809-26.416 207.275-30.3223 207.275-35.8398C207.275-41.4062 203.906-45.0195 198.486-48.1934L133.203-86.4258C130.078-88.1836 127.148-89.0137 123.926-89.0137C117.139-89.0137 111.523-83.9844 111.523-74.9512L111.523-38.6719C110.547-42.6758 107.52-45.6055 103.027-48.1934L37.7441-86.4258C34.6191-88.1836 31.7383-89.0137 28.4668-89.0137C21.7285-89.0137 16.0645-83.9844 16.0645-74.9512L16.0645 3.41797C16.0645 12.4023 21.8262 17.4805 28.5645 17.4805ZM34.2773-3.02734C33.7402-3.02734 33.3496-3.36914 33.3496-4.05273L33.3496-67.4316C33.3496-68.1641 33.7402-68.5059 34.3262-68.5059C34.6191-68.5059 34.9121-68.4082 35.3027-68.1641L89.0625-36.8164C89.5508-36.5234 89.7461-36.3281 89.7461-35.791C89.7461-35.3027 89.502-35.0098 89.0625-34.7656L35.3027-3.32031C34.9609-3.125 34.6191-3.02734 34.2773-3.02734ZM129.736-3.02734C129.199-3.02734 128.809-3.36914 128.809-4.05273L128.809-67.4316C128.809-68.1641 129.199-68.5059 129.736-68.5059C130.029-68.5059 130.322-68.4082 130.762-68.1641L184.473-36.8164C184.961-36.5234 185.205-36.3281 185.205-35.791C185.205-35.3027 184.912-35.0098 184.473-34.7656L130.762-3.32031C130.371-3.125 130.029-3.02734 129.736-3.02734Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2239.1 1556)">
<path d="M27.1973 16.1133C30.0781 16.1133 32.7148 15.2832 35.498 13.6719L100.537-24.4629C104.443-26.7578 107.08-29.4922 107.959-32.959L107.959 3.41797C107.959 11.6211 113.037 16.1133 119.043 16.1133C121.973 16.1133 124.561 15.2832 127.393 13.6719L192.432-24.4629C197.266-27.2949 200.146-30.8105 200.146-35.5957C200.146-40.3809 197.363-43.7012 192.432-46.6309L127.393-84.7656C124.561-86.377 121.924-87.207 118.994-87.207C112.988-87.207 107.959-82.7148 107.959-74.5117L107.959-38.2812C107.08-41.6992 104.492-44.2871 100.537-46.6309L35.498-84.7656C32.666-86.377 30.0781-87.207 27.0996-87.207C21.1426-87.207 16.0645-82.7148 16.0645-74.5117L16.0645 3.41797C16.0645 11.6211 21.1914 16.1133 27.1973 16.1133ZM31.6406-0.683594C30.957-0.683594 30.3711-1.17188 30.3711-2.19727L30.3711-68.8965C30.3711-69.9219 30.957-70.3613 31.6895-70.3613C32.0312-70.3613 32.4219-70.2637 33.0078-69.9707L89.2578-36.9141C89.9414-36.5723 90.2344-36.2305 90.2344-35.5957C90.2344-34.9121 89.8926-34.5703 89.2578-34.1797L33.0078-1.12305C32.4707-0.830078 32.0312-0.683594 31.6406-0.683594ZM123.535-0.683594C122.852-0.683594 122.217-1.17188 122.217-2.19727L122.217-68.8965C122.217-69.9219 122.852-70.3613 123.535-70.3613C123.926-70.3613 124.316-70.2637 124.854-69.9707L181.104-36.9141C181.787-36.5723 182.129-36.2305 182.129-35.5957C182.129-34.9121 181.738-34.5703 181.104-34.1797L124.854-1.12305C124.365-0.830078 123.926-0.683594 123.535-0.683594Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1944.85 1556)">
<path d="M26.2207 15.1855C28.9062 15.1855 31.3477 14.3555 33.9844 12.793L98.8281-25.2441C102.393-27.3438 104.688-29.834 105.469-32.9102L105.469 3.41797C105.469 11.0352 110.156 15.1855 115.625 15.1855C118.359 15.1855 120.752 14.3555 123.389 12.793L188.232-25.2441C192.725-27.9297 195.215-31.2012 195.215-35.4492C195.215-39.6973 192.822-42.8223 188.232-45.5078L123.389-83.5938C120.703-85.1562 118.311-85.9375 115.576-85.9375C110.107-85.9375 105.469-81.8359 105.469-74.2188L105.469-37.9883C104.688-41.0156 102.441-43.4082 98.8281-45.5078L33.9844-83.5938C31.2988-85.1562 28.9062-85.9375 26.1719-85.9375C20.7031-85.9375 16.0645-81.8359 16.0645-74.2188L16.0645 3.41797C16.0645 11.0352 20.752 15.1855 26.2207 15.1855ZM29.834 0.878906C29.0527 0.878906 28.2715 0.341797 28.2715-0.927734L28.2715-69.873C28.2715-71.1426 29.0527-71.6797 29.8828-71.6797C30.2734-71.6797 30.7617-71.582 31.3965-71.1914L89.4043-37.0117C90.1855-36.5723 90.5762-36.1816 90.5762-35.4492C90.5762-34.668 90.1367-34.2285 89.4043-33.7891L31.3965 0.390625C30.7617 0.732422 30.2734 0.878906 29.834 0.878906ZM119.287 0.878906C118.457 0.878906 117.676 0.341797 117.676-0.927734L117.676-69.873C117.676-71.1426 118.457-71.6797 119.287-71.6797C119.678-71.6797 120.166-71.582 120.801-71.1914L178.809-37.0117C179.59-36.5723 179.98-36.1816 179.98-35.4492C179.98-34.668 179.59-34.2285 178.809-33.7891L120.801 0.390625C120.166 0.732422 119.678 0.878906 119.287 0.878906Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1650 1556)">
<path d="M25.4883 14.4531C28.0273 14.4531 30.3223 13.623 32.8125 12.1582L97.5098-25.8789C100.83-27.832 102.881-30.127 103.613-32.8613L103.613 3.41797C103.613 10.5957 107.959 14.4531 113.037 14.4531C115.576 14.4531 117.871 13.623 120.361 12.1582L185.059-25.8789C189.307-28.3691 191.504-31.4453 191.504-35.3027C191.504-39.209 189.355-42.1387 185.059-44.6777L120.361-82.7148C117.822-84.1797 115.576-85.0098 112.988-85.0098C107.91-85.0098 103.613-81.2012 103.613-74.0234L103.613-37.793C102.881-40.4785 100.879-42.7246 97.5098-44.6777L32.8125-82.7148C30.2734-84.1797 28.0273-85.0098 25.4395-85.0098C20.4102-85.0098 16.0645-81.2012 16.0645-74.0234L16.0645 3.41797C16.0645 10.5957 20.4102 14.4531 25.4883 14.4531ZM28.4668 2.09961C27.5879 2.09961 26.709 1.51367 26.709 0.0488281L26.709-70.6543C26.709-72.0703 27.5879-72.6562 28.5156-72.6562C28.9551-72.6562 29.4434-72.5098 30.1758-72.1191L89.502-37.0605C90.3809-36.5723 90.8691-36.1328 90.8691-35.3027C90.8691-34.4727 90.3809-33.9844 89.502-33.4961L30.1758 1.5625C29.4922 1.95312 28.9551 2.09961 28.4668 2.09961ZM116.016 2.09961C115.137 2.09961 114.258 1.51367 114.258 0.0488281L114.258-70.6543C114.258-72.0703 115.137-72.6562 116.064-72.6562C116.504-72.6562 116.992-72.5098 117.725-72.1191L177.051-37.0605C177.93-36.5723 178.418-36.1328 178.418-35.3027C178.418-34.4727 177.93-33.9844 177.051-33.4961L117.725 1.5625C117.041 1.95312 116.504 2.09961 116.016 2.09961Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1355.73 1556)">
<path d="M24.5117 13.5254C26.9043 13.5254 28.9551 12.6465 31.2988 11.3281L95.8496-26.6602C98.7793-28.418 100.537-30.4688 101.172-32.8125L101.172 3.41797C101.172 10.0586 105.078 13.5254 109.619 13.5254C112.012 13.5254 114.111 12.6465 116.406 11.3281L180.957-26.6602C184.863-29.0039 186.621-31.7871 186.621-35.1562C186.621-38.5254 184.863-41.2598 180.957-43.6035L116.406-81.5918C114.062-82.959 112.012-83.7891 109.619-83.7891C105.078-83.7891 101.172-80.3711 101.172-73.7305L101.172-37.5C100.537-39.8438 98.7793-41.8457 95.8496-43.6035L31.2988-81.5918C28.9551-82.959 26.9043-83.7891 24.5117-83.7891C19.9707-83.7891 16.0645-80.3711 16.0645-73.7305L16.0645 3.41797C16.0645 10.0586 19.9707 13.5254 24.5117 13.5254ZM26.709 3.66211C25.7324 3.66211 24.6582 2.97852 24.6582 1.31836L24.6582-71.6309C24.6582-73.291 25.7324-73.9746 26.709-73.9746C27.1973-73.9746 27.7832-73.7793 28.5645-73.3398L89.6484-37.1582C90.6738-36.5723 91.2109-36.084 91.2109-35.1562C91.2109-34.2285 90.625-33.6914 89.6484-33.1055L28.5645 3.02734C27.7832 3.51562 27.1973 3.66211 26.709 3.66211ZM111.816 3.66211C110.84 3.66211 109.766 2.97852 109.766 1.31836L109.766-71.6309C109.766-73.291 110.84-73.9746 111.816-73.9746C112.305-73.9746 112.891-73.7793 113.672-73.3398L174.756-37.1582C175.781-36.5723 176.318-36.084 176.318-35.1562C176.318-34.2285 175.732-33.6914 174.756-33.1055L113.672 3.02734C112.891 3.51562 112.305 3.66211 111.816 3.66211Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1061.02 1556)">
<path d="M23.6328 12.3535C25.7812 12.3535 27.7832 11.5234 29.7363 10.4004L94.7754-27.8809C97.1191-29.248 98.584-30.9082 99.2188-32.9102L99.2188 3.32031C99.2188 9.375 102.783 12.3535 106.787 12.3535C108.887 12.3535 110.889 11.5234 112.842 10.4004L177.881-27.8809C181.055-29.7363 182.617-32.1289 182.617-35.1562C182.617-38.1348 181.104-40.4297 177.881-42.334L112.842-80.6152C110.84-81.7383 108.887-82.6172 106.787-82.6172C102.783-82.6172 99.2188-79.5898 99.2188-73.5352L99.2188-37.3535C98.584-39.3066 97.1191-40.9668 94.7754-42.334L29.7363-80.6152C27.7344-81.7383 25.7812-82.6172 23.6328-82.6172C19.6777-82.6172 16.0645-79.5898 16.0645-73.5352L16.0645 3.32031C16.0645 9.375 19.6777 12.3535 23.6328 12.3535ZM25.0977 5.0293C23.9746 5.0293 22.6074 4.24805 22.6074 2.05078L22.6074-72.2656C22.6074-74.4629 23.9746-75.2441 25.0977-75.2441C25.6836-75.2441 26.3672-75.0977 27.3926-74.5117L90.0391-37.5C91.2598-36.7676 91.8457-36.2305 91.8457-35.1562C91.8457-34.082 91.2109-33.3984 90.0391-32.7637L27.3926 4.24805C26.416 4.83398 25.6836 5.0293 25.0977 5.0293ZM108.203 5.0293C107.08 5.0293 105.713 4.24805 105.713 2.05078L105.713-72.2656C105.713-74.4629 107.08-75.2441 108.203-75.2441C108.789-75.2441 109.473-75.0977 110.498-74.5117L173.145-37.5C174.365-36.7676 174.951-36.2305 174.951-35.1562C174.951-34.082 174.316-33.3984 173.145-32.7637L110.498 4.24805C109.521 4.83398 108.789 5.0293 108.203 5.0293Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 766.945 1556)">
<path d="M22.5098 10.8887C24.2676 10.8887 26.2207 10.0098 27.7344 9.13086L93.3594-29.4434C94.9219-30.3711 96.0449-31.5918 96.582-33.1055L96.582 3.125C96.582 8.49609 99.707 10.8887 102.979 10.8887C104.736 10.8887 106.689 10.0098 108.203 9.13086L173.828-29.4434C176.025-30.7617 177.344-32.5684 177.344-35.1074C177.344-37.6465 176.074-39.3555 173.828-40.6738L108.203-79.2969C106.641-80.1758 104.736-81.0547 102.979-81.0547C99.707-81.0547 96.582-78.6133 96.582-73.291L96.582-37.1582C96.0449-38.623 94.9219-39.7461 93.3594-40.6738L27.7344-79.2969C26.1719-80.1758 24.2676-81.0547 22.5098-81.0547C19.2383-81.0547 16.0645-78.6133 16.0645-73.291L16.0645 3.125C16.0645 8.49609 19.2383 10.8887 22.5098 10.8887ZM22.9492 6.78711C21.6797 6.78711 19.873 5.85938 19.873 2.97852L19.873-73.1445C19.873-76.0254 21.6797-76.9531 22.9492-76.9531C23.6816-76.9531 24.4629-76.8066 25.8301-76.0254L90.5762-37.8906C92.041-37.0605 92.7246-36.377 92.7246-35.1074C92.7246-33.8867 91.9434-33.0566 90.5762-32.2754L25.8301 5.85938C24.5605 6.64062 23.6816 6.78711 22.9492 6.78711ZM103.418 6.78711C102.148 6.78711 100.342 5.85938 100.342 2.97852L100.342-73.1445C100.342-76.0254 102.148-76.9531 103.418-76.9531C104.15-76.9531 104.932-76.8066 106.299-76.0254L171.045-37.8906C172.51-37.0605 173.193-36.377 173.193-35.1074C173.193-33.8867 172.412-33.0566 171.045-32.2754L106.299 5.85938C105.029 6.64062 104.15 6.78711 103.418 6.78711Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 471.576 1556)">
<path d="M21.9238 10.1074C23.5352 10.1074 25.4395 9.22852 26.6602 8.49609L92.627-30.2734C93.7988-30.957 94.7266-31.9336 95.2148-33.2031L95.2148 3.02734C95.2148 8.00781 98.1445 10.1074 101.025 10.1074C102.637 10.1074 104.541 9.22852 105.811 8.49609L171.729-30.2734C173.438-31.25 174.658-32.8125 174.658-35.1074C174.658-37.4023 173.535-38.7695 171.729-39.8438L105.811-78.6133C104.443-79.3457 102.637-80.2246 101.025-80.2246C98.1445-80.2246 95.2148-78.125 95.2148-73.1445L95.2148-37.0117C94.7266-38.2324 93.8477-39.1113 92.627-39.8438L26.6602-78.6133C25.3418-79.3457 23.5352-80.2246 21.9238-80.2246C19.043-80.2246 16.0645-78.125 16.0645-73.1445L16.0645 3.02734C16.0645 8.00781 19.043 10.1074 21.9238 10.1074ZM21.8262 7.71484C20.5078 7.71484 18.457 6.68945 18.457 3.4668L18.457-73.584C18.457-76.8555 20.5078-77.832 21.8262-77.832C22.6562-77.832 23.4863-77.6855 25.0488-76.8066L90.8691-38.0859C92.4316-37.207 93.1641-36.4258 93.1641-35.1074C93.1641-33.7891 92.334-32.8613 90.8691-32.0312L25.0488 6.68945C23.584 7.56836 22.6562 7.71484 21.8262 7.71484ZM100.928 7.71484C99.6094 7.71484 97.6074 6.68945 97.6074 3.4668L97.6074-73.584C97.6074-76.8555 99.6094-77.832 100.928-77.832C101.807-77.832 102.637-77.6855 104.15-76.8066L169.971-38.0859C171.582-37.207 172.314-36.4258 172.314-35.1074C172.314-33.7891 171.484-32.8613 169.971-32.0312L104.15 6.68945C102.686 7.56836 101.807 7.71484 100.928 7.71484Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2846.75 1126)">
<path d="M24.3652 7.66602C27.2461 7.66602 29.9805 7.03125 32.666 5.46875L84.0332-24.4141C87.9395-26.709 91.2109-29.541 92.1387-33.7402L92.1387-5.37109C92.1387 2.88086 97.6074 7.66602 104.004 7.66602C106.885 7.66602 109.668 7.03125 112.354 5.46875L163.672-24.4141C168.311-27.0996 172.07-30.6152 172.07-36.1328C172.07-41.6992 168.506-44.8242 163.672-47.6562L112.354-77.4902C109.619-79.0527 106.836-79.6875 103.906-79.6875C97.4609-79.6875 92.1387-75 92.1387-66.6992L92.1387-38.5742C91.2598-42.6758 88.0859-45.2637 84.0332-47.6562L32.666-77.4902C29.9316-79.0527 27.1484-79.6875 24.2188-79.6875C17.8223-79.6875 12.4512-75 12.4512-66.6992L12.4512-5.37109C12.4512 2.88086 17.9199 7.66602 24.3652 7.66602ZM30.6641-13.916C30.4688-13.916 30.4199-14.0625 30.4199-14.209L30.4199-57.8125C30.4199-58.0078 30.4688-58.1055 30.7129-58.1055C30.8594-58.1055 30.957-58.1543 31.1523-58.0078L68.8477-36.377C68.9941-36.3281 68.9941-36.2793 68.9941-36.084C68.9941-35.9375 68.8965-35.791 68.8477-35.7422L31.1523-14.0625C31.0547-13.9648 30.8594-13.916 30.6641-13.916ZM110.352-13.916C110.156-13.916 110.107-14.0625 110.107-14.209L110.107-57.8125C110.107-58.0078 110.156-58.1055 110.4-58.1055C110.498-58.1055 110.645-58.1543 110.84-58.0078L148.535-36.377C148.633-36.3281 148.633-36.2793 148.633-36.084C148.633-35.9375 148.584-35.791 148.535-35.7422L110.84-14.0625C110.693-13.9648 110.498-13.916 110.352-13.916Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2553 1126)">
<path d="M23.1934 6.5918C25.8789 6.5918 28.3691 5.95703 30.9082 4.49219L81.8848-25.2441C85.498-27.3438 88.3301-29.9805 89.1602-33.6426L89.1602-5.32227C89.1602 2.24609 94.0918 6.5918 99.9023 6.5918C102.588 6.5918 105.078 5.95703 107.617 4.49219L158.545-25.2441C162.939-27.7832 166.113-31.0547 166.113-35.9375C166.113-40.8203 163.086-43.7988 158.545-46.4355L107.617-76.1719C105.029-77.6367 102.539-78.2227 99.8047-78.2227C93.9941-78.2227 89.1602-73.9746 89.1602-66.3574L89.1602-38.2324C88.3301-41.7969 85.5957-44.2383 81.8848-46.4355L30.9082-76.1719C28.3203-77.6367 25.8301-78.2227 23.0957-78.2227C17.2852-78.2227 12.4512-73.9746 12.4512-66.3574L12.4512-5.32227C12.4512 2.24609 17.3828 6.5918 23.1934 6.5918ZM28.5156-12.0117C28.2227-12.0117 28.0273-12.207 28.0273-12.5977L28.0273-59.082C28.0273-59.4238 28.2227-59.6191 28.5645-59.6191C28.7598-59.6191 28.9551-59.6191 29.1992-59.4238L68.9453-36.4258C69.1895-36.2793 69.2871-36.1816 69.2871-35.8887C69.2871-35.5957 69.1406-35.4004 68.9453-35.3027L29.1992-12.207C29.0039-12.1094 28.7598-12.0117 28.5156-12.0117ZM105.225-12.0117C104.932-12.0117 104.736-12.207 104.736-12.5977L104.736-59.082C104.736-59.4238 104.932-59.6191 105.273-59.6191C105.469-59.6191 105.615-59.6191 105.908-59.4238L145.654-36.4258C145.898-36.2793 145.996-36.1816 145.996-35.8887C145.996-35.5957 145.85-35.4004 145.654-35.3027L105.908-12.207C105.664-12.1094 105.469-12.0117 105.225-12.0117Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2259.61 1126)">
<path d="M21.9238 5.41992C24.3652 5.41992 26.5625 4.78516 28.9062 3.41797L79.4434-26.1719C82.7637-28.125 85.1074-30.4688 85.8398-33.5449L85.8398-5.27344C85.8398 1.5625 90.1855 5.41992 95.3125 5.41992C97.7539 5.41992 99.9512 4.78516 102.295 3.41797L152.832-26.1719C156.885-28.5156 159.473-31.4941 159.473-35.6934C159.473-39.8438 156.982-42.627 152.832-45.0195L102.295-74.6094C99.9023-75.9766 97.7051-76.6113 95.2148-76.6113C90.1367-76.6113 85.8398-72.8027 85.8398-65.918L85.8398-37.8418C85.1074-40.8691 82.8125-43.0664 79.4434-45.0195L28.9062-74.6094C26.5137-75.9766 24.3164-76.6113 21.875-76.6113C16.748-76.6113 12.4512-72.8027 12.4512-65.918L12.4512-5.27344C12.4512 1.5625 16.7969 5.41992 21.9238 5.41992ZM26.123-9.91211C25.6836-9.91211 25.3418-10.1562 25.3418-10.791L25.3418-60.4492C25.3418-61.0352 25.6836-61.3281 26.1719-61.3281C26.416-61.3281 26.6602-61.2305 27.002-61.0352L69.043-36.4746C69.4336-36.2305 69.6289-36.0352 69.6289-35.6445C69.6289-35.2051 69.4336-35.0098 69.043-34.7656L27.002-10.1562C26.709-9.96094 26.416-9.91211 26.123-9.91211ZM99.5117-9.91211C99.0723-9.91211 98.7305-10.1562 98.7305-10.791L98.7305-60.4492C98.7305-61.0352 99.0723-61.3281 99.5605-61.3281C99.8047-61.3281 100.049-61.2305 100.391-61.0352L142.432-36.4746C142.822-36.2305 143.018-36.0352 143.018-35.6445C143.018-35.2051 142.773-35.0098 142.432-34.7656L100.391-10.1562C100.049-9.96094 99.8047-9.91211 99.5117-9.91211Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1965.19 1126)">
<path d="M21.0449 4.58984C23.291 4.58984 25.293 3.95508 27.5391 2.68555L77.7832-26.8066C80.8594-28.6133 82.8613-30.7617 83.5449-33.4473L83.5449-5.22461C83.5449 1.07422 87.5 4.58984 92.1387 4.58984C94.3848 4.58984 96.3867 3.95508 98.6328 2.68555L148.877-26.8066C152.686-29.0527 154.883-31.8359 154.883-35.498C154.883-39.1602 152.783-41.7969 148.877-44.0918L98.6328-73.584C96.3867-74.8535 94.3848-75.4883 92.0898-75.4883C87.4512-75.4883 83.5449-72.0215 83.5449-65.6738L83.5449-37.5488C82.9102-40.1855 80.9082-42.2363 77.7832-44.0918L27.5391-73.584C25.293-74.8535 23.291-75.4883 20.9961-75.4883C16.3574-75.4883 12.4512-72.0215 12.4512-65.6738L12.4512-5.22461C12.4512 1.07422 16.4062 4.58984 21.0449 4.58984ZM24.5117-8.39844C23.9746-8.39844 23.5352-8.78906 23.5352-9.52148L23.5352-61.377C23.5352-62.1094 23.9746-62.5 24.5117-62.5C24.8047-62.5 25.0977-62.4023 25.4883-62.1582L69.0918-36.4746C69.6289-36.2305 69.873-35.9863 69.873-35.4492C69.873-34.9609 69.5801-34.7168 69.0918-34.4238L25.4883-8.74023C25.0977-8.54492 24.8047-8.39844 24.5117-8.39844ZM95.6055-8.39844C95.0684-8.39844 94.6289-8.78906 94.6289-9.52148L94.6289-61.377C94.6289-62.1094 95.0684-62.5 95.6055-62.5C95.8496-62.5 96.1914-62.4023 96.582-62.1582L140.186-36.4746C140.723-36.2305 140.967-35.9863 140.967-35.4492C140.967-34.9609 140.674-34.7168 140.186-34.4238L96.582-8.74023C96.1914-8.54492 95.8496-8.39844 95.6055-8.39844Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1670.21 1126)">
<path d="M20.3613 4.00391C22.5098 4.00391 24.3652 3.36914 26.4648 2.09961L76.5137-27.2949C79.3945-29.0039 81.2012-31.0059 81.8359-33.3984L81.8359-5.22461C81.8359 0.732422 85.4492 4.00391 89.7461 4.00391C91.8945 4.00391 93.7012 3.36914 95.8496 2.09961L145.898-27.2949C149.561-29.4434 151.416-32.0801 151.416-35.3516C151.416-38.6719 149.609-41.1621 145.898-43.3594L95.8496-72.7539C93.7012-74.0234 91.8457-74.6582 89.6973-74.6582C85.4004-74.6582 81.8359-71.3867 81.8359-65.4297L81.8359-37.3535C81.2012-39.6973 79.4434-41.6504 76.5137-43.3594L26.4648-72.7539C24.3652-74.0234 22.5098-74.6582 20.3613-74.6582C16.0645-74.6582 12.4512-71.3867 12.4512-65.4297L12.4512-5.22461C12.4512 0.732422 16.0645 4.00391 20.3613 4.00391ZM23.2422-7.32422C22.6562-7.32422 22.1191-7.71484 22.1191-8.54492L22.1191-62.1094C22.1191-62.9395 22.6562-63.3789 23.2422-63.3789C23.5352-63.3789 23.877-63.2324 24.3164-62.9883L69.1406-36.5234C69.7754-36.1816 70.0684-35.9375 70.0684-35.3516C70.0684-34.7656 69.7266-34.4727 69.1406-34.1309L24.3164-7.66602C23.9258-7.42188 23.5352-7.32422 23.2422-7.32422ZM92.627-7.32422C91.9922-7.32422 91.5039-7.71484 91.5039-8.54492L91.5039-62.1094C91.5039-62.9395 91.9922-63.3789 92.627-63.3789C92.9199-63.3789 93.2617-63.2324 93.6523-62.9883L138.525-36.5234C139.111-36.1816 139.404-35.9375 139.404-35.3516C139.404-34.7656 139.111-34.4727 138.525-34.1309L93.6523-7.66602C93.2617-7.42188 92.9199-7.32422 92.627-7.32422Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1375.77 1126)">
<path d="M19.4824 3.17383C21.4844 3.17383 23.1445 2.53906 25.0977 1.36719L74.8535-27.9297C77.5391-29.4922 79.0039-31.25 79.541-33.3008L79.541-5.17578C79.541 0.244141 82.7637 3.17383 86.5723 3.17383C88.5742 3.17383 90.2344 2.53906 92.1875 1.36719L141.992-27.9297C145.41-29.9805 146.924-32.373 146.924-35.2051C146.924-37.9883 145.41-40.3809 141.992-42.4316L92.1875-71.7285C90.2344-72.9004 88.5742-73.5352 86.5723-73.5352C82.7637-73.5352 79.541-70.6055 79.541-65.1855L79.541-37.0605C79.0039-39.1113 77.5391-40.8691 74.8535-42.4316L25.0977-71.7285C23.0957-72.9004 21.4844-73.5352 19.4824-73.5352C15.6738-73.5352 12.4512-70.6055 12.4512-65.1855L12.4512-5.17578C12.4512 0.244141 15.6738 3.17383 19.4824 3.17383ZM21.6309-5.85938C20.8984-5.85938 20.3125-6.29883 20.3125-7.32422L20.3125-63.0371C20.3125-64.0625 20.8984-64.502 21.6309-64.502C21.9727-64.502 22.3145-64.3555 22.8027-64.1113L69.2383-36.5723C69.9219-36.1816 70.3125-35.8398 70.3125-35.2051C70.3125-34.5215 69.9219-34.1797 69.2383-33.7891L22.8027-6.25C22.3633-5.95703 21.9727-5.85938 21.6309-5.85938ZM88.7207-5.85938C87.9883-5.85938 87.4023-6.29883 87.4023-7.32422L87.4023-63.0371C87.4023-64.0625 87.9883-64.502 88.7207-64.502C89.0625-64.502 89.4043-64.3555 89.8926-64.1113L136.328-36.5723C137.012-36.1816 137.402-35.8398 137.402-35.2051C137.402-34.5215 137.012-34.1797 136.328-33.7891L89.8926-6.25C89.4531-5.95703 89.0625-5.85938 88.7207-5.85938Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1080.84 1126)">
<path d="M18.7012 2.14844C20.459 2.14844 22.0703 1.51367 23.7305 0.537109L73.9258-29.0039C76.0254-30.2246 77.2461-31.6895 77.7832-33.3984L77.7832-5.32227C77.7832-0.341797 80.6641 2.14844 84.0332 2.14844C85.791 2.14844 87.3535 1.51367 89.0625 0.537109L139.209-29.0039C141.992-30.6152 143.311-32.666 143.311-35.1562C143.311-37.6465 142.041-39.6484 139.209-41.3086L89.0625-70.8496C87.3535-71.8262 85.791-72.4609 84.0332-72.4609C80.6641-72.4609 77.7832-69.9707 77.7832-64.9902L77.7832-36.9629C77.2949-38.623 76.0254-40.0391 73.9258-41.3086L23.7305-70.8496C22.0215-71.8262 20.459-72.4609 18.7012-72.4609C15.3809-72.4609 12.4512-69.9707 12.4512-64.9902L12.4512-5.32227C12.4512-0.341797 15.3809 2.14844 18.7012 2.14844ZM20.166-4.63867C19.3359-4.63867 18.457-5.17578 18.457-6.64062L18.457-63.623C18.457-65.0879 19.3359-65.6738 20.166-65.6738C20.6055-65.6738 21.0449-65.5273 21.7773-65.1367L69.5801-36.8164C70.459-36.3281 70.8984-35.9375 70.8984-35.1562C70.8984-34.375 70.4102-33.9355 69.5801-33.4961L21.7773-5.17578C21.0938-4.78516 20.6055-4.63867 20.166-4.63867ZM85.4492-4.63867C84.668-4.63867 83.7402-5.17578 83.7402-6.64062L83.7402-63.623C83.7402-65.0879 84.668-65.6738 85.4492-65.6738C85.8887-65.6738 86.377-65.5273 87.0605-65.1367L134.912-36.8164C135.742-36.3281 136.182-35.9375 136.182-35.1562C136.182-34.375 135.742-33.9355 134.912-33.4961L87.0605-5.17578C86.377-4.78516 85.8887-4.63867 85.4492-4.63867Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 786.5 1126)">
<path d="M17.6758 0.830078C19.1406 0.830078 20.6543 0.146484 21.9238-0.585938L72.6562-30.4199C74.0234-31.2012 75-32.2754 75.3906-33.5449L75.3906-5.46875C75.3906-1.17188 77.9297 0.830078 80.6152 0.830078C82.0801 0.830078 83.5938 0.146484 84.8633-0.585938L135.596-30.4199C137.5-31.543 138.574-33.0566 138.574-35.1562C138.574-37.207 137.549-38.6719 135.596-39.8438L84.8633-69.6777C83.5449-70.4102 82.0801-71.0938 80.6152-71.0938C77.9297-71.0938 75.3906-69.0918 75.3906-64.7949L75.3906-36.7676C75-37.9883 74.0723-38.9648 72.6562-39.8438L21.9238-69.6777C20.6055-70.4102 19.1406-71.0938 17.6758-71.0938C14.9902-71.0938 12.4512-69.0918 12.4512-64.7949L12.4512-5.46875C12.4512-1.17188 14.9902 0.830078 17.6758 0.830078ZM18.2129-3.02734C17.2852-3.02734 15.9668-3.71094 15.9668-5.81055L15.9668-64.4531C15.9668-66.5039 17.2852-67.1875 18.2129-67.1875C18.7988-67.1875 19.3848-67.0898 20.3613-66.5039L70.0684-37.207C71.1426-36.5723 71.6797-36.084 71.6797-35.1562C71.6797-34.2285 71.0938-33.5938 70.0684-33.0566L20.3613-3.71094C19.4336-3.17383 18.7988-3.02734 18.2129-3.02734ZM81.1523-3.02734C80.2246-3.02734 78.9062-3.71094 78.9062-5.81055L78.9062-64.4531C78.9062-66.5039 80.2246-67.1875 81.1523-67.1875C81.7383-67.1875 82.3242-67.0898 83.3008-66.5039L133.008-37.207C134.082-36.5723 134.619-36.084 134.619-35.1562C134.619-34.2285 134.033-33.5938 133.008-33.0566L83.3008-3.71094C82.373-3.17383 81.7383-3.02734 81.1523-3.02734Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 491.01 1126)">
<path d="M17.1387 0.146484C18.457 0.146484 19.9707-0.537109 20.9961-1.17188L71.9727-31.1523C72.998-31.7383 73.8281-32.5684 74.1699-33.6426L74.1699-5.51758C74.1699-1.5625 76.5625 0.146484 78.9062 0.146484C80.1758 0.146484 81.6895-0.537109 82.7148-1.17188L133.74-31.1523C135.156-31.9824 136.182-33.3008 136.182-35.1562C136.182-37.0117 135.254-38.1348 133.74-39.0625L82.7148-69.043C81.5918-69.6777 80.1758-70.3613 78.9062-70.3613C76.5625-70.3613 74.1699-68.6523 74.1699-64.6484L74.1699-36.6699C73.8281-37.6953 73.0469-38.4277 71.9727-39.0625L20.9961-69.043C19.873-69.6777 18.457-70.3613 17.1387-70.3613C14.7949-70.3613 12.4512-68.6523 12.4512-64.6484L12.4512-5.51758C12.4512-1.5625 14.7949 0.146484 17.1387 0.146484ZM17.2363-2.24609C16.2598-2.24609 14.7461-2.97852 14.7461-5.37109L14.7461-64.8438C14.7461-67.2363 16.2598-67.9688 17.2363-67.9688C17.8711-67.9688 18.5059-67.8711 19.6289-67.2363L70.3125-37.4023C71.5332-36.7188 72.0703-36.1328 72.0703-35.1562C72.0703-34.1309 71.4355-33.4473 70.3125-32.8125L19.6289-2.97852C18.5547-2.34375 17.8711-2.24609 17.2363-2.24609ZM78.9551-2.24609C77.9785-2.24609 76.4648-2.97852 76.4648-5.37109L76.4648-64.8438C76.4648-67.2363 77.9785-67.9688 78.9551-67.9688C79.5898-67.9688 80.2246-67.8711 81.3477-67.2363L132.031-37.4023C133.252-36.7188 133.789-36.1328 133.789-35.1562C133.789-34.1309 133.203-33.4473 132.031-32.8125L81.3477-2.97852C80.2734-2.34375 79.5898-2.24609 78.9551-2.24609Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2865.72 696)">
<path d="M18.9941-1.70898C21.2402-1.70898 23.3887-2.19727 25.4883-3.41797L65.6738-26.8066C68.75-28.5645 71.2891-30.8105 71.9727-34.082L71.9727-11.8164C71.9727-5.41992 76.2207-1.70898 81.2012-1.70898C83.4473-1.70898 85.5957-2.19727 87.6953-3.41797L127.881-26.8066C131.494-28.9062 134.375-31.6406 134.375-35.9375C134.375-40.2344 131.641-42.6758 127.881-44.873L87.6953-68.2617C85.5469-69.4824 83.3984-69.9707 81.1035-69.9707C76.123-69.9707 71.9727-66.3086 71.9727-59.8633L71.9727-37.8418C71.2891-41.0156 68.8477-43.0176 65.6738-44.873L25.4883-68.2617C23.3398-69.4824 21.1914-69.9707 18.8965-69.9707C13.916-69.9707 9.76562-66.3086 9.76562-59.8633L9.76562-11.8164C9.76562-5.41992 14.0137-1.70898 18.9941-1.70898ZM23.877-18.4082C23.7305-18.4082 23.6816-18.5059 23.6816-18.6523L23.6816-53.0273C23.6816-53.1738 23.7305-53.2715 23.9258-53.2715C24.0234-53.2715 24.1211-53.2715 24.2676-53.1738L53.9551-36.1328C54.0527-36.084 54.0527-36.0352 54.0527-35.8887C54.0527-35.7422 54.0039-35.6445 53.9551-35.5957L24.2676-18.5059C24.1699-18.457 24.0234-18.4082 23.877-18.4082ZM86.084-18.4082C85.9375-18.4082 85.8887-18.5059 85.8887-18.6523L85.8887-53.0273C85.8887-53.1738 85.9375-53.2715 86.1328-53.2715C86.2305-53.2715 86.3281-53.2715 86.4746-53.1738L116.162-36.1328C116.26-36.084 116.26-36.0352 116.26-35.8887C116.26-35.7422 116.211-35.6445 116.162-35.5957L86.4746-18.5059C86.377-18.457 86.2305-18.4082 86.084-18.4082Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2571.09 696)">
<path d="M18.2129-2.39258C20.3125-2.39258 22.2656-2.88086 24.2676-4.05273L64.1113-27.2949C67.041-29.0039 69.2383-31.1035 69.9219-33.9844L69.9219-11.7676C69.9219-5.81055 73.7793-2.39258 78.3203-2.39258C80.4688-2.39258 82.4219-2.88086 84.4238-4.05273L124.268-27.2949C127.734-29.3457 130.225-31.9336 130.225-35.7422C130.225-39.5996 127.832-41.9434 124.268-44.043L84.4238-67.334C82.373-68.5059 80.4199-68.9941 78.2715-68.9941C73.6816-68.9941 69.9219-65.5762 69.9219-59.6191L69.9219-37.5977C69.2871-40.3809 67.0898-42.334 64.1113-44.043L24.2676-67.334C22.2168-68.5059 20.2637-68.9941 18.1152-68.9941C13.5742-68.9941 9.76562-65.5762 9.76562-59.6191L9.76562-11.7676C9.76562-5.81055 13.623-2.39258 18.2129-2.39258ZM22.4121-17.0898C22.168-17.0898 22.0703-17.2363 22.0703-17.4805L22.0703-53.9062C22.0703-54.1504 22.168-54.2969 22.4609-54.2969C22.5586-54.2969 22.7051-54.248 22.9004-54.1504L54.0039-36.1328C54.1504-36.0352 54.248-35.9375 54.248-35.7422C54.248-35.498 54.1504-35.4004 54.0039-35.3027L22.9004-17.2363C22.7539-17.1387 22.5586-17.0898 22.4121-17.0898ZM82.5195-17.0898C82.3242-17.0898 82.1777-17.2363 82.1777-17.4805L82.1777-53.9062C82.1777-54.1504 82.3242-54.2969 82.5684-54.2969C82.7148-54.2969 82.8613-54.248 83.0078-54.1504L114.111-36.1328C114.307-36.0352 114.355-35.9375 114.355-35.7422C114.355-35.498 114.258-35.4004 114.111-35.3027L83.0078-17.2363C82.8613-17.1387 82.7148-17.0898 82.5195-17.0898Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2276.7 696)">
<path d="M17.334-3.17383C19.2871-3.17383 20.9961-3.66211 22.9004-4.78516L62.4023-27.8809C65.1367-29.4922 66.9922-31.3965 67.5781-33.8867L67.5781-11.7188C67.5781-6.25 71.0449-3.17383 75.1465-3.17383C77.0996-3.17383 78.8086-3.66211 80.7129-4.78516L120.215-27.8809C123.535-29.834 125.586-32.2266 125.586-35.5469C125.586-38.8672 123.633-41.1621 120.215-43.1641L80.7129-66.2598C78.8086-67.3828 77.0996-67.8711 75.0977-67.8711C70.9961-67.8711 67.5781-64.7949 67.5781-59.3262L67.5781-37.3047C66.9922-39.6973 65.1855-41.5039 62.4023-43.1641L22.9004-66.2598C20.9961-67.3828 19.2383-67.8711 17.2852-67.8711C13.1836-67.8711 9.76562-64.7949 9.76562-59.3262L9.76562-11.7188C9.76562-6.25 13.2324-3.17383 17.334-3.17383ZM20.752-15.625C20.459-15.625 20.2637-15.8203 20.2637-16.1621L20.2637-54.8828C20.2637-55.2246 20.459-55.4199 20.8008-55.4199C20.9473-55.4199 21.0938-55.3711 21.3379-55.2734L54.0039-36.1328C54.2969-35.9863 54.3945-35.8398 54.3945-35.5469C54.3945-35.2539 54.248-35.1074 54.0039-34.9121L21.3379-15.7715C21.1426-15.6738 20.9473-15.625 20.752-15.625ZM78.5645-15.625C78.2715-15.625 78.0762-15.8203 78.0762-16.1621L78.0762-54.8828C78.0762-55.2246 78.2715-55.4199 78.6133-55.4199C78.7598-55.4199 78.9551-55.3711 79.1504-55.2734L111.816-36.1328C112.109-35.9863 112.256-35.8398 112.256-35.5469C112.256-35.2539 112.061-35.1074 111.816-34.9121L79.1504-15.7715C78.9551-15.6738 78.7598-15.625 78.5645-15.625Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1981.57 696)">
<path d="M16.6992-3.71094C18.5547-3.71094 20.166-4.19922 21.9727-5.27344L61.2305-28.2715C63.8184-29.834 65.4297-31.5918 65.9668-33.7891L65.9668-11.7188C65.9668-6.5918 69.1406-3.71094 72.9492-3.71094C74.8047-3.71094 76.3672-4.19922 78.2227-5.27344L117.432-28.2715C120.654-30.1758 122.412-32.4707 122.412-35.4492C122.412-38.3789 120.703-40.5762 117.432-42.5293L78.2227-65.5273C76.3672-66.6016 74.7559-67.0898 72.9004-67.0898C69.0918-67.0898 65.9668-64.2578 65.9668-59.1309L65.9668-37.1094C65.4785-39.2578 63.8184-40.9668 61.2305-42.5293L21.9727-65.5273C20.1172-66.6016 18.5547-67.0898 16.6992-67.0898C12.8906-67.0898 9.76562-64.2578 9.76562-59.1309L9.76562-11.7188C9.76562-6.5918 12.9395-3.71094 16.6992-3.71094ZM19.6289-14.5996C19.2383-14.5996 18.9941-14.8438 18.9941-15.2344L18.9941-55.5664C18.9941-56.0059 19.2383-56.2012 19.6289-56.2012C19.8242-56.2012 20.0195-56.1523 20.2637-56.0059L54.0039-36.1328C54.3945-35.9375 54.541-35.791 54.541-35.4004C54.541-35.0586 54.3457-34.8633 54.0039-34.7168L20.2637-14.7949C20.0195-14.6484 19.8242-14.5996 19.6289-14.5996ZM75.8301-14.5996C75.4395-14.5996 75.1953-14.8438 75.1953-15.2344L75.1953-55.5664C75.1953-56.0059 75.4395-56.2012 75.8789-56.2012C76.0254-56.2012 76.2695-56.1523 76.4648-56.0059L110.254-36.1328C110.596-35.9375 110.791-35.791 110.791-35.4004C110.791-35.0586 110.596-34.8633 110.254-34.7168L76.4648-14.7949C76.2695-14.6484 76.0254-14.5996 75.8301-14.5996Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1686.08 696)">
<path d="M16.2598-4.10156C18.0176-4.10156 19.4824-4.58984 21.2891-5.66406L60.3027-28.5645C62.793-30.0781 64.2578-31.7383 64.7949-33.7402L64.7949-11.6699C64.7949-6.83594 67.7246-4.10156 71.2891-4.10156C73.0469-4.10156 74.5117-4.58984 76.2695-5.66406L115.332-28.5645C118.457-30.4199 119.971-32.6172 119.971-35.3516C119.971-38.0371 118.457-40.1855 115.332-42.041L76.2695-64.9902C74.5117-66.0156 73.0469-66.5039 71.2402-66.5039C67.6758-66.5039 64.7949-63.8184 64.7949-58.9844L64.7949-36.9629C64.2578-38.916 62.793-40.5762 60.3027-42.041L21.2891-64.9902C19.4824-66.0156 18.0176-66.5039 16.2109-66.5039C12.6953-66.5039 9.76562-63.8184 9.76562-58.9844L9.76562-11.6699C9.76562-6.83594 12.6953-4.10156 16.2598-4.10156ZM18.75-13.8184C18.3105-13.8184 18.0176-14.0625 18.0176-14.5508L18.0176-56.0547C18.0176-56.543 18.3105-56.8359 18.7988-56.8359C18.9453-56.8359 19.1895-56.7383 19.4336-56.5918L54.0527-36.1328C54.4434-35.8887 54.6387-35.7422 54.6387-35.3027C54.6387-34.9121 54.4434-34.7168 54.0527-34.5215L19.4336-14.0625C19.1895-13.916 18.9453-13.8184 18.75-13.8184ZM73.7793-13.8184C73.3398-13.8184 73.0469-14.0625 73.0469-14.5508L73.0469-56.0547C73.0469-56.543 73.3398-56.8359 73.7793-56.8359C73.9746-56.8359 74.2188-56.7383 74.4629-56.5918L109.033-36.1328C109.473-35.8887 109.668-35.7422 109.668-35.3027C109.668-34.9121 109.424-34.7168 109.033-34.5215L74.4629-14.0625C74.2188-13.916 73.9746-13.8184 73.7793-13.8184Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1390.93 696)">
<path d="M15.6738-4.63867C17.334-4.63867 18.6523-5.12695 20.3613-6.15234L59.1309-28.9551C61.4746-30.3711 62.7441-31.9336 63.1836-33.6426L63.1836-11.6211C63.1836-7.12891 65.8203-4.63867 69.0918-4.63867C70.752-4.63867 72.0703-5.12695 73.7793-6.15234L112.549-28.9551C115.576-30.7617 116.846-32.8613 116.846-35.2051C116.846-37.5488 115.576-39.6484 112.549-41.4062L73.7793-64.2578C72.0703-65.2832 70.752-65.7715 69.0918-65.7715C65.8203-65.7715 63.1836-63.2812 63.1836-58.7402L63.1836-36.7676C62.7441-38.4766 61.4746-40.0391 59.1309-41.4062L20.3613-64.2578C18.6523-65.2832 17.334-65.7715 15.6738-65.7715C12.4023-65.7715 9.76562-63.2812 9.76562-58.7402L9.76562-11.6211C9.76562-7.12891 12.4023-4.63867 15.6738-4.63867ZM17.627-12.793C17.1387-12.793 16.7969-13.0859 16.7969-13.6719L16.7969-56.7383C16.7969-57.2754 17.1387-57.6172 17.627-57.6172C17.8711-57.6172 18.1152-57.5195 18.4082-57.3242L54.0527-36.1328C54.541-35.8887 54.7852-35.6445 54.7852-35.2051C54.7852-34.7656 54.541-34.5215 54.0527-34.2773L18.4082-13.0859C18.1152-12.8906 17.8711-12.793 17.627-12.793ZM71.0938-12.793C70.5566-12.793 70.2148-13.0859 70.2148-13.6719L70.2148-56.7383C70.2148-57.2754 70.5566-57.6172 71.0938-57.6172C71.2891-57.6172 71.5332-57.5195 71.8262-57.3242L107.471-36.1328C107.959-35.8887 108.203-35.6445 108.203-35.2051C108.203-34.7656 107.959-34.5215 107.471-34.2773L71.8262-13.0859C71.5332-12.8906 71.2891-12.793 71.0938-12.793Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1095.81 696)">
<path d="M14.9414-5.56641C16.4062-5.56641 17.6758-6.05469 19.1406-6.88477L58.3008-29.9316C60.1074-31.0059 61.1816-32.2754 61.6211-33.7402L61.6211-11.7188C61.6211-7.66602 64.0137-5.56641 66.7969-5.56641C68.2617-5.56641 69.5312-6.05469 70.9961-6.88477L110.107-29.9316C112.549-31.3477 113.672-33.1055 113.672-35.2051C113.672-37.2559 112.598-38.9648 110.107-40.4297L70.9961-63.4766C69.5312-64.3066 68.2617-64.7949 66.7969-64.7949C64.0137-64.7949 61.6211-62.6953 61.6211-58.5938L61.6211-36.6211C61.1816-38.0859 60.1562-39.3066 58.3008-40.4297L19.1406-63.4766C17.6758-64.3066 16.4062-64.7949 14.9414-64.7949C12.1582-64.7949 9.76562-62.6953 9.76562-58.5938L9.76562-11.7188C9.76562-7.66602 12.1582-5.56641 14.9414-5.56641ZM16.3574-11.7188C15.7715-11.7188 15.1367-12.1094 15.1367-13.0859L15.1367-57.2754C15.1367-58.252 15.7715-58.6426 16.3574-58.6426C16.6504-58.6426 16.9922-58.5449 17.4316-58.252L54.3945-36.377C54.9805-36.0352 55.3223-35.7422 55.3223-35.2051C55.3223-34.6191 54.9805-34.3262 54.3945-33.9844L17.4316-12.1094C16.9922-11.8164 16.6504-11.7188 16.3574-11.7188ZM68.2129-11.7188C67.627-11.7188 66.9922-12.1094 66.9922-13.0859L66.9922-57.2754C66.9922-58.252 67.627-58.6426 68.2129-58.6426C68.5059-58.6426 68.8477-58.5449 69.2871-58.252L106.25-36.377C106.836-36.0352 107.178-35.7422 107.178-35.2051C107.178-34.6191 106.836-34.3262 106.25-33.9844L69.2871-12.1094C68.8477-11.8164 68.5059-11.7188 68.2129-11.7188Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 801.198 696)">
<path d="M14.0625-6.73828C15.2344-6.73828 16.4551-7.22656 17.5293-7.86133L57.1777-31.2012C58.3496-31.8848 59.1797-32.8125 59.5215-33.8867L59.5215-11.8652C59.5215-8.39844 61.5723-6.73828 63.8184-6.73828C64.9902-6.73828 66.2109-7.22656 67.2852-7.86133L106.934-31.2012C108.594-32.1777 109.473-33.4473 109.473-35.1562C109.473-36.8652 108.594-38.0859 106.934-39.1113L67.2852-62.4512C66.1621-63.0371 64.9902-63.5742 63.8184-63.5742C61.5723-63.5742 59.5215-61.9141 59.5215-58.4473L59.5215-36.4746C59.1797-37.5488 58.3984-38.3789 57.1777-39.1113L17.5293-62.4512C16.4062-63.0371 15.2344-63.5742 14.0625-63.5742C11.8164-63.5742 9.76562-61.9141 9.76562-58.4473L9.76562-11.8652C9.76562-8.39844 11.8164-6.73828 14.0625-6.73828ZM14.6484-10.3027C13.9648-10.3027 12.9883-10.8398 12.9883-12.3535L12.9883-57.959C12.9883-59.4727 13.9648-59.9609 14.6484-59.9609C15.0879-59.9609 15.4785-59.8633 16.2109-59.4727L54.7852-36.7188C55.6152-36.2305 56.0059-35.8398 56.0059-35.1562C56.0059-34.4727 55.5664-34.0332 54.7852-33.5938L16.2109-10.8398C15.5273-10.4004 15.0879-10.3027 14.6484-10.3027ZM64.4043-10.3027C63.7207-10.3027 62.7441-10.8398 62.7441-12.3535L62.7441-57.959C62.7441-59.4727 63.7207-59.9609 64.4043-59.9609C64.8438-59.9609 65.2344-59.8633 65.9668-59.4727L104.59-36.7188C105.371-36.2305 105.762-35.8398 105.762-35.1562C105.762-34.4727 105.322-34.0332 104.59-33.5938L65.9668-10.8398C65.2832-10.4004 64.8438-10.3027 64.4043-10.3027Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 505.561 696)">
<path d="M13.5742-7.32422C14.6484-7.32422 15.8203-7.86133 16.6992-8.39844L56.5918-31.8359C57.4707-32.373 58.1543-33.0566 58.4473-33.9355L58.4473-11.9629C58.4473-8.74023 60.3516-7.32422 62.2559-7.32422C63.3301-7.32422 64.502-7.86133 65.3809-8.39844L105.273-31.8359C106.543-32.5684 107.324-33.6426 107.324-35.1562C107.324-36.6699 106.592-37.6465 105.273-38.4277L65.3809-61.9141C64.4531-62.4023 63.3301-62.9395 62.2559-62.9395C60.3516-62.9395 58.4473-61.5234 58.4473-58.3008L58.4473-36.377C58.1543-37.2559 57.5195-37.8906 56.5918-38.4277L16.6992-61.9141C15.7715-62.4023 14.6484-62.9395 13.5742-62.9395C11.6699-62.9395 9.76562-61.5234 9.76562-58.3008L9.76562-11.9629C9.76562-8.74023 11.6699-7.32422 13.5742-7.32422ZM13.7695-9.57031C12.9883-9.57031 11.8652-10.1562 11.8652-11.9629L11.8652-58.3008C11.8652-60.1074 12.9883-60.6934 13.7695-60.6934C14.2578-60.6934 14.7461-60.5957 15.5762-60.1074L55.0293-36.8652C55.957-36.3281 56.3477-35.9375 56.3477-35.1562C56.3477-34.375 55.9082-33.8867 55.0293-33.3984L15.5762-10.1562C14.7949-9.66797 14.2578-9.57031 13.7695-9.57031ZM62.4512-9.57031C61.6699-9.57031 60.5469-10.1562 60.5469-11.9629L60.5469-58.3008C60.5469-60.1074 61.6699-60.6934 62.4512-60.6934C62.9395-60.6934 63.4277-60.5957 64.2578-60.1074L103.711-36.8652C104.639-36.3281 105.029-35.9375 105.029-35.1562C105.029-34.375 104.59-33.8867 103.711-33.3984L64.2578-10.1562C63.4766-9.66797 62.9395-9.57031 62.4512-9.57031Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 53 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.info.circle.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni100174.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from info.circle</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1391.3" x2="1391.3" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1508.39" x2="1508.39" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2854.05 1556)">
<path d="M79.3457 32.8613C116.748 32.8613 147.412 2.19727 147.412-35.2051C147.412-72.6074 116.748-103.271 79.2969-103.271C41.8945-103.271 11.2793-72.6074 11.2793-35.2051C11.2793 2.19727 41.9434 32.8613 79.3457 32.8613ZM79.3457 12.4023C52.9785 12.4023 31.7383-8.83789 31.7383-35.2051C31.7383-61.5723 52.9297-82.8125 79.2969-82.8125C105.664-82.8125 126.953-61.5723 126.953-35.2051C127.002-8.83789 105.713 12.4023 79.3457 12.4023ZM79.4922-52.8809C85.0586-52.8809 89.5996-57.5684 89.5996-62.9883C89.5996-68.75 85.0586-73.2422 79.4922-73.2422C73.9746-73.2422 69.3848-68.75 69.3848-62.9883C69.3848-57.5684 73.9746-52.8809 79.4922-52.8809ZM67.9688-2.09961L93.1641-2.09961C96.9238-2.09961 99.8535-4.73633 99.8535-8.64258C99.8535-12.207 96.9238-15.0879 93.1641-15.0879L88.9648-15.0879L88.9648-37.0605C88.9648-42.2363 86.4258-45.5078 81.5918-45.5078L69.2383-45.5078C65.5273-45.5078 62.5488-42.6758 62.5488-39.1113C62.5488-35.2051 65.5273-32.5684 69.2383-32.5684L74.2676-32.5684L74.2676-15.0879L67.9688-15.0879C64.209-15.0879 61.2793-12.207 61.2793-8.64258C61.2793-4.73633 64.209-2.09961 67.9688-2.09961Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2558.39 1556)">
<path d="M78.2715 31.7871C115.088 31.7871 145.312 1.5625 145.312-35.2051C145.312-72.0215 115.039-102.246 78.2715-102.246C41.4551-102.246 11.2793-72.0215 11.2793-35.2051C11.2793 1.5625 41.5039 31.7871 78.2715 31.7871ZM78.2715 14.0137C51.0254 14.0137 29.0527-7.95898 29.0527-35.2051C29.0527-62.5 50.9766-84.4727 78.2715-84.4727C105.518-84.4727 127.49-62.5 127.539-35.2051C127.539-7.95898 105.566 14.0137 78.2715 14.0137ZM78.2715-54.1992C83.5449-54.1992 87.793-58.5449 87.793-63.6719C87.793-69.043 83.5449-73.291 78.2715-73.291C73.1445-73.291 68.7988-69.043 68.7988-63.6719C68.7988-58.5449 73.1445-54.1992 78.2715-54.1992ZM66.9434-1.80664L92.2852-1.80664C95.6543-1.80664 98.3398-4.19922 98.3398-7.66602C98.3398-10.9375 95.6543-13.4766 92.2852-13.4766L87.0605-13.4766L87.0605-38.3789C87.0605-42.9688 84.7656-45.9473 80.4199-45.9473L68.1152-45.9473C64.7461-45.9473 62.1094-43.4082 62.1094-40.1367C62.1094-36.6699 64.7461-34.2773 68.1152-34.2773L73.7793-34.2773L73.7793-13.4766L66.9434-13.4766C63.5742-13.4766 60.8887-10.9375 60.8887-7.66602C60.8887-4.19922 63.5742-1.80664 66.9434-1.80664Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2262.88 1556)">
<path d="M77.0996 30.5664C113.232 30.5664 142.92 0.878906 142.92-35.2539C142.92-71.3379 113.184-101.074 77.0508-101.074C40.9668-101.074 11.2793-71.3379 11.2793-35.2539C11.2793 0.878906 41.0156 30.5664 77.0996 30.5664ZM77.0996 15.8203C48.8281 15.8203 26.0742-6.98242 26.0742-35.2539C26.0742-63.5254 48.7793-86.2793 77.0508-86.2793C105.371-86.2793 128.125-63.5254 128.174-35.2539C128.174-6.98242 105.371 15.8203 77.0996 15.8203ZM76.9531-55.7129C81.8359-55.7129 85.6934-59.668 85.6934-64.4531C85.6934-69.3848 81.8359-73.291 76.9531-73.291C72.168-73.291 68.2129-69.3848 68.2129-64.4531C68.2129-59.668 72.168-55.7129 76.9531-55.7129ZM65.8203-1.41602L91.3086-1.41602C94.2871-1.41602 96.6309-3.56445 96.6309-6.64062C96.6309-9.47266 94.2871-11.7188 91.3086-11.7188L84.9121-11.7188L84.9121-39.8438C84.9121-43.8477 82.8613-46.4355 79.1016-46.4355L66.8945-46.4355C63.916-46.4355 61.5723-44.1895 61.5723-41.3086C61.5723-38.2812 63.916-36.1328 66.8945-36.1328L73.2422-36.1328L73.2422-11.7188L65.8203-11.7188C62.8418-11.7188 60.498-9.47266 60.498-6.64062C60.498-3.56445 62.8418-1.41602 65.8203-1.41602Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1966.97 1556)">
<path d="M76.2695 29.7363C111.914 29.7363 141.309 0.390625 141.309-35.2539C141.309-70.8984 111.865-100.244 76.2695-100.244C40.625-100.244 11.2793-70.8984 11.2793-35.2539C11.2793 0.390625 40.6738 29.7363 76.2695 29.7363ZM76.2695 17.041C47.3145 17.041 24.0234-6.25 24.0234-35.2539C24.0234-64.209 47.2656-87.5488 76.2695-87.5488C105.225-87.5488 128.564-64.209 128.613-35.2539C128.662-6.25 105.273 17.041 76.2695 17.041ZM76.0254-56.7383C80.6152-56.7383 84.2773-60.4492 84.2773-64.9414C84.2773-69.6289 80.6152-73.291 76.0254-73.291C71.4844-73.291 67.7734-69.6289 67.7734-64.9414C67.7734-60.4492 71.4844-56.7383 76.0254-56.7383ZM65.0391-1.17188L90.625-1.17188C93.3105-1.17188 95.459-3.125 95.459-5.85938C95.459-8.49609 93.3105-10.5469 90.625-10.5469L83.3984-10.5469L83.3984-40.8203C83.3984-44.4336 81.5918-46.7773 78.2227-46.7773L66.0645-46.7773C63.3301-46.7773 61.2305-44.7266 61.2305-42.1387C61.2305-39.4043 63.3301-37.4512 66.0645-37.4512L72.9004-37.4512L72.9004-10.5469L65.0391-10.5469C62.3047-10.5469 60.2051-8.49609 60.2051-5.85938C60.2051-3.125 62.3047-1.17188 65.0391-1.17188Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1670.87 1556)">
<path d="M75.6836 29.1504C110.938 29.1504 140.088 0 140.088-35.2539C140.088-70.5078 110.889-99.6582 75.6348-99.6582C40.3809-99.6582 11.2793-70.5078 11.2793-35.2539C11.2793 0 40.3809 29.1504 75.6836 29.1504ZM75.6836 18.0176C46.1426 18.0176 22.4609-5.76172 22.4609-35.2539C22.4609-64.7461 46.1426-88.5254 75.6348-88.5254C105.127-88.5254 128.906-64.7461 128.906-35.2539C128.955-5.76172 105.176 18.0176 75.6836 18.0176ZM75.3418-57.5195C79.7363-57.5195 83.2031-61.0352 83.2031-65.3809C83.2031-69.7754 79.7363-73.291 75.3418-73.291C70.9961-73.291 67.4316-69.7754 67.4316-65.3809C67.4316-61.0352 70.9961-57.5195 75.3418-57.5195ZM64.4531-0.976562L90.0879-0.976562C92.5781-0.976562 94.5312-2.83203 94.5312-5.32227C94.5312-7.71484 92.5781-9.61914 90.0879-9.61914L82.2754-9.61914L82.2754-41.5527C82.2754-44.873 80.6152-47.0215 77.4902-47.0215L65.4297-47.0215C62.9395-47.0215 60.9863-45.1172 60.9863-42.7734C60.9863-40.2344 62.9395-38.4277 65.4297-38.4277L72.6074-38.4277L72.6074-9.61914L64.4531-9.61914C61.9141-9.61914 60.0098-7.71484 60.0098-5.32227C60.0098-2.83203 61.9141-0.976562 64.4531-0.976562Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1374.97 1556)">
<path d="M74.8535 28.3203C109.668 28.3203 138.477-0.488281 138.477-35.2539C138.477-70.0684 109.619-98.877 74.8047-98.877C40.0391-98.877 11.2793-70.0684 11.2793-35.2539C11.2793-0.488281 40.0879 28.3203 74.8535 28.3203ZM74.8535 19.2383C44.6777 19.2383 20.4102-5.07812 20.4102-35.2539C20.4102-65.4785 44.6289-89.7461 74.8047-89.7461C105.029-89.7461 129.297-65.4785 129.346-35.2539C129.395-5.07812 105.078 19.2383 74.8535 19.2383ZM74.4141-58.4961C78.5645-58.4961 81.7871-61.7676 81.7871-65.8691C81.7871-70.0195 78.5645-73.291 74.4141-73.291C70.3125-73.291 67.041-70.0195 67.041-65.8691C67.041-61.7676 70.3125-58.4961 74.4141-58.4961ZM63.6719-0.732422L89.4043-0.732422C91.6504-0.732422 93.4082-2.39258 93.4082-4.58984C93.4082-6.73828 91.6504-8.39844 89.4043-8.39844L80.8105-8.39844L80.8105-42.5781C80.8105-45.4102 79.3457-47.3633 76.6113-47.3633L64.5996-47.3633C62.3535-47.3633 60.5957-45.6543 60.5957-43.5547C60.5957-41.3574 62.3535-39.6973 64.5996-39.6973L72.2656-39.6973L72.2656-8.39844L63.6719-8.39844C61.4258-8.39844 59.7168-6.73828 59.7168-4.58984C59.7168-2.39258 61.4258-0.732422 63.6719-0.732422Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1079.18 1556)">
<path d="M73.9258 27.3926C108.301 27.3926 136.621-0.927734 136.621-35.2539C136.621-69.6289 108.252-97.9492 73.9258-97.9492C39.5508-97.9492 11.2793-69.6289 11.2793-35.2539C11.2793-0.927734 39.5996 27.3926 73.9258 27.3926ZM73.9258 20.5078C43.1152 20.5078 18.2129-4.44336 18.2129-35.2539C18.2129-66.1133 43.0664-91.0156 73.9258-91.0156C104.736-91.0156 129.688-66.1133 129.736-35.2539C129.736-4.44336 104.785 20.5078 73.9258 20.5078ZM73.6816-59.668C77.1484-59.668 79.9316-62.4023 79.9316-65.8691C79.9316-69.3359 77.1484-72.168 73.6816-72.168C70.2148-72.168 67.3828-69.3359 67.3828-65.8691C67.3828-62.4023 70.2148-59.668 73.6816-59.668ZM62.5488-0.976562L88.4277-0.976562C90.1855-0.976562 91.5039-2.29492 91.5039-4.00391C91.5039-5.66406 90.1855-7.03125 88.4277-7.03125L78.7598-7.03125L78.7598-43.9941C78.7598-46.0938 77.5879-47.6074 75.4883-47.6074L63.2324-47.6074C61.4258-47.6074 60.1074-46.2402 60.1074-44.6289C60.1074-42.8711 61.4258-41.5527 63.2324-41.5527L72.2168-41.5527L72.2168-7.03125L62.5488-7.03125C60.7422-7.03125 59.4238-5.66406 59.4238-4.00391C59.4238-2.29492 60.7422-0.976562 62.5488-0.976562Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 783.693 1556)">
<path d="M72.7051 26.1719C106.494 26.1719 134.18-1.51367 134.18-35.2539C134.18-69.043 106.494-96.7285 72.7051-96.7285C38.9648-96.7285 11.2793-69.043 11.2793-35.2539C11.2793-1.51367 38.9648 26.1719 72.7051 26.1719ZM72.7051 22.168C41.0156 22.168 15.2832-3.56445 15.2832-35.2539C15.2832-66.9922 41.0156-92.7246 72.7051-92.7246C104.395-92.7246 130.176-66.9922 130.176-35.2539C130.176-3.56445 104.443 22.168 72.7051 22.168ZM72.6562-61.1816C75.293-61.1816 77.4902-63.1836 77.4902-65.8203C77.4902-68.457 75.293-70.6543 72.6562-70.6543C70.0195-70.6543 67.8223-68.457 67.8223-65.8203C67.8223-63.1836 70.0195-61.1816 72.6562-61.1816ZM61.0352-1.26953L87.0605-1.26953C88.2812-1.26953 89.0625-2.14844 89.0625-3.22266C89.0625-4.29688 88.2812-5.17578 87.0605-5.17578L76.0254-5.17578L76.0254-45.8496C76.0254-47.0215 75.2441-47.9492 73.9746-47.9492L61.4258-47.9492C60.2539-47.9492 59.4727-47.0215 59.4727-45.9961C59.4727-44.9219 60.2539-44.043 61.4258-44.043L72.1191-44.043L72.1191-5.17578L61.0352-5.17578C59.8633-5.17578 59.082-4.29688 59.082-3.22266C59.082-2.14844 59.8633-1.26953 61.0352-1.26953Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 487.616 1556)">
<path d="M72.1191 25.5371C105.566 25.5371 132.91-1.80664 132.91-35.2539C132.91-68.75 105.566-96.0938 72.1191-96.0938C38.623-96.0938 11.2793-68.75 11.2793-35.2539C11.2793-1.80664 38.623 25.5371 72.1191 25.5371ZM72.1191 23.0469C39.9414 23.0469 13.7695-3.125 13.7695-35.2539C13.7695-67.4316 39.9414-93.6035 72.1191-93.6035C104.248-93.6035 130.42-67.4316 130.42-35.2539C130.42-3.125 104.248 23.0469 72.1191 23.0469ZM72.168-61.9629C74.3652-61.9629 76.2207-63.623 76.2207-65.8203C76.2207-68.0176 74.3652-69.873 72.168-69.873C69.9219-69.873 68.0664-68.0176 68.0664-65.8203C68.0664-63.623 69.9219-61.9629 72.168-61.9629ZM60.3027-1.41602L86.377-1.41602C87.2559-1.41602 87.793-2.09961 87.793-2.83203C87.793-3.56445 87.2559-4.24805 86.377-4.24805L74.6094-4.24805L74.6094-46.8262C74.6094-47.4609 74.0723-48.1445 73.2422-48.1445L60.5469-48.1445C59.6191-48.1445 59.1309-47.4609 59.1309-46.7285C59.1309-45.9961 59.6191-45.3125 60.5469-45.3125L72.0703-45.3125L72.0703-4.24805L60.3027-4.24805C59.375-4.24805 58.8867-3.56445 58.8867-2.83203C58.8867-2.09961 59.375-1.41602 60.3027-1.41602Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2870.97 1126)">
<path d="M62.4023 18.457C91.9922 18.457 116.113-5.61523 116.113-35.2051C116.113-64.7949 91.9922-88.8672 62.4023-88.8672C32.8125-88.8672 8.74023-64.7949 8.74023-35.2051C8.74023-5.61523 32.8125 18.457 62.4023 18.457ZM62.4023 0.195312C42.8711 0.195312 27.002-15.625 27.002-35.2051C27.002-54.7363 42.8711-70.6055 62.4023-70.6055C81.9824-70.6055 97.8027-54.7363 97.8027-35.2051C97.8027-15.625 81.9824 0.195312 62.4023 0.195312ZM62.793-47.7539C67.2363-47.7539 70.9473-51.5137 70.9473-55.8105C70.9473-60.4492 67.2363-64.0625 62.793-64.0625C58.4473-64.0625 54.6875-60.4492 54.6875-55.8105C54.6875-51.5137 58.4473-47.7539 62.793-47.7539ZM53.418-10.1074L72.8516-10.1074C76.0254-10.1074 78.4668-12.3047 78.4668-15.5762C78.4668-18.6035 76.0254-20.9961 72.8516-20.9961L70.459-20.9961L70.459-35.6934C70.459-39.9902 68.3105-42.7734 64.209-42.7734L54.4434-42.7734C51.2695-42.7734 48.8281-40.3809 48.8281-37.3535C48.8281-34.1309 51.2695-31.9336 54.4434-31.9336L58.1543-31.9336L58.1543-20.9961L53.418-20.9961C50.293-20.9961 47.8516-18.6035 47.8516-15.5762C47.8516-12.3047 50.293-10.1074 53.418-10.1074Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2575.19 1126)">
<path d="M61.5234 17.5293C90.5273 17.5293 114.258-6.20117 114.258-35.2051C114.258-64.2578 90.5273-87.9883 61.4746-87.9883C32.4707-87.9883 8.74023-64.2578 8.74023-35.2051C8.74023-6.20117 32.4707 17.5293 61.5234 17.5293ZM61.5234 1.61133C41.1133 1.61133 24.6582-14.8438 24.6582-35.2051C24.6582-55.6152 41.1133-72.0703 61.4746-72.0703C81.8848-72.0703 98.3398-55.6152 98.3398-35.2051C98.3398-14.8438 81.8848 1.61133 61.5234 1.61133ZM61.7188-48.877C65.918-48.877 69.4336-52.4414 69.4336-56.543C69.4336-60.9375 65.918-64.3555 61.7188-64.3555C57.5195-64.3555 54.0039-60.9375 54.0039-56.543C54.0039-52.4414 57.5195-48.877 61.7188-48.877ZM52.6367-9.7168L72.168-9.7168C75.0488-9.7168 77.2461-11.7188 77.2461-14.6973C77.2461-17.4316 75.0488-19.6289 72.168-19.6289L68.8965-19.6289L68.8965-36.7188C68.8965-40.6738 66.9434-43.1641 63.2324-43.1641L53.5645-43.1641C50.7324-43.1641 48.4863-41.0156 48.4863-38.2324C48.4863-35.3027 50.7324-33.252 53.5645-33.252L57.666-33.252L57.666-19.6289L52.6367-19.6289C49.7559-19.6289 47.5098-17.4316 47.5098-14.6973C47.5098-11.7188 49.7559-9.7168 52.6367-9.7168Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2279.5 1126)">
<path d="M60.498 16.5039C88.8672 16.5039 112.207-6.83594 112.207-35.2051C112.207-63.623 88.8672-86.9629 60.4492-86.9629C32.0312-86.9629 8.74023-63.623 8.74023-35.2051C8.74023-6.83594 32.0801 16.5039 60.498 16.5039ZM60.498 3.22266C39.1602 3.22266 22.0703-13.916 22.0703-35.2051C22.0703-56.543 39.1602-73.6816 60.4492-73.6816C81.7383-73.6816 98.9258-56.543 98.9258-35.2051C98.9746-13.916 81.7871 3.22266 60.498 3.22266ZM60.4492-50.1953C64.4531-50.1953 67.7246-53.4668 67.7246-57.4219C67.7246-61.5234 64.4531-64.7461 60.4492-64.7461C56.4941-64.7461 53.2227-61.5234 53.2227-57.4219C53.2227-53.4668 56.4941-50.1953 60.4492-50.1953ZM51.709-9.22852L71.3867-9.22852C73.9258-9.22852 75.9277-11.084 75.9277-13.7207C75.9277-16.1621 73.9258-18.1152 71.3867-18.1152L67.1387-18.1152L67.1387-37.8906C67.1387-41.3574 65.3809-43.6035 62.1094-43.6035L52.6367-43.6035C50.0488-43.6035 48.0469-41.6992 48.0469-39.209C48.0469-36.5723 50.0488-34.7656 52.6367-34.7656L57.0801-34.7656L57.0801-18.1152L51.709-18.1152C49.1699-18.1152 47.1191-16.1621 47.1191-13.7207C47.1191-11.084 49.1699-9.22852 51.709-9.22852Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1983.5 1126)">
<path d="M59.7656 15.8203C87.7441 15.8203 110.791-7.27539 110.791-35.2539C110.791-63.2324 87.6953-86.2793 59.7656-86.2793C31.7871-86.2793 8.74023-63.2324 8.74023-35.2539C8.74023-7.27539 31.7871 15.8203 59.7656 15.8203ZM59.7656 4.3457C37.8418 4.3457 20.2637-13.3301 20.2637-35.2539C20.2637-57.1777 37.793-74.8047 59.7656-74.8047C81.6895-74.8047 99.3164-57.1777 99.3652-35.2539C99.3652-13.3301 81.6895 4.3457 59.7656 4.3457ZM59.6191-51.0742C63.4766-51.0742 66.5039-54.1992 66.5039-57.959C66.5039-61.9141 63.4766-64.9902 59.6191-64.9902C55.8105-64.9902 52.6855-61.9141 52.6855-57.959C52.6855-54.1992 55.8105-51.0742 59.6191-51.0742ZM51.0742-8.93555L70.8496-8.93555C73.1934-8.93555 75.0488-10.6445 75.0488-13.0371C75.0488-15.2832 73.1934-17.041 70.8496-17.041L65.918-17.041L65.918-38.7207C65.918-41.8945 64.3555-43.9453 61.377-43.9453L51.9531-43.9453C49.6094-43.9453 47.7539-42.1387 47.7539-39.8926C47.7539-37.5 49.6094-35.791 51.9531-35.791L56.7383-35.791L56.7383-17.041L51.0742-17.041C48.7305-17.041 46.875-15.2832 46.875-13.0371C46.875-10.6445 48.7305-8.93555 51.0742-8.93555Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1687.3 1126)">
<path d="M59.2285 15.2344C86.9141 15.2344 109.766-7.61719 109.766-35.2539C109.766-62.8906 86.8652-85.7422 59.1797-85.7422C31.543-85.7422 8.74023-62.8906 8.74023-35.2539C8.74023-7.61719 31.5918 15.2344 59.2285 15.2344ZM59.2285 5.17578C36.8164 5.17578 18.8965-12.8418 18.8965-35.2539C18.8965-57.666 36.8164-75.6348 59.1797-75.6348C81.5918-75.6348 99.6094-57.666 99.6582-35.2539C99.707-12.8418 81.6406 5.17578 59.2285 5.17578ZM58.9355-51.7578C62.6953-51.7578 65.625-54.7363 65.625-58.3984C65.625-62.207 62.6953-65.1367 58.9355-65.1367C55.2734-65.1367 52.2949-62.207 52.2949-58.3984C52.2949-54.7363 55.2734-51.7578 58.9355-51.7578ZM50.5859-8.69141L70.4102-8.69141C72.6074-8.69141 74.3652-10.2539 74.3652-12.5C74.3652-14.5996 72.6074-16.2598 70.4102-16.2598L64.9902-16.2598L64.9902-39.3066C64.9902-42.2363 63.5254-44.1895 60.791-44.1895L51.4648-44.1895C49.2676-44.1895 47.5586-42.5293 47.5586-40.4297C47.5586-38.1836 49.2676-36.5723 51.4648-36.5723L56.4453-36.5723L56.4453-16.2598L50.5859-16.2598C48.4375-16.2598 46.6797-14.5996 46.6797-12.5C46.6797-10.2539 48.4375-8.69141 50.5859-8.69141Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1391.3 1126)">
<path d="M58.5449 14.5508C85.791 14.5508 108.35-8.05664 108.35-35.2539C108.35-62.5 85.7422-85.0586 58.4961-85.0586C31.2988-85.0586 8.74023-62.5 8.74023-35.2539C8.74023-8.05664 31.3477 14.5508 58.5449 14.5508ZM58.5449 6.25C35.498 6.25 17.0898-12.207 17.0898-35.2539C17.0898-58.3008 35.4492-76.7578 58.4961-76.7578C81.543-76.7578 100-58.3008 100.049-35.2539C100.098-12.207 81.5918 6.25 58.5449 6.25ZM58.1055-52.6367C61.6699-52.6367 64.4531-55.4688 64.4531-58.9844C64.4531-62.5488 61.6699-65.3809 58.1055-65.3809C54.5898-65.3809 51.7578-62.5488 51.7578-58.9844C51.7578-55.4688 54.5898-52.6367 58.1055-52.6367ZM50-8.39844L69.873-8.39844C71.875-8.39844 73.4375-9.81445 73.4375-11.8164C73.4375-13.7207 71.875-15.2344 69.873-15.2344L63.8184-15.2344L63.8184-40.0879C63.8184-42.7246 62.5-44.4824 60.0098-44.4824L50.8301-44.4824C48.8281-44.4824 47.2656-42.9688 47.2656-41.0645C47.2656-39.0625 48.8281-37.6465 50.8301-37.6465L56.0547-37.6465L56.0547-15.2344L50-15.2344C47.998-15.2344 46.4355-13.7207 46.4355-11.8164C46.4355-9.81445 47.998-8.39844 50-8.39844Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1095.42 1126)">
<path d="M57.7148 13.7207C84.5215 13.7207 106.689-8.44727 106.689-35.2539C106.689-62.1094 84.5215-84.2285 57.666-84.2285C30.8594-84.2285 8.74023-62.1094 8.74023-35.2539C8.74023-8.44727 30.9082 13.7207 57.7148 13.7207ZM57.7148 7.37305C34.082 7.37305 15.0879-11.6699 15.0879-35.2539C15.0879-58.8867 34.082-77.9297 57.666-77.9297C81.2988-77.9297 100.342-58.8867 100.391-35.2539C100.391-11.6699 81.3477 7.37305 57.7148 7.37305ZM57.4219-53.6621C60.4492-53.6621 62.793-56.0059 62.793-58.9844C62.793-61.9629 60.4492-64.3555 57.4219-64.3555C54.4434-64.3555 52.0508-61.9629 52.0508-58.9844C52.0508-56.0059 54.4434-53.6621 57.4219-53.6621ZM48.9746-8.59375L68.9941-8.59375C70.5566-8.59375 71.7773-9.76562 71.7773-11.2793C71.7773-12.793 70.5566-14.0137 68.9941-14.0137L61.9629-14.0137L61.9629-41.3574C61.9629-43.3594 60.9375-44.7266 59.0332-44.7266L49.6094-44.7266C48.0469-44.7266 46.8262-43.5059 46.8262-42.041C46.8262-40.4785 48.0469-39.3066 49.6094-39.3066L56.0059-39.3066L56.0059-14.0137L48.9746-14.0137C47.4121-14.0137 46.1914-12.793 46.1914-11.2793C46.1914-9.76562 47.4121-8.59375 48.9746-8.59375Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 799.806 1126)">
<path d="M56.6406 12.5977C82.9102 12.5977 104.492-8.98438 104.492-35.2539C104.492-61.5723 82.9102-83.1543 56.5918-83.1543C30.3223-83.1543 8.74023-61.5723 8.74023-35.2539C8.74023-8.98438 30.3223 12.5977 56.6406 12.5977ZM56.6406 8.88672C32.2266 8.88672 12.4512-10.8887 12.4512-35.2539C12.4512-59.6191 32.2266-79.4434 56.5918-79.4434C81.0059-79.4434 100.781-59.6191 100.781-35.2539C100.781-10.8887 81.0059 8.88672 56.6406 8.88672ZM56.543-54.9805C58.7402-54.9805 60.5957-56.7383 60.5957-58.9355C60.5957-61.1816 58.7402-62.9883 56.543-62.9883C54.2969-62.9883 52.4902-61.1816 52.4902-58.9355C52.4902-56.7383 54.2969-54.9805 56.543-54.9805ZM47.6562-8.83789L67.7734-8.83789C68.8477-8.83789 69.5312-9.61914 69.5312-10.5957C69.5312-11.5234 68.8477-12.3535 67.7734-12.3535L59.5215-12.3535L59.5215-43.0664C59.5215-44.1895 58.8379-45.0195 57.666-45.0195L47.998-45.0195C46.9727-45.0195 46.2402-44.2383 46.2402-43.2617C46.2402-42.334 46.9727-41.5039 47.998-41.5039L55.9082-41.5039L55.9082-12.3535L47.6562-12.3535C46.582-12.3535 45.8496-11.5234 45.8496-10.5957C45.8496-9.61914 46.582-8.83789 47.6562-8.83789Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 503.656 1126)">
<path d="M56.0547 12.0605C82.0801 12.0605 103.369-9.22852 103.369-35.2539C103.369-61.2793 82.0801-82.5684 56.0547-82.5684C30.0293-82.5684 8.74023-61.2793 8.74023-35.2539C8.74023-9.22852 30.0293 12.0605 56.0547 12.0605ZM56.0547 9.66797C31.2988 9.66797 11.1328-10.498 11.1328-35.2539C11.1328-60.0586 31.2988-80.1758 56.0547-80.1758C80.8594-80.1758 100.977-60.0586 100.977-35.2539C100.977-10.498 80.8594 9.66797 56.0547 9.66797ZM56.0547-55.7129C57.9102-55.7129 59.4238-57.0801 59.4238-58.9355C59.4238-60.791 57.9102-62.3047 56.0547-62.3047C54.248-62.3047 52.6855-60.791 52.6855-58.9355C52.6855-57.0801 54.248-55.7129 56.0547-55.7129ZM46.9727-8.98438L67.1387-8.98438C67.9199-8.98438 68.4082-9.57031 68.4082-10.2539C68.4082-10.8887 67.9199-11.5234 67.1387-11.5234L58.252-11.5234L58.252-43.9453C58.252-44.5801 57.7637-45.166 56.9824-45.166L47.2168-45.166C46.3867-45.166 45.9473-44.5801 45.9473-43.8965C45.9473-43.2617 46.3867-42.627 47.2168-42.627L55.8594-42.627L55.8594-11.5234L46.9727-11.5234C46.1426-11.5234 45.7031-10.8887 45.7031-10.2539C45.7031-9.57031 46.1426-8.98438 46.9727-8.98438Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2884.57 696)">
<path d="M48.8281 6.78711C71.9727 6.78711 90.8203-12.0605 90.8203-35.2051C90.8203-58.3496 71.9727-77.1973 48.8281-77.1973C25.6836-77.1973 6.83594-58.3496 6.83594-35.2051C6.83594-12.0605 25.6836 6.78711 48.8281 6.78711ZM48.8281-7.37305C33.4473-7.37305 20.9961-19.8242 20.9961-35.2051C20.9961-50.5859 33.4473-63.0371 48.8281-63.0371C64.209-63.0371 76.6602-50.5859 76.6602-35.2051C76.6602-19.8242 64.209-7.37305 48.8281-7.37305ZM49.1211-45.1172C52.5879-45.1172 55.4688-48.0469 55.4688-51.416C55.4688-55.0293 52.5879-57.8613 49.1211-57.8613C45.7031-57.8613 42.7734-55.0293 42.7734-51.416C42.7734-48.0469 45.7031-45.1172 49.1211-45.1172ZM41.7969-15.5273L57.0312-15.5273C59.4727-15.5273 61.377-17.2363 61.377-19.7754C61.377-22.1191 59.4727-23.9746 57.0312-23.9746L55.0781-23.9746L55.0781-35.6445C55.0781-39.0137 53.418-41.1621 50.2441-41.1621L42.5781-41.1621C40.1367-41.1621 38.2324-39.3066 38.2324-36.9629C38.2324-34.4238 40.1367-32.7148 42.5781-32.7148L45.5078-32.7148L45.5078-23.9746L41.7969-23.9746C39.3555-23.9746 37.4512-22.1191 37.4512-19.7754C37.4512-17.2363 39.3555-15.5273 41.7969-15.5273Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2588.47 696)">
<path d="M48.2422 6.15234C70.9961 6.15234 89.5996-12.4512 89.5996-35.2051C89.5996-57.959 70.9961-76.6113 48.1934-76.6113C25.4395-76.6113 6.83594-57.959 6.83594-35.2051C6.83594-12.4512 25.4395 6.15234 48.2422 6.15234ZM48.2422-6.39648C32.2754-6.39648 19.4336-19.2871 19.4336-35.2051C19.4336-51.1719 32.2754-64.0137 48.1934-64.0137C64.1602-64.0137 77.002-51.1719 77.0508-35.2051C77.0508-19.2871 64.1602-6.39648 48.2422-6.39648ZM48.3398-45.8984C51.709-45.8984 54.4922-48.6816 54.4922-52.002C54.4922-55.4688 51.709-58.2031 48.3398-58.2031C45.0195-58.2031 42.1875-55.4688 42.1875-52.002C42.1875-48.6816 45.0195-45.8984 48.3398-45.8984ZM41.3086-15.1855L56.5918-15.1855C58.8867-15.1855 60.6445-16.7969 60.6445-19.1406C60.6445-21.3379 58.8867-23.0957 56.5918-23.0957L54.1016-23.0957L54.1016-36.2793C54.1016-39.4531 52.5391-41.4551 49.6094-41.4551L42.041-41.4551C39.7949-41.4551 37.9883-39.6973 37.9883-37.5488C37.9883-35.1562 39.7949-33.5449 42.041-33.5449L45.1172-33.5449L45.1172-23.0957L41.3086-23.0957C39.0137-23.0957 37.207-21.3379 37.207-19.1406C37.207-16.7969 39.0137-15.1855 41.3086-15.1855Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2292.44 696)">
<path d="M47.5586 5.46875C69.873 5.46875 88.2324-12.8906 88.2324-35.2539C88.2324-57.5684 69.873-75.9277 47.5098-75.9277C25.1953-75.9277 6.83594-57.5684 6.83594-35.2539C6.83594-12.8906 25.1953 5.46875 47.5586 5.46875ZM47.5586-5.32227C30.957-5.32227 17.6758-18.6523 17.6758-35.2539C17.6758-51.8066 30.957-65.1367 47.5098-65.1367C64.1113-65.1367 77.4414-51.8066 77.4414-35.2539C77.4414-18.6523 64.1113-5.32227 47.5586-5.32227ZM47.4609-46.7285C50.7812-46.7285 53.3691-49.4141 53.3691-52.6367C53.3691-56.0059 50.7812-58.5938 47.4609-58.5938C44.2383-58.5938 41.6016-56.0059 41.6016-52.6367C41.6016-49.4141 44.2383-46.7285 47.4609-46.7285ZM40.7227-14.7949L56.1035-14.7949C58.2031-14.7949 59.8633-16.3086 59.8633-18.457C59.8633-20.5078 58.2031-22.0703 56.1035-22.0703L52.9785-22.0703L52.9785-37.0605C52.9785-39.8926 51.5625-41.748 48.877-41.748L41.5039-41.748C39.4043-41.748 37.7441-40.1855 37.7441-38.1836C37.7441-35.9863 39.4043-34.5215 41.5039-34.5215L44.7266-34.5215L44.7266-22.0703L40.7227-22.0703C38.623-22.0703 36.9629-20.5078 36.9629-18.457C36.9629-16.3086 38.623-14.7949 40.7227-14.7949Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1996.2 696)">
<path d="M47.0703 4.98047C69.0918 4.98047 87.3047-13.1836 87.3047-35.2539C87.3047-57.2754 69.0918-75.4883 47.0215-75.4883C25-75.4883 6.83594-57.2754 6.83594-35.2539C6.83594-13.1836 25.0488 4.98047 47.0703 4.98047ZM47.0703-4.58984C30.0781-4.58984 16.4551-18.2129 16.4551-35.2539C16.4551-52.2461 30.0293-65.8691 47.0215-65.8691C64.0625-65.8691 77.6855-52.2461 77.7344-35.2539C77.7344-18.2129 64.0625-4.58984 47.0703-4.58984ZM46.875-47.3145C50.0977-47.3145 52.6367-49.9512 52.6367-53.0762C52.6367-56.3477 50.0977-58.8867 46.875-58.8867C43.75-58.8867 41.1621-56.3477 41.1621-53.0762C41.1621-49.9512 43.75-47.3145 46.875-47.3145ZM40.332-14.5508L55.7617-14.5508C57.7148-14.5508 59.3262-15.9668 59.3262-17.9688C59.3262-19.873 57.7148-21.3867 55.7617-21.3867L52.1973-21.3867L52.1973-37.5488C52.1973-40.2344 50.8789-41.9922 48.3887-41.9922L41.0645-41.9922C39.1113-41.9922 37.5488-40.4785 37.5488-38.5742C37.5488-36.5723 39.1113-35.1562 41.0645-35.1562L44.4336-35.1562L44.4336-21.3867L40.332-21.3867C38.3789-21.3867 36.8164-19.873 36.8164-17.9688C36.8164-15.9668 38.3789-14.5508 40.332-14.5508Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1699.83 696)">
<path d="M46.7285 4.63867C68.5547 4.63867 86.6211-13.4277 86.6211-35.2539C86.6211-57.0801 68.5059-75.1465 46.6797-75.1465C24.8535-75.1465 6.83594-57.0801 6.83594-35.2539C6.83594-13.4277 24.9023 4.63867 46.7285 4.63867ZM46.7285-4.00391C29.3945-4.00391 15.5273-17.9199 15.5273-35.2539C15.5273-52.5879 29.3457-66.4551 46.6797-66.4551C64.0137-66.4551 77.8809-52.5879 77.9297-35.2539C77.9785-17.9199 64.0625-4.00391 46.7285-4.00391ZM46.4355-47.7539C49.6094-47.7539 52.0508-50.3418 52.0508-53.418C52.0508-56.5918 49.6094-59.082 46.4355-59.082C43.3105-59.082 40.8203-56.5918 40.8203-53.418C40.8203-50.3418 43.3105-47.7539 46.4355-47.7539ZM40.0391-14.3555L55.5176-14.3555C57.373-14.3555 58.8867-15.7227 58.8867-17.627C58.8867-19.4336 57.373-20.8496 55.5176-20.8496L51.6602-20.8496L51.6602-37.9395C51.6602-40.4785 50.3906-42.1387 47.998-42.1387L40.7715-42.1387C38.916-42.1387 37.4023-40.7227 37.4023-38.916C37.4023-37.0117 38.916-35.6445 40.7715-35.6445L44.2383-35.6445L44.2383-20.8496L40.0391-20.8496C38.1348-20.8496 36.6699-19.4336 36.6699-17.627C36.6699-15.7227 38.1348-14.3555 40.0391-14.3555Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1403.58 696)">
<path d="M46.2402 4.15039C67.7734 4.15039 85.6934-13.7207 85.6934-35.2539C85.6934-56.7871 67.7246-74.6582 46.1914-74.6582C24.707-74.6582 6.83594-56.7871 6.83594-35.2539C6.83594-13.7207 24.7559 4.15039 46.2402 4.15039ZM46.2402-3.27148C28.5156-3.27148 14.3555-17.4805 14.3555-35.2539C14.3555-53.0273 28.4668-67.2363 46.1914-67.2363C63.9648-67.2363 78.1738-53.0273 78.2227-35.2539C78.2715-17.4805 64.0137-3.27148 46.2402-3.27148ZM45.8496-48.3398C48.9258-48.3398 51.3184-50.8301 51.3184-53.8574C51.3184-56.9336 48.9258-59.375 45.8496-59.375C42.8223-59.375 40.3809-56.9336 40.3809-53.8574C40.3809-50.8301 42.8223-48.3398 45.8496-48.3398ZM39.6484-14.1113L55.1758-14.1113C56.9336-14.1113 58.3496-15.3809 58.3496-17.1387C58.3496-18.8477 56.9336-20.166 55.1758-20.166L50.8789-20.166L50.8789-38.4277C50.8789-40.8203 49.707-42.3828 47.5098-42.3828L40.3809-42.3828C38.623-42.3828 37.2559-41.0645 37.2559-39.3555C37.2559-37.5488 38.623-36.2793 40.3809-36.2793L43.9453-36.2793L43.9453-20.166L39.6484-20.166C37.8906-20.166 36.4746-18.8477 36.4746-17.1387C36.4746-15.3809 37.8906-14.1113 39.6484-14.1113Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1107.6 696)">
<path d="M45.5078 3.41797C66.6992 3.41797 84.2285-14.0625 84.2285-35.2539C84.2285-56.4453 66.6504-73.9258 45.5078-73.9258C24.3164-73.9258 6.83594-56.4453 6.83594-35.2539C6.83594-14.0625 24.3652 3.41797 45.5078 3.41797ZM45.5078-2.29492C27.2461-2.29492 12.5977-16.9922 12.5977-35.2539C12.5977-53.5156 27.1973-68.2129 45.5078-68.2129C63.7695-68.2129 78.4668-53.5156 78.5156-35.2539C78.5156-16.9922 63.8184-2.29492 45.5078-2.29492ZM45.2637-49.2676C47.8027-49.2676 49.8047-51.3184 49.8047-53.8574C49.8047-56.3965 47.8027-58.4473 45.2637-58.4473C42.7246-58.4473 40.6738-56.3965 40.6738-53.8574C40.6738-51.3184 42.7246-49.2676 45.2637-49.2676ZM38.7207-14.2578L54.3945-14.2578C55.7617-14.2578 56.8359-15.2832 56.8359-16.6992C56.8359-18.0176 55.7617-19.0918 54.3945-19.0918L49.2188-19.0918L49.2188-39.5508C49.2188-41.3574 48.291-42.5781 46.582-42.5781L39.3066-42.5781C37.9395-42.5781 36.8164-41.5039 36.8164-40.1855C36.8164-38.8184 37.9395-37.793 39.3066-37.793L43.8965-37.793L43.8965-19.0918L38.7207-19.0918C37.3535-19.0918 36.2793-18.0176 36.2793-16.6992C36.2793-15.2832 37.3535-14.2578 38.7207-14.2578Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 811.867 696)">
<path d="M44.5801 2.49023C65.2832 2.49023 82.2754-14.5508 82.2754-35.2539C82.2754-55.957 65.2344-72.998 44.5312-72.998C23.8281-72.998 6.83594-55.957 6.83594-35.2539C6.83594-14.5508 23.877 2.49023 44.5801 2.49023ZM44.5801-0.927734C25.5859-0.927734 10.2539-16.3086 10.2539-35.2539C10.2539-54.1992 25.5859-69.5801 44.5312-69.5801C63.5254-69.5801 78.8574-54.1992 78.8574-35.2539C78.8574-16.3086 63.5254-0.927734 44.5801-0.927734ZM44.4336-50.4395C46.3379-50.4395 47.8516-51.9531 47.8516-53.8086C47.8516-55.7129 46.3379-57.2754 44.4336-57.2754C42.5781-57.2754 41.0156-55.7129 41.0156-53.8086C41.0156-51.9531 42.5781-50.4395 44.4336-50.4395ZM37.5488-14.502L53.3203-14.502C54.248-14.502 54.8828-15.1855 54.8828-16.0645C54.8828-16.8945 54.248-17.627 53.3203-17.627L47.0703-17.627L47.0703-41.0645C47.0703-42.0898 46.4844-42.8223 45.4102-42.8223L37.8906-42.8223C36.9629-42.8223 36.3281-42.1387 36.3281-41.3086C36.3281-40.4297 36.9629-39.7461 37.8906-39.7461L43.7988-39.7461L43.7988-17.627L37.5488-17.627C36.6211-17.627 35.9863-16.8945 35.9863-16.0645C35.9863-15.1855 36.6211-14.502 37.5488-14.502Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 515.644 696)">
<path d="M44.043 1.95312C64.502 1.95312 81.2988-14.7949 81.2988-35.2539C81.2988-55.7129 64.502-72.4609 44.043-72.4609C23.584-72.4609 6.83594-55.7129 6.83594-35.2539C6.83594-14.7949 23.584 1.95312 44.043 1.95312ZM44.043-0.244141C24.7559-0.244141 9.08203-15.9668 9.08203-35.2539C9.08203-54.541 24.7559-70.2637 44.043-70.2637C63.3789-70.2637 79.0527-54.541 79.0527-35.2539C79.0527-15.9668 63.3789-0.244141 44.043-0.244141ZM44.043-51.0742C45.6055-51.0742 46.875-52.2461 46.875-53.8086C46.875-55.3711 45.6055-56.6406 44.043-56.6406C42.4805-56.6406 41.2109-55.3711 41.2109-53.8086C41.2109-52.2461 42.4805-51.0742 44.043-51.0742ZM36.9629-14.5996L52.7832-14.5996C53.4668-14.5996 53.9062-15.1367 53.9062-15.7227C53.9062-16.3574 53.4668-16.8945 52.7832-16.8945L45.9473-16.8945L45.9473-41.7969C45.9473-42.4316 45.5078-42.9688 44.8242-42.9688L37.1582-42.9688C36.4746-42.9688 36.0352-42.4805 36.0352-41.8457C36.0352-41.2598 36.4746-40.7227 37.1582-40.7227L43.75-40.7227L43.75-16.8945L36.9629-16.8945C36.2793-16.8945 35.8398-16.3574 35.8398-15.7227C35.8398-15.1367 36.2793-14.5996 36.9629-14.5996Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "pause.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 129-->
<!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: "uni100285.medium", point size: 100.000000, font version: "Version 16.0d9e1", template writer version: "8"-->
<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.62305 C 9.69727 -3.62305 9.9707 -3.93555 9.9707 -4.45312 L 9.9707 -6.31836 L 12.002 -6.31836 C 12.5 -6.31836 12.832 -6.57227 12.832 -7.04102 C 12.832 -7.51953 12.5195 -7.7832 12.002 -7.7832 L 9.9707 -7.7832 L 9.9707 -9.81445 C 9.9707 -10.332 9.69727 -10.6543 9.22852 -10.6543 C 8.75977 -10.6543 8.50586 -10.3125 8.50586 -9.81445 L 8.50586 -7.7832 L 6.49414 -7.7832 C 5.97656 -7.7832 5.64453 -7.51953 5.64453 -7.04102 C 5.64453 -6.57227 5.99609 -6.31836 6.49414 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.45312 C 8.50586 -3.95508 8.75977 -3.62305 9.22852 -3.62305 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.61133 21.6699 -7.05078 C 21.6699 -12.5 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.5 1.74805 -7.05078 C 1.74805 -1.61133 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.6602 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6602 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6797 -2.66602 C 12.207 -2.66602 12.5098 -3.01758 12.5098 -3.59375 L 12.5098 -6.23047 L 15.3223 -6.23047 C 15.8691 -6.23047 16.25 -6.51367 16.25 -7.03125 C 16.25 -7.55859 15.8887 -7.86133 15.3223 -7.86133 L 12.5098 -7.86133 L 12.5098 -10.6836 C 12.5098 -11.25 12.207 -11.6113 11.6797 -11.6113 C 11.1621 -11.6113 10.8789 -11.2305 10.8789 -10.6836 L 10.8789 -7.86133 L 8.07617 -7.86133 C 7.50977 -7.86133 7.13867 -7.55859 7.13867 -7.03125 C 7.13867 -6.51367 7.5293 -6.23047 8.07617 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.59375 C 10.8789 -3.03711 11.1621 -2.66602 11.6797 -2.66602 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.66406 C 21.9336 5.66406 27.6953 -0.0976562 27.6953 -7.05078 C 27.6953 -14.0137 21.9238 -19.7754 14.9609 -19.7754 C 8.00781 -19.7754 2.25586 -14.0137 2.25586 -7.05078 C 2.25586 -0.0976562 8.01758 5.66406 14.9707 5.66406 Z M 14.9707 3.84766 C 8.93555 3.84766 4.08203 -1.01562 4.08203 -7.05078 C 4.08203 -13.0957 8.92578 -17.9492 14.9609 -17.9492 C 21.0059 -17.9492 25.8594 -13.0957 25.8691 -7.05078 C 25.8789 -1.01562 21.0156 3.84766 14.9707 3.84766 Z M 14.9414 -1.38672 C 15.5176 -1.38672 15.8594 -1.77734 15.8594 -2.38281 L 15.8594 -6.13281 L 19.7754 -6.13281 C 20.3711 -6.13281 20.7812 -6.46484 20.7812 -7.02148 C 20.7812 -7.59766 20.3906 -7.93945 19.7754 -7.93945 L 15.8594 -7.93945 L 15.8594 -11.8652 C 15.8594 -12.4805 15.5176 -12.8711 14.9414 -12.8711 C 14.375 -12.8711 14.0527 -12.4609 14.0527 -11.8652 L 14.0527 -7.93945 L 10.1465 -7.93945 C 9.53125 -7.93945 9.13086 -7.59766 9.13086 -7.02148 C 9.13086 -6.46484 9.55078 -6.13281 10.1465 -6.13281 L 14.0527 -6.13281 L 14.0527 -2.38281 C 14.0527 -1.79688 14.375 -1.38672 14.9414 -1.38672 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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M 3.31055 0.126953 C 3.82812 0.126953 4.08203 -0.0683594 4.26758 -0.605469 L 5.52734 -4.0625 L 11.2891 -4.0625 L 12.5488 -0.605469 C 12.7344 -0.0683594 12.9883 0.126953 13.4961 0.126953 C 14.0137 0.126953 14.3457 -0.185547 14.3457 -0.673828 C 14.3457 -0.839844 14.3164 -0.986328 14.2383 -1.20117 L 9.6582 -13.3887 C 9.43359 -13.9941 9.0332 -14.2871 8.4082 -14.2871 C 7.80273 -14.2871 7.39258 -13.9941 7.17773 -13.3984 L 2.59766 -1.19141 C 2.51953 -0.976562 2.49023 -0.830078 2.49023 -0.664062 C 2.49023 -0.175781 2.80273 0.126953 3.31055 0.126953 Z M 6.00586 -5.53711 L 8.37891 -12.1094 L 8.42773 -12.1094 L 10.8008 -5.53711 Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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.8418 1.86523 L 4.54102 3.57422 C 5.40039 4.44336 6.38672 4.38477 7.31445 3.35938 L 17.4902 -7.85156 C 17.7539 -7.76367 18.0273 -7.7832 18.3398 -7.8418 L 19.4043 -8.03711 L 20.0684 -7.36328 L 20.0293 -6.80664 C 19.9902 -6.30859 20.1172 -5.92773 20.6055 -5.44922 L 21.3672 -4.70703 C 21.8457 -4.22852 22.4609 -4.19922 22.9297 -4.66797 L 25.8398 -7.58789 C 26.3086 -8.05664 26.2891 -8.65234 25.8105 -9.13086 L 25.0391 -9.89258 C 24.5605 -10.3711 24.1895 -10.5273 23.7109 -10.4883 L 23.1348 -10.4395 L 22.4902 -11.0742 L 22.7344 -12.1973 C 22.8613 -12.7637 22.7051 -13.2031 22.1191 -13.7891 L 19.9219 -15.9766 C 16.582 -19.2969 12.1484 -19.2188 9.25781 -16.3281 C 8.83789 -15.918 8.80859 -15.3418 9.04297 -14.9512 C 9.27734 -14.5898 9.73633 -14.3555 10.3809 -14.5215 C 11.8457 -14.8633 13.3691 -14.9219 14.7949 -13.9844 L 14.209 -12.5293 C 14.0137 -12.0508 13.9844 -11.6504 14.1113 -11.2891 L 3.04688 -0.898438 C 2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523 Z M 10.752 -15.957 C 13.1836 -17.7344 16.4746 -17.4316 18.7012 -15.2051 L 21.1328 -12.793 C 21.3672 -12.5586 21.4062 -12.373 21.3379 -12.0312 L 21.0156 -10.5469 L 22.5195 -9.0625 L 23.5059 -9.12109 C 23.7598 -9.13086 23.8379 -9.11133 24.0332 -8.91602 L 24.6094 -8.33984 L 22.168 -5.89844 L 21.5918 -6.47461 C 21.3965 -6.66992 21.3672 -6.74805 21.377 -7.01172 L 21.4453 -7.98828 L 19.9512 -9.47266 L 18.4277 -9.21875 C 18.1055 -9.15039 17.959 -9.17969 17.7148 -9.41406 L 15.7129 -11.416 C 15.459 -11.6504 15.4297 -11.8164 15.5859 -12.1875 L 16.4648 -14.2773 C 14.9023 -15.7324 12.8711 -16.3574 10.8398 -15.7617 C 10.6836 -15.7227 10.625 -15.8496 10.752 -15.957 Z M 5.27344 2.30469 L 4.10156 1.14258 C 3.63281 0.683594 3.74023 0.341797 4.14062 -0.0195312 L 14.9512 -10.1953 L 16.416 -8.71094 L 6.42578 2.27539 C 6.07422 2.67578 5.74219 2.77344 5.27344 2.30469 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.2.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)">Requires Xcode 12 or greater</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)">Generated from pause</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 1987)">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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1417.08" x2="1417.08" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1482.61" x2="1482.61" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2879.47 1556)">
<path d="M 28.3203 21.4844 C 35.4492 21.4844 40.625 16.4062 40.625 9.57031 L 40.625 -80.0293 C 40.625 -86.8164 35.4492 -91.8945 28.3203 -91.8945 C 21.2402 -91.8945 16.0645 -86.8164 16.0645 -80.0293 L 16.0645 9.57031 C 16.0645 16.4062 21.2402 21.4844 28.3203 21.4844 Z M 79.4922 21.4844 C 86.6211 21.4844 91.7969 16.4062 91.7969 9.57031 L 91.7969 -80.0293 C 91.7969 -86.8164 86.6211 -91.8945 79.4922 -91.8945 C 72.4121 -91.8945 67.2363 -86.8164 67.2363 -80.0293 L 67.2363 9.57031 C 67.2363 16.4062 72.4121 21.4844 79.4922 21.4844 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2585.74 1556)">
<path d="M 26.5137 20.166 C 32.5195 20.166 36.9629 15.8203 36.9629 10.0586 L 36.9629 -80.4688 C 36.9629 -86.2793 32.5195 -90.5762 26.5137 -90.5762 C 20.5078 -90.5762 16.0645 -86.2793 16.0645 -80.4688 L 16.0645 10.0586 C 16.0645 15.8203 20.5078 20.166 26.5137 20.166 Z M 75.3906 20.166 C 81.4453 20.166 85.8398 15.8203 85.8398 10.0586 L 85.8398 -80.4688 C 85.8398 -86.2793 81.4453 -90.5762 75.3906 -90.5762 C 69.3848 -90.5762 64.9414 -86.2793 64.9414 -80.4688 L 64.9414 10.0586 C 64.9414 15.8203 69.3848 20.166 75.3906 20.166 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2292.32 1556)">
<path d="M 24.5117 18.75 C 29.2969 18.75 32.9102 15.2344 32.9102 10.5469 L 32.9102 -80.957 C 32.9102 -85.6445 29.2969 -89.1113 24.5117 -89.1113 C 19.6777 -89.1113 16.0645 -85.6445 16.0645 -80.957 L 16.0645 10.5469 C 16.0645 15.2344 19.6777 18.75 24.5117 18.75 Z M 70.8008 18.75 C 75.6348 18.75 79.248 15.2344 79.248 10.5469 L 79.248 -80.957 C 79.248 -85.6445 75.6348 -89.1113 70.8008 -89.1113 C 66.0156 -89.1113 62.4023 -85.6445 62.4023 -80.957 L 62.4023 10.5469 C 62.4023 15.2344 66.0156 18.75 70.8008 18.75 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1997.88 1556)">
<path d="M 23.0957 17.7246 C 27.0508 17.7246 30.127 14.7949 30.127 10.8887 L 30.127 -81.2988 C 30.127 -85.1562 27.0508 -88.1348 23.0957 -88.1348 C 19.0918 -88.1348 16.0645 -85.1562 16.0645 -81.2988 L 16.0645 10.8887 C 16.0645 14.7949 19.0918 17.7246 23.0957 17.7246 Z M 67.6758 17.7246 C 71.6309 17.7246 74.707 14.7949 74.707 10.8887 L 74.707 -81.2988 C 74.707 -85.1562 71.6309 -88.1348 67.6758 -88.1348 C 63.6719 -88.1348 60.6445 -85.1562 60.6445 -81.2988 L 60.6445 10.8887 C 60.6445 14.7949 63.6719 17.7246 67.6758 17.7246 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1702.9 1556)">
<path d="M 22.0215 16.9922 C 25.3418 16.9922 27.9785 14.4531 27.9785 11.1816 L 27.9785 -81.543 C 27.9785 -84.8633 25.3418 -87.3535 22.0215 -87.3535 C 18.7012 -87.3535 16.0645 -84.8633 16.0645 -81.543 L 16.0645 11.1816 C 16.0645 14.4531 18.7012 16.9922 22.0215 16.9922 Z M 65.2832 16.9922 C 68.6035 16.9922 71.2402 14.4531 71.2402 11.1816 L 71.2402 -81.543 C 71.2402 -84.8633 68.6035 -87.3535 65.2832 -87.3535 C 61.9141 -87.3535 59.3262 -84.8633 59.3262 -81.543 L 59.3262 11.1816 C 59.3262 14.4531 61.9141 16.9922 65.2832 16.9922 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1408.46 1556)">
<path d="M 20.6543 15.9668 C 23.1445 15.9668 25.1953 14.0137 25.1953 11.5234 L 25.1953 -81.8848 C 25.1953 -84.4238 23.1445 -86.377 20.6543 -86.377 C 18.1152 -86.377 16.0645 -84.4238 16.0645 -81.8848 L 16.0645 11.5234 C 16.0645 14.0137 18.1152 15.9668 20.6543 15.9668 Z M 62.1582 15.9668 C 64.6484 15.9668 66.6992 14.0137 66.6992 11.5234 L 66.6992 -81.8848 C 66.6992 -84.4238 64.6484 -86.377 62.1582 -86.377 C 59.6191 -86.377 57.5684 -84.4238 57.5684 -81.8848 L 57.5684 11.5234 C 57.5684 14.0137 59.6191 15.9668 62.1582 15.9668 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1112.95 1556)">
<path d="M 19.5312 14.7949 C 21.4355 14.7949 22.998 13.2812 22.998 11.377 L 22.998 -81.7871 C 22.998 -83.6914 21.4355 -85.1562 19.5312 -85.1562 C 17.627 -85.1562 16.0645 -83.6914 16.0645 -81.7871 L 16.0645 11.377 C 16.0645 13.2812 17.627 14.7949 19.5312 14.7949 Z M 60.8398 14.7949 C 62.7441 14.7949 64.3066 13.2812 64.3066 11.377 L 64.3066 -81.7871 C 64.3066 -83.6914 62.7441 -85.1562 60.8398 -85.1562 C 58.9355 -85.1562 57.373 -83.6914 57.373 -81.7871 L 57.373 11.377 C 57.373 13.2812 58.9355 14.7949 60.8398 14.7949 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 817.824 1556)">
<path d="M 18.0664 13.2324 C 19.1406 13.2324 20.0684 12.3535 20.0684 11.2305 L 20.0684 -81.6406 C 20.0684 -82.7148 19.1406 -83.5938 18.0664 -83.5938 C 16.9434 -83.5938 16.0645 -82.7148 16.0645 -81.6406 L 16.0645 11.2305 C 16.0645 12.3535 16.9434 13.2324 18.0664 13.2324 Z M 59.1309 13.2324 C 60.2539 13.2324 61.1328 12.3535 61.1328 11.2305 L 61.1328 -81.6406 C 61.1328 -82.7148 60.2539 -83.5938 59.1309 -83.5938 C 58.0566 -83.5938 57.1289 -82.7148 57.1289 -81.6406 L 57.1289 11.2305 C 57.1289 12.3535 58.0566 13.2324 59.1309 13.2324 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 521.918 1556)">
<path d="M 17.334 12.4512 C 18.0176 12.4512 18.5547 11.8652 18.5547 11.1816 L 18.5547 -81.543 C 18.5547 -82.2266 18.0176 -82.8125 17.334 -82.8125 C 16.6016 -82.8125 16.0645 -82.2266 16.0645 -81.543 L 16.0645 11.1816 C 16.0645 11.8652 16.6016 12.4512 17.334 12.4512 Z M 58.252 12.4512 C 58.9355 12.4512 59.5215 11.8652 59.5215 11.1816 L 59.5215 -81.543 C 59.5215 -82.2266 58.9355 -82.8125 58.252 -82.8125 C 57.5684 -82.8125 57.0312 -82.2266 57.0312 -81.543 L 57.0312 11.1816 C 57.0312 11.8652 57.5684 12.4512 58.252 12.4512 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2888.26 1126)">
<path d="M 23.8281 9.81445 C 30.4688 9.81445 35.2051 5.17578 35.2051 -1.17188 L 35.2051 -69.2871 C 35.2051 -75.6348 30.4688 -80.2734 23.8281 -80.2734 C 17.1875 -80.2734 12.4512 -75.6348 12.4512 -69.2871 L 12.4512 -1.17188 C 12.4512 5.17578 17.1875 9.81445 23.8281 9.81445 Z M 66.4551 9.81445 C 73.0957 9.81445 77.832 5.17578 77.832 -1.17188 L 77.832 -69.2871 C 77.832 -75.6348 73.0957 -80.2734 66.4551 -80.2734 C 59.8145 -80.2734 55.0781 -75.6348 55.0781 -69.2871 L 55.0781 -1.17188 C 55.0781 5.17578 59.8145 9.81445 66.4551 9.81445 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2594.48 1126)">
<path d="M 22.1191 8.74023 C 27.7344 8.74023 31.7871 4.73633 31.7871 -0.634766 L 31.7871 -69.8242 C 31.7871 -75.1953 27.7344 -79.1504 22.1191 -79.1504 C 16.5039 -79.1504 12.4512 -75.1953 12.4512 -69.8242 L 12.4512 -0.634766 C 12.4512 4.73633 16.5039 8.74023 22.1191 8.74023 Z M 62.3047 8.74023 C 67.9199 8.74023 71.9727 4.73633 71.9727 -0.634766 L 71.9727 -69.8242 C 71.9727 -75.1953 67.9199 -79.1504 62.3047 -79.1504 C 56.6895 -79.1504 52.6367 -75.1953 52.6367 -69.8242 L 52.6367 -0.634766 C 52.6367 4.73633 56.6895 8.74023 62.3047 8.74023 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2301.04 1126)">
<path d="M 20.2148 7.4707 C 24.707 7.4707 27.9785 4.24805 27.9785 -0.0488281 L 27.9785 -70.3613 C 27.9785 -74.6582 24.707 -77.9297 20.2148 -77.9297 C 15.7715 -77.9297 12.4512 -74.6582 12.4512 -70.3613 L 12.4512 -0.0488281 C 12.4512 4.24805 15.7715 7.4707 20.2148 7.4707 Z M 57.666 7.4707 C 62.1582 7.4707 65.4297 4.24805 65.4297 -0.0488281 L 65.4297 -70.3613 C 65.4297 -74.6582 62.1582 -77.9297 57.666 -77.9297 C 53.2227 -77.9297 49.9023 -74.6582 49.9023 -70.3613 L 49.9023 -0.0488281 C 49.9023 4.24805 53.2227 7.4707 57.666 7.4707 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 2006.57 1126)">
<path d="M 18.8965 6.64062 C 22.6074 6.64062 25.3906 3.90625 25.3906 0.341797 L 25.3906 -70.752 C 25.3906 -74.3652 22.6074 -77.0508 18.8965 -77.0508 C 15.2344 -77.0508 12.4512 -74.3652 12.4512 -70.752 L 12.4512 0.341797 C 12.4512 3.90625 15.2344 6.64062 18.8965 6.64062 Z M 54.4922 6.64062 C 58.1543 6.64062 60.9375 3.90625 60.9375 0.341797 L 60.9375 -70.752 C 60.9375 -74.3652 58.1543 -77.0508 54.4922 -77.0508 C 50.7812 -77.0508 47.998 -74.3652 47.998 -70.752 L 47.998 0.341797 C 47.998 3.90625 50.7812 6.64062 54.4922 6.64062 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1711.57 1126)">
<path d="M 17.9199 5.95703 C 20.9961 5.95703 23.3887 3.66211 23.3887 0.634766 L 23.3887 -71.0449 C 23.3887 -74.0723 20.9961 -76.3672 17.9199 -76.3672 C 14.8438 -76.3672 12.4512 -74.0723 12.4512 -71.0449 L 12.4512 0.634766 C 12.4512 3.66211 14.8438 5.95703 17.9199 5.95703 Z M 52.0508 5.95703 C 55.127 5.95703 57.5195 3.66211 57.5195 0.634766 L 57.5195 -71.0449 C 57.5195 -74.0723 55.127 -76.3672 52.0508 -76.3672 C 48.9746 -76.3672 46.582 -74.0723 46.582 -71.0449 L 46.582 0.634766 C 46.582 3.66211 48.9746 5.95703 52.0508 5.95703 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1417.08 1126)">
<path d="M 16.6016 5.12695 C 18.9453 5.12695 20.8008 3.36914 20.8008 1.07422 L 20.8008 -71.4355 C 20.8008 -73.7305 18.9453 -75.5371 16.6016 -75.5371 C 14.3066 -75.5371 12.4512 -73.7305 12.4512 -71.4355 L 12.4512 1.07422 C 12.4512 3.36914 14.3066 5.12695 16.6016 5.12695 Z M 48.877 5.12695 C 51.1719 5.12695 53.0762 3.36914 53.0762 1.07422 L 53.0762 -71.4355 C 53.0762 -73.7305 51.1719 -75.5371 48.877 -75.5371 C 46.582 -75.5371 44.7266 -73.7305 44.7266 -71.4355 L 44.7266 1.07422 C 44.7266 3.36914 46.582 5.12695 48.877 5.12695 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1121.44 1126)">
<path d="M 15.625 4.05273 C 17.3828 4.05273 18.7988 2.68555 18.7988 0.976562 L 18.7988 -71.3379 C 18.7988 -73.0957 17.3828 -74.4629 15.625 -74.4629 C 13.8672 -74.4629 12.4512 -73.0957 12.4512 -71.3379 L 12.4512 0.976562 C 12.4512 2.68555 13.8672 4.05273 15.625 4.05273 Z M 47.7539 4.05273 C 49.5117 4.05273 50.9277 2.68555 50.9277 0.976562 L 50.9277 -71.3379 C 50.9277 -73.0957 49.5117 -74.4629 47.7539 -74.4629 C 45.9961 -74.4629 44.5801 -73.0957 44.5801 -71.3379 L 44.5801 0.976562 C 44.5801 2.68555 45.9961 4.05273 47.7539 4.05273 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 826.173 1126)">
<path d="M 14.3066 2.68555 C 15.332 2.68555 16.1621 1.85547 16.1621 0.830078 L 16.1621 -71.2402 C 16.1621 -72.2656 15.332 -73.0469 14.3066 -73.0469 C 13.2812 -73.0469 12.4512 -72.2656 12.4512 -71.2402 L 12.4512 0.830078 C 12.4512 1.85547 13.2812 2.68555 14.3066 2.68555 Z M 46.1914 2.68555 C 47.2168 2.68555 48.0469 1.85547 48.0469 0.830078 L 48.0469 -71.2402 C 48.0469 -72.2656 47.2168 -73.0469 46.1914 -73.0469 C 45.166 -73.0469 44.3359 -72.2656 44.3359 -71.2402 L 44.3359 0.830078 C 44.3359 1.85547 45.166 2.68555 46.1914 2.68555 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 530.17 1126)">
<path d="M 13.623 1.95312 C 14.3066 1.95312 14.8438 1.41602 14.8438 0.78125 L 14.8438 -71.1426 C 14.8438 -71.8262 14.3066 -72.3633 13.623 -72.3633 C 12.9883 -72.3633 12.4512 -71.8262 12.4512 -71.1426 L 12.4512 0.78125 C 12.4512 1.41602 12.9883 1.95312 13.623 1.95312 Z M 45.4102 1.95312 C 46.0938 1.95312 46.6309 1.41602 46.6309 0.78125 L 46.6309 -71.1426 C 46.6309 -71.8262 46.0938 -72.3633 45.4102 -72.3633 C 44.7754 -72.3633 44.2383 -71.8262 44.2383 -71.1426 L 44.2383 0.78125 C 44.2383 1.41602 44.7754 1.95312 45.4102 1.95312 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2898.24 696)">
<path d="M 18.5547 0 C 23.6816 0 27.3438 -3.61328 27.3438 -8.49609 L 27.3438 -61.9629 C 27.3438 -66.8457 23.6816 -70.459 18.5547 -70.459 C 13.4277 -70.459 9.76562 -66.8457 9.76562 -61.9629 L 9.76562 -8.49609 C 9.76562 -3.61328 13.4277 0 18.5547 0 Z M 51.7578 0 C 56.8848 0 60.5469 -3.61328 60.5469 -8.49609 L 60.5469 -61.9629 C 60.5469 -66.8457 56.8848 -70.459 51.7578 -70.459 C 46.6309 -70.459 42.9688 -66.8457 42.9688 -61.9629 L 42.9688 -8.49609 C 42.9688 -3.61328 46.6309 0 51.7578 0 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2603.66 696)">
<path d="M 17.3828 -0.732422 C 21.7773 -0.732422 24.9512 -3.85742 24.9512 -8.10547 L 24.9512 -62.3535 C 24.9512 -66.6016 21.7773 -69.7266 17.3828 -69.7266 C 12.9395 -69.7266 9.76562 -66.6016 9.76562 -62.3535 L 9.76562 -8.10547 C 9.76562 -3.85742 12.9395 -0.732422 17.3828 -0.732422 Z M 48.7305 -0.732422 C 53.125 -0.732422 56.2988 -3.85742 56.2988 -8.10547 L 56.2988 -62.3535 C 56.2988 -66.6016 53.125 -69.7266 48.7305 -69.7266 C 44.3359 -69.7266 41.1133 -66.6016 41.1133 -62.3535 L 41.1133 -8.10547 C 41.1133 -3.85742 44.3359 -0.732422 48.7305 -0.732422 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2309.29 696)">
<path d="M 16.0156 -1.5625 C 19.6289 -1.5625 22.3145 -4.15039 22.3145 -7.61719 L 22.3145 -62.793 C 22.3145 -66.2598 19.6289 -68.8965 16.0156 -68.8965 C 12.4512 -68.8965 9.76562 -66.2598 9.76562 -62.793 L 9.76562 -7.61719 C 9.76562 -4.15039 12.4512 -1.5625 16.0156 -1.5625 Z M 45.3125 -1.5625 C 48.9258 -1.5625 51.6113 -4.15039 51.6113 -7.61719 L 51.6113 -62.793 C 51.6113 -66.2598 48.9258 -68.8965 45.3125 -68.8965 C 41.748 -68.8965 39.0625 -66.2598 39.0625 -62.793 L 39.0625 -7.61719 C 39.0625 -4.15039 41.748 -1.5625 45.3125 -1.5625 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 2014.21 696)">
<path d="M 15.1367 -2.09961 C 18.1641 -2.09961 20.459 -4.3457 20.459 -7.32422 L 20.459 -63.1348 C 20.459 -66.0645 18.1641 -68.3105 15.1367 -68.3105 C 12.0605 -68.3105 9.76562 -66.0645 9.76562 -63.1348 L 9.76562 -7.32422 C 9.76562 -4.3457 12.0605 -2.09961 15.1367 -2.09961 Z M 42.9688 -2.09961 C 45.9961 -2.09961 48.3398 -4.3457 48.3398 -7.32422 L 48.3398 -63.1348 C 48.3398 -66.0645 45.9961 -68.3105 42.9688 -68.3105 C 39.9414 -68.3105 37.6465 -66.0645 37.6465 -63.1348 L 37.6465 -7.32422 C 37.6465 -4.3457 39.9414 -2.09961 42.9688 -2.09961 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1718.75 696)">
<path d="M 14.4043 -2.53906 C 17.041 -2.53906 19.0918 -4.49219 19.0918 -7.08008 L 19.0918 -63.3301 C 19.0918 -65.918 17.041 -67.8711 14.4043 -67.8711 C 11.8164 -67.8711 9.76562 -65.918 9.76562 -63.3301 L 9.76562 -7.08008 C 9.76562 -4.49219 11.8164 -2.53906 14.4043 -2.53906 Z M 41.2109 -2.53906 C 43.7988 -2.53906 45.8496 -4.49219 45.8496 -7.08008 L 45.8496 -63.3301 C 45.8496 -65.918 43.7988 -67.8711 41.2109 -67.8711 C 38.5742 -67.8711 36.5234 -65.918 36.5234 -63.3301 L 36.5234 -7.08008 C 36.5234 -4.49219 38.5742 -2.53906 41.2109 -2.53906 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1423.65 696)">
<path d="M 13.5254 -3.07617 C 15.5762 -3.07617 17.2852 -4.6875 17.2852 -6.73828 L 17.2852 -63.6719 C 17.2852 -65.7227 15.5762 -67.334 13.5254 -67.334 C 11.4746 -67.334 9.76562 -65.7227 9.76562 -63.6719 L 9.76562 -6.73828 C 9.76562 -4.6875 11.4746 -3.07617 13.5254 -3.07617 Z M 38.8672 -3.07617 C 40.9668 -3.07617 42.627 -4.6875 42.627 -6.73828 L 42.627 -63.6719 C 42.627 -65.7227 40.9668 -67.334 38.8672 -67.334 C 36.8164 -67.334 35.1074 -65.7227 35.1074 -63.6719 L 35.1074 -6.73828 C 35.1074 -4.6875 36.8164 -3.07617 38.8672 -3.07617 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1127.89 696)">
<path d="M 12.6465 -4.05273 C 14.209 -4.05273 15.5273 -5.27344 15.5273 -6.83594 L 15.5273 -63.5742 C 15.5273 -65.1367 14.209 -66.3574 12.6465 -66.3574 C 11.0352 -66.3574 9.76562 -65.1367 9.76562 -63.5742 L 9.76562 -6.83594 C 9.76562 -5.27344 11.0352 -4.05273 12.6465 -4.05273 Z M 37.8418 -4.05273 C 39.4531 -4.05273 40.7227 -5.27344 40.7227 -6.83594 L 40.7227 -63.5742 C 40.7227 -65.1367 39.4531 -66.3574 37.8418 -66.3574 C 36.2793 -66.3574 34.9609 -65.1367 34.9609 -63.5742 L 34.9609 -6.83594 C 34.9609 -5.27344 36.2793 -4.05273 37.8418 -4.05273 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 832.423 696)">
<path d="M 11.4746 -5.27344 C 12.4023 -5.27344 13.1836 -6.00586 13.1836 -6.93359 L 13.1836 -63.4766 C 13.1836 -64.4043 12.4023 -65.1367 11.4746 -65.1367 C 10.5469 -65.1367 9.76562 -64.4043 9.76562 -63.4766 L 9.76562 -6.93359 C 9.76562 -6.00586 10.5469 -5.27344 11.4746 -5.27344 Z M 36.5234 -5.27344 C 37.4512 -5.27344 38.2324 -6.00586 38.2324 -6.93359 L 38.2324 -63.4766 C 38.2324 -64.4043 37.4512 -65.1367 36.5234 -65.1367 C 35.5469 -65.1367 34.8145 -64.4043 34.8145 -63.4766 L 34.8145 -6.93359 C 34.8145 -6.00586 35.5469 -5.27344 36.5234 -5.27344 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 536.371 696)">
<path d="M 10.8887 -5.9082 C 11.4746 -5.9082 12.0117 -6.39648 12.0117 -7.03125 L 12.0117 -63.3789 C 12.0117 -64.0137 11.4746 -64.502 10.8887 -64.502 C 10.2539 -64.502 9.76562 -64.0137 9.76562 -63.3789 L 9.76562 -7.03125 C 9.76562 -6.39648 10.2539 -5.9082 10.8887 -5.9082 Z M 35.791 -5.9082 C 36.4258 -5.9082 36.9141 -6.39648 36.9141 -7.03125 L 36.9141 -63.3789 C 36.9141 -64.0137 36.4258 -64.502 35.791 -64.502 C 35.2051 -64.502 34.668 -64.0137 34.668 -63.3789 L 34.668 -7.03125 C 34.668 -6.39648 35.2051 -5.9082 35.791 -5.9082 Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "play.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 129-->
<!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: "uni100283.medium", point size: 100.000000, font version: "Version 16.0d9e1", template writer version: "8"-->
<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.62305 C 9.69727 -3.62305 9.9707 -3.93555 9.9707 -4.45312 L 9.9707 -6.31836 L 12.002 -6.31836 C 12.5 -6.31836 12.832 -6.57227 12.832 -7.04102 C 12.832 -7.51953 12.5195 -7.7832 12.002 -7.7832 L 9.9707 -7.7832 L 9.9707 -9.81445 C 9.9707 -10.332 9.69727 -10.6543 9.22852 -10.6543 C 8.75977 -10.6543 8.50586 -10.3125 8.50586 -9.81445 L 8.50586 -7.7832 L 6.49414 -7.7832 C 5.97656 -7.7832 5.64453 -7.51953 5.64453 -7.04102 C 5.64453 -6.57227 5.99609 -6.31836 6.49414 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.45312 C 8.50586 -3.95508 8.75977 -3.62305 9.22852 -3.62305 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.61133 21.6699 -7.05078 C 21.6699 -12.5 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.5 1.74805 -7.05078 C 1.74805 -1.61133 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.6602 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6602 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6797 -2.66602 C 12.207 -2.66602 12.5098 -3.01758 12.5098 -3.59375 L 12.5098 -6.23047 L 15.3223 -6.23047 C 15.8691 -6.23047 16.25 -6.51367 16.25 -7.03125 C 16.25 -7.55859 15.8887 -7.86133 15.3223 -7.86133 L 12.5098 -7.86133 L 12.5098 -10.6836 C 12.5098 -11.25 12.207 -11.6113 11.6797 -11.6113 C 11.1621 -11.6113 10.8789 -11.2305 10.8789 -10.6836 L 10.8789 -7.86133 L 8.07617 -7.86133 C 7.50977 -7.86133 7.13867 -7.55859 7.13867 -7.03125 C 7.13867 -6.51367 7.5293 -6.23047 8.07617 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.59375 C 10.8789 -3.03711 11.1621 -2.66602 11.6797 -2.66602 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.66406 C 21.9336 5.66406 27.6953 -0.0976562 27.6953 -7.05078 C 27.6953 -14.0137 21.9238 -19.7754 14.9609 -19.7754 C 8.00781 -19.7754 2.25586 -14.0137 2.25586 -7.05078 C 2.25586 -0.0976562 8.01758 5.66406 14.9707 5.66406 Z M 14.9707 3.84766 C 8.93555 3.84766 4.08203 -1.01562 4.08203 -7.05078 C 4.08203 -13.0957 8.92578 -17.9492 14.9609 -17.9492 C 21.0059 -17.9492 25.8594 -13.0957 25.8691 -7.05078 C 25.8789 -1.01562 21.0156 3.84766 14.9707 3.84766 Z M 14.9414 -1.38672 C 15.5176 -1.38672 15.8594 -1.77734 15.8594 -2.38281 L 15.8594 -6.13281 L 19.7754 -6.13281 C 20.3711 -6.13281 20.7812 -6.46484 20.7812 -7.02148 C 20.7812 -7.59766 20.3906 -7.93945 19.7754 -7.93945 L 15.8594 -7.93945 L 15.8594 -11.8652 C 15.8594 -12.4805 15.5176 -12.8711 14.9414 -12.8711 C 14.375 -12.8711 14.0527 -12.4609 14.0527 -11.8652 L 14.0527 -7.93945 L 10.1465 -7.93945 C 9.53125 -7.93945 9.13086 -7.59766 9.13086 -7.02148 C 9.13086 -6.46484 9.55078 -6.13281 10.1465 -6.13281 L 14.0527 -6.13281 L 14.0527 -2.38281 C 14.0527 -1.79688 14.375 -1.38672 14.9414 -1.38672 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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M 3.31055 0.126953 C 3.82812 0.126953 4.08203 -0.0683594 4.26758 -0.605469 L 5.52734 -4.0625 L 11.2891 -4.0625 L 12.5488 -0.605469 C 12.7344 -0.0683594 12.9883 0.126953 13.4961 0.126953 C 14.0137 0.126953 14.3457 -0.185547 14.3457 -0.673828 C 14.3457 -0.839844 14.3164 -0.986328 14.2383 -1.20117 L 9.6582 -13.3887 C 9.43359 -13.9941 9.0332 -14.2871 8.4082 -14.2871 C 7.80273 -14.2871 7.39258 -13.9941 7.17773 -13.3984 L 2.59766 -1.19141 C 2.51953 -0.976562 2.49023 -0.830078 2.49023 -0.664062 C 2.49023 -0.175781 2.80273 0.126953 3.31055 0.126953 Z M 6.00586 -5.53711 L 8.37891 -12.1094 L 8.42773 -12.1094 L 10.8008 -5.53711 Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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.8418 1.86523 L 4.54102 3.57422 C 5.40039 4.44336 6.38672 4.38477 7.31445 3.35938 L 17.4902 -7.85156 C 17.7539 -7.76367 18.0273 -7.7832 18.3398 -7.8418 L 19.4043 -8.03711 L 20.0684 -7.36328 L 20.0293 -6.80664 C 19.9902 -6.30859 20.1172 -5.92773 20.6055 -5.44922 L 21.3672 -4.70703 C 21.8457 -4.22852 22.4609 -4.19922 22.9297 -4.66797 L 25.8398 -7.58789 C 26.3086 -8.05664 26.2891 -8.65234 25.8105 -9.13086 L 25.0391 -9.89258 C 24.5605 -10.3711 24.1895 -10.5273 23.7109 -10.4883 L 23.1348 -10.4395 L 22.4902 -11.0742 L 22.7344 -12.1973 C 22.8613 -12.7637 22.7051 -13.2031 22.1191 -13.7891 L 19.9219 -15.9766 C 16.582 -19.2969 12.1484 -19.2188 9.25781 -16.3281 C 8.83789 -15.918 8.80859 -15.3418 9.04297 -14.9512 C 9.27734 -14.5898 9.73633 -14.3555 10.3809 -14.5215 C 11.8457 -14.8633 13.3691 -14.9219 14.7949 -13.9844 L 14.209 -12.5293 C 14.0137 -12.0508 13.9844 -11.6504 14.1113 -11.2891 L 3.04688 -0.898438 C 2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523 Z M 10.752 -15.957 C 13.1836 -17.7344 16.4746 -17.4316 18.7012 -15.2051 L 21.1328 -12.793 C 21.3672 -12.5586 21.4062 -12.373 21.3379 -12.0312 L 21.0156 -10.5469 L 22.5195 -9.0625 L 23.5059 -9.12109 C 23.7598 -9.13086 23.8379 -9.11133 24.0332 -8.91602 L 24.6094 -8.33984 L 22.168 -5.89844 L 21.5918 -6.47461 C 21.3965 -6.66992 21.3672 -6.74805 21.377 -7.01172 L 21.4453 -7.98828 L 19.9512 -9.47266 L 18.4277 -9.21875 C 18.1055 -9.15039 17.959 -9.17969 17.7148 -9.41406 L 15.7129 -11.416 C 15.459 -11.6504 15.4297 -11.8164 15.5859 -12.1875 L 16.4648 -14.2773 C 14.9023 -15.7324 12.8711 -16.3574 10.8398 -15.7617 C 10.6836 -15.7227 10.625 -15.8496 10.752 -15.957 Z M 5.27344 2.30469 L 4.10156 1.14258 C 3.63281 0.683594 3.74023 0.341797 4.14062 -0.0195312 L 14.9512 -10.1953 L 16.416 -8.71094 L 6.42578 2.27539 C 6.07422 2.67578 5.74219 2.77344 5.27344 2.30469 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.2.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)">Requires Xcode 12 or greater</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)">Generated from play</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 1987)">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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1405.95" x2="1405.95" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1493.74" x2="1493.74" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2869.75 1556)">
<path d="M 28.8086 25.8301 C 32.0312 25.8301 35.0098 24.8535 39.1113 22.5098 L 115.723 -21.9238 C 122.021 -25.5371 125.586 -29.3457 125.586 -35.2051 C 125.586 -41.0645 122.021 -44.8242 115.723 -48.4863 L 39.1113 -92.8711 C 35.0098 -95.2148 32.0312 -96.1914 28.8086 -96.1914 C 22.0215 -96.1914 16.0645 -91.0156 16.0645 -82.1289 L 16.0645 11.7676 C 16.0645 20.6055 22.0215 25.8301 28.8086 25.8301 Z M 38.1348 -1.26953 C 37.8418 -1.26953 37.6465 -1.46484 37.6465 -1.85547 L 37.6465 -68.6035 C 37.6465 -68.9453 37.8418 -69.1895 38.1348 -69.1895 C 38.2812 -69.1895 38.4277 -69.0918 38.7207 -68.9453 L 96.4844 -35.6934 C 96.6797 -35.5469 96.7773 -35.4004 96.7773 -35.2051 C 96.7773 -34.9609 96.6797 -34.8145 96.4844 -34.7168 L 38.7207 -1.46484 C 38.4277 -1.31836 38.2812 -1.26953 38.1348 -1.26953 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2574.82 1556)">
<path d="M 27.3926 23.9258 C 30.4199 23.9258 33.1543 23.0469 36.8164 20.8984 L 112.939 -23.2422 C 118.848 -26.6602 121.973 -29.9805 121.973 -35.2051 C 121.973 -40.3809 118.848 -43.7012 112.939 -47.1191 L 36.8164 -91.2598 C 33.1543 -93.4082 30.4199 -94.3359 27.3926 -94.3359 C 21.2402 -94.3359 16.0645 -89.5996 16.0645 -81.6406 L 16.0645 11.2793 C 16.0645 19.2383 21.2402 23.9258 27.3926 23.9258 Z M 35.1562 0.878906 C 34.8145 0.878906 34.6191 0.634766 34.6191 0.195312 L 34.6191 -70.6055 C 34.6191 -71.0449 34.8145 -71.2891 35.1562 -71.2891 C 35.3516 -71.2891 35.5469 -71.1914 35.8398 -71.0449 L 96.875 -35.791 C 97.168 -35.6445 97.3145 -35.4492 97.3145 -35.2051 C 97.3145 -34.9121 97.168 -34.7168 96.875 -34.5703 L 35.8398 0.634766 C 35.5469 0.78125 35.3516 0.878906 35.1562 0.878906 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2280.11 1556)">
<path d="M 25.8301 21.875 C 28.6133 21.875 31.0547 20.9473 34.2773 19.0918 L 109.863 -24.7559 C 115.283 -27.9297 117.92 -30.7129 117.92 -35.2051 C 117.92 -39.6484 115.283 -42.4316 109.863 -45.6055 L 34.2773 -89.502 C 31.0547 -91.3574 28.6133 -92.2363 25.8301 -92.2363 C 20.3613 -92.2363 16.0645 -88.0371 16.0645 -81.1035 L 16.0645 10.7422 C 16.0645 17.6758 20.3613 21.875 25.8301 21.875 Z M 31.8359 3.22266 C 31.4453 3.22266 31.2012 2.97852 31.2012 2.44141 L 31.2012 -72.8516 C 31.2012 -73.3887 31.4453 -73.6328 31.8359 -73.6328 C 32.0801 -73.6328 32.3242 -73.5352 32.6172 -73.3887 L 97.3633 -35.9375 C 97.6562 -35.7422 97.9004 -35.5469 97.9004 -35.2051 C 97.9004 -34.8633 97.6562 -34.6191 97.3633 -34.4238 L 32.6172 2.97852 C 32.3242 3.125 32.0801 3.22266 31.8359 3.22266 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1984.77 1556)">
<path d="M 24.8047 20.4102 C 27.3438 20.4102 29.5898 19.5312 32.4707 17.8711 L 107.715 -25.7812 C 112.842 -28.8086 115.137 -31.25 115.137 -35.2051 C 115.137 -39.1113 112.842 -41.6016 107.715 -44.5801 L 32.4707 -88.2324 C 29.5898 -89.9414 27.3438 -90.7715 24.8047 -90.7715 C 19.7754 -90.7715 16.0645 -86.9629 16.0645 -80.7617 L 16.0645 10.3516 C 16.0645 16.6016 19.7754 20.4102 24.8047 20.4102 Z M 29.541 4.88281 C 29.1016 4.88281 28.8574 4.58984 28.8574 4.00391 L 28.8574 -74.4141 C 28.8574 -75 29.1016 -75.293 29.541 -75.293 C 29.834 -75.293 30.0781 -75.1465 30.4199 -74.9512 L 97.6562 -36.0352 C 97.998 -35.8398 98.3398 -35.5957 98.3398 -35.2051 C 98.3398 -34.8145 97.998 -34.5703 97.6562 -34.3262 L 30.4199 4.58984 C 30.0781 4.73633 29.834 4.88281 29.541 4.88281 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1689.11 1556)">
<path d="M 23.9746 19.3359 C 26.416 19.3359 28.4668 18.457 31.1523 16.9434 L 106.104 -26.6113 C 111.035 -29.4434 113.037 -31.6406 113.037 -35.2051 C 113.037 -38.7207 111.035 -40.918 106.104 -43.7988 L 31.1523 -87.3047 C 28.4668 -88.8672 26.416 -89.6973 23.9746 -89.6973 C 19.3359 -89.6973 16.0645 -86.1328 16.0645 -80.4688 L 16.0645 10.0586 C 16.0645 15.7715 19.3359 19.3359 23.9746 19.3359 Z M 27.7832 6.10352 C 27.3438 6.10352 27.0508 5.81055 27.0508 5.22461 L 27.0508 -75.5859 C 27.0508 -76.2207 27.3438 -76.5137 27.7832 -76.5137 C 28.0762 -76.5137 28.3691 -76.3672 28.7109 -76.1719 L 97.9004 -36.084 C 98.291 -35.8887 98.6328 -35.5957 98.6328 -35.2051 C 98.6328 -34.7656 98.291 -34.4727 97.9004 -34.2773 L 28.7109 5.81055 C 28.3691 6.00586 28.0762 6.10352 27.7832 6.10352 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1393.74 1556)">
<path d="M 22.9004 17.8711 C 25.1953 17.8711 27.0508 17.0898 29.3945 15.7227 L 103.955 -27.6367 C 108.594 -30.2734 110.303 -32.1289 110.303 -35.2051 C 110.303 -38.2324 108.594 -40.0879 103.955 -42.7734 L 29.3945 -86.084 C 27.0508 -87.4512 25.1953 -88.2812 22.9004 -88.2812 C 18.7012 -88.2812 16.0645 -85.1074 16.0645 -80.0781 L 16.0645 9.7168 C 16.0645 14.6973 18.7012 17.8711 22.9004 17.8711 Z M 25.4883 7.76367 C 25.0488 7.76367 24.7559 7.42188 24.7559 6.73828 L 24.7559 -77.1484 C 24.7559 -77.832 25.0488 -78.125 25.4883 -78.125 C 25.8789 -78.125 26.1719 -77.9785 26.5137 -77.7832 L 98.2422 -36.1816 C 98.6328 -35.9375 99.0723 -35.6445 99.0723 -35.2051 C 99.0723 -34.7168 98.6328 -34.4238 98.2422 -34.1797 L 26.5137 7.42188 C 26.1719 7.61719 25.8789 7.76367 25.4883 7.76367 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1097.81 1556)">
<path d="M 21.9727 17.5781 C 23.877 17.5781 25.3906 16.9434 27.4414 15.7227 L 103.564 -28.7598 C 107.324 -30.9082 108.838 -32.5195 108.838 -35.2051 C 108.838 -37.8418 107.324 -39.4531 103.564 -41.6016 L 27.4414 -86.084 C 25.3906 -87.3047 23.877 -87.9395 21.9727 -87.9395 C 18.3594 -87.9395 16.0645 -85.2539 16.0645 -80.9082 L 16.0645 10.5469 C 16.0645 14.8926 18.3594 17.5781 21.9727 17.5781 Z M 23.6816 9.96094 C 23.0957 9.96094 22.7051 9.47266 22.7051 8.59375 L 22.7051 -79.0039 C 22.7051 -79.9316 23.0957 -80.3223 23.6816 -80.3223 C 24.1699 -80.3223 24.5605 -80.127 25 -79.8828 L 99.4629 -36.6211 C 100 -36.2793 100.635 -35.8398 100.635 -35.2051 C 100.635 -34.5215 100 -34.1309 99.4629 -33.7891 L 25 9.47266 C 24.5605 9.76562 24.1699 9.96094 23.6816 9.96094 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 802.101 1556)">
<path d="M 20.7031 17.1387 C 22.1191 17.1387 23.1934 16.748 24.9023 15.7227 L 103.076 -30.2734 C 105.615 -31.7383 106.982 -33.0566 106.982 -35.2051 C 106.982 -37.3535 105.615 -38.623 103.076 -40.0879 L 24.9023 -86.084 C 23.1934 -87.1094 22.1191 -87.5 20.7031 -87.5 C 17.9199 -87.5 16.0645 -85.498 16.0645 -82.0312 L 16.0645 11.6211 C 16.0645 15.0879 17.9199 17.1387 20.7031 17.1387 Z M 21.2891 12.8418 C 20.5566 12.8418 20.0195 12.2559 20.0195 11.0352 L 20.0195 -81.4453 C 20.0195 -82.7148 20.5566 -83.252 21.2891 -83.252 C 21.9238 -83.252 22.4609 -83.0078 23.0469 -82.6172 L 101.074 -37.1582 C 101.807 -36.6699 102.686 -36.084 102.686 -35.2051 C 102.686 -34.2773 101.807 -33.6914 101.074 -33.252 L 23.0469 12.2559 C 22.4609 12.6465 21.9238 12.8418 21.2891 12.8418 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 505.927 1556)">
<path d="M 20.0195 16.8945 C 21.1914 16.8945 22.0703 16.6504 23.584 15.7227 L 102.832 -31.0547 C 104.785 -32.1777 106.006 -33.3008 106.006 -35.2051 C 106.006 -37.0605 104.785 -38.1836 102.832 -39.3066 L 23.584 -86.084 C 22.0703 -87.0117 21.1914 -87.2559 20.0195 -87.2559 C 17.6758 -87.2559 16.0645 -85.5957 16.0645 -82.5684 L 16.0645 12.207 C 16.0645 15.1855 17.6758 16.8945 20.0195 16.8945 Z M 20.0684 14.3555 C 19.2383 14.3555 18.6523 13.6719 18.6523 12.3047 L 18.6523 -82.666 C 18.6523 -84.1309 19.2383 -84.7168 20.0684 -84.7168 C 20.752 -84.7168 21.3379 -84.4727 22.0215 -84.0332 L 101.904 -37.4023 C 102.734 -36.9141 103.76 -36.2305 103.76 -35.2051 C 103.76 -34.1797 102.734 -33.4961 101.904 -32.959 L 22.0215 13.6719 C 21.3379 14.1113 20.752 14.3555 20.0684 14.3555 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2882.06 1126)">
<path d="M 23.6816 14.4043 C 26.3184 14.4043 28.8086 13.7207 32.373 11.6699 L 93.2129 -23.6816 C 98.1445 -26.5625 101.416 -29.9805 101.416 -35.2051 C 101.416 -40.4297 98.1445 -43.8477 93.2129 -46.6797 L 32.373 -82.0801 C 28.8086 -84.1309 26.3184 -84.8145 23.6816 -84.8145 C 17.9688 -84.8145 12.4512 -80.4199 12.4512 -72.7051 L 12.4512 2.29492 C 12.4512 10.0098 17.9688 14.4043 23.6816 14.4043 Z M 32.6172 -10.5957 C 32.3242 -10.5957 32.2266 -10.791 32.2266 -11.084 L 32.2266 -59.375 C 32.2266 -59.668 32.3242 -59.8633 32.6172 -59.8633 C 32.7148 -59.8633 32.8613 -59.8145 33.1055 -59.668 L 74.8535 -35.6445 C 75.0488 -35.498 75.0977 -35.4004 75.0977 -35.2051 C 75.0977 -35.0098 75.0488 -34.8633 74.8535 -34.7656 L 33.1055 -10.791 C 32.8613 -10.6445 32.7148 -10.5957 32.6172 -10.5957 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2587.1 1126)">
<path d="M 22.4121 12.4512 C 24.8535 12.4512 27.1973 11.7676 30.3711 9.91211 L 90.2832 -24.8535 C 95.0195 -27.6367 97.8516 -30.6152 97.8516 -35.2051 C 97.8516 -39.7949 95.0195 -42.7734 90.2832 -45.5078 L 30.3711 -80.3223 C 27.1973 -82.1777 24.8535 -82.8613 22.4121 -82.8613 C 17.1875 -82.8613 12.4512 -78.8574 12.4512 -71.9238 L 12.4512 1.5625 C 12.4512 8.44727 17.1875 12.4512 22.4121 12.4512 Z M 29.834 -8.83789 C 29.541 -8.83789 29.3945 -9.0332 29.3945 -9.375 L 29.3945 -61.084 C 29.3945 -61.4258 29.541 -61.6211 29.834 -61.6211 C 29.9805 -61.6211 30.0781 -61.5234 30.3223 -61.4258 L 75 -35.6445 C 75.1953 -35.5469 75.293 -35.4004 75.293 -35.2051 C 75.293 -35.0098 75.1953 -34.8633 75 -34.7168 L 30.3223 -9.0332 C 30.0781 -8.93555 29.9805 -8.83789 29.834 -8.83789 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2292.37 1126)">
<path d="M 20.9961 10.2539 C 23.291 10.2539 25.3418 9.57031 28.125 7.95898 L 87.0117 -26.1719 C 91.5039 -28.8086 93.8477 -31.2988 93.8477 -35.2051 C 93.8477 -39.1113 91.5039 -41.6016 87.0117 -44.1895 L 28.125 -78.3691 C 25.3418 -79.9805 23.291 -80.6641 20.9961 -80.6641 C 16.3086 -80.6641 12.4512 -77.0996 12.4512 -71.0938 L 12.4512 0.683594 C 12.4512 6.68945 16.3086 10.2539 20.9961 10.2539 Z M 26.709 -6.88477 C 26.416 -6.88477 26.2695 -7.08008 26.2695 -7.42188 L 26.2695 -62.9883 C 26.2695 -63.3301 26.416 -63.5254 26.709 -63.5254 C 26.8555 -63.5254 27.002 -63.4766 27.2461 -63.3301 L 75.1465 -35.6934 C 75.3418 -35.5469 75.4883 -35.4004 75.4883 -35.2051 C 75.4883 -34.9609 75.3418 -34.8145 75.1465 -34.7168 L 27.2461 -7.08008 C 27.002 -6.98242 26.8555 -6.88477 26.709 -6.88477 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1997 1126)">
<path d="M 20.0195 8.74023 C 22.2168 8.74023 24.1211 8.05664 26.6113 6.5918 L 84.7656 -27.0996 C 89.1113 -29.6387 91.1133 -31.7871 91.1133 -35.2051 C 91.1133 -38.623 89.1113 -40.7715 84.7656 -43.3105 L 26.6113 -77.002 C 24.1211 -78.418 22.2168 -79.1504 20.0195 -79.1504 C 15.7227 -79.1504 12.4512 -75.8789 12.4512 -70.5078 L 12.4512 0.146484 C 12.4512 5.46875 15.7227 8.74023 20.0195 8.74023 Z M 24.5605 -5.51758 C 24.2676 -5.51758 24.1211 -5.71289 24.1211 -6.10352 L 24.1211 -64.3555 C 24.1211 -64.6973 24.2676 -64.8926 24.5605 -64.8926 C 24.707 -64.8926 24.9023 -64.7949 25.1465 -64.6973 L 75.2441 -35.6934 C 75.4883 -35.5957 75.6348 -35.4492 75.6348 -35.2051 C 75.6348 -34.9609 75.4883 -34.8145 75.2441 -34.668 L 25.1465 -5.71289 C 24.9023 -5.61523 24.707 -5.51758 24.5605 -5.51758 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1701.32 1126)">
<path d="M 19.2871 7.61719 C 21.3379 7.61719 23.1445 6.88477 25.3906 5.56641 L 83.0566 -27.7832 C 87.2559 -30.2246 89.0137 -32.1289 89.0137 -35.2051 C 89.0137 -38.2812 87.2559 -40.1367 83.0566 -42.627 L 25.3906 -75.9766 C 23.1445 -77.2949 21.3379 -78.0273 19.2871 -78.0273 C 15.2832 -78.0273 12.4512 -74.9512 12.4512 -70.1172 L 12.4512 -0.292969 C 12.4512 4.58984 15.2832 7.61719 19.2871 7.61719 Z M 22.9004 -4.49219 C 22.6562 -4.49219 22.4609 -4.73633 22.4609 -5.07812 L 22.4609 -65.332 C 22.4609 -65.7227 22.6562 -65.918 22.9004 -65.918 C 23.0957 -65.918 23.291 -65.8203 23.4863 -65.6738 L 75.3418 -35.7422 C 75.5371 -35.5957 75.7324 -35.4492 75.7324 -35.2051 C 75.7324 -34.9609 75.5371 -34.8145 75.3418 -34.668 L 23.4863 -4.73633 C 23.291 -4.58984 23.0957 -4.49219 22.9004 -4.49219 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1405.95 1126)">
<path d="M 18.3105 6.15234 C 20.2637 6.15234 21.9238 5.37109 23.877 4.24805 L 80.8105 -28.6621 C 84.8633 -31.0547 86.2793 -32.6172 86.2793 -35.2051 C 86.2793 -37.793 84.8633 -39.3555 80.8105 -41.6992 L 23.877 -74.6582 C 21.9238 -75.7812 20.2637 -76.5137 18.3105 -76.5137 C 14.6973 -76.5137 12.4512 -73.7793 12.4512 -69.5312 L 12.4512 -0.878906 C 12.4512 3.36914 14.6973 6.15234 18.3105 6.15234 Z M 20.8008 -3.17383 C 20.5078 -3.17383 20.3125 -3.36914 20.3125 -3.75977 L 20.3125 -66.6504 C 20.3125 -67.041 20.5078 -67.2363 20.8008 -67.2363 C 20.9961 -67.2363 21.1914 -67.1387 21.3867 -66.9922 L 75.4395 -35.7422 C 75.6836 -35.5957 75.8789 -35.4492 75.8789 -35.2051 C 75.8789 -34.9609 75.6836 -34.7656 75.4395 -34.668 L 21.3867 -3.36914 C 21.1914 -3.27148 20.9961 -3.17383 20.8008 -3.17383 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1109.92 1126)">
<path d="M 17.4316 5.81055 C 19.0918 5.81055 20.4102 5.27344 22.168 4.24805 L 80.4688 -29.6875 C 83.7402 -31.5918 85.0098 -32.959 85.0098 -35.2051 C 85.0098 -37.4512 83.7402 -38.7695 80.4688 -40.6738 L 22.168 -74.6582 C 20.4102 -75.6348 19.0918 -76.2207 17.4316 -76.2207 C 14.4043 -76.2207 12.4512 -73.9258 12.4512 -70.2637 L 12.4512 -0.146484 C 12.4512 3.51562 14.4043 5.81055 17.4316 5.81055 Z M 19.1895 -1.2207 C 18.7988 -1.2207 18.5059 -1.51367 18.5059 -2.09961 L 18.5059 -68.3105 C 18.5059 -68.8965 18.7988 -69.1895 19.1895 -69.1895 C 19.4824 -69.1895 19.7754 -69.0918 20.0684 -68.8965 L 76.5137 -36.1328 C 76.9043 -35.8887 77.2949 -35.6445 77.2949 -35.2051 C 77.2949 -34.7656 76.9043 -34.5215 76.5137 -34.2773 L 20.0684 -1.51367 C 19.7754 -1.31836 19.4824 -1.2207 19.1895 -1.2207 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 814.113 1126)">
<path d="M 16.3086 5.41992 C 17.5293 5.41992 18.457 5.07812 19.8242 4.24805 L 79.9805 -31.0547 C 82.2266 -32.373 83.3008 -33.4473 83.3008 -35.2051 C 83.3008 -36.9629 82.2266 -38.0371 79.9805 -39.3066 L 19.8242 -74.6582 C 18.457 -75.4883 17.5293 -75.8301 16.3086 -75.8301 C 13.9648 -75.8301 12.4512 -74.1211 12.4512 -71.2402 L 12.4512 0.878906 C 12.4512 3.71094 13.9648 5.41992 16.3086 5.41992 Z M 17.041 1.41602 C 16.4551 1.41602 16.1133 0.976562 16.1133 0.0976562 L 16.1133 -70.5078 C 16.1133 -71.4355 16.4551 -71.8262 17.041 -71.8262 C 17.4805 -71.8262 17.8711 -71.6309 18.2617 -71.3867 L 77.9785 -36.5723 C 78.5156 -36.2793 79.1504 -35.8398 79.1504 -35.2051 C 79.1504 -34.5703 78.5156 -34.1309 77.9785 -33.7891 L 18.2617 0.976562 C 17.8711 1.2207 17.4805 1.41602 17.041 1.41602 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 517.865 1126)">
<path d="M 15.7227 5.22461 C 16.6992 5.22461 17.4316 4.98047 18.6523 4.24805 L 79.7363 -31.7871 C 81.4453 -32.7148 82.4707 -33.6426 82.4707 -35.2051 C 82.4707 -36.7188 81.4453 -37.6465 79.7363 -38.623 L 18.6523 -74.6582 C 17.4316 -75.3906 16.6992 -75.6348 15.7227 -75.6348 C 13.7695 -75.6348 12.4512 -74.2188 12.4512 -71.7773 L 12.4512 1.36719 C 12.4512 3.80859 13.7695 5.22461 15.7227 5.22461 Z M 15.918 2.73438 C 15.2832 2.73438 14.8438 2.24609 14.8438 1.2207 L 14.8438 -71.6309 C 14.8438 -72.7051 15.2832 -73.1445 15.918 -73.1445 C 16.4551 -73.1445 16.8945 -72.9492 17.3828 -72.6562 L 78.7109 -36.8164 C 79.3457 -36.4746 80.0781 -35.9375 80.0781 -35.2051 C 80.0781 -34.4238 79.3457 -33.9355 78.7109 -33.5449 L 17.3828 2.24609 C 16.8945 2.53906 16.4551 2.73438 15.918 2.73438 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2893.31 696)">
<path d="M 18.457 3.51562 C 20.5078 3.51562 22.4609 2.97852 25.2441 1.36719 L 72.8027 -26.2695 C 76.6602 -28.5156 79.1992 -31.1523 79.1992 -35.2051 C 79.1992 -39.2578 76.6602 -41.8945 72.8027 -44.1406 L 25.2441 -71.7773 C 22.4609 -73.3887 20.5078 -73.9258 18.457 -73.9258 C 14.0137 -73.9258 9.76562 -70.5078 9.76562 -64.502 L 9.76562 -5.9082 C 9.76562 0.0976562 14.0137 3.51562 18.457 3.51562 Z M 25.3418 -15.8203 C 25.1465 -15.8203 25.0488 -15.9668 25.0488 -16.2109 L 25.0488 -54.248 C 25.0488 -54.4922 25.1465 -54.6387 25.3418 -54.6387 C 25.4395 -54.6387 25.5371 -54.5898 25.7324 -54.4922 L 58.6426 -35.5469 C 58.7891 -35.4492 58.8379 -35.3516 58.8379 -35.2051 C 58.8379 -35.0586 58.7891 -34.9609 58.6426 -34.8633 L 25.7324 -15.9668 C 25.5371 -15.8691 25.4395 -15.8203 25.3418 -15.8203 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2597.87 696)">
<path d="M 17.5781 2.05078 C 19.5312 2.05078 21.3867 1.46484 23.877 0.0488281 L 70.6055 -27.0508 C 74.4141 -29.248 76.6113 -31.5918 76.6113 -35.2051 C 76.6113 -38.8184 74.4141 -41.1621 70.6055 -43.3594 L 23.877 -70.459 C 21.3867 -71.875 19.5312 -72.4609 17.5781 -72.4609 C 13.4766 -72.4609 9.76562 -69.2871 9.76562 -63.8672 L 9.76562 -6.54297 C 9.76562 -1.12305 13.4766 2.05078 17.5781 2.05078 Z M 23.3887 -14.6973 C 23.1934 -14.6973 23.0957 -14.8438 23.0957 -15.0879 L 23.0957 -55.3711 C 23.0957 -55.6152 23.1934 -55.7617 23.3887 -55.7617 C 23.4863 -55.7617 23.584 -55.7129 23.7793 -55.6152 L 58.6426 -35.5469 C 58.7891 -35.4492 58.8379 -35.3516 58.8379 -35.2051 C 58.8379 -35.0586 58.7891 -34.9609 58.6426 -34.8633 L 23.7793 -14.8438 C 23.584 -14.7461 23.4863 -14.6973 23.3887 -14.6973 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2302.58 696)">
<path d="M 16.6016 0.439453 C 18.5059 0.439453 20.166 -0.195312 22.4121 -1.46484 L 68.1152 -27.9297 C 71.875 -30.0781 73.6816 -32.0801 73.6816 -35.2051 C 73.6816 -38.3301 71.875 -40.332 68.1152 -42.4805 L 22.4121 -68.9453 C 20.166 -70.2148 18.5059 -70.8496 16.6016 -70.8496 C 12.8418 -70.8496 9.76562 -67.9199 9.76562 -63.1348 L 9.76562 -7.27539 C 9.76562 -2.49023 12.8418 0.439453 16.6016 0.439453 Z M 21.1914 -13.4277 C 21.0449 -13.4277 20.9473 -13.5742 20.9473 -13.7695 L 20.9473 -56.6406 C 20.9473 -56.8848 21.0449 -56.9824 21.1914 -56.9824 C 21.3379 -56.9824 21.4355 -56.9336 21.582 -56.8359 L 58.5938 -35.498 C 58.7402 -35.4004 58.7891 -35.3516 58.7891 -35.2051 C 58.7891 -35.0586 58.7402 -35.0098 58.5938 -34.9121 L 21.582 -13.5742 C 21.4355 -13.4766 21.3379 -13.4277 21.1914 -13.4277 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 2006.84 696)">
<path d="M 15.918 -0.732422 C 17.7734 -0.732422 19.3359 -1.31836 21.3867 -2.49023 L 66.4551 -28.5645 C 70.1172 -30.6641 71.7285 -32.4219 71.7285 -35.2051 C 71.7285 -37.9883 70.1172 -39.7461 66.4551 -41.8457 L 21.3867 -67.9199 C 19.3359 -69.0918 17.7734 -69.6777 15.918 -69.6777 C 12.4023 -69.6777 9.76562 -66.9922 9.76562 -62.5977 L 9.76562 -7.8125 C 9.76562 -3.41797 12.4023 -0.732422 15.918 -0.732422 Z M 19.7266 -12.5977 C 19.5312 -12.5977 19.4336 -12.6953 19.4336 -12.8906 L 19.4336 -57.5195 C 19.4336 -57.7148 19.5312 -57.8613 19.7266 -57.8613 C 19.8242 -57.8613 19.9219 -57.8125 20.0684 -57.7148 L 58.5938 -35.498 C 58.7402 -35.4004 58.7891 -35.3516 58.7891 -35.2051 C 58.7891 -35.0586 58.7402 -35.0098 58.5938 -34.9121 L 20.0684 -12.6953 C 19.9219 -12.6465 19.8242 -12.5977 19.7266 -12.5977 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1710.86 696)">
<path d="M 15.4297 -1.5625 C 17.1875 -1.5625 18.7012 -2.19727 20.5566 -3.27148 L 65.1367 -29.0039 C 68.7988 -31.1035 70.166 -32.666 70.166 -35.2051 C 70.166 -37.7441 68.7988 -39.3066 65.1367 -41.4062 L 20.5566 -67.1387 C 18.7012 -68.2129 17.1875 -68.8477 15.4297 -68.8477 C 12.1094 -68.8477 9.76562 -66.2598 9.76562 -62.2559 L 9.76562 -8.1543 C 9.76562 -4.15039 12.1094 -1.5625 15.4297 -1.5625 Z M 18.5547 -11.9141 C 18.4082 -11.9141 18.3105 -12.0605 18.3105 -12.2559 L 18.3105 -58.2031 C 18.3105 -58.3984 18.4082 -58.4961 18.5547 -58.4961 C 18.7012 -58.4961 18.7988 -58.4473 18.8965 -58.3496 L 58.5938 -35.4492 C 58.6914 -35.4004 58.7891 -35.3516 58.7891 -35.2051 C 58.7891 -35.0586 58.6914 -35.0098 58.5938 -34.9609 L 18.8965 -12.0605 C 18.7988 -11.9629 18.7012 -11.9141 18.5547 -11.9141 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1415.1 696)">
<path d="M 14.7461 -2.68555 C 16.4551 -2.68555 17.8711 -3.32031 19.5312 -4.29688 L 63.4766 -29.5898 C 67.041 -31.6895 68.2129 -33.0078 68.2129 -35.2051 C 68.2129 -37.4023 67.041 -38.7207 63.4766 -40.8203 L 19.5312 -66.1133 C 17.8711 -67.0898 16.4551 -67.7246 14.7461 -67.7246 C 11.6699 -67.7246 9.76562 -65.332 9.76562 -61.7188 L 9.76562 -8.69141 C 9.76562 -5.07812 11.6699 -2.68555 14.7461 -2.68555 Z M 17.0898 -11.084 C 16.8945 -11.084 16.7969 -11.1816 16.7969 -11.377 L 16.7969 -59.0332 C 16.7969 -59.2285 16.8945 -59.3262 17.0898 -59.3262 C 17.1875 -59.3262 17.2852 -59.2773 17.4316 -59.2285 L 58.5449 -35.4492 C 58.6914 -35.4004 58.7402 -35.3516 58.7402 -35.2051 C 58.7402 -35.0586 58.6914 -35.0098 58.5449 -34.9609 L 17.4316 -11.1816 C 17.2852 -11.1328 17.1875 -11.084 17.0898 -11.084 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1119 696)">
<path d="M 14.0137 -2.92969 C 15.4297 -2.92969 16.5527 -3.4668 18.0176 -4.29688 L 63.1836 -30.5176 C 66.0645 -32.1777 67.0898 -33.3008 67.0898 -35.2051 C 67.0898 -37.1094 66.0645 -38.2324 63.1836 -39.8926 L 18.0176 -66.1133 C 16.5527 -66.9434 15.4297 -67.4805 14.0137 -67.4805 C 11.377 -67.4805 9.76562 -65.4785 9.76562 -62.4023 L 9.76562 -8.00781 C 9.76562 -4.93164 11.377 -2.92969 14.0137 -2.92969 Z M 15.625 -9.32617 C 15.3809 -9.32617 15.1855 -9.52148 15.1855 -9.91211 L 15.1855 -60.498 C 15.1855 -60.8887 15.3809 -61.084 15.625 -61.084 C 15.8691 -61.084 16.0156 -60.9863 16.2109 -60.8887 L 59.5215 -35.791 C 59.7656 -35.6445 60.0098 -35.498 60.0098 -35.2051 C 60.0098 -34.9121 59.7656 -34.7656 59.5215 -34.6191 L 16.2109 -9.52148 C 16.0156 -9.42383 15.8691 -9.32617 15.625 -9.32617 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 823.097 696)">
<path d="M 12.9883 -3.27148 C 14.0137 -3.27148 14.8438 -3.61328 15.9668 -4.29688 L 62.7441 -31.6895 C 64.6973 -32.8125 65.5762 -33.7402 65.5762 -35.2051 C 65.5762 -36.6699 64.6973 -37.5977 62.7441 -38.7207 L 15.9668 -66.1133 C 14.8438 -66.7969 14.0137 -67.1387 12.9883 -67.1387 C 11.0352 -67.1387 9.76562 -65.6738 9.76562 -63.2812 L 9.76562 -7.12891 C 9.76562 -4.73633 11.0352 -3.27148 12.9883 -3.27148 Z M 13.7695 -7.03125 C 13.3301 -7.03125 13.0859 -7.32422 13.0859 -7.95898 L 13.0859 -62.4512 C 13.0859 -63.0859 13.3301 -63.3789 13.7695 -63.3789 C 14.0625 -63.3789 14.3555 -63.2812 14.6484 -63.0859 L 60.791 -36.1816 C 61.1816 -35.9863 61.6699 -35.6445 61.6699 -35.2051 C 61.6699 -34.7656 61.1816 -34.4238 60.791 -34.2285 L 14.6484 -7.32422 C 14.3555 -7.12891 14.0625 -7.03125 13.7695 -7.03125 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 526.801 696)">
<path d="M 12.4512 -3.4668 C 13.2812 -3.4668 13.916 -3.71094 14.9414 -4.29688 L 62.5488 -32.3242 C 64.0137 -33.1543 64.8438 -33.9355 64.8438 -35.2051 C 64.8438 -36.4746 64.0137 -37.2559 62.5488 -38.0859 L 14.9414 -66.1133 C 13.916 -66.6992 13.2812 -66.9434 12.4512 -66.9434 C 10.8398 -66.9434 9.76562 -65.7715 9.76562 -63.7207 L 9.76562 -6.68945 C 9.76562 -4.63867 10.8398 -3.4668 12.4512 -3.4668 Z M 12.793 -5.85938 C 12.3047 -5.85938 11.9629 -6.20117 11.9629 -6.98242 L 11.9629 -63.4277 C 11.9629 -64.2578 12.3047 -64.5508 12.793 -64.5508 C 13.1348 -64.5508 13.4766 -64.4531 13.8672 -64.209 L 61.4746 -36.4258 C 61.9629 -36.1328 62.5 -35.791 62.5 -35.2051 C 62.5 -34.6191 61.9629 -34.2773 61.4746 -33.9844 L 13.8672 -6.20117 C 13.4766 -5.95703 13.1348 -5.85938 12.793 -5.85938 Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 38 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.questionmark.diamond.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni100122.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from questionmark.diamond</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1384.46" x2="1384.46" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1515.23" x2="1515.23" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2844.63 1556)">
<path d="M20.9473-18.3594L71.875 32.5195C82.666 43.3594 94.873 43.3594 105.664 32.6172L156.641-18.4082C167.432-29.1992 167.383-41.3574 156.592-52.1973L105.713-103.076C94.873-113.867 82.666-113.916 71.9238-103.125L20.8984-52.1484C10.1074-41.3574 10.1562-29.1504 20.9473-18.3594ZM37.2559-30.7617C34.2285-33.7891 33.9844-36.5234 37.2559-39.7949L84.2285-86.7676C87.5-90.0391 90.2344-89.8438 93.3105-86.8164L140.283-39.7949C143.359-36.7188 143.555-33.9844 140.283-30.7129L93.3105 16.2109C90.0391 19.4824 87.3047 19.2871 84.2773 16.2598ZM87.0605-24.2188C91.6016-24.2188 94.873-26.416 95.6055-29.3457C95.6543-29.541 95.7031-29.834 95.752-29.9805C96.5332-32.373 99.3164-34.2773 102.393-36.1816C108.984-40.2832 111.963-43.75 111.963-50.4395C111.963-61.1816 102.002-68.3105 89.1602-68.3105C78.3691-68.3105 70.3613-64.1113 67.5781-57.9102C66.9922-56.5918 66.6992-55.3711 66.6992-53.9551C66.6992-50.1465 69.6289-46.9727 75.0488-46.9727C79.248-46.9727 80.9082-48.9258 82.6172-50.5371C84.668-52.4902 86.1328-53.2715 88.0859-53.2715C90.6738-53.2715 92.334-51.7578 92.334-49.3652C92.334-46.7285 89.6973-44.8242 84.9609-41.6016C80.6641-38.623 77.6855-35.7422 77.6855-31.4941L77.6855-31.2988C77.6855-26.6602 81.0059-24.2188 87.0605-24.2188ZM87.0605-3.07617C92.4805-3.07617 96.4844-6.20117 96.4844-11.377C96.4844-16.4551 92.4805-19.6777 87.0605-19.6777C81.5918-19.6777 77.4902-16.5039 77.4902-11.377C77.4902-6.25 81.6406-3.07617 87.0605-3.07617Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2549.16 1556)">
<path d="M20.6543-19.1895L71.4355 31.5918C81.8359 41.9922 93.2617 41.9922 103.564 31.6895L154.492-19.2383C164.795-29.541 164.795-41.0156 154.395-51.3672L103.613-102.148C93.2617-112.5 81.8359-112.549 71.4844-102.197L20.5566-51.3184C10.2539-40.9668 10.3027-29.541 20.6543-19.1895ZM34.5703-30.0293C31.1035-33.5449 30.9082-36.8164 34.5703-40.5273L82.2754-88.1836C85.9863-91.8945 89.2578-91.6992 92.7246-88.2324L140.479-40.4785C143.945-37.0117 144.141-33.6914 140.479-30.0293L92.7734 17.6758C89.1113 21.3379 85.7422 21.1914 82.3242 17.7246ZM85.9375-23.7793C90.0391-23.7793 92.9199-25.8301 93.457-28.6133C93.5059-28.8574 93.5547-29.1504 93.6035-29.3457C94.1895-32.0312 96.7773-34.0332 100.244-36.2305C106.738-40.332 109.912-43.8477 109.912-50.6348C109.912-61.1328 100.244-67.9199 87.9395-67.9199C77.2461-67.9199 69.4824-63.4766 66.9922-57.3242C66.5039-56.1035 66.2109-54.9316 66.2109-53.6133C66.2109-50.0977 68.8965-47.3633 73.4863-47.3633C77.3926-47.3633 78.8086-49.2676 80.4688-50.9766C82.4707-53.4668 84.4238-54.7363 87.0605-54.7363C90.4785-54.7363 92.7246-52.7344 92.7246-49.707C92.7246-46.6797 90.1367-44.7266 85.1562-41.3086C80.7617-38.2812 77.7832-35.2539 77.7832-30.6152L77.7832-30.1758C77.7832-25.9766 80.6641-23.7793 85.9375-23.7793ZM85.8887-3.32031C90.8203-3.32031 94.5801-6.34766 94.5801-11.084C94.5801-15.7715 90.8691-18.7988 85.8887-18.7988C80.957-18.7988 77.1484-15.7715 77.1484-11.084C77.1484-6.39648 80.957-3.32031 85.8887-3.32031Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2253.84 1556)">
<path d="M20.3125-20.1172L70.9961 30.5664C80.8594 40.4297 91.4551 40.4785 101.27 30.6641L152.051-20.166C161.865-29.9805 161.865-40.5762 152.002-50.4395L101.318-101.074C91.4551-110.986 80.9082-111.035 71.0449-101.172L20.2148-50.3906C10.3516-40.5273 10.4492-29.9805 20.3125-20.1172ZM31.543-29.248C27.6367-33.2031 27.4902-37.1582 31.5918-41.2598L80.127-89.7949C84.2285-93.9453 88.1836-93.7988 92.1387-89.8438L140.723-41.2598C144.629-37.3047 144.824-33.3496 140.674-29.248L92.1387 19.2871C88.0371 23.3887 84.0332 23.2422 80.1758 19.3359ZM84.668-23.291C88.2812-23.291 90.7715-25.2441 91.1133-27.7832C91.1133-28.0762 91.1621-28.418 91.1621-28.6621C91.5527-31.6895 93.9453-33.7891 97.8027-36.2793C104.199-40.3809 107.617-43.9453 107.617-50.8789C107.617-61.1328 98.2422-67.5293 86.6211-67.5293C75.9766-67.5293 68.5059-62.793 66.3574-56.6895C65.918-55.5664 65.6738-54.4434 65.6738-53.2227C65.6738-50.0977 68.1152-47.8516 71.7285-47.8516C75.3418-47.8516 76.4648-49.6582 78.125-51.5137C80.0293-54.541 82.4707-56.2988 85.8887-56.2988C90.332-56.2988 93.1641-53.8086 93.1641-50.0977C93.1641-46.6309 90.5762-44.5801 85.3516-40.9668C80.8594-37.8418 77.832-34.7168 77.832-29.6387L77.832-28.9551C77.832-25.2441 80.2734-23.291 84.668-23.291ZM84.6191-3.56445C88.9648-3.56445 92.4316-6.49414 92.4316-10.7422C92.4316-14.9414 89.0137-17.8711 84.6191-17.8711C80.1758-17.8711 76.7578-14.9414 76.7578-10.7422C76.7578-6.54297 80.2246-3.56445 84.6191-3.56445Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1958.09 1556)">
<path d="M20.0684-20.752L70.6543 29.8828C80.1758 39.4043 90.1855 39.4531 99.6582 29.9805L150.391-20.8008C159.863-30.2734 159.863-40.2832 150.342-49.8047L99.7559-100.391C90.1855-109.912 80.2246-109.961 70.752-100.488L19.9707-49.707C10.4492-40.2344 10.5469-30.2734 20.0684-20.752ZM29.4922-28.7109C25.2441-33.0078 25.0977-37.4023 29.541-41.7969L78.6133-90.918C83.0566-95.3613 87.4023-95.2637 91.6992-90.9668L140.869-41.7969C145.117-37.5488 145.264-33.1055 140.82-28.7109L91.748 20.4102C87.3047 24.8047 82.8613 24.707 78.6621 20.459ZM83.7891-22.9492C87.0605-22.9492 89.2578-24.8047 89.4531-27.2461C89.502-27.5391 89.502-27.8809 89.502-28.1738C89.7461-31.4453 91.9922-33.5938 96.0938-36.2793C102.441-40.4297 106.055-44.043 106.055-51.0254C106.055-61.1328 96.9238-67.2363 85.6934-67.2363C75.0977-67.2363 67.8223-62.3047 65.918-56.25C65.5273-55.1758 65.2832-54.1016 65.2832-52.9785C65.2832-50.0977 67.5293-48.1934 70.5078-48.1934C73.9258-48.1934 74.8535-49.9023 76.5137-51.8555C78.3203-55.2734 81.1035-57.4219 85.1074-57.4219C90.1855-57.4219 93.457-54.541 93.457-50.3418C93.457-46.582 90.8691-44.4824 85.498-40.7227C80.9082-37.5488 77.8809-34.375 77.8809-29.0039L77.8809-28.125C77.8809-24.707 80.0293-22.9492 83.7891-22.9492ZM83.7402-3.75977C87.6953-3.75977 90.918-6.5918 90.918-10.498C90.918-14.4043 87.7441-17.2363 83.7402-17.2363C79.6875-17.2363 76.4648-14.3555 76.4648-10.498C76.4648-6.64062 79.7363-3.75977 83.7402-3.75977Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1662.11 1556)">
<path d="M19.873-21.1914L70.4102 29.2969C79.6875 38.5742 89.2578 38.623 98.4375 29.4434L149.17-21.2891C158.35-30.4688 158.35-40.0391 149.072-49.3164L98.5352-99.8535C89.2578-109.131 79.7363-109.18 70.5078-99.9512L19.7754-49.2188C10.5469-39.9902 10.5957-30.4688 19.873-21.1914ZM27.9297-28.3203C23.3887-32.8613 23.291-37.5488 27.9297-42.2363L77.4902-91.748C82.1289-96.4355 86.8164-96.3379 91.3574-91.7969L140.967-42.1875C145.459-37.6953 145.605-32.9102 140.967-28.2715L91.4062 21.2402C86.7676 25.8789 81.9824 25.7812 77.5391 21.3379ZM83.1543-22.7051C86.1816-22.7051 88.0859-24.5117 88.2324-26.8066C88.2324-27.1484 88.2324-27.4902 88.2812-27.832C88.3789-31.25 90.5273-33.4473 94.8242-36.2793C101.123-40.4297 104.883-44.0918 104.883-51.123C104.883-61.084 95.8984-66.9922 85.0098-66.9922C74.4141-66.9922 67.2852-61.9141 65.5762-55.9082C65.2344-54.8828 65.0391-53.8574 65.0391-52.7832C65.0391-50.0977 67.1387-48.4375 69.6289-48.4375C72.8516-48.4375 73.6328-50.0977 75.2441-52.0996C77.0508-55.8105 80.127-58.252 84.5215-58.252C90.0879-58.252 93.6523-55.127 93.6523-50.5859C93.6523-46.582 91.1133-44.3848 85.5957-40.5762C80.957-37.3535 77.9297-34.082 77.9297-28.5156L77.9297-27.4902C77.9297-24.3164 79.834-22.7051 83.1543-22.7051ZM83.0566-3.90625C86.7676-3.90625 89.7949-6.64062 89.7949-10.3027C89.7949-13.9648 86.8164-16.6992 83.0566-16.6992C79.2969-16.6992 76.2207-13.9648 76.2207-10.3027C76.2207-6.68945 79.3457-3.90625 83.0566-3.90625Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1366.35 1556)">
<path d="M19.6777-21.8262L70.1172 28.6133C79.0527 37.5488 88.0371 37.5977 96.875 28.7598L147.51-21.9238C156.348-30.7617 156.348-39.7461 147.412-48.6816L96.9727-99.1211C88.0371-108.105 79.1016-108.154 70.2148-99.2188L19.4824-48.584C10.5957-39.6973 10.6934-30.7617 19.6777-21.8262ZM25.8789-27.7832C21.0449-32.6172 20.9473-37.793 25.9277-42.7246L76.0254-92.8223C80.957-97.8027 86.084-97.7539 90.9668-92.8711L141.113-42.7246C145.947-37.8906 146.094-32.666 141.113-27.7344L91.0156 22.3145C86.0352 27.2949 80.8105 27.1973 76.0742 22.4121ZM82.2754-22.3633C84.9609-22.3633 86.6211-24.0723 86.6211-26.2695L86.6211-27.3438C86.6211-31.0059 88.623-33.252 93.1641-36.3281C99.3652-40.4785 103.32-44.1406 103.32-51.2695C103.32-61.084 94.5312-66.6992 84.082-66.6992C73.5352-66.6992 66.6504-61.4258 65.1367-55.4688C64.8438-54.4922 64.6484-53.5156 64.6484-52.4902C64.6484-50.0977 66.5527-48.7305 68.4082-48.7305C71.4355-48.7305 72.0215-50.3906 73.6328-52.4414C75.3418-56.543 78.7598-59.3262 83.7402-59.3262C89.9414-59.3262 93.9453-55.8594 93.9453-50.8301C93.9453-46.5332 91.4062-44.2871 85.7422-40.332C81.0547-37.0605 77.9785-33.7402 77.9785-27.832L77.9785-26.6602C77.9785-23.8281 79.541-22.3633 82.2754-22.3633ZM82.1777-4.05273C85.498-4.05273 88.3301-6.73828 88.3301-10.0586C88.3301-13.4277 85.5469-16.0645 82.1777-16.0645C78.7598-16.0645 75.9766-13.3789 75.9766-10.0586C75.9766-6.78711 78.8086-4.05273 82.1777-4.05273Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1070.76 1556)">
<path d="M19.2383-22.5586L69.7266 27.9297C78.125 36.3281 86.7676 36.2793 95.0684 27.9785L145.557-22.6074C153.857-30.9082 154.004-39.5508 145.605-47.998L95.166-98.3887C86.6699-106.885 78.1738-106.836 69.7754-98.4375L19.1406-47.9004C10.7422-39.502 10.791-31.0059 19.2383-22.5586ZM23.9746-27.0508C18.6523-32.373 18.6523-38.0371 23.9746-43.4082L74.1699-93.6035C79.5898-98.9746 85.1562-98.9746 90.5273-93.6035L140.723-43.4082C145.947-38.1836 146.143-32.373 140.723-27.0508L90.5273 23.0957C85.1562 28.5156 79.3945 28.3691 74.2188 23.1445ZM81.2012-22.5098C83.252-22.5098 84.5215-23.877 84.5215-25.6348L84.5215-27.1973C84.5215-31.0059 86.377-33.3496 91.1621-36.5723C97.5586-40.8691 100.879-44.5801 100.879-51.123C100.879-60.0098 92.9199-65.6738 82.7637-65.6738C72.6074-65.6738 65.9668-60.1562 64.7461-53.9062C64.5508-53.0273 64.4043-52.1484 64.4043-51.2207C64.4043-49.3164 65.8691-48.2422 67.3828-48.2422C69.6777-48.2422 70.3125-49.5117 71.3379-51.2207C72.6074-56.1523 76.5137-59.8633 82.4707-59.8633C89.3555-59.8633 93.75-56.1035 93.75-50.7324C93.75-46.4355 91.3574-43.9453 85.4492-39.8438C80.5176-36.377 77.8809-33.1055 77.8809-27.5879L77.8809-25.8789C77.8809-23.7305 79.1016-22.5098 81.2012-22.5098ZM81.1035-4.93164C84.0332-4.93164 86.4746-7.32422 86.4746-10.2051C86.4746-13.1348 84.0332-15.4785 81.1035-15.4785C78.125-15.4785 75.6836-13.0859 75.6836-10.2051C75.6836-7.37305 78.1738-4.93164 81.1035-4.93164Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 775.563 1556)">
<path d="M18.6523-23.5352L69.1895 27.002C76.9043 34.7168 85.0586 34.5703 92.6758 27.002L143.018-23.5352C150.635-31.1035 150.928-39.2578 143.164-47.0215L92.7246-97.4609C84.9121-105.273 76.9043-105.127 69.1895-97.4121L18.6523-47.0215C10.9375-39.2578 10.9375-31.25 18.6523-23.5352ZM21.4355-26.123C15.4785-31.9824 15.5762-38.3789 21.4355-44.2871L71.7773-94.5801C77.7344-100.537 83.9844-100.537 89.9414-94.5801L140.186-44.3359C145.996-38.5742 146.191-31.9824 140.234-26.123L89.9414 24.1211C83.9844 30.0781 77.5391 29.9316 71.7773 24.1211ZM79.7363-22.7539C80.957-22.7539 81.7383-23.584 81.7383-24.8047L81.7383-26.9531C81.7383-31.0059 83.4473-33.3984 88.5254-36.8652C95.1172-41.4062 97.6562-45.1172 97.6562-50.9277C97.6562-58.6426 90.7227-64.2578 81.0547-64.2578C71.3379-64.2578 65.1367-58.4961 64.3066-51.9043C64.209-51.123 64.1113-50.3906 64.1113-49.5605C64.1113-48.3398 64.9902-47.6074 66.0645-47.6074C67.3828-47.6074 68.0176-48.3398 68.2617-49.5605C68.9453-55.6152 73.4863-60.5957 80.8594-60.5957C88.5742-60.5957 93.457-56.3965 93.457-50.6348C93.457-46.3379 91.3086-43.5059 85.1074-39.209C79.7852-35.498 77.7344-32.2754 77.7344-27.2461L77.7344-24.8535C77.7344-23.584 78.5645-22.7539 79.7363-22.7539ZM79.6875-6.10352C82.0801-6.10352 83.9844-8.10547 83.9844-10.3516C83.9844-12.6953 82.0801-14.6484 79.6875-14.6484C77.2461-14.6484 75.3418-12.6953 75.3418-10.3516C75.3418-8.10547 77.2949-6.10352 79.6875-6.10352Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 479.633 1556)">
<path d="M18.3594-24.0234L68.8965 26.5137C76.2695 33.8867 84.2285 33.6914 91.4551 26.4648L141.748-23.9746C148.975-31.2012 149.316-39.1602 141.943-46.5332L91.5039-96.9727C84.0332-104.443 76.2695-104.248 68.8965-96.875L18.4082-46.5332C10.9863-39.1602 10.9863-31.3965 18.3594-24.0234ZM20.166-25.6348C13.8672-31.7871 13.9648-38.5742 20.166-44.7266L70.5078-95.1172C76.7578-101.367 83.3496-101.367 89.6484-95.1172L139.893-44.8242C145.996-38.7207 146.24-31.7871 139.99-25.6348L89.5996 24.6582C83.3496 30.9082 76.6113 30.7617 70.5078 24.6582ZM79.0039-22.8516C79.7852-22.8516 80.2734-23.4375 80.2734-24.3652L80.2734-26.8555C80.2734-31.0059 81.9336-33.4473 87.1582-37.0605C93.8965-41.6992 96.0449-45.3613 96.0449-50.8301C96.0449-57.9102 89.5996-63.5742 80.1758-63.5742C70.7031-63.5742 64.6973-57.6172 64.0625-50.8301C64.0137-50.1465 63.916-49.4629 63.916-48.6816C63.916-47.8027 64.502-47.2656 65.3809-47.2656C66.1621-47.2656 66.8457-47.7539 66.6992-48.6816C67.041-55.3223 71.9727-60.9375 80.0293-60.9375C88.1836-60.9375 93.3105-56.5918 93.3105-50.5859C93.3105-46.2402 91.2598-43.2617 84.9121-38.916C79.4434-35.0586 77.6367-31.8359 77.6367-27.0508L77.6367-24.3164C77.6367-23.4863 78.2715-22.8516 79.0039-22.8516ZM78.9551-6.68945C81.0547-6.68945 82.7148-8.54492 82.7148-10.4492C82.7148-12.5 81.0547-14.2578 78.9551-14.2578C76.8066-14.2578 75.1953-12.5 75.1953-10.4492C75.1953-8.49609 76.8066-6.68945 78.9551-6.68945Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2863.5 1126)">
<path d="M16.4551-21.4355L56.0547 18.1641C64.7461 26.8555 75.0488 26.8555 83.7402 18.1641L123.291-21.4355C131.982-30.127 132.031-40.3809 123.34-49.0723L83.7402-88.6719C75.0488-97.3633 64.7461-97.3633 56.0547-88.6719L16.5039-49.1211C7.8125-40.4297 7.76367-30.127 16.4551-21.4355ZM31.4941-32.3242C29.4922-34.3262 29.2969-35.9863 31.4941-38.1836L66.9434-73.6328C69.1895-75.8789 70.8008-75.6836 72.8516-73.6328L108.301-38.1836C110.303-36.1816 110.498-34.5215 108.301-32.3242L72.8516 3.125C70.6055 5.37109 68.9941 5.17578 66.9434 3.125ZM68.3594-27.3926C72.1191-27.3926 75.0488-29.0039 75.7812-31.3477C75.8789-31.4941 75.9277-31.7871 75.9766-31.8848C76.8066-33.4473 79.1992-34.8633 81.25-36.084C86.5723-39.3066 88.2324-41.9434 88.2324-46.6797C88.2324-54.7852 80.5176-60.791 70.0195-60.791C61.7676-60.791 55.3711-57.7637 52.9785-52.7832C52.4414-51.709 52.1973-50.6836 52.1973-49.5117C52.1973-46.3867 54.5898-43.457 59.7168-43.457C62.9395-43.457 64.5996-44.9219 65.625-45.8008C67.1387-47.1191 67.9199-47.6074 68.9941-47.6074C70.166-47.6074 70.9473-46.875 70.9473-45.7031C70.9473-44.1895 68.9453-42.6758 65.4785-40.332C62.1094-38.0371 60.0586-35.8887 60.0586-33.3496L60.0586-33.252C60.0586-29.3945 63.0371-27.3926 68.3594-27.3926ZM68.457-10.4492C73.0957-10.4492 76.3672-12.8906 76.3672-17.2363C76.3672-21.4844 73.0957-23.9746 68.457-23.9746C63.8184-23.9746 60.4004-21.5332 60.4004-17.2363C60.4004-12.8906 63.8184-10.4492 68.457-10.4492Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2567.87 1126)">
<path d="M16.2598-22.1191L55.7129 17.334C64.0625 25.6836 73.584 25.6836 81.9336 17.3828L121.436-22.168C129.785-30.4688 129.785-40.0391 121.436-48.3887L81.9336-87.8418C73.6328-96.1914 64.0625-96.1914 55.7129-87.8906L16.2109-48.3398C7.86133-40.0391 7.91016-30.4688 16.2598-22.1191ZM29.0527-31.7383C26.709-34.1309 26.5137-36.2305 29.0527-38.7695L65.2832-75C67.8711-77.5879 69.9707-77.3926 72.3633-75.0488L108.594-38.7695C110.986-36.4258 111.133-34.2773 108.594-31.7383L72.3633 4.49219C69.8242 7.03125 67.6758 6.88477 65.332 4.54102ZM67.4316-26.8555C70.8984-26.8555 73.4375-28.4668 74.0234-30.7129C74.0723-30.8594 74.1211-31.1035 74.1699-31.25C74.8047-33.0566 77.002-34.5703 79.3945-36.0352C84.5703-39.2578 86.6211-41.9434 86.6211-46.9238C86.6211-55.0293 79.0527-60.6934 69.043-60.6934C60.791-60.6934 54.541-57.4219 52.4414-52.5391C51.9531-51.5137 51.7578-50.5859 51.7578-49.4629C51.7578-46.582 53.9551-44.0918 58.252-44.0918C61.377-44.0918 62.7441-45.5078 63.916-46.6309C65.4297-48.2422 66.6016-49.0234 68.2129-49.0234C70.166-49.0234 71.3867-47.8516 71.3867-46.0938C71.3867-44.1406 69.3848-42.627 65.7227-40.1367C62.3535-37.793 60.1562-35.5469 60.1562-32.4707L60.1562-32.2266C60.1562-28.7109 62.7441-26.8555 67.4316-26.8555ZM67.4805-10.498C71.6797-10.498 74.7559-12.8906 74.7559-16.8457C74.7559-20.8008 71.6797-23.1934 67.4805-23.1934C63.2324-23.1934 60.1074-20.8496 60.1074-16.8457C60.1074-12.8906 63.2324-10.498 67.4805-10.498Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2272.35 1126)">
<path d="M15.9668-22.9492L55.3223 16.4062C63.2812 24.3652 72.0215 24.4141 79.9316 16.4551L119.385-22.998C127.295-30.9082 127.246-39.6484 119.287-47.6074L79.9805-86.9141C72.0215-94.873 63.2812-94.9219 55.3711-86.9629L15.918-47.5586C7.95898-39.5996 8.00781-30.9082 15.9668-22.9492ZM26.3184-31.1035C23.584-33.8379 23.4375-36.5234 26.3672-39.4531L63.4766-76.5625C66.3574-79.4434 69.043-79.3457 71.7773-76.5625L108.936-39.4043C111.719-36.6699 111.865-33.9844 108.936-31.0547L71.8262 6.05469C68.8965 8.93555 66.2109 8.83789 63.4766 6.10352ZM66.4062-26.2695C69.4824-26.2695 71.6797-27.8809 72.0703-29.9805C72.1191-30.1758 72.1191-30.4199 72.168-30.5664C72.5586-32.7148 74.5605-34.2773 77.2949-35.9863C82.3242-39.209 84.8633-41.9434 84.8633-47.2168C84.8633-55.3223 77.3438-60.498 67.9688-60.498C59.668-60.498 53.6621-57.0312 51.8066-52.2949C51.416-51.3184 51.2207-50.4395 51.2207-49.4141C51.2207-46.7773 53.2715-44.7266 56.6406-44.7266C59.668-44.7266 60.6934-46.1914 62.0117-47.5586C63.5742-49.5605 65.1367-50.5859 67.2852-50.5859C70.1172-50.5859 71.9238-48.9746 71.9238-46.5332C71.9238-44.0918 69.9219-42.5781 66.0156-39.8926C62.5977-37.5 60.3027-35.1562 60.3027-31.4941L60.3027-31.1035C60.3027-27.9297 62.4512-26.2695 66.4062-26.2695ZM66.3574-10.5469C70.1172-10.5469 72.9492-12.8418 72.9492-16.4551C72.9492-20.0195 70.1172-22.3633 66.3574-22.3633C62.5977-22.3633 59.7168-20.0195 59.7168-16.4551C59.7168-12.8906 62.6465-10.5469 66.3574-10.5469Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1976.45 1126)">
<path d="M15.8203-23.4863L55.0293 15.7715C62.7441 23.4375 70.8984 23.4863 78.5156 15.8691L117.92-23.5352C125.586-31.2012 125.537-39.3555 117.871-47.0215L78.6133-86.2793C70.8984-93.9941 62.793-94.043 55.127-86.377L15.7227-46.9727C8.05664-39.3066 8.10547-31.1523 15.8203-23.4863ZM24.4141-30.6641C21.4355-33.6914 21.2891-36.7188 24.4629-39.8926L62.1582-77.5879C65.332-80.7617 68.3594-80.6641 71.4355-77.6367L109.18-39.8438C112.207-36.8164 112.354-33.7891 109.18-30.6152L71.4355 7.08008C68.2617 10.2539 65.1855 10.1562 62.207 7.17773ZM65.6738-25.8789C68.5547-25.8789 70.459-27.4414 70.7031-29.4922C70.7031-29.6875 70.752-29.8828 70.752-30.0781C71.0449-32.4219 72.9004-34.0332 75.8301-35.9863C80.7617-39.1602 83.5938-41.9434 83.5938-47.4121C83.5938-55.5176 76.2207-60.4004 67.2363-60.4004C58.8867-60.4004 53.0762-56.7383 51.416-52.0996C51.0742-51.2207 50.8789-50.3418 50.8789-49.4141C50.8789-46.9238 52.7832-45.2148 55.5664-45.2148C58.4473-45.2148 59.2773-46.6309 60.6934-48.1934C62.2559-50.4395 64.1113-51.709 66.6504-51.709C70.0684-51.709 72.3145-49.7559 72.3145-46.8262C72.3145-44.0918 70.2637-42.5293 66.2598-39.7461C62.793-37.3535 60.3516-34.9121 60.3516-30.8105L60.3516-30.3711C60.3516-27.3926 62.2559-25.8789 65.6738-25.8789ZM65.625-10.5469C68.9941-10.5469 71.7285-12.8418 71.7285-16.1621C71.7285-19.4824 69.043-21.7773 65.625-21.7773C62.1582-21.7773 59.4727-19.4336 59.4727-16.1621C59.4727-12.8906 62.207-10.5469 65.625-10.5469Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1680.37 1126)">
<path d="M15.6738-23.9258L54.834 15.2832C62.3535 22.7539 70.0684 22.8027 77.4902 15.3809L116.846-23.9746C124.268-31.3965 124.219-39.1113 116.748-46.6309L77.5879-85.791C70.0684-93.3105 62.3535-93.3594 54.9316-85.8887L15.5273-46.5332C8.10547-39.1113 8.1543-31.3965 15.6738-23.9258ZM22.998-30.3223C19.7754-33.5449 19.6777-36.8652 23.0469-40.2344L61.2305-78.418C64.5996-81.7871 67.8711-81.6895 71.1426-78.418L109.375-40.1855C112.598-36.9629 112.695-33.6426 109.326-30.2734L71.1914 7.91016C67.8223 11.2305 64.4531 11.1328 61.2305 7.95898ZM65.0879-25.5859C67.8223-25.5859 69.5312-27.0996 69.6777-29.1016C69.6777-29.2969 69.6777-29.541 69.7266-29.6875C69.873-32.2266 71.582-33.8867 74.7559-35.9375C79.5898-39.1113 82.666-41.9434 82.666-47.5586C82.666-55.6641 75.3418-60.3516 66.6504-60.3516C58.3008-60.3516 52.5879-56.543 51.0742-51.9531C50.7812-51.123 50.5859-50.2441 50.5859-49.3652C50.5859-47.0215 52.4414-45.5566 54.6875-45.5566C57.5684-45.5566 58.2031-47.0215 59.7168-48.6816C61.2793-51.123 63.3301-52.5391 66.2109-52.5391C70.0684-52.5391 72.5586-50.3418 72.5586-47.0703C72.5586-44.043 70.5566-42.4805 66.4062-39.5996C62.9395-37.207 60.4004-34.7168 60.4004-30.3223L60.4004-29.7852C60.4004-27.002 62.1094-25.5859 65.0879-25.5859ZM65.0391-10.5469C68.1641-10.5469 70.752-12.8418 70.752-15.9668C70.752-19.043 68.2129-21.3379 65.0391-21.3379C61.8652-21.3379 59.2773-19.043 59.2773-15.9668C59.2773-12.8906 61.8652-10.5469 65.0391-10.5469Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1384.46 1126)">
<path d="M15.4785-24.4629L54.5898 14.6484C61.8164 21.875 68.9453 21.9238 76.123 14.7949L115.43-24.5605C122.559-31.6895 122.51-38.8672 115.283-46.0938L76.2207-85.1562C68.9941-92.3828 61.8652-92.4805 54.6875-85.3027L15.332-45.9961C8.1543-38.8184 8.25195-31.6895 15.4785-24.4629ZM21.1426-29.8828C17.6758-33.3984 17.5781-37.0605 21.1914-40.6738L59.9609-79.4434C63.5742-83.0566 67.2363-83.0078 70.752-79.4922L109.619-40.625C113.086-37.1582 113.184-33.4473 109.57-29.834L70.8008 8.93555C67.1875 12.5488 63.4277 12.4512 60.0098 9.0332ZM64.4043-25.1465C66.8457-25.1465 68.3105-26.709 68.3105-28.6133L68.3105-29.1992C68.3105-31.9336 69.9219-33.6914 73.3398-35.9375C78.0762-39.0625 81.4453-41.8945 81.4453-47.7539C81.4453-55.8594 74.2188-60.2539 65.918-60.2539C57.5195-60.2539 52.002-56.25 50.6836-51.7578C50.3906-50.9766 50.2441-50.1465 50.2441-49.3652C50.2441-47.168 51.9531-45.9961 53.6133-45.9961C56.3477-45.9961 56.8359-47.4609 58.3984-49.3164C59.9609-52.002 62.3535-53.6133 65.5762-53.6133C70.0684-53.6133 72.9492-51.0742 72.9492-47.3633C72.9492-44.043 70.8984-42.4316 66.6016-39.4531C63.1348-37.0117 60.498-34.4238 60.498-29.6387L60.498-29.0039C60.498-26.4648 61.8652-25.1465 64.4043-25.1465ZM64.2578-10.5957C67.0898-10.5957 69.5312-12.8418 69.5312-15.6738C69.5312-18.5059 67.1387-20.752 64.2578-20.752C61.4258-20.752 59.0332-18.457 59.0332-15.6738C59.0332-12.8906 61.4746-10.5957 64.2578-10.5957Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1088.78 1126)">
<path d="M15.0879-25.0977L54.1992 14.0137C60.9863 20.8008 67.8223 20.8008 74.4629 14.1113L113.672-25.1465C120.361-31.8359 120.41-38.6719 113.672-45.4102L74.5605-84.5215C67.7734-91.3086 60.9863-91.3086 54.2969-84.5703L14.9902-45.3613C8.30078-38.623 8.34961-31.8359 15.0879-25.0977ZM19.4336-29.248C15.5273-33.1055 15.4785-37.3047 19.4336-41.2598L58.3008-80.127C62.3047-84.1309 66.4062-84.082 70.3613-80.1758L109.229-41.2598C113.135-37.4023 113.232-33.1543 109.229-29.1992L70.3613 9.61914C66.4062 13.623 62.1582 13.5254 58.3496 9.7168ZM63.4277-25.293C65.2832-25.293 66.4551-26.5137 66.4551-28.0762L66.4551-29.0527C66.4551-31.9336 67.9199-33.7402 71.5332-36.1328C76.416-39.4043 79.248-42.2852 79.248-47.6074C79.248-54.9316 72.7539-59.2773 64.7461-59.2773C56.6895-59.2773 51.416-55.127 50.3418-50.3906C50.1465-49.6582 50.0488-48.9746 50.0488-48.1934C50.0488-46.4844 51.3672-45.5566 52.6855-45.5566C54.7852-45.5566 55.2734-46.6797 56.2988-48.1934C57.5195-51.6113 60.3027-54.1016 64.502-54.1016C69.5312-54.1016 72.7539-51.3184 72.7539-47.3145C72.7539-43.9453 70.8496-42.1387 66.3574-39.0137C62.6465-36.4258 60.4004-33.8867 60.4004-29.3945L60.4004-28.3203C60.4004-26.3672 61.5234-25.293 63.4277-25.293ZM63.3301-11.377C65.7715-11.377 67.8711-13.3301 67.8711-15.7715C67.8711-18.2129 65.8203-20.166 63.3301-20.166C60.8398-20.166 58.7891-18.2129 58.7891-15.7715C58.7891-13.3789 60.8887-11.377 63.3301-11.377Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 793.434 1126)">
<path d="M14.5996-25.9277L53.7109 13.1836C59.8633 19.3359 66.3086 19.2383 72.3145 13.2324L111.426-25.9766C117.432-31.9824 117.627-38.4277 111.475-44.5801L72.4121-83.6426C66.2109-89.8438 59.8633-89.7461 53.7598-83.6426L14.5508-44.5312C8.44727-38.4277 8.44727-32.0801 14.5996-25.9277ZM17.1875-28.3691C12.6953-32.8125 12.7441-37.5977 17.1875-42.041L56.1523-81.0059C60.6445-85.498 65.332-85.498 69.8242-81.0547L108.74-42.0898C113.135-37.7441 113.281-32.8125 108.789-28.3691L69.8242 10.5469C65.332 15.0391 60.498 14.9414 56.1523 10.5957ZM62.1094-25.4883C63.2324-25.4883 63.916-26.2695 63.916-27.3438L63.916-28.8574C63.916-31.9336 65.2832-33.7891 69.1895-36.4258C74.2676-39.8926 76.3672-42.7734 76.3672-47.4121C76.3672-53.6621 70.8008-58.0566 63.1836-58.0566C55.5664-58.0566 50.6348-53.6133 49.9512-48.584C49.8047-47.9492 49.7559-47.3633 49.7559-46.6797C49.7559-45.6055 50.5371-44.9707 51.4648-44.9707C52.6855-44.9707 53.1738-45.6543 53.5645-46.6797C54.1992-51.123 57.6172-54.7363 63.0371-54.7363C68.8477-54.7363 72.4609-51.5625 72.4609-47.2168C72.4609-43.8477 70.752-41.748 66.0156-38.4766C62.0117-35.6445 60.2539-33.1055 60.2539-29.1016L60.2539-27.3926C60.2539-26.2207 60.9863-25.4883 62.1094-25.4883ZM62.0605-12.4023C64.0137-12.4023 65.625-14.0625 65.625-15.918C65.625-17.8711 64.0137-19.4824 62.0605-19.4824C60.0586-19.4824 58.4961-17.8711 58.4961-15.918C58.4961-14.0625 60.0586-12.4023 62.0605-12.4023Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 497.406 1126)">
<path d="M14.3555-26.3672L53.4668 12.7441C59.3262 18.6035 65.5273 18.457 71.2402 12.7441L110.254-26.3672C115.967-32.0801 116.211-38.2812 110.352-44.1406L71.2891-83.2031C65.3809-89.1113 59.3262-88.9648 53.4668-83.1543L14.3555-44.1406C8.49609-38.2812 8.49609-32.2266 14.3555-26.3672ZM16.0156-27.9297C11.2305-32.6172 11.3281-37.7441 16.0156-42.4805L55.0293-81.4941C59.7656-86.2305 64.7949-86.2305 69.5801-81.4941L108.496-42.5293C113.135-37.8906 113.33-32.6172 108.594-27.9297L69.5312 11.0352C64.7949 15.7715 59.668 15.6738 55.0293 11.0352ZM61.4746-25.5859C62.1582-25.5859 62.6465-26.1719 62.6465-26.9531L62.6465-28.7598C62.6465-31.9336 63.9648-33.8379 67.9688-36.5723C73.1445-40.1367 74.9023-43.0176 74.9023-47.3633C74.9023-53.0273 69.7754-57.373 62.4023-57.373C54.9805-57.373 50.2441-52.832 49.707-47.6562C49.6582-47.0703 49.6094-46.5332 49.6094-45.8984C49.6094-45.1172 50.1465-44.6289 50.8789-44.6289C51.6602-44.6289 52.1484-45.1172 52.1973-45.8984C52.5391-50.8789 56.25-55.0293 62.2559-55.0293C68.457-55.0293 72.3633-51.709 72.3633-47.168C72.3633-43.7988 70.752-41.5527 65.8691-38.1836C61.6699-35.2051 60.2051-32.7148 60.2051-28.9551L60.2051-26.9531C60.2051-26.1719 60.7422-25.5859 61.4746-25.5859ZM61.377-12.9395C63.1348-12.9395 64.4531-14.4043 64.4531-16.0156C64.4531-17.6758 63.1348-19.0918 61.377-19.0918C59.668-19.0918 58.3008-17.6758 58.3008-16.0156C58.3008-14.4043 59.668-12.9395 61.377-12.9395Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2878.69 696)">
<path d="M12.8906-24.4629L43.8965 6.54297C50.6836 13.3301 58.6914 13.3301 65.4785 6.54297L96.4844-24.4629C103.271-31.25 103.271-39.2578 96.4844-46.0449L65.4785-77.0508C58.6914-83.8379 50.6836-83.8379 43.8965-77.0508L12.8906-46.0449C6.10352-39.2578 6.10352-31.25 12.8906-24.4629ZM24.5117-32.9102C22.9004-34.5215 22.7539-35.8398 24.5117-37.5977L52.3438-65.4297C54.1016-67.1875 55.4199-67.041 57.0312-65.4297L84.8633-37.5977C86.4746-35.9863 86.6211-34.668 84.8633-32.9102L57.0312-5.07812C55.2734-3.32031 53.9551-3.4668 52.3438-5.07812ZM53.5156-29.0527C56.4453-29.0527 58.6914-30.3223 59.2773-32.1289C59.3262-32.2754 59.375-32.4707 59.4238-32.5684C60.0586-33.7891 61.9141-34.9121 63.5254-35.8887C67.6758-38.4277 69.043-40.4785 69.043-44.2383C69.043-50.5859 62.9883-55.2734 54.7852-55.2734C48.3398-55.2734 43.3105-52.8809 41.4551-48.9746C41.0645-48.1445 40.8691-47.3633 40.8691-46.4355C40.8691-43.9941 42.7246-41.748 46.6797-41.748C49.2188-41.748 50.4883-42.8711 51.3184-43.6035C52.4902-44.6289 53.125-45.0195 54.0039-45.0195C54.9805-45.0195 55.6152-44.4336 55.6152-43.457C55.6152-42.2363 54.0527-41.0645 51.3184-39.209C48.6816-37.4023 47.0703-35.7422 47.0703-33.6914L47.0703-33.5938C47.0703-30.6152 49.3652-29.0527 53.5156-29.0527ZM53.5645-15.8203C57.1777-15.8203 59.7168-17.7246 59.7168-21.0938C59.7168-24.4141 57.1777-26.3672 53.5645-26.3672C49.9512-26.3672 47.3145-24.4629 47.3145-21.0938C47.3145-17.7246 49.9512-15.8203 53.5645-15.8203Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2582.71 696)">
<path d="M12.7441-24.9512L43.6523 5.95703C50.2441 12.5488 57.7148 12.5488 64.3066 6.00586L95.2637-24.9512C101.807-31.543 101.807-39.0137 95.2148-45.5566L64.3066-76.4648C57.7148-83.0566 50.2441-83.0566 43.7012-76.5137L12.7441-45.5566C6.15234-38.9648 6.20117-31.4941 12.7441-24.9512ZM22.8516-32.5195C20.9961-34.375 20.8496-35.9863 22.8516-37.9883L51.2695-66.4062C53.2227-68.3594 54.8828-68.2617 56.6895-66.4062L85.1562-37.9883C86.9629-36.1328 87.1094-34.4727 85.1562-32.5195L56.6895-4.10156C54.7363-2.14844 53.0762-2.24609 51.2695-4.10156ZM52.8809-28.6133C55.6641-28.6133 57.666-29.9316 58.1543-31.6895C58.1543-31.8359 58.2031-32.0312 58.252-32.0801C58.7402-33.5449 60.4492-34.7168 62.3047-35.8398C66.3086-38.3301 68.0664-40.4297 68.0664-44.4336C68.0664-50.8789 62.0117-55.2734 54.1992-55.2734C47.6562-55.2734 42.7734-52.7344 41.0645-48.9258C40.7227-48.1445 40.5273-47.4121 40.5273-46.5332C40.5273-44.1895 42.334-42.2363 45.6543-42.2363C48.1934-42.2363 49.2676-43.4082 50.2441-44.3359C51.4648-45.5566 52.3438-46.0449 53.5156-46.0449C55.0293-46.0449 56.0059-45.166 56.0059-43.75C56.0059-42.2363 54.3945-41.0645 51.5625-39.1113C48.9258-37.3047 47.168-35.5469 47.168-33.0566L47.168-32.9102C47.168-30.0781 49.2188-28.6133 52.8809-28.6133ZM52.9297-15.7715C56.25-15.7715 58.6914-17.6758 58.6914-20.8008C58.6914-23.9258 56.25-25.8301 52.9297-25.8301C49.5605-25.8301 47.0703-23.9258 47.0703-20.8008C47.0703-17.6758 49.6094-15.7715 52.9297-15.7715Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2286.78 696)">
<path d="M12.5977-25.4883L43.4082 5.32227C49.7559 11.6699 56.6406 11.7188 62.9395 5.41992L93.8477-25.4883C100.146-31.8359 100.146-38.7207 93.7988-45.0195L62.9883-75.8301C56.6406-82.1777 49.7559-82.2266 43.457-75.9277L12.5-45.0195C6.20117-38.6719 6.25-31.7871 12.5977-25.4883ZM20.9473-32.1289C18.8965-34.2285 18.75-36.1816 20.9473-38.3789L50.0488-67.4805C52.2461-69.6777 54.248-69.5801 56.2988-67.5293L85.4492-38.3789C87.5-36.2793 87.6465-34.3262 85.4004-32.1289L56.3477-3.02734C54.1504-0.830078 52.0996-0.927734 50.0488-2.97852ZM52.1973-28.1738C54.7852-28.1738 56.5918-29.4922 56.8848-31.25C56.8848-31.3477 56.9336-31.4941 56.9336-31.5918C57.2754-33.252 58.8379-34.4727 60.9375-35.791C64.7949-38.2324 66.9434-40.3809 66.9434-44.6777C66.9434-51.2207 60.9375-55.2734 53.5156-55.2734C46.9238-55.2734 42.1875-52.5879 40.625-48.9258C40.332-48.1445 40.1855-47.4609 40.1855-46.6309C40.1855-44.4336 41.8945-42.8223 44.5801-42.8223C47.0703-42.8223 47.9004-44.043 49.0234-45.2148C50.3418-46.582 51.4648-47.2168 52.9785-47.2168C55.0781-47.2168 56.4453-45.9961 56.4453-44.0918C56.4453-42.1875 54.7852-41.0645 51.8066-38.9648C49.1699-37.1582 47.2656-35.3027 47.2656-32.3242L47.2656-32.1289C47.2656-29.4922 49.0234-28.1738 52.1973-28.1738ZM52.1973-15.6738C55.1758-15.6738 57.5195-17.5781 57.5195-20.459C57.5195-23.3398 55.2246-25.2441 52.1973-25.2441C49.1699-25.2441 46.8262-23.3398 46.8262-20.459C46.8262-17.5781 49.2188-15.6738 52.1973-15.6738Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1990.63 696)">
<path d="M12.5-25.8301L43.2129 4.93164C49.4141 11.084 55.8594 11.1328 62.0117 5.0293L92.9199-25.8789C99.0234-32.0312 98.9746-38.5254 92.8223-44.6777L62.0605-75.4395C55.9082-81.5918 49.4141-81.6406 43.2617-75.4883L12.4023-44.6289C6.25-38.4766 6.29883-31.9824 12.5-25.8301ZM19.6289-31.8359C17.3828-34.082 17.2852-36.3281 19.6777-38.6719L49.2188-68.2129C51.5625-70.6055 53.8086-70.5078 56.0547-68.2617L85.6445-38.6719C87.8906-36.4258 87.9883-34.1797 85.6445-31.7871L56.1035-2.29492C53.7109 0.0976562 51.4648 0 49.2188-2.19727ZM51.7578-27.832C54.1992-27.832 55.8105-29.1504 55.957-30.9082C56.0059-31.0059 56.0059-31.1523 56.0059-31.2012C56.25-33.0078 57.7148-34.2773 59.9609-35.7422C63.7695-38.1836 66.1621-40.332 66.1621-44.8242C66.1621-51.4648 60.1562-55.2734 53.0273-55.2734C46.3867-55.2734 41.748-52.4414 40.332-48.877C40.0879-48.1934 39.8926-47.4609 39.8926-46.7285C39.8926-44.6289 41.5527-43.2129 43.7988-43.2129C46.2891-43.2129 46.9238-44.4336 48.1934-45.8008C49.5605-47.2656 50.8789-47.998 52.5879-47.998C55.0781-47.998 56.7383-46.5332 56.7383-44.3359C56.7383-42.1875 55.0781-41.0156 52.002-38.916C49.3652-37.0605 47.3145-35.1562 47.3145-31.8359L47.3145-31.6406C47.3145-29.1016 48.877-27.832 51.7578-27.832ZM51.709-15.625C54.4922-15.625 56.6895-17.5293 56.6895-20.2637C56.6895-22.9492 54.4922-24.8535 51.709-24.8535C48.877-24.8535 46.6797-22.9492 46.6797-20.2637C46.6797-17.5293 48.9258-15.625 51.709-15.625Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1694.33 696)">
<path d="M12.4023-26.123L43.0664 4.58984C49.1211 10.6445 55.2734 10.6934 61.2793 4.6875L92.1875-26.1719C98.1934-32.1777 98.0957-38.3301 92.041-44.3848L61.377-75.0977C55.3223-81.1523 49.1699-81.2012 43.1641-75.1953L12.2559-44.3359C6.25-38.3301 6.34766-32.1777 12.4023-26.123ZM18.6523-31.6406C16.3086-34.0332 16.2109-36.4258 18.6523-38.916L48.584-68.7988C51.0254-71.2891 53.4668-71.2402 55.8594-68.8477L85.791-38.8672C88.1836-36.4746 88.2812-34.082 85.791-31.5918L55.9082-1.70898C53.418 0.78125 50.9277 0.732422 48.584-1.61133ZM51.3672-27.5879C53.7109-27.5879 55.2246-28.9551 55.3223-30.6641C55.3223-30.7617 55.3223-30.8594 55.3223-30.957C55.4688-32.8613 56.8359-34.1797 59.2773-35.6934C62.9883-38.1348 65.625-40.332 65.625-44.9219C65.625-51.6113 59.6191-55.2734 52.6855-55.2734C45.9961-55.2734 41.4551-52.3926 40.1367-48.877C39.8926-48.1934 39.6973-47.5098 39.6973-46.7773C39.6973-44.7266 41.3086-43.5059 43.2129-43.5059C45.7031-43.5059 46.1914-44.7754 47.5586-46.2402C48.9746-47.8027 50.4395-48.584 52.2949-48.584C55.127-48.584 56.9336-46.9727 56.9336-44.5312C56.9336-42.1875 55.2734-41.0156 52.1484-38.8184C49.5117-37.0117 47.3633-35.0098 47.3633-31.4453L47.3633-31.2012C47.3633-28.8086 48.7793-27.5879 51.3672-27.5879ZM51.3184-15.5762C53.9062-15.5762 56.1035-17.4805 56.1035-20.0684C56.1035-22.6562 53.9551-24.5117 51.3184-24.5117C48.6816-24.5117 46.5332-22.6074 46.5332-20.0684C46.5332-17.5293 48.7305-15.5762 51.3184-15.5762Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1398.16 696)">
<path d="M12.2559-26.4648L42.9199 4.15039C48.7793 10.0586 54.541 10.1074 60.4004 4.29688L91.2109-26.5625C97.0703-32.373 96.9727-38.1348 91.0645-44.043L60.4492-74.6582C54.5898-80.5664 48.8281-80.6152 42.9688-74.8047L12.1582-43.9453C6.29883-38.0859 6.39648-32.373 12.2559-26.4648ZM17.334-31.3477C14.8438-33.8867 14.7461-36.5723 17.3828-39.209L47.7051-69.5312C50.3906-72.168 53.0273-72.1191 55.5664-69.5801L86.0352-39.1602C88.5742-36.6211 88.623-33.9355 85.9863-31.2988L55.6152-0.976562C52.9785 1.66016 50.293 1.61133 47.7539-0.878906ZM50.9277-27.2461C53.125-27.2461 54.4434-28.6133 54.4434-30.3223L54.4434-30.6152C54.4434-32.666 55.7617-33.9844 58.3008-35.6934C61.9629-38.0371 64.8438-40.2832 64.8438-45.1172C64.8438-51.8555 58.8379-55.2734 52.1973-55.2734C45.459-55.2734 41.0156-52.2461 39.8438-48.877C39.5996-48.1934 39.4531-47.5098 39.4531-46.8262C39.4531-44.9219 41.0156-43.8965 42.4316-43.8965C44.9219-43.8965 45.2637-45.2148 46.7285-46.7773C48.1934-48.5352 49.8535-49.4141 51.9043-49.4141C55.127-49.4141 57.2266-47.5586 57.2266-44.7754C57.2266-42.1875 55.5664-41.0156 52.2949-38.7695C49.6582-36.9141 47.4609-34.8633 47.4609-30.957L47.4609-30.7129C47.4609-28.418 48.6816-27.2461 50.9277-27.2461ZM50.8301-15.5273C53.2227-15.5273 55.3223-17.4316 55.3223-19.8242C55.3223-22.2656 53.2715-24.1211 50.8301-24.1211C48.3887-24.1211 46.3379-22.2168 46.3379-19.8242C46.3379-17.4805 48.4375-15.5273 50.8301-15.5273Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1102.35 696)">
<path d="M11.9629-27.0508L42.5781 3.61328C48.0469 9.08203 53.5645 9.08203 58.9355 3.71094L89.6973-27.0996C95.1172-32.5195 95.1172-37.9883 89.6484-43.457L59.0332-74.0723C53.5645-79.5898 48.0957-79.5898 42.627-74.1699L11.8652-43.4082C6.39648-37.9395 6.49414-32.5195 11.9629-27.0508ZM15.8691-30.7617C12.9395-33.6914 12.8906-36.7676 15.8691-39.7461L46.2891-70.1172C49.2676-73.1445 52.3438-73.0957 55.2246-70.166L85.6934-39.6973C88.5742-36.8164 88.6719-33.6914 85.6934-30.7617L55.2734-0.341797C52.2949 2.63672 49.1699 2.58789 46.3379-0.292969ZM50.0488-27.3926C51.7578-27.3926 52.7832-28.4668 52.7832-29.834L52.7832-30.4688C52.7832-32.666 54.0039-34.0332 56.7383-35.8887C60.498-38.3789 62.9395-40.625 62.9395-44.9707C62.9395-51.0254 57.5684-54.4434 51.1719-54.4434C44.7266-54.4434 40.5273-51.2695 39.5508-47.6562C39.4043-47.0215 39.2578-46.4355 39.2578-45.8496C39.2578-44.3359 40.4785-43.457 41.6504-43.457C43.5059-43.457 43.8965-44.4824 44.9219-45.8008C45.9961-48.1934 48.0469-49.8047 50.9277-49.8047C54.6875-49.8047 57.0801-47.7539 57.0801-44.7266C57.0801-42.0898 55.5176-40.7715 52.0996-38.3789C49.2676-36.377 47.3633-34.375 47.3633-30.7617L47.3633-30.0781C47.3633-28.3203 48.3398-27.3926 50.0488-27.3926ZM50-16.2598C52.0508-16.2598 53.8086-17.8711 53.8086-19.9219C53.8086-22.0215 52.0508-23.6328 50-23.6328C47.9004-23.6328 46.1426-21.9727 46.1426-19.9219C46.1426-17.9199 47.9004-16.2598 50-16.2598Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 806.813 696)">
<path d="M11.5234-27.7832L42.1875 2.88086C47.1191 7.8125 52.2461 7.76367 57.0801 2.88086L87.6953-27.832C92.5781-32.666 92.6758-37.793 87.7441-42.7246L57.1289-73.3398C52.1484-78.3203 47.1191-78.2715 42.1875-73.3398L11.4746-42.6758C6.5918-37.793 6.5918-32.7148 11.5234-27.7832ZM13.8672-30.0293C10.498-33.3984 10.498-37.0117 13.8672-40.4297L44.3848-70.9473C47.8027-74.3652 51.416-74.3652 54.7852-70.9473L85.3027-40.4297C88.623-37.1094 88.7695-33.3984 85.3027-30.0293L54.834 0.439453C51.3672 3.90625 47.7051 3.80859 44.3848 0.488281ZM48.9258-27.5879C49.9512-27.5879 50.5859-28.2715 50.5859-29.1992L50.5859-30.2734C50.5859-32.666 51.6602-34.082 54.6387-36.1328C58.5938-38.7695 60.4004-41.0156 60.4004-44.8242C60.4004-49.9023 55.8105-53.3203 49.8047-53.3203C43.75-53.3203 39.8438-49.9023 39.209-46.0449C39.1113-45.5566 39.0137-45.0195 39.0137-44.4824C39.0137-43.5059 39.7461-42.9688 40.5762-42.9688C41.6992-42.9688 42.0898-43.6035 42.4805-44.4824C43.1152-47.8027 45.6543-50.3906 49.6582-50.3906C54.0527-50.3906 56.8359-47.998 56.8359-44.6289C56.8359-41.9922 55.4688-40.4297 51.8066-37.8906C48.6816-35.6934 47.2656-33.7402 47.2656-30.5176L47.2656-29.2969C47.2656-28.2227 47.9004-27.5879 48.9258-27.5879ZM48.877-17.1387C50.4883-17.1387 51.8555-18.5059 51.8555-20.0684C51.8555-21.6797 50.4883-22.998 48.877-22.998C47.2168-22.998 45.8984-21.6797 45.8984-20.0684C45.8984-18.5059 47.2168-17.1387 48.877-17.1387Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 510.712 696)">
<path d="M11.3281-28.1738L41.9434 2.49023C46.6309 7.12891 51.5625 7.03125 56.1035 2.49023L86.6699-28.1738C91.2598-32.7637 91.4062-37.6953 86.7676-42.334L56.1523-72.9492C51.4648-77.6367 46.6309-77.5391 41.9922-72.9004L11.2793-42.334C6.64062-37.6465 6.64062-32.8125 11.3281-28.1738ZM12.8418-29.6387C9.17969-33.252 9.22852-37.1582 12.8418-40.7715L43.4082-71.3379C47.0703-75 50.9277-75 54.5898-71.3379L85.0586-40.8203C88.623-37.2559 88.7695-33.252 85.1074-29.6387L54.5898 0.878906C50.9277 4.54102 46.9727 4.44336 43.4082 0.878906ZM48.3398-27.6855C48.9746-27.6855 49.4141-28.1738 49.4141-28.8574L49.4141-30.1758C49.4141-32.666 50.4883-34.1309 53.5645-36.2305C57.6172-39.0137 59.082-41.2598 59.082-44.7266C59.082-49.3652 54.9316-52.7832 49.0723-52.7832C43.2129-52.7832 39.502-49.2188 39.0137-45.2148C38.9648-44.7754 38.916-44.2871 38.916-43.7988C38.916-43.1152 39.4043-42.6758 40.0391-42.6758C40.7227-42.6758 41.1133-43.1152 41.2598-43.7988C41.6016-47.5586 44.4336-50.6836 48.9746-50.6836C53.7109-50.6836 56.7383-48.0957 56.7383-44.5801C56.7383-41.9434 55.4199-40.2344 51.6602-37.5977C48.3887-35.3516 47.168-33.3984 47.168-30.3711L47.168-28.8574C47.168-28.125 47.6562-27.6855 48.3398-27.6855ZM48.291-17.627C49.707-17.627 50.8301-18.8477 50.8301-20.166C50.8301-21.5332 49.707-22.7051 48.291-22.7051C46.875-22.7051 45.752-21.5332 45.752-20.166C45.752-18.8477 46.875-17.627 48.291-17.627Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "repeat.1.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 129-->
<!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: "uni10029F.medium", point size: 100.000000, font version: "Version 16.0d9e1", template writer version: "8"-->
<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.62305 C 9.69727 -3.62305 9.9707 -3.93555 9.9707 -4.45312 L 9.9707 -6.31836 L 12.002 -6.31836 C 12.5 -6.31836 12.832 -6.57227 12.832 -7.04102 C 12.832 -7.51953 12.5195 -7.7832 12.002 -7.7832 L 9.9707 -7.7832 L 9.9707 -9.81445 C 9.9707 -10.332 9.69727 -10.6543 9.22852 -10.6543 C 8.75977 -10.6543 8.50586 -10.3125 8.50586 -9.81445 L 8.50586 -7.7832 L 6.49414 -7.7832 C 5.97656 -7.7832 5.64453 -7.51953 5.64453 -7.04102 C 5.64453 -6.57227 5.99609 -6.31836 6.49414 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.45312 C 8.50586 -3.95508 8.75977 -3.62305 9.22852 -3.62305 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.61133 21.6699 -7.05078 C 21.6699 -12.5 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.5 1.74805 -7.05078 C 1.74805 -1.61133 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.6602 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6602 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6797 -2.66602 C 12.207 -2.66602 12.5098 -3.01758 12.5098 -3.59375 L 12.5098 -6.23047 L 15.3223 -6.23047 C 15.8691 -6.23047 16.25 -6.51367 16.25 -7.03125 C 16.25 -7.55859 15.8887 -7.86133 15.3223 -7.86133 L 12.5098 -7.86133 L 12.5098 -10.6836 C 12.5098 -11.25 12.207 -11.6113 11.6797 -11.6113 C 11.1621 -11.6113 10.8789 -11.2305 10.8789 -10.6836 L 10.8789 -7.86133 L 8.07617 -7.86133 C 7.50977 -7.86133 7.13867 -7.55859 7.13867 -7.03125 C 7.13867 -6.51367 7.5293 -6.23047 8.07617 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.59375 C 10.8789 -3.03711 11.1621 -2.66602 11.6797 -2.66602 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.66406 C 21.9336 5.66406 27.6953 -0.0976562 27.6953 -7.05078 C 27.6953 -14.0137 21.9238 -19.7754 14.9609 -19.7754 C 8.00781 -19.7754 2.25586 -14.0137 2.25586 -7.05078 C 2.25586 -0.0976562 8.01758 5.66406 14.9707 5.66406 Z M 14.9707 3.84766 C 8.93555 3.84766 4.08203 -1.01562 4.08203 -7.05078 C 4.08203 -13.0957 8.92578 -17.9492 14.9609 -17.9492 C 21.0059 -17.9492 25.8594 -13.0957 25.8691 -7.05078 C 25.8789 -1.01562 21.0156 3.84766 14.9707 3.84766 Z M 14.9414 -1.38672 C 15.5176 -1.38672 15.8594 -1.77734 15.8594 -2.38281 L 15.8594 -6.13281 L 19.7754 -6.13281 C 20.3711 -6.13281 20.7812 -6.46484 20.7812 -7.02148 C 20.7812 -7.59766 20.3906 -7.93945 19.7754 -7.93945 L 15.8594 -7.93945 L 15.8594 -11.8652 C 15.8594 -12.4805 15.5176 -12.8711 14.9414 -12.8711 C 14.375 -12.8711 14.0527 -12.4609 14.0527 -11.8652 L 14.0527 -7.93945 L 10.1465 -7.93945 C 9.53125 -7.93945 9.13086 -7.59766 9.13086 -7.02148 C 9.13086 -6.46484 9.55078 -6.13281 10.1465 -6.13281 L 14.0527 -6.13281 L 14.0527 -2.38281 C 14.0527 -1.79688 14.375 -1.38672 14.9414 -1.38672 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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M 3.31055 0.126953 C 3.82812 0.126953 4.08203 -0.0683594 4.26758 -0.605469 L 5.52734 -4.0625 L 11.2891 -4.0625 L 12.5488 -0.605469 C 12.7344 -0.0683594 12.9883 0.126953 13.4961 0.126953 C 14.0137 0.126953 14.3457 -0.185547 14.3457 -0.673828 C 14.3457 -0.839844 14.3164 -0.986328 14.2383 -1.20117 L 9.6582 -13.3887 C 9.43359 -13.9941 9.0332 -14.2871 8.4082 -14.2871 C 7.80273 -14.2871 7.39258 -13.9941 7.17773 -13.3984 L 2.59766 -1.19141 C 2.51953 -0.976562 2.49023 -0.830078 2.49023 -0.664062 C 2.49023 -0.175781 2.80273 0.126953 3.31055 0.126953 Z M 6.00586 -5.53711 L 8.37891 -12.1094 L 8.42773 -12.1094 L 10.8008 -5.53711 Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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.8418 1.86523 L 4.54102 3.57422 C 5.40039 4.44336 6.38672 4.38477 7.31445 3.35938 L 17.4902 -7.85156 C 17.7539 -7.76367 18.0273 -7.7832 18.3398 -7.8418 L 19.4043 -8.03711 L 20.0684 -7.36328 L 20.0293 -6.80664 C 19.9902 -6.30859 20.1172 -5.92773 20.6055 -5.44922 L 21.3672 -4.70703 C 21.8457 -4.22852 22.4609 -4.19922 22.9297 -4.66797 L 25.8398 -7.58789 C 26.3086 -8.05664 26.2891 -8.65234 25.8105 -9.13086 L 25.0391 -9.89258 C 24.5605 -10.3711 24.1895 -10.5273 23.7109 -10.4883 L 23.1348 -10.4395 L 22.4902 -11.0742 L 22.7344 -12.1973 C 22.8613 -12.7637 22.7051 -13.2031 22.1191 -13.7891 L 19.9219 -15.9766 C 16.582 -19.2969 12.1484 -19.2188 9.25781 -16.3281 C 8.83789 -15.918 8.80859 -15.3418 9.04297 -14.9512 C 9.27734 -14.5898 9.73633 -14.3555 10.3809 -14.5215 C 11.8457 -14.8633 13.3691 -14.9219 14.7949 -13.9844 L 14.209 -12.5293 C 14.0137 -12.0508 13.9844 -11.6504 14.1113 -11.2891 L 3.04688 -0.898438 C 2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523 Z M 10.752 -15.957 C 13.1836 -17.7344 16.4746 -17.4316 18.7012 -15.2051 L 21.1328 -12.793 C 21.3672 -12.5586 21.4062 -12.373 21.3379 -12.0312 L 21.0156 -10.5469 L 22.5195 -9.0625 L 23.5059 -9.12109 C 23.7598 -9.13086 23.8379 -9.11133 24.0332 -8.91602 L 24.6094 -8.33984 L 22.168 -5.89844 L 21.5918 -6.47461 C 21.3965 -6.66992 21.3672 -6.74805 21.377 -7.01172 L 21.4453 -7.98828 L 19.9512 -9.47266 L 18.4277 -9.21875 C 18.1055 -9.15039 17.959 -9.17969 17.7148 -9.41406 L 15.7129 -11.416 C 15.459 -11.6504 15.4297 -11.8164 15.5859 -12.1875 L 16.4648 -14.2773 C 14.9023 -15.7324 12.8711 -16.3574 10.8398 -15.7617 C 10.6836 -15.7227 10.625 -15.8496 10.752 -15.957 Z M 5.27344 2.30469 L 4.10156 1.14258 C 3.63281 0.683594 3.74023 0.341797 4.14062 -0.0195312 L 14.9512 -10.1953 L 16.416 -8.71094 L 6.42578 2.27539 C 6.07422 2.67578 5.74219 2.77344 5.27344 2.30469 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.2.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)">Requires Xcode 12 or greater</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)">Generated from repeat.1</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 1987)">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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1384.05" x2="1384.05" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1515.64" x2="1515.64" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2840.24 1556)">
<path d="M 159.961 -55.0781 C 166.016 -55.0781 169.971 -58.2031 169.971 -65.3809 L 169.971 -95.5566 C 169.971 -102.148 165.186 -106.641 158.643 -106.641 C 153.418 -106.641 149.902 -104.98 146.045 -102.148 L 137.695 -96.0449 C 134.473 -93.7012 133.398 -91.9434 133.398 -89.3066 C 133.398 -85.4004 136.182 -82.7637 139.893 -82.7637 C 141.846 -82.7637 143.213 -83.3008 144.58 -84.375 L 149.512 -88.3301 L 149.951 -88.3301 L 149.951 -65.3809 C 149.951 -58.2031 153.906 -55.0781 159.961 -55.0781 Z M 16.0645 -43.6523 C 16.0645 -37.1582 20.5078 -32.7148 26.9531 -32.7148 C 33.4473 -32.7148 37.8418 -37.1094 37.8418 -43.6523 L 37.8418 -47.5586 C 37.8418 -58.3984 45.0684 -64.8926 56.8848 -64.8926 L 82.8125 -64.8926 L 82.8125 -51.7578 C 82.8125 -46.7773 85.8887 -43.6035 90.8203 -43.6035 C 93.1152 -43.6035 94.9219 -44.4336 96.3867 -45.6543 L 124.268 -69.3848 C 127.881 -72.5098 127.832 -77.5879 124.268 -80.6641 L 96.3867 -104.395 C 94.9219 -105.615 93.1152 -106.445 90.8203 -106.445 C 85.8887 -106.445 82.8125 -103.271 82.8125 -98.291 L 82.8125 -86.2305 L 57.8613 -86.2305 C 31.8848 -86.2305 16.0645 -72.6562 16.0645 -50.5859 Z M 82.2266 -25.1953 C 82.2266 -30.1758 79.1504 -33.3008 74.2188 -33.3008 C 71.9238 -33.3008 70.1172 -32.5195 68.6523 -31.2988 L 40.8203 -7.56836 C 37.1582 -4.44336 37.207 0.683594 40.8203 3.75977 L 68.6523 27.4414 C 70.1172 28.6621 71.9238 29.4922 74.2188 29.4922 C 79.1504 29.4922 82.2266 26.3672 82.2266 21.3867 L 82.2266 9.42383 L 128.467 9.42383 C 154.395 9.42383 170.264 -4.15039 170.264 -26.2207 L 170.264 -33.1543 C 170.264 -39.6484 165.82 -44.0918 159.326 -44.0918 C 152.832 -44.0918 148.486 -39.6973 148.486 -33.1543 L 148.486 -29.248 C 148.486 -18.4082 141.26 -11.8652 129.395 -11.8652 L 82.2266 -11.8652 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2545.89 1556)">
<path d="M 156.152 -53.9551 C 161.621 -53.9551 165.137 -56.8359 165.137 -63.1836 L 165.137 -93.2129 C 165.137 -99.2676 160.84 -103.32 154.883 -103.32 C 150.098 -103.32 146.924 -101.855 143.262 -99.1699 L 135.01 -93.0664 C 132.227 -91.0156 131.25 -89.4043 131.25 -87.0117 C 131.25 -83.5938 133.691 -81.2012 137.109 -81.2012 C 138.867 -81.2012 140.088 -81.6895 141.357 -82.666 L 146.68 -86.9629 L 147.168 -86.9629 L 147.168 -63.1836 C 147.168 -56.8359 150.684 -53.9551 156.152 -53.9551 Z M 16.0645 -42.627 C 16.0645 -36.8164 20.1172 -32.7637 25.9277 -32.7637 C 31.6895 -32.7637 35.6934 -36.7676 35.6934 -42.627 L 35.6934 -46.5332 C 35.6934 -57.3242 42.8711 -63.916 54.4922 -63.916 L 81.9824 -63.916 L 81.9824 -50.7324 C 81.9824 -46.1914 84.8145 -43.3105 89.3555 -43.3105 C 91.4551 -43.3105 93.1641 -44.043 94.5312 -45.2148 L 121.387 -67.8223 C 124.854 -70.752 124.805 -75.5371 121.387 -78.418 L 94.5312 -101.074 C 93.1641 -102.246 91.4551 -102.979 89.3555 -102.979 C 84.8145 -102.979 81.9824 -100.098 81.9824 -95.5566 L 81.9824 -83.1543 L 55.5176 -83.1543 C 31.0547 -83.1543 16.0645 -70.166 16.0645 -49.0723 Z M 80.1758 -24.6094 C 80.1758 -29.1504 77.3438 -32.0801 72.8516 -32.0801 C 70.752 -32.0801 68.9941 -31.2988 67.627 -30.1758 L 40.7715 -7.51953 C 37.3535 -4.58984 37.3535 0.195312 40.7715 3.07617 L 67.627 25.7324 C 68.9941 26.9043 70.752 27.6367 72.8516 27.6367 C 77.3438 27.6367 80.1758 24.7559 80.1758 20.2148 L 80.1758 7.86133 L 126.074 7.86133 C 150.488 7.86133 165.527 -5.12695 165.527 -26.1719 L 165.527 -32.666 C 165.527 -38.4277 161.475 -42.4805 155.664 -42.4805 C 149.854 -42.4805 145.85 -38.4766 145.85 -32.666 L 145.85 -28.7109 C 145.85 -17.9688 138.672 -11.377 127.1 -11.377 L 80.1758 -11.377 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2251.84 1556)">
<path d="M 151.904 -52.7344 C 156.738 -52.7344 159.766 -55.3223 159.766 -60.791 L 159.766 -90.625 C 159.766 -96.0449 156.006 -99.6582 150.684 -99.6582 C 146.338 -99.6582 143.555 -98.3398 140.137 -95.8008 L 131.982 -89.6973 C 129.688 -87.9883 128.809 -86.5234 128.809 -84.5215 C 128.809 -81.5918 130.957 -79.4434 134.033 -79.4434 C 135.547 -79.4434 136.621 -79.8828 137.793 -80.8105 L 143.555 -85.4004 L 144.043 -85.4004 L 144.043 -60.791 C 144.043 -55.3223 147.07 -52.7344 151.904 -52.7344 Z M 16.0645 -41.5039 C 16.0645 -36.4746 19.7266 -32.8125 24.707 -32.8125 C 29.7363 -32.8125 33.3496 -36.4258 33.3496 -41.5039 L 33.3496 -45.4102 C 33.3496 -56.1035 40.4785 -62.793 51.7578 -62.793 L 81.0547 -62.793 L 81.0547 -49.6094 C 81.0547 -45.5078 83.6426 -42.9199 87.6953 -42.9199 C 89.5508 -42.9199 91.2109 -43.6035 92.4805 -44.6777 L 118.213 -66.1133 C 121.436 -68.7988 121.387 -73.2422 118.213 -75.9277 L 92.4805 -97.4121 C 91.2109 -98.4863 89.5508 -99.1699 87.6953 -99.1699 C 83.6426 -99.1699 81.0547 -96.582 81.0547 -92.4805 L 81.0547 -79.7363 L 52.9297 -79.7363 C 30.127 -79.7363 16.0645 -67.334 16.0645 -47.4121 Z M 77.9297 -23.9746 C 77.9297 -28.0762 75.3418 -30.6641 71.2891 -30.6641 C 69.3848 -30.6641 67.7734 -29.9805 66.5039 -28.9062 L 40.7715 -7.4707 C 37.5488 -4.78516 37.5488 -0.390625 40.7715 2.34375 L 66.5039 23.8281 C 67.7734 24.9023 69.3848 25.5859 71.2891 25.5859 C 75.3418 25.5859 77.9297 22.998 77.9297 18.8965 L 77.9297 6.15234 L 123.389 6.15234 C 146.143 6.15234 160.205 -6.20117 160.205 -26.1719 L 160.205 -32.0801 C 160.205 -37.1094 156.592 -40.7227 151.562 -40.7227 C 146.533 -40.7227 142.92 -37.1582 142.92 -32.0801 L 142.92 -28.1738 C 142.92 -17.4805 135.791 -10.7422 124.512 -10.7422 L 77.9297 -10.7422 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1956.94 1556)">
<path d="M 148.975 -51.9043 C 153.369 -51.9043 156.055 -54.2969 156.055 -59.082 L 156.055 -88.8184 C 156.055 -93.7988 152.686 -97.1191 147.754 -97.1191 C 143.75 -97.1191 141.26 -95.8984 137.988 -93.5059 L 129.932 -87.4023 C 127.93 -85.9375 127.148 -84.5703 127.148 -82.7637 C 127.148 -80.2246 129.053 -78.2715 131.885 -78.2715 C 133.203 -78.2715 134.229 -78.6621 135.352 -79.4922 L 141.406 -84.3262 L 141.846 -84.3262 L 141.846 -59.082 C 141.846 -54.2969 144.531 -51.9043 148.975 -51.9043 Z M 16.0645 -40.7227 C 16.0645 -36.2305 19.4336 -32.8613 23.877 -32.8613 C 28.3691 -32.8613 31.6895 -36.1816 31.6895 -40.7227 L 31.6895 -44.6289 C 31.6895 -55.2734 38.8184 -62.0605 49.9023 -62.0605 L 80.4199 -62.0605 L 80.4199 -48.8281 C 80.4199 -45.0684 82.8125 -42.6758 86.5723 -42.6758 C 88.2812 -42.6758 89.8438 -43.3105 91.0645 -44.3359 L 116.016 -64.9414 C 119.092 -67.4805 119.043 -71.6797 116.016 -74.2188 L 91.0645 -94.8242 C 89.8438 -95.8984 88.2812 -96.4844 86.5723 -96.4844 C 82.8125 -96.4844 80.4199 -94.0918 80.4199 -90.3809 L 80.4199 -77.3926 L 51.123 -77.3926 C 29.4922 -77.3926 16.0645 -65.4297 16.0645 -46.2891 Z M 76.3672 -23.5352 C 76.3672 -27.2949 73.9746 -29.6875 70.2148 -29.6875 C 68.5059 -29.6875 66.9434 -29.0527 65.6738 -28.0273 L 40.7715 -7.42188 C 37.6953 -4.93164 37.6953 -0.732422 40.7715 1.80664 L 65.6738 22.5098 C 66.9434 23.5352 68.5059 24.1211 70.2148 24.1211 C 73.9746 24.1211 76.3672 21.7773 76.3672 18.0176 L 76.3672 4.98047 L 121.533 4.98047 C 143.164 4.98047 156.592 -6.98242 156.592 -26.123 L 156.592 -31.6895 C 156.592 -36.1816 153.223 -39.5508 148.73 -39.5508 C 144.238 -39.5508 140.918 -36.1816 140.918 -31.6895 L 140.918 -27.7832 C 140.918 -17.1387 133.838 -10.3516 122.754 -10.3516 L 76.3672 -10.3516 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1661.62 1556)">
<path d="M 146.777 -51.2695 C 150.83 -51.2695 153.223 -53.4668 153.223 -57.8613 L 153.223 -87.4512 C 153.223 -92.1387 150.146 -95.2148 145.557 -95.2148 C 141.748 -95.2148 139.502 -94.0918 136.377 -91.748 L 128.369 -85.6934 C 126.611 -84.375 125.928 -83.0566 125.928 -81.4453 C 125.928 -79.1504 127.637 -77.3438 130.273 -77.3438 C 131.445 -77.3438 132.422 -77.7344 133.496 -78.5156 L 139.746 -83.4961 L 140.234 -83.4961 L 140.234 -57.8613 C 140.234 -53.5156 142.676 -51.2695 146.777 -51.2695 Z M 16.0645 -40.0879 C 16.0645 -36.0352 19.1895 -32.9102 23.291 -32.9102 C 27.3438 -32.9102 30.4688 -36.0352 30.4688 -40.0879 L 30.4688 -44.043 C 30.4688 -54.6387 37.5488 -61.4746 48.4863 -61.4746 L 79.9316 -61.4746 L 79.9316 -48.1934 C 79.9316 -44.7266 82.1777 -42.4805 85.6934 -42.4805 C 87.3047 -42.4805 88.8184 -43.0664 89.9902 -44.043 L 114.355 -64.0137 C 117.334 -66.4551 117.236 -70.459 114.355 -72.9004 L 89.9902 -92.9199 C 88.8184 -93.8965 87.3047 -94.4824 85.6934 -94.4824 C 82.1777 -94.4824 79.9316 -92.2363 79.9316 -88.7695 L 79.9316 -75.5859 L 49.7559 -75.5859 C 29.0039 -75.5859 16.0645 -63.9648 16.0645 -45.4102 Z M 75.1465 -23.1934 C 75.1465 -26.709 72.9004 -28.9551 69.3848 -28.9551 C 67.7734 -28.9551 66.3086 -28.3691 65.0879 -27.3438 L 40.7715 -7.42188 C 37.8418 -5.0293 37.793 -1.02539 40.7715 1.41602 L 65.0879 21.4844 C 66.3086 22.4609 67.7734 23.0469 69.3848 23.0469 C 72.9004 23.0469 75.1465 20.8496 75.1465 17.334 L 75.1465 4.05273 L 120.117 4.05273 C 140.869 4.05273 153.809 -7.56836 153.809 -26.123 L 153.809 -31.3965 C 153.809 -35.498 150.684 -38.623 146.582 -38.623 C 142.529 -38.623 139.404 -35.498 139.404 -31.3965 L 139.404 -27.4902 C 139.404 -16.8457 132.324 -10.0586 121.387 -10.0586 L 75.1465 -10.0586 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1366.71 1556)">
<path d="M 143.896 -50.3906 C 147.51 -50.3906 149.561 -52.4414 149.561 -56.2012 L 149.561 -85.6934 C 149.561 -89.8926 146.875 -92.7246 142.725 -92.7246 C 139.209 -92.7246 137.207 -91.6504 134.277 -89.4531 L 126.318 -83.3984 C 124.902 -82.3242 124.268 -81.1035 124.268 -79.7363 C 124.268 -77.7832 125.732 -76.1719 128.125 -76.1719 C 129.199 -76.1719 130.078 -76.5137 131.055 -77.2461 L 137.646 -82.4219 L 138.086 -82.4219 L 138.086 -56.2012 C 138.086 -52.4902 140.186 -50.3906 143.896 -50.3906 Z M 16.0645 -39.3066 C 16.0645 -35.791 18.8965 -32.9102 22.4609 -32.9102 C 26.0254 -32.9102 28.8574 -35.791 28.8574 -39.3066 L 28.8574 -43.2617 C 28.8574 -53.8086 35.8887 -60.6934 46.6309 -60.6934 L 79.2969 -60.6934 L 79.2969 -47.4609 C 79.2969 -44.2871 81.3477 -42.2363 84.6191 -42.2363 C 86.0352 -42.2363 87.4512 -42.7734 88.5742 -43.7012 L 112.158 -62.8418 C 114.99 -65.1367 114.941 -68.8965 112.158 -71.1914 L 88.5742 -90.3809 C 87.4512 -91.3574 86.0352 -91.8457 84.6191 -91.8457 C 81.3477 -91.8457 79.2969 -89.8438 79.2969 -86.6699 L 79.2969 -73.2422 L 47.998 -73.2422 C 28.3691 -73.2422 16.0645 -62.0117 16.0645 -44.2871 Z M 73.6328 -22.8027 C 73.6328 -25.9277 71.582 -27.9785 68.3105 -27.9785 C 66.8945 -27.9785 65.4785 -27.4414 64.3066 -26.5137 L 40.7227 -7.37305 C 37.9883 -5.17578 37.8906 -1.41602 40.7227 0.927734 L 64.3066 20.166 C 65.4785 21.0938 66.8945 21.6309 68.3105 21.6309 C 71.582 21.6309 73.6328 19.6289 73.6328 16.4551 L 73.6328 2.88086 L 118.262 2.88086 C 137.891 2.88086 150.195 -8.30078 150.195 -26.0742 L 150.195 -31.0059 C 150.195 -34.5703 147.363 -37.4023 143.799 -37.4023 C 140.234 -37.4023 137.402 -34.5703 137.402 -31.0059 L 137.402 -27.0996 C 137.402 -16.5039 130.371 -9.66797 119.629 -9.66797 L 73.6328 -9.66797 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1072.42 1556)">
<path d="M 139.795 -50.293 C 143.018 -50.293 144.971 -52.1973 144.971 -55.5176 L 144.971 -85.3027 C 144.971 -89.1113 142.529 -91.6016 138.721 -91.6016 C 135.547 -91.6016 133.691 -90.7227 130.811 -88.623 L 122.949 -82.8125 C 121.533 -81.7871 120.898 -80.7129 120.898 -79.3457 C 120.898 -77.4414 122.314 -75.9277 124.463 -75.9277 C 125.537 -75.9277 126.318 -76.2207 127.344 -77.002 L 134.131 -82.1289 L 134.473 -82.1289 L 134.473 -55.5176 C 134.473 -52.2461 136.475 -50.293 139.795 -50.293 Z M 16.0645 -38.7695 C 16.0645 -35.6445 18.6035 -33.1055 21.7285 -33.1055 C 24.8535 -33.1055 27.3926 -35.6445 27.3926 -38.7695 L 27.3926 -42.3828 C 27.3926 -53.7109 34.5703 -60.8887 45.8984 -60.8887 L 76.6602 -60.8887 L 76.6602 -47.5586 C 76.6602 -44.6777 78.5645 -42.8711 81.4941 -42.8711 C 82.8125 -42.8711 84.0332 -43.3105 85.1562 -44.1895 L 108.398 -62.5977 C 111.182 -64.8438 111.084 -68.6035 108.398 -70.752 L 85.1562 -89.209 C 84.0332 -90.0879 82.8125 -90.5273 81.4941 -90.5273 C 78.5645 -90.5273 76.6602 -88.7207 76.6602 -85.8398 L 76.6602 -71.9238 L 47.2656 -71.9238 C 27.9785 -71.9238 16.0645 -61.0352 16.0645 -43.4082 Z M 71.582 -22.6562 C 71.582 -25.5371 69.6777 -27.3438 66.748 -27.3438 C 65.4297 -27.3438 64.209 -26.9043 63.1348 -26.0254 L 39.8926 -7.66602 C 37.207 -5.51758 37.0605 -1.75781 39.8926 0.488281 L 63.1348 18.9941 C 64.209 19.873 65.4297 20.3125 66.748 20.3125 C 69.6777 20.3125 71.582 18.5059 71.582 15.625 L 71.582 1.5625 L 114.16 1.5625 C 133.496 1.5625 145.361 -9.32617 145.361 -26.9531 L 145.361 -31.543 C 145.361 -34.668 142.822 -37.207 139.697 -37.207 C 136.572 -37.207 134.033 -34.668 134.033 -31.543 L 134.033 -27.9297 C 134.033 -16.6016 126.855 -9.42383 115.527 -9.42383 L 71.582 -9.42383 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 778.908 1556)">
<path d="M 134.375 -50.0977 C 137.061 -50.0977 138.867 -51.8555 138.867 -54.6387 L 138.867 -84.7656 C 138.867 -88.0859 136.768 -90.1855 133.447 -90.1855 C 130.664 -90.1855 129.004 -89.502 126.27 -87.5 L 118.506 -82.0312 C 117.139 -81.0547 116.406 -80.127 116.406 -78.7598 C 116.406 -76.9531 117.725 -75.6348 119.678 -75.6348 C 120.703 -75.6348 121.387 -75.8789 122.461 -76.709 L 129.492 -81.6895 L 129.688 -81.6895 L 129.688 -54.6387 C 129.688 -51.9043 131.592 -50.0977 134.375 -50.0977 Z M 16.0645 -38.0371 C 16.0645 -35.498 18.2129 -33.3496 20.752 -33.3496 C 23.3398 -33.3496 25.4395 -35.498 25.4395 -38.0371 L 25.4395 -41.2109 C 25.4395 -53.5645 32.8613 -61.1816 44.873 -61.1816 L 73.1934 -61.1816 L 73.1934 -47.7051 C 73.1934 -45.2637 74.9023 -43.6523 77.3926 -43.6523 C 78.5645 -43.6523 79.541 -43.9941 80.5664 -44.8242 L 103.369 -62.3047 C 106.104 -64.4043 105.957 -68.2617 103.369 -70.2148 L 80.5664 -87.6465 C 79.541 -88.4766 78.5645 -88.8184 77.3926 -88.8184 C 74.9023 -88.8184 73.1934 -87.207 73.1934 -84.7656 L 73.1934 -70.166 L 46.3379 -70.166 C 27.3926 -70.166 16.0645 -59.668 16.0645 -42.2363 Z M 68.8965 -22.5098 C 68.8965 -24.9512 67.2363 -26.5625 64.6973 -26.5625 C 63.5254 -26.5625 62.5977 -26.2207 61.5234 -25.3906 L 38.7207 -8.00781 C 36.1328 -6.00586 35.9863 -2.19727 38.7207 -0.0488281 L 61.5234 17.4316 C 62.5977 18.2617 63.5254 18.6035 64.6973 18.6035 C 67.2363 18.6035 68.8965 16.9922 68.8965 14.5508 L 68.8965 -0.146484 L 108.74 -0.146484 C 127.637 -0.146484 138.965 -10.6445 138.965 -28.0762 L 138.965 -32.2754 C 138.965 -34.8145 136.865 -36.9629 134.277 -36.9629 C 131.738 -36.9629 129.59 -34.8145 129.59 -32.2754 L 129.59 -29.1016 C 129.59 -16.748 122.168 -9.13086 110.156 -9.13086 L 68.8965 -9.13086 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 483.832 1556)">
<path d="M 131.592 -50.0488 C 134.033 -50.0488 135.791 -51.6602 135.791 -54.1992 L 135.791 -84.5215 C 135.791 -87.5 133.838 -89.4531 130.762 -89.4531 C 128.174 -89.4531 126.611 -88.8672 123.926 -86.9629 L 116.211 -81.6406 C 114.893 -80.7129 114.111 -79.834 114.111 -78.4668 C 114.111 -76.709 115.381 -75.4883 117.188 -75.4883 C 118.213 -75.4883 118.848 -75.7324 119.971 -76.5137 L 127.1 -81.4941 L 127.246 -81.4941 L 127.246 -54.1992 C 127.246 -51.7578 129.053 -50.0488 131.592 -50.0488 Z M 16.0645 -37.6465 C 16.0645 -35.4004 17.9688 -33.4961 20.2637 -33.4961 C 22.5586 -33.4961 24.4629 -35.4004 24.4629 -37.6465 L 24.4629 -40.625 C 24.4629 -53.4668 31.9824 -61.3281 44.3848 -61.3281 L 71.4355 -61.3281 L 71.4355 -47.7539 C 71.4355 -45.5566 72.998 -44.0918 75.293 -44.0918 C 76.3672 -44.0918 77.1973 -44.3848 78.2227 -45.166 L 100.83 -62.1094 C 103.516 -64.209 103.369 -68.0664 100.83 -69.9707 L 78.2227 -86.8164 C 77.1973 -87.5977 76.3672 -87.9395 75.293 -87.9395 C 72.998 -87.9395 71.4355 -86.4258 71.4355 -84.2285 L 71.4355 -69.2383 L 45.8496 -69.2383 C 27.0996 -69.2383 16.0645 -58.9844 16.0645 -41.6504 Z M 67.5293 -22.4609 C 67.5293 -24.6582 65.9668 -26.123 63.6719 -26.123 C 62.5977 -26.123 61.7676 -25.8301 60.7422 -25.0488 L 38.1348 -8.1543 C 35.5957 -6.29883 35.4492 -2.39258 38.1348 -0.341797 L 60.7422 16.6016 C 61.7676 17.3828 62.5977 17.6758 63.6719 17.6758 C 65.9668 17.6758 67.5293 16.2109 67.5293 14.0137 L 67.5293 -1.02539 L 105.908 -1.02539 C 124.658 -1.02539 135.693 -11.3281 135.693 -28.6133 L 135.693 -32.6172 C 135.693 -34.9121 133.789 -36.8164 131.494 -36.8164 C 129.248 -36.8164 127.344 -34.9121 127.344 -32.6172 L 127.344 -29.6875 C 127.344 -16.7969 119.775 -8.98438 107.373 -8.98438 L 67.5293 -8.98438 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2859.3 1126)">
<path d="M 126.855 -52.002 C 132.129 -52.002 135.742 -54.7363 135.742 -61.1328 L 135.742 -84.9121 C 135.742 -90.5762 131.543 -94.4336 125.879 -94.4336 C 121.484 -94.4336 118.311 -93.0176 115.088 -90.7227 L 108.496 -86.0352 C 105.469 -83.8867 104.492 -82.373 104.492 -79.9316 C 104.492 -76.3184 106.982 -74.0723 110.205 -74.0723 C 112.012 -74.0723 113.135 -74.5117 114.355 -75.4395 L 117.725 -78.0762 L 118.066 -78.0762 L 118.066 -61.1328 C 118.066 -54.7363 121.631 -52.002 126.855 -52.002 Z M 12.4512 -42.8223 C 12.4512 -37.1094 16.2109 -33.3496 21.9238 -33.3496 C 27.6855 -33.3496 31.3965 -37.0117 31.3965 -42.8223 L 31.3965 -45.7031 C 31.3965 -54.5898 37.1094 -59.668 46.9727 -59.668 L 63.916 -59.668 L 63.916 -49.4629 C 63.916 -45.2148 66.5527 -42.4805 70.7031 -42.4805 C 72.7051 -42.4805 74.1211 -43.1641 75.3418 -44.1895 L 98.0957 -63.6719 C 101.172 -66.3086 101.123 -70.7031 98.0957 -73.2422 L 75.3418 -92.6758 C 74.1211 -93.6523 72.7051 -94.3359 70.7031 -94.3359 C 66.5527 -94.3359 63.916 -91.6504 63.916 -87.4023 L 63.916 -78.1738 L 47.5586 -78.1738 C 25.6348 -78.1738 12.4512 -67.0898 12.4512 -48.6816 Z M 65.3809 -28.1738 C 65.3809 -32.4219 62.7441 -35.1074 58.5938 -35.1074 C 56.5918 -35.1074 55.127 -34.4238 53.9551 -33.4473 L 31.1523 -13.9648 C 28.0762 -11.3281 28.1738 -6.93359 31.1523 -4.3457 L 53.9551 15.0391 C 55.127 16.0645 56.5918 16.748 58.5938 16.748 C 62.7441 16.748 65.3809 14.0625 65.3809 9.76562 L 65.3809 0.732422 L 100.586 0.732422 C 122.559 0.732422 135.742 -10.3516 135.742 -28.7598 L 135.742 -34.5703 C 135.742 -40.332 131.982 -44.0918 126.221 -44.0918 C 120.508 -44.0918 116.797 -40.3809 116.797 -34.5703 L 116.797 -31.7383 C 116.797 -22.8516 111.035 -17.7246 101.221 -17.7246 L 65.3809 -17.7246 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2564.55 1126)">
<path d="M 123.779 -50.8301 C 128.564 -50.8301 131.689 -53.3203 131.689 -58.9355 L 131.689 -82.4707 C 131.689 -87.6465 127.93 -91.1133 122.803 -91.1133 C 118.75 -91.1133 115.967 -89.8438 112.939 -87.6465 L 106.445 -82.959 C 103.857 -81.1035 102.979 -79.7363 102.979 -77.5879 C 102.979 -74.4629 105.225 -72.4121 108.105 -72.4121 C 109.717 -72.4121 110.742 -72.8027 111.816 -73.6816 L 115.625 -76.6602 L 115.918 -76.6602 L 115.918 -58.9355 C 115.918 -53.3203 119.092 -50.8301 123.779 -50.8301 Z M 12.4512 -41.8457 C 12.4512 -36.7676 15.8691 -33.3496 20.9961 -33.3496 C 26.0742 -33.3496 29.4434 -36.7188 29.4434 -41.8457 L 29.4434 -44.8242 C 29.4434 -53.418 35.1074 -58.5449 44.5312 -58.5449 L 63.6719 -58.5449 L 63.6719 -48.3398 C 63.6719 -44.4336 66.1133 -41.9922 69.873 -41.9922 C 71.7285 -41.9922 73.0957 -42.627 74.2188 -43.5547 L 95.9961 -62.0117 C 98.8281 -64.4531 98.7793 -68.5059 95.9961 -70.8984 L 74.2188 -89.3555 C 73.0957 -90.2832 71.7285 -90.918 69.873 -90.918 C 66.1133 -90.918 63.6719 -88.4766 63.6719 -84.5703 L 63.6719 -75.1465 L 45.2148 -75.1465 C 24.8047 -75.1465 12.4512 -64.5996 12.4512 -47.2656 Z M 63.6719 -27.5391 C 63.6719 -31.4453 61.2793 -33.8867 57.4707 -33.8867 C 55.6641 -33.8867 54.248 -33.252 53.125 -32.3242 L 31.3965 -13.8672 C 28.5156 -11.4258 28.5645 -7.37305 31.3965 -4.98047 L 53.125 13.4766 C 54.248 14.4043 55.6641 15.0391 57.4707 15.0391 C 61.2793 15.0391 63.6719 12.5977 63.6719 8.69141 L 63.6719 -0.585938 L 99.0234 -0.585938 C 119.434 -0.585938 131.836 -11.1328 131.836 -28.5156 L 131.836 -33.8867 C 131.836 -38.9648 128.369 -42.4316 123.291 -42.4316 C 118.213 -42.4316 114.795 -39.0137 114.795 -33.8867 L 114.795 -30.957 C 114.795 -22.3145 109.18 -17.2363 99.7559 -17.2363 L 63.6719 -17.2363 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2270.03 1126)">
<path d="M 120.361 -49.5605 C 124.512 -49.5605 127.148 -51.709 127.148 -56.4941 L 127.148 -79.7363 C 127.148 -84.3262 123.926 -87.4023 119.385 -87.4023 C 115.723 -87.4023 113.33 -86.2793 110.547 -84.2285 L 104.15 -79.4922 C 102.1 -77.9785 101.367 -76.709 101.367 -74.9512 C 101.367 -72.3633 103.223 -70.5566 105.811 -70.5566 C 107.129 -70.5566 108.057 -70.9473 109.033 -71.6797 L 113.184 -75.0488 L 113.574 -75.0488 L 113.574 -56.4941 C 113.574 -51.709 116.211 -49.5605 120.361 -49.5605 Z M 12.4512 -40.7715 C 12.4512 -36.4258 15.5273 -33.3496 19.873 -33.3496 C 24.2676 -33.3496 27.2949 -36.377 27.2949 -40.7715 L 27.2949 -43.7988 C 27.2949 -52.1484 32.8613 -57.2754 41.748 -57.2754 L 63.4277 -57.2754 L 63.4277 -47.0215 C 63.4277 -43.6035 65.5762 -41.4062 68.9941 -41.4062 C 70.6055 -41.4062 71.9238 -41.9922 72.998 -42.8711 L 93.6035 -60.2051 C 96.2402 -62.4512 96.1914 -66.0645 93.6035 -68.3105 L 72.998 -85.6445 C 71.9238 -86.5234 70.6055 -87.1094 68.9941 -87.1094 C 65.5762 -87.1094 63.4277 -84.9121 63.4277 -81.4453 L 63.4277 -71.8262 L 42.5781 -71.8262 C 23.9258 -71.8262 12.4512 -61.8164 12.4512 -45.7031 Z M 61.7676 -26.9043 C 61.7676 -30.3711 59.6191 -32.5195 56.2012 -32.5195 C 54.6387 -32.5195 53.2715 -31.9824 52.2461 -31.1035 L 31.6406 -13.7207 C 29.0039 -11.5234 29.0039 -7.86133 31.6406 -5.66406 L 52.2461 11.7188 C 53.2715 12.5977 54.6387 13.1836 56.2012 13.1836 C 59.6191 13.1836 61.7676 10.9863 61.7676 7.51953 L 61.7676 -2.09961 L 97.3145 -2.09961 C 115.967 -2.09961 127.441 -12.0605 127.441 -28.2227 L 127.441 -33.1055 C 127.441 -37.5 124.365 -40.5762 120.02 -40.5762 C 115.625 -40.5762 112.598 -37.5 112.598 -33.1055 L 112.598 -30.0781 C 112.598 -21.7773 107.031 -16.6504 98.1445 -16.6504 L 61.7676 -16.6504 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1974.83 1126)">
<path d="M 117.969 -48.6328 C 121.729 -48.6328 124.023 -50.6348 124.023 -54.7852 L 124.023 -77.832 C 124.023 -82.0312 121.143 -84.8633 116.992 -84.8633 C 113.623 -84.8633 111.523 -83.7891 108.887 -81.8359 L 102.588 -77.0996 C 100.83 -75.7812 100.195 -74.6582 100.195 -73.1445 C 100.195 -70.9473 101.807 -69.2871 104.199 -69.2871 C 105.322 -69.2871 106.201 -69.6289 107.08 -70.3125 L 111.572 -73.9258 L 111.914 -73.9258 L 111.914 -54.7852 C 111.914 -50.6348 114.209 -48.6328 117.969 -48.6328 Z M 12.4512 -40.0391 C 12.4512 -36.1816 15.2832 -33.3496 19.1406 -33.3496 C 22.998 -33.3496 25.8301 -36.1328 25.8301 -40.0391 L 25.8301 -43.1641 C 25.8301 -51.2695 31.2988 -56.3965 39.8926 -56.3965 L 63.2324 -56.3965 L 63.2324 -46.1426 C 63.2324 -43.0176 65.2344 -41.0156 68.4082 -41.0156 C 69.8242 -41.0156 71.1426 -41.5527 72.1191 -42.3828 L 91.9434 -58.9844 C 94.4336 -61.0352 94.3848 -64.4043 91.9434 -66.5039 L 72.1191 -83.1055 C 71.1426 -83.9355 69.8242 -84.4727 68.4082 -84.4727 C 65.2344 -84.4727 63.2324 -82.4707 63.2324 -79.2969 L 63.2324 -69.4824 L 40.7715 -69.4824 C 23.291 -69.4824 12.4512 -59.9121 12.4512 -44.6289 Z M 60.498 -26.4648 C 60.498 -29.5898 58.4961 -31.5918 55.3223 -31.5918 C 53.9062 -31.5918 52.6367 -31.0547 51.6113 -30.2246 L 31.7871 -13.6719 C 29.2969 -11.5723 29.2969 -8.20312 31.7871 -6.15234 L 51.6113 10.498 C 52.6367 11.3281 53.9062 11.8652 55.3223 11.8652 C 58.4961 11.8652 60.498 9.86328 60.498 6.68945 L 60.498 -3.125 L 96.0938 -3.125 C 113.574 -3.125 124.414 -12.6953 124.414 -28.0273 L 124.414 -32.6172 C 124.414 -36.4746 121.582 -39.3066 117.725 -39.3066 C 113.867 -39.3066 111.084 -36.4746 111.084 -32.6172 L 111.084 -29.4922 C 111.084 -21.3867 105.566 -16.2109 97.0215 -16.2109 L 60.498 -16.2109 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1679.25 1126)">
<path d="M 116.211 -47.9492 C 119.629 -47.9492 121.631 -49.8047 121.631 -53.5156 L 121.631 -76.416 C 121.631 -80.3223 119.043 -82.9102 115.186 -82.9102 C 112.061 -82.9102 110.156 -81.9336 107.666 -80.0781 L 101.367 -75.293 C 99.9023 -74.1699 99.3652 -73.0957 99.3652 -71.7773 C 99.3652 -69.8242 100.781 -68.3105 102.979 -68.3105 C 103.955 -68.3105 104.785 -68.6523 105.615 -69.2871 L 110.303 -73.0957 L 110.693 -73.0957 L 110.693 -53.5156 C 110.693 -49.8047 112.744 -47.9492 116.211 -47.9492 Z M 12.4512 -39.4531 C 12.4512 -35.9863 15.0879 -33.3496 18.5547 -33.3496 C 22.0703 -33.3496 24.6582 -35.9863 24.6582 -39.4531 L 24.6582 -42.627 C 24.6582 -50.5859 30.127 -55.7129 38.4277 -55.7129 L 63.1348 -55.7129 L 63.1348 -45.5078 C 63.1348 -42.5781 64.9902 -40.7227 67.9199 -40.7227 C 69.2383 -40.7227 70.5078 -41.2109 71.4844 -41.9922 L 90.7227 -58.0078 C 93.0664 -59.9609 93.0664 -63.1348 90.7227 -65.0879 L 71.4844 -81.1523 C 70.5078 -81.9824 69.2383 -82.4707 67.9199 -82.4707 C 64.9902 -82.4707 63.1348 -80.6152 63.1348 -77.6855 L 63.1348 -67.7246 L 39.4043 -67.7246 C 22.8516 -67.7246 12.4512 -58.4961 12.4512 -43.7988 Z M 59.4727 -26.0742 C 59.4727 -29.0039 57.6172 -30.9082 54.6875 -30.9082 C 53.3691 -30.9082 52.0996 -30.3711 51.123 -29.5898 L 31.9336 -13.5742 C 29.541 -11.6699 29.541 -8.49609 31.9336 -6.49414 L 51.123 9.57031 C 52.0996 10.4004 53.3691 10.8887 54.6875 10.8887 C 57.6172 10.8887 59.4727 9.0332 59.4727 6.10352 L 59.4727 -3.90625 L 95.2148 -3.90625 C 111.768 -3.90625 122.119 -13.1836 122.119 -27.832 L 122.119 -32.1777 C 122.119 -35.6934 119.482 -38.3301 116.016 -38.3301 C 112.549 -38.3301 109.912 -35.6934 109.912 -32.1777 L 109.912 -29.0039 C 109.912 -21.0938 104.492 -15.918 96.1426 -15.918 L 59.4727 -15.918 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1384.05 1126)">
<path d="M 113.818 -47.0703 C 116.846 -47.0703 118.506 -48.7305 118.506 -51.8555 L 118.506 -74.5605 C 118.506 -78.0762 116.26 -80.4199 112.842 -80.4199 C 109.961 -80.4199 108.35 -79.4922 106.006 -77.7344 L 99.8047 -72.9004 C 98.6816 -72.0215 98.2422 -71.0449 98.2422 -69.9707 C 98.2422 -68.4082 99.4141 -67.0898 101.367 -67.0898 C 102.197 -67.0898 102.93 -67.334 103.662 -67.9199 L 108.643 -71.9727 L 109.082 -71.9727 L 109.082 -51.8555 C 109.082 -48.7305 110.742 -47.0703 113.818 -47.0703 Z M 12.4512 -38.7207 C 12.4512 -35.7422 14.8438 -33.3496 17.8223 -33.3496 C 20.8008 -33.3496 23.1934 -35.7422 23.1934 -38.7207 L 23.1934 -41.9434 C 23.1934 -49.707 28.5645 -54.834 36.5723 -54.834 L 62.9395 -54.834 L 62.9395 -44.6289 C 62.9395 -41.9922 64.6484 -40.332 67.334 -40.332 C 68.5059 -40.332 69.7266 -40.7715 70.6055 -41.5527 L 89.0625 -56.7871 C 91.3086 -58.5938 91.2598 -61.4746 89.0625 -63.3301 L 70.6055 -78.6621 C 69.7266 -79.3945 68.5059 -79.8828 67.334 -79.8828 C 64.6484 -79.8828 62.9395 -78.1738 62.9395 -75.5371 L 62.9395 -65.4297 L 37.5977 -65.4297 C 22.2168 -65.4297 12.4512 -56.5918 12.4512 -42.7246 Z M 58.2031 -25.6348 C 58.2031 -28.2715 56.543 -29.9316 53.8086 -29.9316 C 52.6367 -29.9316 51.416 -29.4922 50.5371 -28.7598 L 32.0801 -13.5254 C 29.8828 -11.7188 29.834 -8.83789 32.0801 -6.98242 L 50.5371 8.34961 C 51.416 9.13086 52.6367 9.57031 53.8086 9.57031 C 56.543 9.57031 58.2031 7.91016 58.2031 5.27344 L 58.2031 -4.93164 L 93.9941 -4.93164 C 109.375 -4.93164 119.141 -13.8184 119.141 -27.6367 L 119.141 -31.6406 C 119.141 -34.668 116.748 -37.0605 113.77 -37.0605 C 110.791 -37.0605 108.398 -34.668 108.398 -31.6406 L 108.398 -28.418 C 108.398 -20.7031 103.027 -15.5273 95.0195 -15.5273 L 58.2031 -15.5273 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1089.49 1126)">
<path d="M 110.156 -46.9727 C 112.842 -46.9727 114.404 -48.4863 114.404 -51.2695 L 114.404 -74.2188 C 114.404 -77.3438 112.402 -79.3945 109.277 -79.3945 C 106.689 -79.3945 105.176 -78.6621 102.93 -76.9531 L 96.7773 -72.3633 C 95.7031 -71.5332 95.2148 -70.6543 95.2148 -69.5801 C 95.2148 -68.1152 96.3379 -66.8945 98.0957 -66.8945 C 98.9258 -66.8945 99.5605 -67.1387 100.342 -67.7246 L 105.518 -71.7285 L 105.811 -71.7285 L 105.811 -51.2695 C 105.811 -48.5352 107.422 -46.9727 110.156 -46.9727 Z M 12.4512 -38.2324 C 12.4512 -35.5957 14.5508 -33.4961 17.1875 -33.4961 C 19.7754 -33.4961 21.875 -35.5957 21.875 -38.2324 L 21.875 -41.1621 C 21.875 -49.6094 27.3926 -55.0293 35.8887 -55.0293 L 60.5957 -55.0293 L 60.5957 -44.7266 C 60.5957 -42.3828 62.1094 -40.8691 64.5508 -40.8691 C 65.625 -40.8691 66.6504 -41.2598 67.5293 -41.9434 L 85.6934 -56.543 C 87.8418 -58.3008 87.793 -61.2305 85.6934 -62.9395 L 67.5293 -77.5879 C 66.6504 -78.3203 65.625 -78.6621 64.5508 -78.6621 C 62.1094 -78.6621 60.5957 -77.1973 60.5957 -74.8047 L 60.5957 -64.2578 L 36.9629 -64.2578 C 21.875 -64.2578 12.4512 -55.6641 12.4512 -41.9434 Z M 56.3965 -25.5371 C 56.3965 -27.8809 54.834 -29.3945 52.4414 -29.3945 C 51.3672 -29.3945 50.3418 -29.0039 49.4629 -28.3203 L 31.2988 -13.7207 C 29.1504 -12.0605 29.1016 -9.13086 31.2988 -7.32422 L 49.4629 7.32422 C 50.3418 8.05664 51.3672 8.39844 52.4414 8.39844 C 54.834 8.39844 56.3965 6.88477 56.3965 4.54102 L 56.3965 -6.10352 L 90.332 -6.10352 C 105.42 -6.10352 114.795 -14.6973 114.795 -28.418 L 114.795 -32.1289 C 114.795 -34.7656 112.695 -36.8652 110.107 -36.8652 C 107.471 -36.8652 105.371 -34.7656 105.371 -32.1289 L 105.371 -29.1992 C 105.371 -20.752 99.8535 -15.332 91.3574 -15.332 L 56.3965 -15.332 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 795.631 1126)">
<path d="M 105.273 -46.7773 C 107.52 -46.7773 108.936 -48.1934 108.936 -50.4883 L 108.936 -73.7305 C 108.936 -76.416 107.227 -78.125 104.541 -78.125 C 102.295 -78.125 100.977 -77.5391 98.8281 -75.9766 L 92.7734 -71.6797 C 91.748 -70.8984 91.1621 -70.166 91.1621 -69.0918 C 91.1621 -67.6758 92.2363 -66.6016 93.75 -66.6016 C 94.5801 -66.6016 95.1172 -66.7969 95.9473 -67.4316 L 101.367 -71.3379 L 101.562 -71.3379 L 101.562 -50.4883 C 101.562 -48.2422 103.027 -46.7773 105.273 -46.7773 Z M 12.4512 -37.5488 C 12.4512 -35.4492 14.209 -33.7402 16.3086 -33.7402 C 18.4082 -33.7402 20.1172 -35.4492 20.1172 -37.5488 L 20.1172 -40.1367 C 20.1172 -49.4629 25.8301 -55.2734 35.0098 -55.2734 L 57.4707 -55.2734 L 57.4707 -44.873 C 57.4707 -42.8711 58.8379 -41.6016 60.8887 -41.6016 C 61.8164 -41.6016 62.5977 -41.8945 63.4277 -42.5293 L 81.2012 -56.25 C 83.3496 -57.959 83.2031 -60.8887 81.2012 -62.4512 L 63.4277 -76.1719 C 62.5977 -76.8555 61.8164 -77.1484 60.8887 -77.1484 C 58.8379 -77.1484 57.4707 -75.8301 57.4707 -73.877 L 57.4707 -62.6953 L 36.084 -62.6953 C 21.3379 -62.6953 12.4512 -54.4434 12.4512 -40.918 Z M 53.9551 -25.3906 C 53.9551 -27.3926 52.6367 -28.6621 50.5859 -28.6621 C 49.6582 -28.6621 48.877 -28.3691 48.0469 -27.7344 L 30.2734 -14.0625 C 28.2227 -12.5 28.125 -9.52148 30.2734 -7.86133 L 48.0469 5.9082 C 48.877 6.54297 49.6582 6.83594 50.5859 6.83594 C 52.6367 6.83594 53.9551 5.56641 53.9551 3.56445 L 53.9551 -7.66602 L 85.4492 -7.66602 C 100.195 -7.66602 109.082 -15.8691 109.082 -29.4434 L 109.082 -32.7637 C 109.082 -34.8633 107.324 -36.6211 105.225 -36.6211 C 103.125 -36.6211 101.416 -34.8633 101.416 -32.7637 L 101.416 -30.2246 C 101.416 -20.8984 95.7031 -15.0879 86.5234 -15.0879 L 53.9551 -15.0879 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 500.385 1126)">
<path d="M 102.783 -46.7285 C 104.785 -46.7285 106.152 -48.0469 106.152 -50.0488 L 106.152 -73.4863 C 106.152 -75.9277 104.59 -77.4414 102.148 -77.4414 C 100.098 -77.4414 98.8281 -76.9531 96.7285 -75.4883 L 90.7715 -71.3379 C 89.6973 -70.5566 89.1113 -69.873 89.1113 -68.8477 C 89.1113 -67.4805 90.1367 -66.4551 91.5527 -66.4551 C 92.334 -66.4551 92.8711 -66.6504 93.75 -67.2852 L 99.2188 -71.1426 L 99.3164 -71.1426 L 99.3164 -50.0488 C 99.3164 -48.0957 100.781 -46.7285 102.783 -46.7285 Z M 12.4512 -37.207 C 12.4512 -35.4004 14.0137 -33.8379 15.8203 -33.8379 C 17.6758 -33.8379 19.2383 -35.4004 19.2383 -37.207 L 19.2383 -39.5996 C 19.2383 -49.4141 25.0488 -55.4199 34.5215 -55.4199 L 55.9082 -55.4199 L 55.9082 -44.9219 C 55.9082 -43.1152 57.1289 -41.9434 58.9844 -41.9434 C 59.8633 -41.9434 60.498 -42.1875 61.3281 -42.8223 L 78.9062 -56.1035 C 81.0059 -57.7637 80.8594 -60.7422 78.9062 -62.207 L 61.3281 -75.4395 C 60.498 -76.0742 59.8633 -76.3184 58.9844 -76.3184 C 57.1289 -76.3184 55.9082 -75.1465 55.9082 -73.3398 L 55.9082 -61.8652 L 35.6445 -61.8652 C 21.0938 -61.8652 12.4512 -53.8574 12.4512 -40.3809 Z M 52.7344 -25.3418 C 52.7344 -27.1484 51.5137 -28.3203 49.6582 -28.3203 C 48.7793 -28.3203 48.0957 -28.0762 47.3145 -27.4414 L 29.7363 -14.209 C 27.7344 -12.6953 27.6367 -9.7168 29.7363 -8.10547 L 47.3145 5.17578 C 48.0957 5.81055 48.7793 6.05469 49.6582 6.05469 C 51.5137 6.05469 52.7344 4.88281 52.7344 3.07617 L 52.7344 -8.44727 L 82.9102 -8.44727 C 97.5098 -8.44727 106.152 -16.5039 106.152 -29.9316 L 106.152 -33.1055 C 106.152 -34.9609 104.59 -36.4746 102.734 -36.4746 C 100.879 -36.4746 99.3652 -34.9609 99.3652 -33.1055 L 99.3652 -30.7617 C 99.3652 -20.9473 93.5547 -14.9414 84.0332 -14.9414 L 52.7344 -14.9414 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2875.47 696)">
<path d="M 99.2188 -48.291 C 103.32 -48.291 106.104 -50.3906 106.104 -55.3711 L 106.104 -73.9746 C 106.104 -78.3691 102.832 -81.3477 98.4375 -81.3477 C 95.0195 -81.3477 92.5781 -80.2734 90.0391 -78.4668 L 84.9121 -74.8047 C 82.5684 -73.1445 81.7871 -71.9727 81.7871 -70.0684 C 81.7871 -67.2852 83.7402 -65.5273 86.2305 -65.5273 C 87.6465 -65.5273 88.5254 -65.8691 89.4531 -66.6016 L 92.1387 -68.7012 L 92.3828 -68.7012 L 92.3828 -55.3711 C 92.3828 -50.3906 95.166 -48.291 99.2188 -48.291 Z M 9.76562 -41.1133 C 9.76562 -36.6699 12.6953 -33.7402 17.1387 -33.7402 C 21.582 -33.7402 24.4629 -36.6211 24.4629 -41.1133 L 24.4629 -43.3594 C 24.4629 -50.293 28.9551 -54.2969 36.6211 -54.2969 L 50.0977 -54.2969 L 50.0977 -46.2891 C 50.0977 -42.9688 52.1484 -40.8691 55.3711 -40.8691 C 56.9336 -40.8691 58.0566 -41.4062 58.9844 -42.1875 L 76.7578 -57.373 C 79.1504 -59.4238 79.1016 -62.8418 76.7578 -64.8438 L 58.9844 -79.9805 C 58.0566 -80.7617 56.9336 -81.2988 55.3711 -81.2988 C 52.1484 -81.2988 50.0977 -79.1992 50.0977 -75.8789 L 50.0977 -68.6523 L 37.1094 -68.6523 C 20.0195 -68.6523 9.76562 -60.0098 9.76562 -45.6543 Z M 51.123 -29.6387 C 51.123 -32.959 49.0723 -35.0586 45.8496 -35.0586 C 44.2871 -35.0586 43.1641 -34.5215 42.2363 -33.7402 L 24.4629 -18.5547 C 22.0703 -16.5039 22.1191 -13.0859 24.4629 -11.084 L 42.2363 4.05273 C 43.1641 4.83398 44.2871 5.37109 45.8496 5.37109 C 49.0723 5.37109 51.123 3.27148 51.123 -0.0488281 L 51.123 -7.12891 L 78.7598 -7.12891 C 95.8496 -7.12891 106.104 -15.7715 106.104 -30.127 L 106.104 -34.668 C 106.104 -39.1113 103.174 -42.041 98.7305 -42.041 C 94.2871 -42.041 91.4062 -39.1602 91.4062 -34.668 L 91.4062 -32.4219 C 91.4062 -25.4883 86.9141 -21.4844 79.248 -21.4844 L 51.123 -21.4844 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2580 696)">
<path d="M 97.2656 -47.4121 C 101.025 -47.4121 103.467 -49.3164 103.467 -53.7598 L 103.467 -72.1191 C 103.467 -76.1719 100.488 -78.9062 96.4844 -78.9062 C 93.3105 -78.9062 91.1133 -77.9297 88.7695 -76.2207 L 83.6914 -72.5098 C 81.6895 -71.0449 81.0059 -69.9707 81.0059 -68.3105 C 81.0059 -65.8691 82.7148 -64.3066 85.0098 -64.3066 C 86.2305 -64.3066 87.0605 -64.5996 87.8906 -65.2832 L 90.8691 -67.627 L 91.1133 -67.627 L 91.1133 -53.7598 C 91.1133 -49.3164 93.5547 -47.4121 97.2656 -47.4121 Z M 9.76562 -40.4297 C 9.76562 -36.4258 12.5 -33.7402 16.4551 -33.7402 C 20.459 -33.7402 23.1445 -36.377 23.1445 -40.4297 L 23.1445 -42.7734 C 23.1445 -49.4141 27.5391 -53.418 34.8145 -53.418 L 50.1953 -53.418 L 50.1953 -45.4102 C 50.1953 -42.334 52.0996 -40.4297 55.0781 -40.4297 C 56.4941 -40.4297 57.6172 -40.918 58.4961 -41.6504 L 75.4883 -56.1523 C 77.7344 -58.0566 77.6855 -61.2305 75.4883 -63.0859 L 58.4961 -77.5879 C 57.6172 -78.3203 56.4941 -78.8086 55.0781 -78.8086 C 52.0996 -78.8086 50.1953 -76.9043 50.1953 -73.8281 L 50.1953 -66.5039 L 35.4004 -66.5039 C 19.4336 -66.5039 9.76562 -58.2031 9.76562 -44.6777 Z M 50.0488 -29.1992 C 50.0488 -32.2754 48.1445 -34.1797 45.166 -34.1797 C 43.7012 -34.1797 42.627 -33.6914 41.748 -32.959 L 24.707 -18.457 C 22.4609 -16.5527 22.5098 -13.3789 24.707 -11.5234 L 41.748 2.97852 C 42.627 3.71094 43.7012 4.19922 45.166 4.19922 C 48.1445 4.19922 50.0488 2.29492 50.0488 -0.78125 L 50.0488 -8.00781 L 77.9785 -8.00781 C 93.8965 -8.00781 103.613 -16.3086 103.613 -29.834 L 103.613 -34.082 C 103.613 -38.0859 100.879 -40.7715 96.875 -40.7715 C 92.9199 -40.7715 90.2344 -38.1348 90.2344 -34.082 L 90.2344 -31.7383 C 90.2344 -25.0977 85.8398 -21.0938 78.5156 -21.0938 L 50.0488 -21.0938 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2284.7 696)">
<path d="M 95.1172 -46.4355 C 98.4375 -46.4355 100.488 -48.1445 100.488 -51.9531 L 100.488 -70.0684 C 100.488 -73.7305 97.9004 -76.2207 94.2871 -76.2207 C 91.4062 -76.2207 89.502 -75.293 87.3047 -73.6816 L 82.2754 -69.9219 C 80.6641 -68.7012 80.127 -67.7246 80.127 -66.3574 C 80.127 -64.3555 81.5918 -62.8906 83.6426 -62.8906 C 84.668 -62.8906 85.4004 -63.1836 86.1328 -63.7695 L 89.4043 -66.4551 L 89.6973 -66.4551 L 89.6973 -51.9531 C 89.6973 -48.1445 91.7969 -46.4355 95.1172 -46.4355 Z M 9.76562 -39.6484 C 9.76562 -36.1816 12.2559 -33.6914 15.7227 -33.6914 C 19.1895 -33.6914 21.6309 -36.1328 21.6309 -39.6484 L 21.6309 -42.1387 C 21.6309 -48.4375 25.9766 -52.3926 32.8125 -52.3926 L 50.293 -52.3926 L 50.293 -44.4336 C 50.293 -41.6504 52.002 -39.8926 54.7363 -39.8926 C 56.0059 -39.8926 57.0801 -40.3809 57.9102 -41.0645 L 74.1211 -54.7852 C 76.1719 -56.543 76.1719 -59.375 74.1211 -61.1328 L 57.9102 -74.8535 C 57.0801 -75.5859 56.0059 -76.0254 54.7363 -76.0254 C 52.002 -76.0254 50.293 -74.2676 50.293 -71.5332 L 50.293 -64.0625 L 33.4473 -64.0625 C 18.7988 -64.0625 9.76562 -56.2012 9.76562 -43.5547 Z M 48.8281 -28.7109 C 48.8281 -31.4453 47.0703 -33.2031 44.3359 -33.2031 C 43.0664 -33.2031 41.9922 -32.7637 41.1621 -32.0312 L 25 -18.3105 C 22.9004 -16.6016 22.9492 -13.7207 25 -12.0117 L 41.1621 1.75781 C 41.9922 2.44141 43.0664 2.92969 44.3359 2.92969 C 47.0703 2.92969 48.8281 1.17188 48.8281 -1.61133 L 48.8281 -9.0332 L 77.0996 -9.0332 C 91.748 -9.0332 100.781 -16.8945 100.781 -29.541 L 100.781 -33.4473 C 100.781 -36.9141 98.3398 -39.4043 94.8242 -39.4043 C 91.3574 -39.4043 88.916 -36.9629 88.916 -33.4473 L 88.916 -30.957 C 88.916 -24.6582 84.5703 -20.7031 77.7344 -20.7031 L 48.8281 -20.7031 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1988.97 696)">
<path d="M 93.6035 -45.752 C 96.6309 -45.752 98.4375 -47.3145 98.4375 -50.7324 L 98.4375 -68.6523 C 98.4375 -72.0703 96.1426 -74.3652 92.7734 -74.3652 C 90.0879 -74.3652 88.3789 -73.4863 86.3281 -71.9238 L 81.3477 -68.1152 C 79.9805 -67.0898 79.4922 -66.1621 79.4922 -64.9902 C 79.4922 -63.2324 80.7617 -61.9629 82.666 -61.9629 C 83.5938 -61.9629 84.2773 -62.207 84.9609 -62.7441 L 88.4277 -65.625 L 88.7207 -65.625 L 88.7207 -50.7324 C 88.7207 -47.3145 90.5273 -45.752 93.6035 -45.752 Z M 9.76562 -39.1113 C 9.76562 -35.9863 12.0605 -33.6914 15.1855 -33.6914 C 18.3594 -33.6914 20.6055 -35.9863 20.6055 -39.1113 L 20.6055 -41.6992 C 20.6055 -47.8027 24.8535 -51.709 31.4453 -51.709 L 50.3418 -51.709 L 50.3418 -43.75 C 50.3418 -41.1621 51.9531 -39.5508 54.4922 -39.5508 C 55.6641 -39.5508 56.7383 -39.9902 57.5195 -40.6738 L 73.1445 -53.8574 C 75.0977 -55.5176 75.0488 -58.1055 73.1445 -59.7656 L 57.5195 -72.998 C 56.7383 -73.6816 55.6641 -74.1211 54.4922 -74.1211 C 51.9531 -74.1211 50.3418 -72.5098 50.3418 -69.9219 L 50.3418 -62.4023 L 32.1289 -62.4023 C 18.3594 -62.4023 9.76562 -54.834 9.76562 -42.8223 Z M 47.9492 -28.3691 C 47.9492 -30.9082 46.3867 -32.5195 43.7988 -32.5195 C 42.6758 -32.5195 41.6016 -32.1289 40.7715 -31.4453 L 25.1953 -18.2617 C 23.2422 -16.6016 23.2422 -13.9648 25.1953 -12.3047 L 40.7715 0.927734 C 41.6016 1.5625 42.6758 2.00195 43.7988 2.00195 C 46.3867 2.00195 47.9492 0.390625 47.9492 -2.14844 L 47.9492 -9.7168 L 76.5137 -9.7168 C 90.2344 -9.7168 98.8281 -17.2852 98.8281 -29.2969 L 98.8281 -33.0078 C 98.8281 -36.1328 96.5332 -38.4277 93.4082 -38.4277 C 90.2832 -38.4277 87.9883 -36.1328 87.9883 -33.0078 L 87.9883 -30.4199 C 87.9883 -24.3164 83.7402 -20.4102 77.1973 -20.4102 L 47.9492 -20.4102 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1692.99 696)">
<path d="M 92.4805 -45.2148 C 95.2637 -45.2148 96.875 -46.7285 96.875 -49.7559 L 96.875 -67.627 C 96.875 -70.8008 94.7754 -72.9492 91.6504 -72.9492 C 89.0625 -72.9492 87.5488 -72.1191 85.5469 -70.6055 L 80.6152 -66.748 C 79.4434 -65.8691 79.0527 -64.9902 79.0527 -63.9648 C 79.0527 -62.4512 80.1758 -61.2305 81.9824 -61.2305 C 82.7637 -61.2305 83.3984 -61.4746 84.0332 -61.9629 L 87.6465 -64.9902 L 87.9883 -64.9902 L 87.9883 -49.7559 C 87.9883 -46.7285 89.5996 -45.2148 92.4805 -45.2148 Z M 9.76562 -38.7207 C 9.76562 -35.8398 11.9629 -33.6914 14.7949 -33.6914 C 17.6758 -33.6914 19.873 -35.8398 19.873 -38.7207 L 19.873 -41.3574 C 19.873 -47.2656 24.0234 -51.2207 30.3711 -51.2207 L 50.3906 -51.2207 L 50.3906 -43.2129 C 50.3906 -40.8203 51.9043 -39.3066 54.3457 -39.3066 C 55.4199 -39.3066 56.4453 -39.6973 57.2266 -40.3809 L 72.4121 -53.125 C 74.2676 -54.6875 74.2676 -57.1777 72.4121 -58.7402 L 57.2266 -71.582 C 56.4453 -72.2656 55.4199 -72.6562 54.3457 -72.6562 C 51.9043 -72.6562 50.3906 -71.1426 50.3906 -68.75 L 50.3906 -61.1328 L 31.1035 -61.1328 C 18.0664 -61.1328 9.76562 -53.7598 9.76562 -42.2363 Z M 47.3145 -28.125 C 47.3145 -30.5176 45.8008 -32.0312 43.4082 -32.0312 C 42.334 -32.0312 41.2598 -31.6406 40.4785 -30.957 L 25.3418 -18.1641 C 23.4375 -16.6504 23.4863 -14.1602 25.3418 -12.5977 L 40.4785 0.292969 C 41.2598 0.927734 42.334 1.31836 43.4082 1.31836 C 45.8008 1.31836 47.3145 -0.195312 47.3145 -2.58789 L 47.3145 -10.2539 L 76.0254 -10.2539 C 89.1113 -10.2539 97.3633 -17.627 97.3633 -29.1504 L 97.3633 -32.666 C 97.3633 -35.498 95.2148 -37.6953 92.334 -37.6953 C 89.4531 -37.6953 87.3047 -35.5469 87.3047 -32.666 L 87.3047 -30.0293 C 87.3047 -24.1211 83.1055 -20.166 76.7578 -20.166 L 47.3145 -20.166 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1397.23 696)">
<path d="M 90.9668 -44.5801 C 93.5059 -44.5801 94.873 -45.8984 94.873 -48.5352 L 94.873 -66.2109 C 94.873 -69.1406 93.0176 -71.0938 90.1855 -71.0938 C 87.793 -71.0938 86.4258 -70.3125 84.5703 -68.8965 L 79.6387 -64.9902 C 78.7598 -64.2578 78.418 -63.4766 78.418 -62.6465 C 78.418 -61.377 79.3945 -60.2539 81.0547 -60.2539 C 81.6895 -60.2539 82.2754 -60.498 82.8125 -60.9375 L 86.6699 -64.1602 L 87.0605 -64.1602 L 87.0605 -48.5352 C 87.0605 -45.8984 88.3789 -44.5801 90.9668 -44.5801 Z M 9.76562 -38.1836 C 9.76562 -35.6934 11.7676 -33.6914 14.3066 -33.6914 C 16.8457 -33.6914 18.8477 -35.6934 18.8477 -38.1836 L 18.8477 -40.8691 C 18.8477 -46.6309 22.9492 -50.5371 29.0039 -50.5371 L 50.4883 -50.5371 L 50.4883 -42.5293 C 50.4883 -40.332 51.8555 -38.9648 54.1016 -38.9648 C 55.0781 -38.9648 56.1035 -39.3555 56.8359 -39.9414 L 71.4355 -52.1973 C 73.1934 -53.6621 73.1934 -55.9082 71.4355 -57.4219 L 56.8359 -69.7754 C 56.1035 -70.3613 55.0781 -70.752 54.1016 -70.752 C 51.8555 -70.752 50.4883 -69.3848 50.4883 -67.1875 L 50.4883 -59.4727 L 29.7852 -59.4727 C 17.627 -59.4727 9.76562 -52.3926 9.76562 -41.5039 Z M 46.4844 -27.7832 C 46.4844 -29.9805 45.1172 -31.3477 42.8711 -31.3477 C 41.8945 -31.3477 40.8203 -30.957 40.1367 -30.3711 L 25.5371 -18.1152 C 23.7793 -16.6504 23.7793 -14.4043 25.5371 -12.8906 L 40.1367 -0.537109 C 40.8203 0.0488281 41.8945 0.439453 42.8711 0.439453 C 45.1172 0.439453 46.4844 -0.927734 46.4844 -3.125 L 46.4844 -10.9375 L 75.4395 -10.9375 C 87.5977 -10.9375 95.459 -18.0176 95.459 -28.9062 L 95.459 -32.2266 C 95.459 -34.7168 93.457 -36.7188 90.918 -36.7188 C 88.4277 -36.7188 86.377 -34.7168 86.377 -32.2266 L 86.377 -29.4922 C 86.377 -23.7793 82.2754 -19.873 76.2207 -19.873 L 46.4844 -19.873 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1102.43 696)">
<path d="M 87.7441 -44.4824 C 89.9414 -44.4824 91.2109 -45.7031 91.2109 -47.998 L 91.2109 -65.918 C 91.2109 -68.5059 89.5508 -70.2148 87.0117 -70.2148 C 84.8633 -70.2148 83.6426 -69.5801 81.8359 -68.2129 L 77.002 -64.5508 C 76.123 -63.8672 75.7324 -63.1348 75.7324 -62.3047 C 75.7324 -61.084 76.6602 -60.1074 78.125 -60.1074 C 78.7598 -60.1074 79.2969 -60.3027 79.8828 -60.7422 L 83.8867 -63.916 L 84.1797 -63.916 L 84.1797 -47.998 C 84.1797 -45.7031 85.4492 -44.4824 87.7441 -44.4824 Z M 9.76562 -37.7441 C 9.76562 -35.5957 11.5234 -33.8379 13.7207 -33.8379 C 15.918 -33.8379 17.6758 -35.5957 17.6758 -37.7441 L 17.6758 -40.1855 C 17.6758 -46.5332 21.9238 -50.6836 28.418 -50.6836 L 48.3887 -50.6836 L 48.3887 -42.627 C 48.3887 -40.6738 49.6582 -39.4531 51.6602 -39.4531 C 52.5391 -39.4531 53.418 -39.7461 54.1016 -40.332 L 68.457 -52.002 C 70.166 -53.418 70.1172 -55.7129 68.457 -57.0801 L 54.1016 -68.7988 C 53.418 -69.3848 52.5391 -69.7266 51.6602 -69.7266 C 49.6582 -69.7266 48.3887 -68.457 48.3887 -66.5039 L 48.3887 -58.4473 L 29.1992 -58.4473 C 17.2852 -58.4473 9.76562 -51.6113 9.76562 -40.7715 Z M 44.873 -27.6855 C 44.873 -29.6387 43.6035 -30.8594 41.6016 -30.8594 C 40.7227 -30.8594 39.8438 -30.5664 39.1602 -29.9805 L 24.8047 -18.3105 C 23.1445 -16.9434 23.0957 -14.6484 24.8047 -13.2324 L 39.1602 -1.51367 C 39.8438 -0.927734 40.7227 -0.585938 41.6016 -0.585938 C 43.6035 -0.585938 44.873 -1.85547 44.873 -3.80859 L 44.873 -11.9629 L 72.168 -11.9629 C 84.1309 -11.9629 91.6504 -18.7988 91.6504 -29.5898 L 91.6504 -32.6172 C 91.6504 -34.8145 89.8926 -36.5723 87.6953 -36.5723 C 85.498 -36.5723 83.7402 -34.8145 83.7402 -32.6172 L 83.7402 -30.2246 C 83.7402 -23.877 79.4922 -19.7266 72.998 -19.7266 L 44.873 -19.7266 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 808.253 696)">
<path d="M 83.4473 -44.3359 C 85.2539 -44.3359 86.377 -45.459 86.377 -47.3145 L 86.377 -65.4785 C 86.377 -67.6758 85.0098 -69.0918 82.8125 -69.0918 C 81.0059 -69.0918 79.9316 -68.6035 78.2227 -67.334 L 73.4863 -63.916 C 72.6074 -63.2812 72.2168 -62.6953 72.2168 -61.8652 C 72.2168 -60.7422 73.0469 -59.8633 74.3164 -59.8633 C 74.9512 -59.8633 75.3906 -60.0586 76.0254 -60.498 L 80.2246 -63.5742 L 80.3711 -63.5742 L 80.3711 -47.3145 C 80.3711 -45.459 81.543 -44.3359 83.4473 -44.3359 Z M 9.76562 -37.207 C 9.76562 -35.4492 11.1816 -33.9844 12.9395 -33.9844 C 14.6973 -33.9844 16.1133 -35.4492 16.1133 -37.207 L 16.1133 -39.2578 C 16.1133 -46.4355 20.5566 -50.8789 27.5879 -50.8789 L 45.6543 -50.8789 L 45.6543 -42.7246 C 45.6543 -41.1133 46.7285 -40.0879 48.3887 -40.0879 C 49.1699 -40.0879 49.8047 -40.332 50.4883 -40.8203 L 64.4531 -51.7578 C 66.1621 -53.0762 66.0645 -55.4199 64.4531 -56.6895 L 50.4883 -67.5781 C 49.8047 -68.1152 49.1699 -68.3594 48.3887 -68.3594 C 46.7285 -68.3594 45.6543 -67.2852 45.6543 -65.6738 L 45.6543 -57.0312 L 28.4668 -57.0312 C 16.8457 -57.0312 9.76562 -50.5371 9.76562 -39.8926 Z M 42.7734 -27.5879 C 42.7734 -29.1992 41.6504 -30.2246 39.9902 -30.2246 C 39.2578 -30.2246 38.5742 -29.9805 37.8906 -29.4922 L 23.9258 -18.5547 C 22.3145 -17.334 22.2168 -14.9902 23.9258 -13.6719 L 37.8906 -2.73438 C 38.5742 -2.19727 39.2578 -1.95312 39.9902 -1.95312 C 41.6504 -1.95312 42.7734 -3.02734 42.7734 -4.63867 L 42.7734 -13.3301 L 67.8711 -13.3301 C 79.4922 -13.3301 86.5723 -19.8242 86.5723 -30.4688 L 86.5723 -33.2031 C 86.5723 -34.9121 85.1074 -36.377 83.3984 -36.377 C 81.6406 -36.377 80.2246 -34.9121 80.2246 -33.2031 L 80.2246 -31.1035 C 80.2246 -23.9746 75.7812 -19.4824 68.7012 -19.4824 L 42.7734 -19.4824 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 512.861 696)">
<path d="M 81.2012 -44.2383 C 82.8125 -44.2383 83.9355 -45.3125 83.9355 -46.9727 L 83.9355 -65.2832 C 83.9355 -67.2363 82.666 -68.5059 80.6641 -68.5059 C 79.0039 -68.5059 78.0273 -68.0664 76.3672 -66.8945 L 71.6797 -63.5742 C 70.8008 -62.9883 70.4102 -62.4512 70.4102 -61.6211 C 70.4102 -60.5469 71.1914 -59.7656 72.3145 -59.7656 C 72.9492 -59.7656 73.3398 -59.9121 74.0234 -60.4004 L 78.3203 -63.4277 L 78.418 -63.4277 L 78.418 -46.9727 C 78.418 -45.3613 79.541 -44.2383 81.2012 -44.2383 Z M 9.76562 -36.8652 C 9.76562 -35.3516 11.0352 -34.1309 12.5488 -34.1309 C 14.0625 -34.1309 15.332 -35.3516 15.332 -36.8652 L 15.332 -38.7695 C 15.332 -46.3379 19.8242 -50.9766 27.1973 -50.9766 L 44.2383 -50.9766 L 44.2383 -42.8223 C 44.2383 -41.3574 45.2148 -40.3809 46.7285 -40.3809 C 47.4121 -40.3809 47.998 -40.625 48.6328 -41.1133 L 62.4512 -51.6602 C 64.1113 -52.9297 64.0137 -55.2734 62.4512 -56.4453 L 48.6328 -66.9434 C 47.998 -67.4316 47.4121 -67.627 46.7285 -67.627 C 45.2148 -67.627 44.2383 -66.6992 44.2383 -65.2344 L 44.2383 -56.2988 L 28.0762 -56.2988 C 16.6016 -56.2988 9.76562 -50 9.76562 -39.4043 Z M 41.6504 -27.4902 C 41.6504 -28.9551 40.6738 -29.9316 39.1602 -29.9316 C 38.4766 -29.9316 37.8906 -29.6875 37.2559 -29.1992 L 23.4375 -18.7012 C 21.875 -17.5293 21.7773 -15.1855 23.4375 -13.916 L 37.2559 -3.36914 C 37.8906 -2.88086 38.4766 -2.68555 39.1602 -2.68555 C 40.6738 -2.68555 41.6504 -3.61328 41.6504 -5.07812 L 41.6504 -14.0625 L 65.625 -14.0625 C 77.0996 -14.0625 83.9355 -20.3613 83.9355 -30.957 L 83.9355 -33.4961 C 83.9355 -35.0098 82.666 -36.2793 81.1523 -36.2793 C 79.6387 -36.2793 78.418 -35.0098 78.418 -33.4961 L 78.418 -31.5918 C 78.418 -24.0234 73.877 -19.3848 66.5039 -19.3848 L 41.6504 -19.3848 Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 63 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "repeat.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 129-->
<!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: "uni10029E.medium", point size: 100.000000, font version: "Version 16.0d9e1", template writer version: "8"-->
<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.62305 C 9.69727 -3.62305 9.9707 -3.93555 9.9707 -4.45312 L 9.9707 -6.31836 L 12.002 -6.31836 C 12.5 -6.31836 12.832 -6.57227 12.832 -7.04102 C 12.832 -7.51953 12.5195 -7.7832 12.002 -7.7832 L 9.9707 -7.7832 L 9.9707 -9.81445 C 9.9707 -10.332 9.69727 -10.6543 9.22852 -10.6543 C 8.75977 -10.6543 8.50586 -10.3125 8.50586 -9.81445 L 8.50586 -7.7832 L 6.49414 -7.7832 C 5.97656 -7.7832 5.64453 -7.51953 5.64453 -7.04102 C 5.64453 -6.57227 5.99609 -6.31836 6.49414 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.45312 C 8.50586 -3.95508 8.75977 -3.62305 9.22852 -3.62305 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.61133 21.6699 -7.05078 C 21.6699 -12.5 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.5 1.74805 -7.05078 C 1.74805 -1.61133 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.6602 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6602 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6797 -2.66602 C 12.207 -2.66602 12.5098 -3.01758 12.5098 -3.59375 L 12.5098 -6.23047 L 15.3223 -6.23047 C 15.8691 -6.23047 16.25 -6.51367 16.25 -7.03125 C 16.25 -7.55859 15.8887 -7.86133 15.3223 -7.86133 L 12.5098 -7.86133 L 12.5098 -10.6836 C 12.5098 -11.25 12.207 -11.6113 11.6797 -11.6113 C 11.1621 -11.6113 10.8789 -11.2305 10.8789 -10.6836 L 10.8789 -7.86133 L 8.07617 -7.86133 C 7.50977 -7.86133 7.13867 -7.55859 7.13867 -7.03125 C 7.13867 -6.51367 7.5293 -6.23047 8.07617 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.59375 C 10.8789 -3.03711 11.1621 -2.66602 11.6797 -2.66602 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.66406 C 21.9336 5.66406 27.6953 -0.0976562 27.6953 -7.05078 C 27.6953 -14.0137 21.9238 -19.7754 14.9609 -19.7754 C 8.00781 -19.7754 2.25586 -14.0137 2.25586 -7.05078 C 2.25586 -0.0976562 8.01758 5.66406 14.9707 5.66406 Z M 14.9707 3.84766 C 8.93555 3.84766 4.08203 -1.01562 4.08203 -7.05078 C 4.08203 -13.0957 8.92578 -17.9492 14.9609 -17.9492 C 21.0059 -17.9492 25.8594 -13.0957 25.8691 -7.05078 C 25.8789 -1.01562 21.0156 3.84766 14.9707 3.84766 Z M 14.9414 -1.38672 C 15.5176 -1.38672 15.8594 -1.77734 15.8594 -2.38281 L 15.8594 -6.13281 L 19.7754 -6.13281 C 20.3711 -6.13281 20.7812 -6.46484 20.7812 -7.02148 C 20.7812 -7.59766 20.3906 -7.93945 19.7754 -7.93945 L 15.8594 -7.93945 L 15.8594 -11.8652 C 15.8594 -12.4805 15.5176 -12.8711 14.9414 -12.8711 C 14.375 -12.8711 14.0527 -12.4609 14.0527 -11.8652 L 14.0527 -7.93945 L 10.1465 -7.93945 C 9.53125 -7.93945 9.13086 -7.59766 9.13086 -7.02148 C 9.13086 -6.46484 9.55078 -6.13281 10.1465 -6.13281 L 14.0527 -6.13281 L 14.0527 -2.38281 C 14.0527 -1.79688 14.375 -1.38672 14.9414 -1.38672 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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M 3.31055 0.126953 C 3.82812 0.126953 4.08203 -0.0683594 4.26758 -0.605469 L 5.52734 -4.0625 L 11.2891 -4.0625 L 12.5488 -0.605469 C 12.7344 -0.0683594 12.9883 0.126953 13.4961 0.126953 C 14.0137 0.126953 14.3457 -0.185547 14.3457 -0.673828 C 14.3457 -0.839844 14.3164 -0.986328 14.2383 -1.20117 L 9.6582 -13.3887 C 9.43359 -13.9941 9.0332 -14.2871 8.4082 -14.2871 C 7.80273 -14.2871 7.39258 -13.9941 7.17773 -13.3984 L 2.59766 -1.19141 C 2.51953 -0.976562 2.49023 -0.830078 2.49023 -0.664062 C 2.49023 -0.175781 2.80273 0.126953 3.31055 0.126953 Z M 6.00586 -5.53711 L 8.37891 -12.1094 L 8.42773 -12.1094 L 10.8008 -5.53711 Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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.8418 1.86523 L 4.54102 3.57422 C 5.40039 4.44336 6.38672 4.38477 7.31445 3.35938 L 17.4902 -7.85156 C 17.7539 -7.76367 18.0273 -7.7832 18.3398 -7.8418 L 19.4043 -8.03711 L 20.0684 -7.36328 L 20.0293 -6.80664 C 19.9902 -6.30859 20.1172 -5.92773 20.6055 -5.44922 L 21.3672 -4.70703 C 21.8457 -4.22852 22.4609 -4.19922 22.9297 -4.66797 L 25.8398 -7.58789 C 26.3086 -8.05664 26.2891 -8.65234 25.8105 -9.13086 L 25.0391 -9.89258 C 24.5605 -10.3711 24.1895 -10.5273 23.7109 -10.4883 L 23.1348 -10.4395 L 22.4902 -11.0742 L 22.7344 -12.1973 C 22.8613 -12.7637 22.7051 -13.2031 22.1191 -13.7891 L 19.9219 -15.9766 C 16.582 -19.2969 12.1484 -19.2188 9.25781 -16.3281 C 8.83789 -15.918 8.80859 -15.3418 9.04297 -14.9512 C 9.27734 -14.5898 9.73633 -14.3555 10.3809 -14.5215 C 11.8457 -14.8633 13.3691 -14.9219 14.7949 -13.9844 L 14.209 -12.5293 C 14.0137 -12.0508 13.9844 -11.6504 14.1113 -11.2891 L 3.04688 -0.898438 C 2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523 Z M 10.752 -15.957 C 13.1836 -17.7344 16.4746 -17.4316 18.7012 -15.2051 L 21.1328 -12.793 C 21.3672 -12.5586 21.4062 -12.373 21.3379 -12.0312 L 21.0156 -10.5469 L 22.5195 -9.0625 L 23.5059 -9.12109 C 23.7598 -9.13086 23.8379 -9.11133 24.0332 -8.91602 L 24.6094 -8.33984 L 22.168 -5.89844 L 21.5918 -6.47461 C 21.3965 -6.66992 21.3672 -6.74805 21.377 -7.01172 L 21.4453 -7.98828 L 19.9512 -9.47266 L 18.4277 -9.21875 C 18.1055 -9.15039 17.959 -9.17969 17.7148 -9.41406 L 15.7129 -11.416 C 15.459 -11.6504 15.4297 -11.8164 15.5859 -12.1875 L 16.4648 -14.2773 C 14.9023 -15.7324 12.8711 -16.3574 10.8398 -15.7617 C 10.6836 -15.7227 10.625 -15.8496 10.752 -15.957 Z M 5.27344 2.30469 L 4.10156 1.14258 C 3.63281 0.683594 3.74023 0.341797 4.14062 -0.0195312 L 14.9512 -10.1953 L 16.416 -8.71094 L 6.42578 2.27539 C 6.07422 2.67578 5.74219 2.77344 5.27344 2.30469 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.2.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)">Requires Xcode 12 or greater</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)">Generated from repeat</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 1987)">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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1384.05" x2="1384.05" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1515.64" x2="1515.64" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2840.24 1556)">
<path d="M 16.0645 -43.6523 C 16.0645 -37.6465 20.9473 -32.7148 26.9531 -32.7148 C 33.0078 -32.7148 37.8418 -37.6465 37.8418 -43.6523 L 37.8418 -47.5586 C 37.8418 -58.3984 45.0684 -64.8926 56.8848 -64.8926 L 104.102 -64.8926 L 104.102 -51.7578 C 104.102 -46.7773 107.178 -43.6035 112.061 -43.6035 C 114.355 -43.6035 116.211 -44.4336 117.627 -45.6543 L 145.508 -69.3848 C 149.17 -72.4609 149.121 -77.5879 145.508 -80.6641 L 117.627 -104.395 C 116.211 -105.615 114.355 -106.445 112.061 -106.445 C 107.178 -106.445 104.102 -103.271 104.102 -98.291 L 104.102 -86.2305 L 57.8613 -86.2305 C 31.8848 -86.2305 16.0645 -72.6562 16.0645 -50.5859 Z M 82.2266 -25.1953 C 82.2266 -30.1758 79.1504 -33.3008 74.2188 -33.3008 C 71.9238 -33.3008 70.1172 -32.5195 68.6523 -31.2988 L 40.8203 -7.56836 C 37.1582 -4.44336 37.207 0.683594 40.8203 3.75977 L 68.6523 27.4414 C 70.1172 28.6621 71.9238 29.4922 74.2188 29.4922 C 79.1504 29.4922 82.2266 26.3672 82.2266 21.3867 L 82.2266 9.42383 L 128.467 9.42383 C 154.395 9.42383 170.264 -4.15039 170.264 -26.2207 L 170.264 -33.1543 C 170.264 -39.1602 165.332 -44.0918 159.326 -44.0918 C 153.32 -44.0918 148.486 -39.1602 148.486 -33.1543 L 148.486 -29.248 C 148.486 -18.4082 141.26 -11.8652 129.395 -11.8652 L 82.2266 -11.8652 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2545.89 1556)">
<path d="M 16.0645 -42.627 C 16.0645 -37.207 20.459 -32.7637 25.9277 -32.7637 C 31.3477 -32.7637 35.6934 -37.207 35.6934 -42.627 L 35.6934 -46.5332 C 35.6934 -57.3242 42.8711 -63.916 54.4922 -63.916 L 101.367 -63.916 L 101.367 -50.7324 C 101.367 -46.1914 104.248 -43.3105 108.74 -43.3105 C 110.84 -43.3105 112.549 -44.043 113.965 -45.2148 L 140.771 -67.8223 C 144.238 -70.752 144.189 -75.5371 140.771 -78.418 L 113.965 -101.074 C 112.549 -102.246 110.84 -102.979 108.74 -102.979 C 104.248 -102.979 101.367 -100.098 101.367 -95.5566 L 101.367 -83.1543 L 55.5176 -83.1543 C 31.0547 -83.1543 16.0645 -70.166 16.0645 -49.0723 Z M 80.1758 -24.6094 C 80.1758 -29.1504 77.3438 -32.0801 72.8516 -32.0801 C 70.752 -32.0801 68.9941 -31.2988 67.627 -30.1758 L 40.7715 -7.51953 C 37.3535 -4.58984 37.3535 0.195312 40.7715 3.07617 L 67.627 25.7324 C 68.9941 26.9043 70.752 27.6367 72.8516 27.6367 C 77.3438 27.6367 80.1758 24.7559 80.1758 20.2148 L 80.1758 7.86133 L 126.074 7.86133 C 150.488 7.86133 165.527 -5.12695 165.527 -26.1719 L 165.527 -32.666 C 165.527 -38.0859 161.084 -42.4805 155.664 -42.4805 C 150.244 -42.4805 145.85 -38.0859 145.85 -32.666 L 145.85 -28.7109 C 145.85 -17.9688 138.672 -11.377 127.1 -11.377 L 80.1758 -11.377 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2251.84 1556)">
<path d="M 16.0645 -41.5039 C 16.0645 -36.7188 19.9219 -32.8125 24.707 -32.8125 C 29.4922 -32.8125 33.3496 -36.7188 33.3496 -41.5039 L 33.3496 -45.4102 C 33.3496 -56.1035 40.4785 -62.793 51.7578 -62.793 L 98.3887 -62.793 L 98.3887 -49.6094 C 98.3887 -45.5078 100.928 -42.9199 105.029 -42.9199 C 106.885 -42.9199 108.496 -43.6035 109.814 -44.6777 L 135.498 -66.1133 C 138.77 -68.7988 138.721 -73.2422 135.498 -75.9277 L 109.814 -97.4121 C 108.496 -98.4863 106.885 -99.1699 105.029 -99.1699 C 100.928 -99.1699 98.3887 -96.582 98.3887 -92.4805 L 98.3887 -79.7363 L 52.9297 -79.7363 C 30.127 -79.7363 16.0645 -67.334 16.0645 -47.4121 Z M 77.9297 -23.9746 C 77.9297 -28.0762 75.3418 -30.6641 71.2891 -30.6641 C 69.3848 -30.6641 67.7734 -29.9805 66.5039 -28.9062 L 40.7715 -7.4707 C 37.5488 -4.78516 37.5488 -0.390625 40.7715 2.34375 L 66.5039 23.8281 C 67.7734 24.9023 69.3848 25.5859 71.2891 25.5859 C 75.3418 25.5859 77.9297 22.998 77.9297 18.8965 L 77.9297 6.15234 L 123.389 6.15234 C 146.143 6.15234 160.205 -6.20117 160.205 -26.1719 L 160.205 -32.0801 C 160.205 -36.8652 156.348 -40.7227 151.562 -40.7227 C 146.777 -40.7227 142.92 -36.8652 142.92 -32.0801 L 142.92 -28.1738 C 142.92 -17.4805 135.791 -10.7422 124.512 -10.7422 L 77.9297 -10.7422 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1956.94 1556)">
<path d="M 16.0645 -40.7227 C 16.0645 -36.377 19.5801 -32.8613 23.877 -32.8613 C 28.2227 -32.8613 31.6895 -36.377 31.6895 -40.7227 L 31.6895 -44.6289 C 31.6895 -55.2734 38.8184 -62.0605 49.9023 -62.0605 L 96.2891 -62.0605 L 96.2891 -48.8281 C 96.2891 -45.0684 98.6816 -42.6758 102.441 -42.6758 C 104.15 -42.6758 105.713 -43.3105 106.934 -44.3359 L 131.885 -64.9414 C 134.961 -67.4316 134.912 -71.6797 131.885 -74.2188 L 106.934 -94.8242 C 105.713 -95.8984 104.15 -96.4844 102.441 -96.4844 C 98.6816 -96.4844 96.2891 -94.0918 96.2891 -90.3809 L 96.2891 -77.3926 L 51.123 -77.3926 C 29.4922 -77.3926 16.0645 -65.4297 16.0645 -46.2891 Z M 76.3672 -23.5352 C 76.3672 -27.2949 73.9746 -29.6875 70.2148 -29.6875 C 68.5059 -29.6875 66.9434 -29.0527 65.6738 -28.0273 L 40.7715 -7.42188 C 37.6953 -4.93164 37.6953 -0.732422 40.7715 1.80664 L 65.6738 22.5098 C 66.9434 23.5352 68.5059 24.1211 70.2148 24.1211 C 73.9746 24.1211 76.3672 21.7773 76.3672 18.0176 L 76.3672 4.98047 L 121.533 4.98047 C 143.164 4.98047 156.592 -6.98242 156.592 -26.123 L 156.592 -31.6895 C 156.592 -36.0352 153.076 -39.5508 148.73 -39.5508 C 144.385 -39.5508 140.918 -36.0352 140.918 -31.6895 L 140.918 -27.7832 C 140.918 -17.1387 133.838 -10.3516 122.754 -10.3516 L 76.3672 -10.3516 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1661.62 1556)">
<path d="M 16.0645 -40.0879 C 16.0645 -36.1328 19.2871 -32.9102 23.291 -32.9102 C 27.2461 -32.9102 30.4688 -36.1328 30.4688 -40.0879 L 30.4688 -44.043 C 30.4688 -54.6387 37.5488 -61.4746 48.4863 -61.4746 L 94.7266 -61.4746 L 94.7266 -48.1934 C 94.7266 -44.7266 96.9727 -42.4805 100.488 -42.4805 C 102.1 -42.4805 103.564 -43.0664 104.785 -44.043 L 129.102 -64.0137 C 132.08 -66.4062 132.031 -70.459 129.102 -72.9004 L 104.785 -92.9199 C 103.564 -93.8965 102.1 -94.4824 100.488 -94.4824 C 96.9727 -94.4824 94.7266 -92.2363 94.7266 -88.7695 L 94.7266 -75.5859 L 49.7559 -75.5859 C 29.0039 -75.5859 16.0645 -63.9648 16.0645 -45.4102 Z M 75.1465 -23.1934 C 75.1465 -26.709 72.9004 -28.9551 69.3848 -28.9551 C 67.7734 -28.9551 66.3086 -28.3691 65.0879 -27.3438 L 40.7715 -7.42188 C 37.8418 -5.0293 37.793 -1.02539 40.7715 1.41602 L 65.0879 21.4844 C 66.3086 22.4609 67.7734 23.0469 69.3848 23.0469 C 72.9004 23.0469 75.1465 20.8496 75.1465 17.334 L 75.1465 4.05273 L 120.117 4.05273 C 140.869 4.05273 153.809 -7.56836 153.809 -26.123 L 153.809 -31.3965 C 153.809 -35.4004 150.586 -38.623 146.582 -38.623 C 142.627 -38.623 139.404 -35.4004 139.404 -31.3965 L 139.404 -27.4902 C 139.404 -16.8457 132.324 -10.0586 121.387 -10.0586 L 75.1465 -10.0586 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1366.71 1556)">
<path d="M 16.0645 -39.3066 C 16.0645 -35.791 18.8965 -32.9102 22.4609 -32.9102 C 26.0254 -32.9102 28.8574 -35.791 28.8574 -39.3066 L 28.8574 -43.2617 C 28.8574 -53.8086 35.8887 -60.6934 46.6309 -60.6934 L 92.6758 -60.6934 L 92.6758 -47.4609 C 92.6758 -44.2871 94.7266 -42.2363 97.9492 -42.2363 C 99.3652 -42.2363 100.83 -42.7734 101.953 -43.7012 L 125.537 -62.8418 C 128.369 -65.0879 128.271 -68.8965 125.537 -71.1914 L 101.953 -90.3809 C 100.83 -91.3574 99.3652 -91.8457 97.9492 -91.8457 C 94.7266 -91.8457 92.6758 -89.8438 92.6758 -86.6699 L 92.6758 -73.2422 L 47.998 -73.2422 C 28.3691 -73.2422 16.0645 -62.0117 16.0645 -44.2871 Z M 73.6328 -22.8027 C 73.6328 -25.9277 71.582 -27.9785 68.3105 -27.9785 C 66.8945 -27.9785 65.4785 -27.4414 64.3066 -26.5137 L 40.7227 -7.37305 C 37.9883 -5.17578 37.8906 -1.41602 40.7227 0.927734 L 64.3066 20.166 C 65.4785 21.0938 66.8945 21.6309 68.3105 21.6309 C 71.582 21.6309 73.6328 19.6289 73.6328 16.4551 L 73.6328 2.88086 L 118.262 2.88086 C 137.891 2.88086 150.195 -8.30078 150.195 -26.0742 L 150.195 -31.0059 C 150.195 -34.5703 147.363 -37.4023 143.799 -37.4023 C 140.234 -37.4023 137.402 -34.5703 137.402 -31.0059 L 137.402 -27.0996 C 137.402 -16.5039 130.371 -9.66797 119.629 -9.66797 L 73.6328 -9.66797 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1072.42 1556)">
<path d="M 16.0645 -38.7695 C 16.0645 -35.6445 18.6035 -33.1055 21.7285 -33.1055 C 24.8535 -33.1055 27.3926 -35.6445 27.3926 -38.7695 L 27.3926 -42.3828 C 27.3926 -53.7109 34.5703 -60.8887 45.8984 -60.8887 L 89.8438 -60.8887 L 89.8438 -47.5586 C 89.8438 -44.6777 91.748 -42.8711 94.6777 -42.8711 C 95.9961 -42.8711 97.2168 -43.3105 98.291 -44.1895 L 121.533 -62.5977 C 124.365 -64.7949 124.268 -68.6035 121.533 -70.752 L 98.291 -89.209 C 97.2168 -90.0879 95.9961 -90.5273 94.6777 -90.5273 C 91.748 -90.5273 89.8438 -88.7207 89.8438 -85.8398 L 89.8438 -71.9238 L 47.2656 -71.9238 C 27.9297 -71.9238 16.0645 -61.0352 16.0645 -43.4082 Z M 71.582 -22.6562 C 71.582 -25.5371 69.6777 -27.3438 66.748 -27.3438 C 65.4297 -27.3438 64.209 -26.9043 63.0859 -26.0254 L 39.8926 -7.66602 C 37.1582 -5.51758 37.0605 -1.75781 39.8926 0.488281 L 63.0859 18.9941 C 64.209 19.873 65.4297 20.3125 66.748 20.3125 C 69.6777 20.3125 71.582 18.5059 71.582 15.625 L 71.582 1.5625 L 114.16 1.5625 C 133.447 1.5625 145.361 -9.32617 145.361 -26.9531 L 145.361 -31.543 C 145.361 -34.668 142.822 -37.207 139.697 -37.207 C 136.572 -37.207 134.033 -34.668 134.033 -31.543 L 134.033 -27.9297 C 134.033 -16.6016 126.855 -9.42383 115.527 -9.42383 L 71.582 -9.42383 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 778.908 1556)">
<path d="M 16.0645 -38.0371 C 16.0645 -35.498 18.1641 -33.3496 20.752 -33.3496 C 23.291 -33.3496 25.4395 -35.498 25.4395 -38.0371 L 25.4395 -41.2109 C 25.4395 -53.5645 32.8613 -61.1816 44.873 -61.1816 L 86.1328 -61.1816 L 86.1328 -47.7051 C 86.1328 -45.2637 87.793 -43.6523 90.332 -43.6523 C 91.5039 -43.6523 92.4316 -43.9941 93.5059 -44.8242 L 116.309 -62.3047 C 119.043 -64.4043 118.896 -68.2617 116.309 -70.2148 L 93.5059 -87.6465 C 92.4316 -88.4766 91.5039 -88.8184 90.332 -88.8184 C 87.793 -88.8184 86.1328 -87.207 86.1328 -84.7656 L 86.1328 -70.166 L 46.3379 -70.166 C 27.3926 -70.166 16.0645 -59.668 16.0645 -42.2363 Z M 68.8965 -22.5098 C 68.8965 -24.9512 67.2363 -26.5625 64.6973 -26.5625 C 63.5254 -26.5625 62.5977 -26.2207 61.5234 -25.3906 L 38.7207 -8.00781 C 36.1328 -6.00586 35.9863 -2.19727 38.7207 -0.0488281 L 61.5234 17.4316 C 62.5977 18.2617 63.5254 18.6035 64.6973 18.6035 C 67.2363 18.6035 68.8965 16.9922 68.8965 14.5508 L 68.8965 -0.146484 L 108.691 -0.146484 C 127.637 -0.146484 138.965 -10.6445 138.965 -28.0762 L 138.965 -32.2754 C 138.965 -34.8145 136.816 -36.9629 134.277 -36.9629 C 131.689 -36.9629 129.59 -34.8145 129.59 -32.2754 L 129.59 -29.1016 C 129.59 -16.748 122.168 -9.13086 110.156 -9.13086 L 68.8965 -9.13086 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 483.832 1556)">
<path d="M 16.0645 -37.6465 C 16.0645 -35.4004 17.9688 -33.4961 20.2637 -33.4961 C 22.5098 -33.4961 24.4141 -35.4004 24.4141 -37.6465 L 24.4141 -40.625 C 24.4141 -53.4668 31.9824 -61.3281 44.3848 -61.3281 L 84.2285 -61.3281 L 84.2285 -47.7539 C 84.2285 -45.5566 85.791 -44.0918 88.0859 -44.0918 C 89.1602 -44.0918 89.9902 -44.3848 91.0156 -45.166 L 113.623 -62.1094 C 116.309 -64.209 116.162 -68.0664 113.623 -69.9707 L 91.0156 -86.8164 C 89.9902 -87.5977 89.1602 -87.9395 88.0859 -87.9395 C 85.791 -87.9395 84.2285 -86.4258 84.2285 -84.2285 L 84.2285 -69.2383 L 45.8496 -69.2383 C 27.0996 -69.2383 16.0645 -58.9844 16.0645 -41.6504 Z M 67.5293 -22.4609 C 67.5293 -24.6582 65.9668 -26.123 63.6719 -26.123 C 62.5488 -26.123 61.7188 -25.8301 60.6934 -25.0488 L 38.1348 -8.1543 C 35.5957 -6.29883 35.4004 -2.39258 38.1348 -0.341797 L 60.6934 16.6016 C 61.7188 17.3828 62.5488 17.6758 63.6719 17.6758 C 65.9668 17.6758 67.5293 16.2109 67.5293 14.0137 L 67.5293 -1.02539 L 105.908 -1.02539 C 124.658 -1.02539 135.693 -11.3281 135.693 -28.6133 L 135.693 -32.6172 C 135.693 -34.9121 133.789 -36.8164 131.494 -36.8164 C 129.199 -36.8164 127.295 -34.9121 127.295 -32.6172 L 127.295 -29.6875 C 127.295 -16.7969 119.775 -8.98438 107.373 -8.98438 L 67.5293 -8.98438 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2859.3 1126)">
<path d="M 12.4512 -42.8223 C 12.4512 -37.5977 16.748 -33.3496 21.9238 -33.3496 C 27.1484 -33.3496 31.3965 -37.5977 31.3965 -42.8223 L 31.3965 -45.7031 C 31.3965 -54.5898 37.1094 -59.668 46.9727 -59.668 L 82.8125 -59.668 L 82.8125 -49.4629 C 82.8125 -45.2148 85.4492 -42.4805 89.5996 -42.4805 C 91.6016 -42.4805 93.0176 -43.1641 94.2383 -44.1895 L 116.992 -63.6719 C 120.068 -66.3086 120.02 -70.7031 116.992 -73.2422 L 94.2383 -92.6758 C 93.0176 -93.6523 91.6016 -94.3359 89.5996 -94.3359 C 85.4492 -94.3359 82.8125 -91.6504 82.8125 -87.4023 L 82.8125 -78.1738 L 47.5586 -78.1738 C 25.6348 -78.1738 12.4512 -67.0898 12.4512 -48.6816 Z M 65.3809 -28.1738 C 65.3809 -32.4219 62.7441 -35.1074 58.5938 -35.1074 C 56.5918 -35.1074 55.127 -34.4238 53.9551 -33.4473 L 31.1523 -13.9648 C 28.0762 -11.3281 28.1738 -6.93359 31.1523 -4.3457 L 53.9551 15.0391 C 55.127 16.0645 56.5918 16.748 58.5938 16.748 C 62.7441 16.748 65.3809 14.0625 65.3809 9.76562 L 65.3809 0.732422 L 100.586 0.732422 C 122.559 0.732422 135.742 -10.3516 135.742 -28.7598 L 135.742 -34.5703 C 135.742 -39.7949 131.445 -44.0918 126.221 -44.0918 C 120.996 -44.0918 116.797 -39.7949 116.797 -34.5703 L 116.797 -31.7383 C 116.797 -22.8516 111.035 -17.7246 101.221 -17.7246 L 65.3809 -17.7246 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2564.55 1126)">
<path d="M 12.4512 -41.8457 C 12.4512 -37.1582 16.2598 -33.3496 20.9961 -33.3496 C 25.6836 -33.3496 29.4434 -37.1582 29.4434 -41.8457 L 29.4434 -44.8242 C 29.4434 -53.418 35.1074 -58.5449 44.5312 -58.5449 L 80.5664 -58.5449 L 80.5664 -48.3398 C 80.5664 -44.4336 83.0078 -41.9922 86.8164 -41.9922 C 88.623 -41.9922 89.9902 -42.627 91.1133 -43.5547 L 112.891 -62.0117 C 115.771 -64.4531 115.723 -68.5059 112.891 -70.8984 L 91.1133 -89.3555 C 89.9902 -90.2832 88.623 -90.918 86.8164 -90.918 C 83.0078 -90.918 80.5664 -88.4766 80.5664 -84.5703 L 80.5664 -75.1465 L 45.2148 -75.1465 C 24.8047 -75.1465 12.4512 -64.5996 12.4512 -47.2656 Z M 63.6719 -27.5391 C 63.6719 -31.4453 61.2793 -33.8867 57.4707 -33.8867 C 55.6641 -33.8867 54.248 -33.252 53.125 -32.3242 L 31.3965 -13.8672 C 28.5156 -11.4258 28.5645 -7.37305 31.3965 -4.98047 L 53.125 13.4766 C 54.248 14.4043 55.6641 15.0391 57.4707 15.0391 C 61.2793 15.0391 63.6719 12.5977 63.6719 8.69141 L 63.6719 -0.585938 L 99.0234 -0.585938 C 119.434 -0.585938 131.836 -11.1328 131.836 -28.5156 L 131.836 -33.8867 C 131.836 -38.5742 127.979 -42.4316 123.291 -42.4316 C 118.604 -42.4316 114.795 -38.5742 114.795 -33.8867 L 114.795 -30.957 C 114.795 -22.3145 109.18 -17.2363 99.7559 -17.2363 L 63.6719 -17.2363 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2270.03 1126)">
<path d="M 12.4512 -40.7715 C 12.4512 -36.6699 15.7715 -33.3496 19.873 -33.3496 C 23.9746 -33.3496 27.2949 -36.6699 27.2949 -40.7715 L 27.2949 -43.7988 C 27.2949 -52.1484 32.8613 -57.2754 41.748 -57.2754 L 78.125 -57.2754 L 78.125 -47.0215 C 78.125 -43.6035 80.2734 -41.4062 83.6914 -41.4062 C 85.2539 -41.4062 86.6211 -41.9922 87.6465 -42.8711 L 108.252 -60.2051 C 110.938 -62.4023 110.889 -66.0645 108.252 -68.3105 L 87.6465 -85.6445 C 86.6211 -86.5234 85.2539 -87.1094 83.6914 -87.1094 C 80.2734 -87.1094 78.125 -84.9121 78.125 -81.4453 L 78.125 -71.8262 L 42.5781 -71.8262 C 23.9258 -71.8262 12.4512 -61.8164 12.4512 -45.7031 Z M 61.7676 -26.9043 C 61.7676 -30.3711 59.6191 -32.5195 56.2012 -32.5195 C 54.6387 -32.5195 53.2715 -31.9824 52.2461 -31.1035 L 31.6406 -13.7207 C 29.0039 -11.5234 29.0039 -7.86133 31.6406 -5.66406 L 52.2461 11.7188 C 53.2715 12.5977 54.6387 13.1836 56.2012 13.1836 C 59.6191 13.1836 61.7676 10.9863 61.7676 7.51953 L 61.7676 -2.09961 L 97.3145 -2.09961 C 115.967 -2.09961 127.441 -12.0605 127.441 -28.2227 L 127.441 -33.1055 C 127.441 -37.2559 124.121 -40.5762 120.02 -40.5762 C 115.918 -40.5762 112.598 -37.2559 112.598 -33.1055 L 112.598 -30.0781 C 112.598 -21.7773 107.031 -16.6504 98.1445 -16.6504 L 61.7676 -16.6504 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1974.83 1126)">
<path d="M 12.4512 -40.0391 C 12.4512 -36.3281 15.4297 -33.3496 19.1406 -33.3496 C 22.8516 -33.3496 25.8301 -36.3281 25.8301 -40.0391 L 25.8301 -43.1641 C 25.8301 -51.2695 31.2988 -56.3965 39.8926 -56.3965 L 76.416 -56.3965 L 76.416 -46.1426 C 76.416 -43.0176 78.3691 -41.0156 81.543 -41.0156 C 82.959 -41.0156 84.2773 -41.5527 85.2539 -42.3828 L 105.078 -58.9844 C 107.568 -60.9863 107.52 -64.4043 105.078 -66.5039 L 85.2539 -83.1055 C 84.2773 -83.9355 82.959 -84.4727 81.543 -84.4727 C 78.3691 -84.4727 76.416 -82.4707 76.416 -79.2969 L 76.416 -69.4824 L 40.7715 -69.4824 C 23.291 -69.4824 12.4512 -59.9121 12.4512 -44.6289 Z M 60.498 -26.4648 C 60.498 -29.5898 58.4961 -31.5918 55.3223 -31.5918 C 53.9062 -31.5918 52.6367 -31.0547 51.6113 -30.2246 L 31.7871 -13.6719 C 29.2969 -11.5723 29.2969 -8.20312 31.7871 -6.15234 L 51.6113 10.498 C 52.6367 11.3281 53.9062 11.8652 55.3223 11.8652 C 58.4961 11.8652 60.498 9.86328 60.498 6.68945 L 60.498 -3.125 L 96.0938 -3.125 C 113.574 -3.125 124.414 -12.6953 124.414 -28.0273 L 124.414 -32.6172 C 124.414 -36.2793 121.436 -39.3066 117.725 -39.3066 C 114.062 -39.3066 111.084 -36.2793 111.084 -32.6172 L 111.084 -29.4922 C 111.084 -21.3867 105.566 -16.2109 97.0215 -16.2109 L 60.498 -16.2109 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1679.27 1126)">
<path d="M 12.4512 -39.4531 C 12.4512 -36.084 15.1855 -33.3496 18.5547 -33.3496 C 21.9727 -33.3496 24.6582 -36.084 24.6582 -39.4531 L 24.6582 -42.627 C 24.6582 -50.5859 30.127 -55.7129 38.4277 -55.7129 L 75.0977 -55.7129 L 75.0977 -45.5078 C 75.0977 -42.5781 76.9531 -40.7227 79.9316 -40.7227 C 81.25 -40.7227 82.4707 -41.2109 83.4473 -41.9922 L 102.686 -58.0078 C 105.078 -59.9121 105.029 -63.1348 102.686 -65.0879 L 83.4473 -81.1523 C 82.4707 -81.9824 81.25 -82.4707 79.9316 -82.4707 C 76.9531 -82.4707 75.0977 -80.6152 75.0977 -77.6855 L 75.0977 -67.7246 L 39.4043 -67.7246 C 22.8516 -67.7246 12.4512 -58.4961 12.4512 -43.7988 Z M 59.4727 -26.0742 C 59.4727 -29.0039 57.6172 -30.9082 54.6875 -30.9082 C 53.3691 -30.9082 52.0996 -30.3711 51.123 -29.5898 L 31.9336 -13.5742 C 29.541 -11.6699 29.541 -8.49609 31.9336 -6.49414 L 51.123 9.57031 C 52.0996 10.4004 53.3691 10.8887 54.6875 10.8887 C 57.6172 10.8887 59.4727 9.0332 59.4727 6.10352 L 59.4727 -3.90625 L 95.2148 -3.90625 C 111.768 -3.90625 122.119 -13.1836 122.119 -27.832 L 122.119 -32.1777 C 122.119 -35.5957 119.434 -38.3301 116.016 -38.3301 C 112.646 -38.3301 109.912 -35.5957 109.912 -32.1777 L 109.912 -29.0039 C 109.912 -21.0938 104.492 -15.918 96.1426 -15.918 L 59.4727 -15.918 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1384.05 1126)">
<path d="M 12.4512 -38.7207 C 12.4512 -35.7422 14.8438 -33.3496 17.8223 -33.3496 C 20.8008 -33.3496 23.1934 -35.7422 23.1934 -38.7207 L 23.1934 -41.9434 C 23.1934 -49.707 28.5645 -54.834 36.5723 -54.834 L 73.3887 -54.834 L 73.3887 -44.6289 C 73.3887 -41.9922 75.0977 -40.332 77.7832 -40.332 C 78.9551 -40.332 80.1758 -40.7715 81.1035 -41.5527 L 99.5605 -56.7871 C 101.758 -58.5449 101.709 -61.4746 99.5605 -63.3301 L 81.1035 -78.6621 C 80.1758 -79.3945 78.9551 -79.8828 77.7832 -79.8828 C 75.0977 -79.8828 73.3887 -78.1738 73.3887 -75.5371 L 73.3887 -65.4297 L 37.5977 -65.4297 C 22.2168 -65.4297 12.4512 -56.5918 12.4512 -42.7246 Z M 58.2031 -25.6348 C 58.2031 -28.2715 56.543 -29.9316 53.8086 -29.9316 C 52.6367 -29.9316 51.416 -29.4922 50.5371 -28.7598 L 32.0801 -13.5254 C 29.8828 -11.7188 29.834 -8.83789 32.0801 -6.98242 L 50.5371 8.34961 C 51.416 9.13086 52.6367 9.57031 53.8086 9.57031 C 56.543 9.57031 58.2031 7.91016 58.2031 5.27344 L 58.2031 -4.93164 L 93.9941 -4.93164 C 109.375 -4.93164 119.141 -13.8184 119.141 -27.6367 L 119.141 -31.6406 C 119.141 -34.668 116.748 -37.0605 113.77 -37.0605 C 110.791 -37.0605 108.398 -34.668 108.398 -31.6406 L 108.398 -28.418 C 108.398 -20.7031 103.027 -15.5273 95.0195 -15.5273 L 58.2031 -15.5273 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1089.51 1126)">
<path d="M 12.4512 -38.2324 C 12.4512 -35.5957 14.5508 -33.4961 17.1875 -33.4961 C 19.7754 -33.4961 21.875 -35.5957 21.875 -38.2324 L 21.875 -41.1621 C 21.875 -49.6094 27.3926 -55.0293 35.8887 -55.0293 L 70.8984 -55.0293 L 70.8984 -44.7266 C 70.8984 -42.3828 72.4121 -40.8691 74.8535 -40.8691 C 75.9277 -40.8691 76.9531 -41.2598 77.832 -41.9434 L 95.9961 -56.543 C 98.1445 -58.252 98.0957 -61.2305 95.9961 -62.9395 L 77.832 -77.5879 C 76.9531 -78.3203 75.9277 -78.6621 74.8535 -78.6621 C 72.4121 -78.6621 70.8984 -77.1973 70.8984 -74.8047 L 70.8984 -64.2578 L 36.9629 -64.2578 C 21.875 -64.2578 12.4512 -55.6641 12.4512 -41.9434 Z M 56.3965 -25.5371 C 56.3965 -27.8809 54.834 -29.3945 52.4414 -29.3945 C 51.3672 -29.3945 50.3418 -29.0039 49.4629 -28.3203 L 31.2988 -13.7207 C 29.1504 -12.0605 29.1016 -9.13086 31.2988 -7.32422 L 49.4629 7.32422 C 50.3418 8.05664 51.3672 8.39844 52.4414 8.39844 C 54.834 8.39844 56.3965 6.88477 56.3965 4.54102 L 56.3965 -6.10352 L 90.332 -6.10352 C 105.42 -6.10352 114.795 -14.6973 114.795 -28.418 L 114.795 -32.1289 C 114.795 -34.7656 112.695 -36.8652 110.107 -36.8652 C 107.471 -36.8652 105.371 -34.7656 105.371 -32.1289 L 105.371 -29.1992 C 105.371 -20.752 99.8535 -15.332 91.3574 -15.332 L 56.3965 -15.332 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 795.656 1126)">
<path d="M 12.4512 -37.5488 C 12.4512 -35.4492 14.209 -33.7402 16.3086 -33.7402 C 18.4082 -33.7402 20.1172 -35.4492 20.1172 -37.5488 L 20.1172 -40.1367 C 20.1172 -49.4629 25.8301 -55.2734 35.0098 -55.2734 L 67.5781 -55.2734 L 67.5781 -44.873 C 67.5781 -42.8711 68.8965 -41.6016 70.9473 -41.6016 C 71.875 -41.6016 72.6562 -41.8945 73.4863 -42.5293 L 91.2598 -56.25 C 93.4082 -57.9102 93.3105 -60.8887 91.2598 -62.4512 L 73.4863 -76.1719 C 72.6562 -76.8555 71.875 -77.1484 70.9473 -77.1484 C 68.8965 -77.1484 67.5781 -75.8301 67.5781 -73.877 L 67.5781 -62.6953 L 36.084 -62.6953 C 21.3379 -62.6953 12.4512 -54.4434 12.4512 -40.918 Z M 53.9551 -25.3906 C 53.9551 -27.3926 52.6367 -28.6621 50.5859 -28.6621 C 49.6582 -28.6621 48.877 -28.3691 48.0469 -27.7344 L 30.2734 -14.0625 C 28.2227 -12.5 28.125 -9.52148 30.2734 -7.86133 L 48.0469 5.9082 C 48.877 6.54297 49.6582 6.83594 50.5859 6.83594 C 52.6367 6.83594 53.9551 5.56641 53.9551 3.56445 L 53.9551 -7.66602 L 85.4492 -7.66602 C 100.195 -7.66602 109.082 -15.8691 109.082 -29.4434 L 109.082 -32.7637 C 109.082 -34.8633 107.324 -36.6211 105.225 -36.6211 C 103.125 -36.6211 101.416 -34.8633 101.416 -32.7637 L 101.416 -30.2246 C 101.416 -20.8984 95.7031 -15.0879 86.5234 -15.0879 L 53.9551 -15.0879 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 500.409 1126)">
<path d="M 12.4512 -37.207 C 12.4512 -35.4004 14.0137 -33.8379 15.8203 -33.8379 C 17.6758 -33.8379 19.2383 -35.4004 19.2383 -37.207 L 19.2383 -39.5996 C 19.2383 -49.4141 25.0488 -55.4199 34.5215 -55.4199 L 65.8691 -55.4199 L 65.8691 -44.9219 C 65.8691 -43.1152 67.0898 -41.9434 68.9453 -41.9434 C 69.8242 -41.9434 70.5078 -42.1875 71.2891 -42.8223 L 88.8672 -56.1035 C 90.9668 -57.7637 90.8203 -60.7422 88.8672 -62.207 L 71.2891 -75.4395 C 70.5078 -76.0742 69.8242 -76.3184 68.9453 -76.3184 C 67.0898 -76.3184 65.8691 -75.1465 65.8691 -73.3398 L 65.8691 -61.8652 L 35.6445 -61.8652 C 21.0938 -61.8652 12.4512 -53.8574 12.4512 -40.3809 Z M 52.7344 -25.3418 C 52.7344 -27.1484 51.5137 -28.3203 49.6582 -28.3203 C 48.7793 -28.3203 48.0957 -28.0762 47.3145 -27.4414 L 29.7363 -14.209 C 27.7344 -12.6953 27.6367 -9.7168 29.7363 -8.10547 L 47.3145 5.17578 C 48.0957 5.81055 48.7793 6.05469 49.6582 6.05469 C 51.5137 6.05469 52.7344 4.88281 52.7344 3.07617 L 52.7344 -8.44727 L 82.9102 -8.44727 C 97.5098 -8.44727 106.152 -16.5039 106.152 -29.9316 L 106.152 -33.1055 C 106.152 -34.9609 104.59 -36.4746 102.734 -36.4746 C 100.879 -36.4746 99.3652 -34.9609 99.3652 -33.1055 L 99.3652 -30.7617 C 99.3652 -20.9473 93.5547 -14.9414 84.0332 -14.9414 L 52.7344 -14.9414 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2875.47 696)">
<path d="M 9.76562 -41.1133 C 9.76562 -37.0605 13.0859 -33.7402 17.1387 -33.7402 C 21.1914 -33.7402 24.4629 -37.0605 24.4629 -41.1133 L 24.4629 -43.3594 C 24.4629 -50.293 28.9551 -54.2969 36.6211 -54.2969 L 64.7461 -54.2969 L 64.7461 -46.2891 C 64.7461 -42.9688 66.7969 -40.8691 70.0195 -40.8691 C 71.582 -40.8691 72.7051 -41.4062 73.6328 -42.1875 L 91.4062 -57.373 C 93.7988 -59.4238 93.75 -62.8418 91.4062 -64.8438 L 73.6328 -79.9805 C 72.7051 -80.7617 71.582 -81.2988 70.0195 -81.2988 C 66.7969 -81.2988 64.7461 -79.1992 64.7461 -75.8789 L 64.7461 -68.6523 L 37.1094 -68.6523 C 20.0195 -68.6523 9.76562 -60.0098 9.76562 -45.6543 Z M 51.123 -29.6387 C 51.123 -32.959 49.0723 -35.0586 45.8496 -35.0586 C 44.2871 -35.0586 43.1641 -34.5215 42.2363 -33.7402 L 24.4629 -18.5547 C 22.0703 -16.5039 22.1191 -13.0859 24.4629 -11.084 L 42.2363 4.05273 C 43.1641 4.83398 44.2871 5.37109 45.8496 5.37109 C 49.0723 5.37109 51.123 3.27148 51.123 -0.0488281 L 51.123 -7.12891 L 78.7598 -7.12891 C 95.8496 -7.12891 106.104 -15.7715 106.104 -30.127 L 106.104 -34.668 C 106.104 -38.7207 102.783 -42.041 98.7305 -42.041 C 94.6777 -42.041 91.4062 -38.7207 91.4062 -34.668 L 91.4062 -32.4219 C 91.4062 -25.4883 86.9141 -21.4844 79.248 -21.4844 L 51.123 -21.4844 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2580 696)">
<path d="M 9.76562 -40.4297 C 9.76562 -36.7188 12.793 -33.7402 16.4551 -33.7402 C 20.166 -33.7402 23.1445 -36.7188 23.1445 -40.4297 L 23.1445 -42.7734 C 23.1445 -49.4141 27.5391 -53.418 34.8145 -53.418 L 63.3301 -53.418 L 63.3301 -45.4102 C 63.3301 -42.334 65.2344 -40.4297 68.2129 -40.4297 C 69.6289 -40.4297 70.752 -40.918 71.6309 -41.6504 L 88.6719 -56.1523 C 90.8691 -58.0566 90.8691 -61.2305 88.6719 -63.0859 L 71.6309 -77.5879 C 70.752 -78.3203 69.6289 -78.8086 68.2129 -78.8086 C 65.2344 -78.8086 63.3301 -76.9043 63.3301 -73.8281 L 63.3301 -66.5039 L 35.4004 -66.5039 C 19.4336 -66.5039 9.76562 -58.2031 9.76562 -44.6777 Z M 50.0488 -29.1992 C 50.0488 -32.2754 48.1445 -34.1797 45.166 -34.1797 C 43.7012 -34.1797 42.627 -33.6914 41.748 -32.959 L 24.707 -18.457 C 22.4609 -16.5527 22.5098 -13.3789 24.707 -11.5234 L 41.748 2.97852 C 42.627 3.71094 43.7012 4.19922 45.166 4.19922 C 48.1445 4.19922 50.0488 2.29492 50.0488 -0.78125 L 50.0488 -8.00781 L 77.9785 -8.00781 C 93.8965 -8.00781 103.613 -16.3086 103.613 -29.834 L 103.613 -34.082 C 103.613 -37.793 100.586 -40.7715 96.875 -40.7715 C 93.2129 -40.7715 90.2344 -37.793 90.2344 -34.082 L 90.2344 -31.7383 C 90.2344 -25.0977 85.8398 -21.0938 78.5156 -21.0938 L 50.0488 -21.0938 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2284.7 696)">
<path d="M 9.76562 -39.6484 C 9.76562 -36.377 12.4512 -33.6914 15.7227 -33.6914 C 18.9941 -33.6914 21.6309 -36.377 21.6309 -39.6484 L 21.6309 -42.1387 C 21.6309 -48.4375 25.9766 -52.3926 32.8125 -52.3926 L 61.7676 -52.3926 L 61.7676 -44.4336 C 61.7676 -41.6504 63.4766 -39.8926 66.2109 -39.8926 C 67.4805 -39.8926 68.5547 -40.3809 69.3848 -41.0645 L 85.5469 -54.7852 C 87.6465 -56.543 87.5977 -59.375 85.5469 -61.1328 L 69.3848 -74.8535 C 68.5547 -75.5859 67.4805 -76.0254 66.2109 -76.0254 C 63.4766 -76.0254 61.7676 -74.2676 61.7676 -71.5332 L 61.7676 -64.0625 L 33.4473 -64.0625 C 18.7988 -64.0625 9.76562 -56.2012 9.76562 -43.5547 Z M 48.8281 -28.7109 C 48.8281 -31.4453 47.0703 -33.2031 44.3359 -33.2031 C 43.0664 -33.2031 41.9922 -32.7637 41.1621 -32.0312 L 25 -18.3105 C 22.9004 -16.6016 22.9492 -13.7207 25 -12.0117 L 41.1621 1.75781 C 41.9922 2.44141 43.0664 2.92969 44.3359 2.92969 C 47.0703 2.92969 48.8281 1.17188 48.8281 -1.61133 L 48.8281 -9.0332 L 77.0996 -9.0332 C 91.748 -9.0332 100.781 -16.8945 100.781 -29.541 L 100.781 -33.4473 C 100.781 -36.7188 98.1445 -39.4043 94.8242 -39.4043 C 91.5527 -39.4043 88.916 -36.7188 88.916 -33.4473 L 88.916 -30.957 C 88.916 -24.6582 84.5703 -20.7031 77.7344 -20.7031 L 48.8281 -20.7031 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1988.97 696)">
<path d="M 9.76562 -39.1113 C 9.76562 -36.1328 12.207 -33.6914 15.1855 -33.6914 C 18.2129 -33.6914 20.6055 -36.1328 20.6055 -39.1113 L 20.6055 -41.6992 C 20.6055 -47.8027 24.8535 -51.709 31.4453 -51.709 L 60.6445 -51.709 L 60.6445 -43.75 C 60.6445 -41.1621 62.2559 -39.5508 64.7949 -39.5508 C 65.9668 -39.5508 67.041 -39.9902 67.8223 -40.6738 L 83.4473 -53.8574 C 85.4004 -55.4688 85.3516 -58.1055 83.4473 -59.7656 L 67.8223 -72.998 C 67.041 -73.6816 65.9668 -74.1211 64.7949 -74.1211 C 62.2559 -74.1211 60.6445 -72.5098 60.6445 -69.9219 L 60.6445 -62.4023 L 32.1289 -62.4023 C 18.3594 -62.4023 9.76562 -54.834 9.76562 -42.8223 Z M 47.9492 -28.3691 C 47.9492 -30.9082 46.3867 -32.5195 43.7988 -32.5195 C 42.6758 -32.5195 41.6016 -32.1289 40.7715 -31.4453 L 25.1953 -18.2617 C 23.2422 -16.6016 23.2422 -13.9648 25.1953 -12.3047 L 40.7715 0.927734 C 41.6016 1.5625 42.6758 2.00195 43.7988 2.00195 C 46.3867 2.00195 47.9492 0.390625 47.9492 -2.14844 L 47.9492 -9.7168 L 76.5137 -9.7168 C 90.2344 -9.7168 98.8281 -17.2852 98.8281 -29.2969 L 98.8281 -33.0078 C 98.8281 -35.9863 96.4355 -38.4277 93.4082 -38.4277 C 90.3809 -38.4277 87.9883 -35.9863 87.9883 -33.0078 L 87.9883 -30.4199 C 87.9883 -24.3164 83.7402 -20.4102 77.1973 -20.4102 L 47.9492 -20.4102 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1692.99 696)">
<path d="M 9.76562 -38.7207 C 9.76562 -35.9375 12.0117 -33.6914 14.7949 -33.6914 C 17.627 -33.6914 19.873 -35.9375 19.873 -38.7207 L 19.873 -41.3574 C 19.873 -47.2656 24.0234 -51.2207 30.3711 -51.2207 L 59.8145 -51.2207 L 59.8145 -43.2129 C 59.8145 -40.8203 61.3281 -39.3066 63.7695 -39.3066 C 64.8438 -39.3066 65.8691 -39.6973 66.6504 -40.3809 L 81.8359 -53.125 C 83.6914 -54.6875 83.6914 -57.1777 81.8359 -58.7402 L 66.6504 -71.582 C 65.8691 -72.2656 64.8438 -72.6562 63.7695 -72.6562 C 61.3281 -72.6562 59.8145 -71.1426 59.8145 -68.75 L 59.8145 -61.1328 L 31.1035 -61.1328 C 18.0664 -61.1328 9.76562 -53.7598 9.76562 -42.2363 Z M 47.3145 -28.125 C 47.3145 -30.5176 45.8008 -32.0312 43.4082 -32.0312 C 42.334 -32.0312 41.2598 -31.6406 40.4785 -30.957 L 25.3418 -18.1641 C 23.4375 -16.6504 23.4863 -14.1602 25.3418 -12.5977 L 40.4785 0.292969 C 41.2598 0.927734 42.334 1.31836 43.4082 1.31836 C 45.8008 1.31836 47.3145 -0.195312 47.3145 -2.58789 L 47.3145 -10.2539 L 76.0254 -10.2539 C 89.1113 -10.2539 97.3633 -17.627 97.3633 -29.1504 L 97.3633 -32.666 C 97.3633 -35.4492 95.1172 -37.6953 92.334 -37.6953 C 89.5508 -37.6953 87.3047 -35.4492 87.3047 -32.666 L 87.3047 -30.0293 C 87.3047 -24.1211 83.1055 -20.166 76.7578 -20.166 L 47.3145 -20.166 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1397.23 696)">
<path d="M 9.76562 -38.1836 C 9.76562 -35.6934 11.7676 -33.6914 14.3066 -33.6914 C 16.8457 -33.6914 18.8477 -35.6934 18.8477 -38.1836 L 18.8477 -40.8691 C 18.8477 -46.6309 22.9492 -50.5371 29.0039 -50.5371 L 58.7402 -50.5371 L 58.7402 -42.5293 C 58.7402 -40.332 60.1562 -38.9648 62.4023 -38.9648 C 63.3301 -38.9648 64.4043 -39.3555 65.1367 -39.9414 L 79.7363 -52.1973 C 81.4941 -53.6133 81.4453 -55.9082 79.7363 -57.4219 L 65.1367 -69.7754 C 64.4043 -70.3613 63.3301 -70.752 62.4023 -70.752 C 60.1562 -70.752 58.7402 -69.3848 58.7402 -67.1875 L 58.7402 -59.4727 L 29.7852 -59.4727 C 17.627 -59.4727 9.76562 -52.3926 9.76562 -41.5039 Z M 46.4844 -27.7832 C 46.4844 -29.9805 45.1172 -31.3477 42.8711 -31.3477 C 41.8945 -31.3477 40.8203 -30.957 40.1367 -30.3711 L 25.5371 -18.1152 C 23.7793 -16.6504 23.7793 -14.4043 25.5371 -12.8906 L 40.1367 -0.537109 C 40.8203 0.0488281 41.8945 0.439453 42.8711 0.439453 C 45.1172 0.439453 46.4844 -0.927734 46.4844 -3.125 L 46.4844 -10.9375 L 75.4395 -10.9375 C 87.5977 -10.9375 95.459 -18.0176 95.459 -28.9062 L 95.459 -32.2266 C 95.459 -34.7168 93.457 -36.7188 90.918 -36.7188 C 88.4277 -36.7188 86.377 -34.7168 86.377 -32.2266 L 86.377 -29.4922 C 86.377 -23.7793 82.2754 -19.873 76.2207 -19.873 L 46.4844 -19.873 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1102.43 696)">
<path d="M 9.76562 -37.7441 C 9.76562 -35.5957 11.5234 -33.8379 13.7207 -33.8379 C 15.918 -33.8379 17.6758 -35.5957 17.6758 -37.7441 L 17.6758 -40.1855 C 17.6758 -46.5332 21.9238 -50.6836 28.418 -50.6836 L 56.4941 -50.6836 L 56.4941 -42.627 C 56.4941 -40.6738 57.7637 -39.4531 59.7656 -39.4531 C 60.6445 -39.4531 61.5234 -39.7461 62.207 -40.332 L 76.5625 -52.002 C 78.2715 -53.3691 78.2715 -55.7129 76.5625 -57.0801 L 62.207 -68.7988 C 61.5234 -69.3848 60.6445 -69.7266 59.7656 -69.7266 C 57.7637 -69.7266 56.4941 -68.457 56.4941 -66.5039 L 56.4941 -58.4473 L 29.1992 -58.4473 C 17.2852 -58.4473 9.76562 -51.6113 9.76562 -40.7715 Z M 44.873 -27.6855 C 44.873 -29.6387 43.6035 -30.8594 41.6016 -30.8594 C 40.7227 -30.8594 39.8438 -30.5664 39.1602 -29.9805 L 24.8047 -18.3105 C 23.1445 -16.9434 23.0957 -14.6484 24.8047 -13.2324 L 39.1602 -1.51367 C 39.8438 -0.927734 40.7227 -0.585938 41.6016 -0.585938 C 43.6035 -0.585938 44.873 -1.85547 44.873 -3.80859 L 44.873 -11.9629 L 72.168 -11.9629 C 84.1309 -11.9629 91.6504 -18.7988 91.6504 -29.5898 L 91.6504 -32.6172 C 91.6504 -34.8145 89.8926 -36.5723 87.6953 -36.5723 C 85.498 -36.5723 83.7402 -34.8145 83.7402 -32.6172 L 83.7402 -30.2246 C 83.7402 -23.877 79.4922 -19.7266 72.998 -19.7266 L 44.873 -19.7266 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 808.253 696)">
<path d="M 9.76562 -37.207 C 9.76562 -35.4492 11.1816 -33.9844 12.9395 -33.9844 C 14.6973 -33.9844 16.1133 -35.4492 16.1133 -37.207 L 16.1133 -39.2578 C 16.1133 -46.4355 20.5566 -50.8789 27.5879 -50.8789 L 53.5645 -50.8789 L 53.5645 -42.7246 C 53.5645 -41.1133 54.6387 -40.0879 56.3477 -40.0879 C 57.0801 -40.0879 57.7637 -40.332 58.3984 -40.8203 L 72.4121 -51.7578 C 74.0723 -53.0762 74.0234 -55.4199 72.4121 -56.6895 L 58.3984 -67.5781 C 57.7637 -68.1152 57.0801 -68.3594 56.3477 -68.3594 C 54.6387 -68.3594 53.5645 -67.2852 53.5645 -65.6738 L 53.5645 -57.0312 L 28.4668 -57.0312 C 16.8457 -57.0312 9.76562 -50.5371 9.76562 -39.8926 Z M 42.7734 -27.5879 C 42.7734 -29.1992 41.6504 -30.2246 39.9902 -30.2246 C 39.2578 -30.2246 38.5742 -29.9805 37.8906 -29.4922 L 23.9258 -18.5547 C 22.3145 -17.334 22.2168 -14.9902 23.9258 -13.6719 L 37.8906 -2.73438 C 38.5742 -2.19727 39.2578 -1.95312 39.9902 -1.95312 C 41.6504 -1.95312 42.7734 -3.02734 42.7734 -4.63867 L 42.7734 -13.3301 L 67.8711 -13.3301 C 79.4922 -13.3301 86.5723 -19.8242 86.5723 -30.4688 L 86.5723 -33.2031 C 86.5723 -34.9121 85.1074 -36.377 83.3984 -36.377 C 81.6406 -36.377 80.2246 -34.9121 80.2246 -33.2031 L 80.2246 -31.1035 C 80.2246 -23.9746 75.7812 -19.4824 68.7012 -19.4824 L 42.7734 -19.4824 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 512.861 696)">
<path d="M 9.76562 -36.8652 C 9.76562 -35.3516 11.0352 -34.1309 12.5488 -34.1309 C 14.0625 -34.1309 15.332 -35.3516 15.332 -36.8652 L 15.332 -38.7695 C 15.332 -46.3379 19.8242 -50.9766 27.1973 -50.9766 L 52.0508 -50.9766 L 52.0508 -42.8223 C 52.0508 -41.3574 53.0762 -40.3809 54.541 -40.3809 C 55.2734 -40.3809 55.8105 -40.625 56.4453 -41.1133 L 70.2637 -51.6602 C 71.9238 -52.9297 71.8262 -55.2734 70.2637 -56.4453 L 56.4453 -66.9434 C 55.8105 -67.4316 55.2734 -67.627 54.541 -67.627 C 53.0762 -67.627 52.0508 -66.6992 52.0508 -65.2344 L 52.0508 -56.2988 L 28.0762 -56.2988 C 16.6016 -56.2988 9.76562 -50 9.76562 -39.4043 Z M 41.6504 -27.4902 C 41.6504 -28.9551 40.6738 -29.9316 39.1602 -29.9316 C 38.4766 -29.9316 37.8906 -29.6875 37.2559 -29.1992 L 23.4375 -18.7012 C 21.875 -17.5293 21.7773 -15.1855 23.4375 -13.916 L 37.2559 -3.36914 C 37.8906 -2.88086 38.4766 -2.68555 39.1602 -2.68555 C 40.6738 -2.68555 41.6504 -3.61328 41.6504 -5.07812 L 41.6504 -14.0625 L 65.625 -14.0625 C 77.0996 -14.0625 83.9355 -20.3613 83.9355 -30.957 L 83.9355 -33.4961 C 83.9355 -35.0098 82.666 -36.2793 81.1523 -36.2793 C 79.6387 -36.2793 78.418 -35.0098 78.418 -33.4961 L 78.418 -31.5918 C 78.418 -24.0234 73.877 -19.3848 66.5039 -19.3848 L 41.6504 -19.3848 Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "shuffle.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 129-->
<!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: "uni10029D.medium", point size: 100.000000, font version: "Version 16.0d9e1", template writer version: "8"-->
<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.62305 C 9.69727 -3.62305 9.9707 -3.93555 9.9707 -4.45312 L 9.9707 -6.31836 L 12.002 -6.31836 C 12.5 -6.31836 12.832 -6.57227 12.832 -7.04102 C 12.832 -7.51953 12.5195 -7.7832 12.002 -7.7832 L 9.9707 -7.7832 L 9.9707 -9.81445 C 9.9707 -10.332 9.69727 -10.6543 9.22852 -10.6543 C 8.75977 -10.6543 8.50586 -10.3125 8.50586 -9.81445 L 8.50586 -7.7832 L 6.49414 -7.7832 C 5.97656 -7.7832 5.64453 -7.51953 5.64453 -7.04102 C 5.64453 -6.57227 5.99609 -6.31836 6.49414 -6.31836 L 8.50586 -6.31836 L 8.50586 -4.45312 C 8.50586 -3.95508 8.75977 -3.62305 9.22852 -3.62305 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.61133 21.6699 -7.05078 C 21.6699 -12.5 17.1484 -17.0117 11.6992 -17.0117 C 6.25977 -17.0117 1.74805 -12.5 1.74805 -7.05078 C 1.74805 -1.61133 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.6602 7.08984 -15.3516 11.6992 -15.3516 C 16.3086 -15.3516 20 -11.6602 20.0098 -7.05078 C 20.0195 -2.44141 16.3184 1.25 11.709 1.25 Z M 11.6797 -2.66602 C 12.207 -2.66602 12.5098 -3.01758 12.5098 -3.59375 L 12.5098 -6.23047 L 15.3223 -6.23047 C 15.8691 -6.23047 16.25 -6.51367 16.25 -7.03125 C 16.25 -7.55859 15.8887 -7.86133 15.3223 -7.86133 L 12.5098 -7.86133 L 12.5098 -10.6836 C 12.5098 -11.25 12.207 -11.6113 11.6797 -11.6113 C 11.1621 -11.6113 10.8789 -11.2305 10.8789 -10.6836 L 10.8789 -7.86133 L 8.07617 -7.86133 C 7.50977 -7.86133 7.13867 -7.55859 7.13867 -7.03125 C 7.13867 -6.51367 7.5293 -6.23047 8.07617 -6.23047 L 10.8789 -6.23047 L 10.8789 -3.59375 C 10.8789 -3.03711 11.1621 -2.66602 11.6797 -2.66602 Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M 14.9707 5.66406 C 21.9336 5.66406 27.6953 -0.0976562 27.6953 -7.05078 C 27.6953 -14.0137 21.9238 -19.7754 14.9609 -19.7754 C 8.00781 -19.7754 2.25586 -14.0137 2.25586 -7.05078 C 2.25586 -0.0976562 8.01758 5.66406 14.9707 5.66406 Z M 14.9707 3.84766 C 8.93555 3.84766 4.08203 -1.01562 4.08203 -7.05078 C 4.08203 -13.0957 8.92578 -17.9492 14.9609 -17.9492 C 21.0059 -17.9492 25.8594 -13.0957 25.8691 -7.05078 C 25.8789 -1.01562 21.0156 3.84766 14.9707 3.84766 Z M 14.9414 -1.38672 C 15.5176 -1.38672 15.8594 -1.77734 15.8594 -2.38281 L 15.8594 -6.13281 L 19.7754 -6.13281 C 20.3711 -6.13281 20.7812 -6.46484 20.7812 -7.02148 C 20.7812 -7.59766 20.3906 -7.93945 19.7754 -7.93945 L 15.8594 -7.93945 L 15.8594 -11.8652 C 15.8594 -12.4805 15.5176 -12.8711 14.9414 -12.8711 C 14.375 -12.8711 14.0527 -12.4609 14.0527 -11.8652 L 14.0527 -7.93945 L 10.1465 -7.93945 C 9.53125 -7.93945 9.13086 -7.59766 9.13086 -7.02148 C 9.13086 -6.46484 9.55078 -6.13281 10.1465 -6.13281 L 14.0527 -6.13281 L 14.0527 -2.38281 C 14.0527 -1.79688 14.375 -1.38672 14.9414 -1.38672 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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M 3.31055 0.126953 C 3.82812 0.126953 4.08203 -0.0683594 4.26758 -0.605469 L 5.52734 -4.0625 L 11.2891 -4.0625 L 12.5488 -0.605469 C 12.7344 -0.0683594 12.9883 0.126953 13.4961 0.126953 C 14.0137 0.126953 14.3457 -0.185547 14.3457 -0.673828 C 14.3457 -0.839844 14.3164 -0.986328 14.2383 -1.20117 L 9.6582 -13.3887 C 9.43359 -13.9941 9.0332 -14.2871 8.4082 -14.2871 C 7.80273 -14.2871 7.39258 -13.9941 7.17773 -13.3984 L 2.59766 -1.19141 C 2.51953 -0.976562 2.49023 -0.830078 2.49023 -0.664062 C 2.49023 -0.175781 2.80273 0.126953 3.31055 0.126953 Z M 6.00586 -5.53711 L 8.37891 -12.1094 L 8.42773 -12.1094 L 10.8008 -5.53711 Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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.8418 1.86523 L 4.54102 3.57422 C 5.40039 4.44336 6.38672 4.38477 7.31445 3.35938 L 17.4902 -7.85156 C 17.7539 -7.76367 18.0273 -7.7832 18.3398 -7.8418 L 19.4043 -8.03711 L 20.0684 -7.36328 L 20.0293 -6.80664 C 19.9902 -6.30859 20.1172 -5.92773 20.6055 -5.44922 L 21.3672 -4.70703 C 21.8457 -4.22852 22.4609 -4.19922 22.9297 -4.66797 L 25.8398 -7.58789 C 26.3086 -8.05664 26.2891 -8.65234 25.8105 -9.13086 L 25.0391 -9.89258 C 24.5605 -10.3711 24.1895 -10.5273 23.7109 -10.4883 L 23.1348 -10.4395 L 22.4902 -11.0742 L 22.7344 -12.1973 C 22.8613 -12.7637 22.7051 -13.2031 22.1191 -13.7891 L 19.9219 -15.9766 C 16.582 -19.2969 12.1484 -19.2188 9.25781 -16.3281 C 8.83789 -15.918 8.80859 -15.3418 9.04297 -14.9512 C 9.27734 -14.5898 9.73633 -14.3555 10.3809 -14.5215 C 11.8457 -14.8633 13.3691 -14.9219 14.7949 -13.9844 L 14.209 -12.5293 C 14.0137 -12.0508 13.9844 -11.6504 14.1113 -11.2891 L 3.04688 -0.898438 C 2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523 Z M 10.752 -15.957 C 13.1836 -17.7344 16.4746 -17.4316 18.7012 -15.2051 L 21.1328 -12.793 C 21.3672 -12.5586 21.4062 -12.373 21.3379 -12.0312 L 21.0156 -10.5469 L 22.5195 -9.0625 L 23.5059 -9.12109 C 23.7598 -9.13086 23.8379 -9.11133 24.0332 -8.91602 L 24.6094 -8.33984 L 22.168 -5.89844 L 21.5918 -6.47461 C 21.3965 -6.66992 21.3672 -6.74805 21.377 -7.01172 L 21.4453 -7.98828 L 19.9512 -9.47266 L 18.4277 -9.21875 C 18.1055 -9.15039 17.959 -9.17969 17.7148 -9.41406 L 15.7129 -11.416 C 15.459 -11.6504 15.4297 -11.8164 15.5859 -12.1875 L 16.4648 -14.2773 C 14.9023 -15.7324 12.8711 -16.3574 10.8398 -15.7617 C 10.6836 -15.7227 10.625 -15.8496 10.752 -15.957 Z M 5.27344 2.30469 L 4.10156 1.14258 C 3.63281 0.683594 3.74023 0.341797 4.14062 -0.0195312 L 14.9512 -10.1953 L 16.416 -8.71094 L 6.42578 2.27539 C 6.07422 2.67578 5.74219 2.77344 5.27344 2.30469 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.2.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)">Requires Xcode 12 or greater</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)">Generated from shuffle</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 1987)">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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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 0.976562 0 L 3.66211 0 L 12.9883 -24.4629 L 45.7031 -24.4629 L 55.0781 0 L 57.7148 0 L 30.6152 -70.459 L 28.125 -70.459 Z M 29.2969 -67.1387 L 29.3945 -67.1387 L 44.873 -26.709 L 13.8672 -26.709 Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1380.04" x2="1380.04" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1519.64" x2="1519.64" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2833.06 1556)">
<path d="M 16.0645 2.44141 C 16.0645 8.20312 20.7031 12.793 26.6113 12.793 L 42.9688 12.793 C 55.2246 12.793 62.9883 8.78906 69.9707 0.0488281 L 84.7656 -18.457 L 98.584 -1.17188 C 106.592 8.83789 117.725 12.793 130.029 12.793 L 140.479 12.793 L 140.479 26.123 C 140.479 31.1035 143.604 34.2773 148.486 34.2773 C 150.781 34.2773 152.588 33.4473 154.053 32.2266 L 181.934 8.49609 C 185.547 5.37109 185.498 0.292969 181.934 -2.7832 L 154.053 -26.5137 C 152.588 -27.7344 150.781 -28.5645 148.486 -28.5645 C 143.604 -28.5645 140.479 -25.3906 140.479 -20.4102 L 140.479 -7.91016 L 130.371 -7.91016 C 121.484 -7.91016 115.82 -10.8398 110.596 -17.3828 L 97.2656 -34.082 L 110.84 -51.0254 C 116.406 -58.0566 120.312 -60.3027 128.857 -60.3027 L 140.479 -60.3027 L 140.479 -47.998 C 140.479 -43.0176 143.604 -39.8926 148.486 -39.8926 C 150.781 -39.8926 152.588 -40.6738 154.053 -41.8945 L 181.934 -65.6738 C 185.547 -68.75 185.498 -73.877 181.934 -76.9531 L 154.053 -100.684 C 152.588 -101.904 150.781 -102.686 148.486 -102.686 C 143.604 -102.686 140.479 -99.5605 140.479 -94.5801 L 140.479 -81.0059 L 130.225 -81.0059 C 116.455 -81.0059 106.641 -77.4902 96.9238 -65.1855 L 84.7168 -49.8047 L 69.9707 -68.2617 C 62.9883 -77.002 53.4668 -81.0059 41.2109 -81.0059 L 26.6113 -81.0059 C 20.7031 -81.0059 16.0645 -76.416 16.0645 -70.6543 C 16.0645 -64.8438 20.7031 -60.3027 26.6113 -60.3027 L 38.1836 -60.3027 C 46.9727 -60.3027 53.6621 -57.4707 58.8867 -50.9277 L 72.2656 -34.1309 L 58.8867 -17.2852 C 53.6621 -10.6934 48.6816 -7.91016 39.9414 -7.91016 L 26.6113 -7.91016 C 20.7031 -7.91016 16.0645 -3.36914 16.0645 2.44141 Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2539.2 1556)">
<path d="M 16.0645 1.07422 C 16.0645 6.34766 20.2637 10.4492 25.7324 10.4492 L 41.5527 10.4492 C 53.418 10.4492 60.8398 6.68945 68.0176 -2.14844 L 82.666 -20.166 L 96.5332 -3.07617 C 104.443 6.73828 114.453 10.498 126.367 10.498 L 136.914 10.498 L 136.914 24.0234 C 136.914 28.5645 139.795 31.4453 144.287 31.4453 C 146.387 31.4453 148.096 30.7129 149.463 29.541 L 176.318 6.88477 C 179.785 3.95508 179.736 -0.830078 176.318 -3.71094 L 149.463 -26.3672 C 148.096 -27.4902 146.387 -28.2715 144.287 -28.2715 C 139.795 -28.2715 136.914 -25.3906 136.914 -20.8008 L 136.914 -8.34961 L 126.66 -8.34961 C 118.359 -8.34961 113.086 -11.0352 107.861 -17.4805 L 94.1895 -34.375 L 108.008 -51.416 C 113.525 -58.252 117.48 -60.4492 125.488 -60.4492 L 136.914 -60.4492 L 136.914 -48.0957 C 136.914 -43.5059 139.795 -40.625 144.287 -40.625 C 146.387 -40.625 148.096 -41.3574 149.463 -42.5293 L 176.318 -65.1855 C 179.785 -68.1152 179.736 -72.9004 176.318 -75.7812 L 149.463 -98.4375 C 148.096 -99.6094 146.387 -100.342 144.287 -100.342 C 139.795 -100.342 136.914 -97.4609 136.914 -92.9199 L 136.914 -79.248 L 126.514 -79.248 C 113.477 -79.248 104.492 -75.8301 95.2637 -64.3555 L 82.6172 -48.6816 L 68.0176 -66.6504 C 60.8398 -75.4883 52.0996 -79.248 40.2344 -79.248 L 25.7324 -79.248 C 20.2637 -79.248 16.0645 -75.1465 16.0645 -69.873 C 16.0645 -64.5996 20.2637 -60.4492 25.7324 -60.4492 L 37.9883 -60.4492 C 46.1426 -60.4492 52.1973 -57.8125 57.4219 -51.3184 L 71.0938 -34.4238 L 57.4219 -17.4316 C 52.1484 -10.9375 47.4609 -8.34961 39.3555 -8.34961 L 25.7324 -8.34961 C 20.2637 -8.34961 16.0645 -4.19922 16.0645 1.07422 Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2245.69 1556)">
<path d="M 16.0645 -0.439453 C 16.0645 4.29688 19.7266 7.86133 24.707 7.86133 L 39.9902 7.86133 C 51.416 7.86133 58.4473 4.29688 65.8203 -4.54102 L 80.2734 -22.0703 L 94.2383 -5.12695 C 102.051 4.3457 110.791 7.86133 122.266 7.86133 L 132.959 7.86133 L 132.959 21.6309 C 132.959 25.7324 135.498 28.2715 139.6 28.2715 C 141.455 28.2715 143.066 27.6367 144.385 26.5625 L 170.068 5.12695 C 173.34 2.39258 173.291 -2.05078 170.068 -4.6875 L 144.385 -26.1719 C 143.066 -27.2461 141.455 -27.9297 139.6 -27.9297 C 135.498 -27.9297 132.959 -25.3418 132.959 -21.2402 L 132.959 -8.78906 L 122.51 -8.78906 C 114.844 -8.78906 110.01 -11.2793 104.785 -17.627 L 90.6738 -34.7168 L 104.883 -51.9043 C 110.303 -58.4961 114.258 -60.6934 121.777 -60.6934 L 132.959 -60.6934 L 132.959 -48.1445 C 132.959 -44.043 135.498 -41.4551 139.6 -41.4551 C 141.455 -41.4551 143.066 -42.1387 144.385 -43.2129 L 170.068 -64.6484 C 173.34 -67.3828 173.291 -71.7773 170.068 -74.4629 L 144.385 -95.9473 C 143.066 -97.0215 141.455 -97.7051 139.6 -97.7051 C 135.498 -97.7051 132.959 -95.1172 132.959 -91.0156 L 132.959 -77.3438 L 122.363 -77.3438 C 110.156 -77.3438 102.1 -74.0234 93.4082 -63.3789 L 80.2246 -47.3633 L 65.8203 -64.8926 C 58.4473 -73.7793 50.5371 -77.2949 39.1602 -77.2949 L 24.707 -77.2949 C 19.7266 -77.2949 16.0645 -73.7305 16.0645 -68.9941 C 16.0645 -64.2578 19.7754 -60.6445 24.707 -60.6445 L 37.793 -60.6445 C 45.2148 -60.6445 50.5371 -58.2031 55.7617 -51.8066 L 69.8242 -34.7168 L 55.7617 -17.627 C 50.4883 -11.2305 46.0449 -8.78906 38.6719 -8.78906 L 24.707 -8.78906 C 19.7754 -8.78906 16.0645 -5.17578 16.0645 -0.439453 Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1951.2 1556)">
<path d="M 16.0645 -1.51367 C 16.0645 2.88086 19.3848 6.05469 24.0234 6.05469 L 38.916 6.05469 C 50.0488 6.05469 56.8359 2.68555 64.2578 -6.20117 L 78.6133 -23.3887 L 92.6758 -6.5918 C 100.391 2.73438 108.252 6.10352 119.434 6.10352 L 130.176 6.10352 L 130.176 19.9707 C 130.176 23.7305 132.568 26.123 136.377 26.123 C 138.037 26.123 139.6 25.4883 140.869 24.4629 L 165.771 3.85742 C 168.896 1.31836 168.799 -2.88086 165.771 -5.41992 L 140.869 -26.0254 C 139.6 -27.0996 138.037 -27.6855 136.377 -27.6855 C 132.568 -27.6855 130.176 -25.293 130.176 -21.582 L 130.176 -9.08203 L 119.678 -9.08203 C 112.451 -9.08203 107.861 -11.4258 102.637 -17.7246 L 88.2812 -34.9609 L 102.686 -52.1973 C 108.057 -58.6426 112.061 -60.8398 119.189 -60.8398 L 130.176 -60.8398 L 130.176 -48.1934 C 130.176 -44.4336 132.568 -42.041 136.377 -42.041 C 138.037 -42.041 139.6 -42.6758 140.869 -43.7012 L 165.771 -64.3066 C 168.896 -66.8457 168.799 -71.0449 165.771 -73.584 L 140.869 -94.1895 C 139.6 -95.2637 138.037 -95.8496 136.377 -95.8496 C 132.568 -95.8496 130.176 -93.5059 130.176 -89.7461 L 130.176 -75.9766 L 119.482 -75.9766 C 107.861 -75.9766 100.439 -72.7539 92.1387 -62.7441 L 78.6133 -46.5332 L 64.2578 -63.6719 C 56.8359 -72.5586 49.5117 -75.9766 38.3789 -75.9766 L 24.0234 -75.9766 C 19.3848 -75.9766 16.0645 -72.7539 16.0645 -68.4082 C 16.0645 -64.0625 19.4336 -60.791 24.0234 -60.791 L 37.6465 -60.791 C 44.5801 -60.791 49.3652 -58.4473 54.6387 -52.1484 L 68.9941 -34.9609 L 54.6387 -17.7246 C 49.3652 -11.4258 45.1172 -9.08203 38.1836 -9.08203 L 24.0234 -9.08203 C 19.4336 -9.08203 16.0645 -5.85938 16.0645 -1.51367 Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1656.15 1556)">
<path d="M 16.0645 -2.29492 C 16.0645 1.80664 19.1406 4.6875 23.4863 4.6875 L 38.1348 4.6875 C 48.9746 4.6875 55.5664 1.41602 63.1348 -7.4707 L 77.3926 -24.3652 L 91.4551 -7.66602 C 99.1211 1.46484 106.348 4.73633 117.285 4.73633 L 128.125 4.73633 L 128.125 18.75 C 128.125 22.2656 130.371 24.4629 133.887 24.4629 C 135.498 24.4629 136.963 23.877 138.184 22.9004 L 162.5 2.92969 C 165.527 0.488281 165.43 -3.51562 162.5 -5.9082 L 138.184 -25.9277 C 136.963 -26.9531 135.498 -27.5391 133.887 -27.5391 C 130.371 -27.5391 128.125 -25.293 128.125 -21.7773 L 128.125 -9.32617 L 117.48 -9.32617 C 110.596 -9.32617 106.25 -11.5723 101.025 -17.8223 L 86.4258 -35.1074 L 101.074 -52.4414 C 106.396 -58.7891 110.4 -60.9375 117.236 -60.9375 L 128.125 -60.9375 L 128.125 -48.1934 C 128.125 -44.7266 130.371 -42.4805 133.887 -42.4805 C 135.498 -42.4805 136.963 -43.0664 138.184 -44.043 L 162.5 -64.0137 C 165.527 -66.4551 165.43 -70.459 162.5 -72.9004 L 138.184 -92.9199 C 136.963 -93.8965 135.498 -94.4824 133.887 -94.4824 C 130.371 -94.4824 128.125 -92.2363 128.125 -88.7695 L 128.125 -75 L 117.334 -75 C 106.104 -75 99.1699 -71.7773 91.1621 -62.2559 L 77.3926 -45.8496 L 63.1348 -62.793 C 55.5664 -71.6797 48.6816 -74.9512 37.793 -74.9512 L 23.4863 -74.9512 C 19.1406 -74.9512 16.0645 -72.0215 16.0645 -67.9199 C 16.0645 -63.8672 19.1895 -60.8887 23.4863 -60.8887 L 37.5488 -60.8887 C 44.0918 -60.8887 48.5352 -58.6426 53.7598 -52.4414 L 68.3594 -35.1074 L 53.7598 -17.8223 C 48.4863 -11.5723 44.3848 -9.32617 37.8418 -9.32617 L 23.4863 -9.32617 C 19.1895 -9.32617 16.0645 -6.34766 16.0645 -2.29492 Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1361.64 1556)">
<path d="M 16.0645 -3.36914 C 16.0645 0.390625 18.75 2.92969 22.8027 2.92969 L 37.0605 2.92969 C 47.6074 2.92969 53.9551 -0.195312 61.6211 -9.13086 L 75.7324 -25.6836 L 89.8926 -9.08203 C 97.5098 -0.146484 103.809 2.97852 114.502 2.97852 L 125.391 2.97852 L 125.391 17.1387 C 125.391 20.3125 127.441 22.3145 130.713 22.3145 C 132.129 22.3145 133.545 21.7773 134.717 20.8496 L 158.252 1.70898 C 161.084 -0.585938 161.035 -4.3457 158.252 -6.64062 L 134.717 -25.8301 C 133.545 -26.7578 132.129 -27.2949 130.713 -27.2949 C 127.441 -27.2949 125.391 -25.293 125.391 -22.1191 L 125.391 -9.61914 L 114.648 -9.61914 C 108.203 -9.61914 104.15 -11.7676 98.9258 -17.9199 L 84.0332 -35.3516 L 98.9258 -52.7832 C 104.15 -58.9355 108.203 -61.084 114.648 -61.084 L 125.391 -61.084 L 125.391 -48.2422 C 125.391 -45.0684 127.441 -43.0664 130.713 -43.0664 C 132.129 -43.0664 133.545 -43.6035 134.717 -44.5312 L 158.252 -63.6719 C 161.084 -65.9668 161.035 -69.7266 158.252 -72.0215 L 134.717 -91.2109 C 133.545 -92.1387 132.129 -92.6758 130.713 -92.6758 C 127.441 -92.6758 125.391 -90.6738 125.391 -87.5 L 125.391 -73.6328 L 114.502 -73.6328 C 103.809 -73.6328 97.5098 -70.5566 89.8926 -61.6211 L 75.7324 -45.0195 L 61.6211 -61.5723 C 53.9551 -70.5078 47.6074 -73.6328 37.0605 -73.6328 L 22.8027 -73.6328 C 18.75 -73.6328 16.0645 -71.0449 16.0645 -67.334 C 16.0645 -63.6719 18.8477 -61.0352 22.8027 -61.0352 L 37.4023 -61.0352 C 43.5059 -61.0352 47.3633 -58.9355 52.6367 -52.7344 L 67.4805 -35.3516 L 52.6367 -17.9199 C 47.3145 -11.7676 43.457 -9.61914 37.4023 -9.61914 L 22.8027 -9.61914 C 18.8477 -9.61914 16.0645 -7.03125 16.0645 -3.36914 Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1067.42 1556)">
<path d="M 16.0645 -4.00391 C 16.0645 -0.732422 18.457 1.5625 21.875 1.5625 L 36.0352 1.5625 C 46.1914 1.5625 52.2461 -1.46484 59.6191 -10.1074 L 73.7793 -26.8066 L 87.9395 -10.0586 C 95.3125 -1.41602 101.367 1.61133 111.621 1.61133 L 121.631 1.61133 L 121.631 16.0156 C 121.631 18.8477 123.486 20.7031 126.416 20.7031 C 127.734 20.7031 128.955 20.2637 130.078 19.3359 L 153.32 0.927734 C 156.104 -1.26953 156.006 -5.07812 153.32 -7.22656 L 130.078 -25.6348 C 128.955 -26.5625 127.734 -27.002 126.416 -27.002 C 123.486 -27.002 121.631 -25.1465 121.631 -22.3145 L 121.631 -9.47266 L 111.523 -9.47266 C 105.176 -9.47266 101.123 -11.6699 95.6543 -18.0664 L 81.0059 -35.3027 L 95.6543 -52.5879 C 101.123 -58.9844 105.176 -61.1816 111.523 -61.1816 L 121.631 -61.1816 L 121.631 -48.0957 C 121.631 -45.2148 123.486 -43.4082 126.416 -43.4082 C 127.734 -43.4082 128.955 -43.8477 130.078 -44.7266 L 153.32 -63.1348 C 156.104 -65.3809 156.006 -69.1895 153.32 -71.3379 L 130.078 -89.7461 C 128.955 -90.625 127.734 -91.0645 126.416 -91.0645 C 123.486 -91.0645 121.631 -89.2578 121.631 -86.377 L 121.631 -72.2168 L 111.621 -72.2168 C 101.367 -72.2168 95.3125 -69.2383 87.9395 -60.5469 L 73.7793 -43.8477 L 59.6191 -60.498 C 52.2461 -69.1895 46.1914 -72.168 36.0352 -72.168 L 21.875 -72.168 C 18.457 -72.168 16.0645 -69.9219 16.0645 -66.6504 C 16.0645 -63.4766 18.5547 -61.1328 21.875 -61.1328 L 36.4258 -61.1328 C 42.5293 -61.1328 46.5332 -58.9355 51.9531 -52.5391 L 66.5527 -35.3027 L 51.9531 -18.1152 C 46.4844 -11.7188 42.5293 -9.52148 36.4258 -9.52148 L 21.875 -9.52148 C 18.5547 -9.52148 16.0645 -7.12891 16.0645 -4.00391 Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 774 1556)">
<path d="M 16.1133 -4.83398 C 16.1133 -2.14844 17.9688 -0.292969 20.7031 -0.292969 L 34.668 -0.292969 C 44.2871 -0.292969 50 -3.125 57.0312 -11.4258 L 71.1426 -28.2715 L 85.4004 -11.377 C 92.3828 -3.07617 98.0957 -0.195312 107.764 -0.195312 L 116.602 -0.195312 L 116.602 14.502 C 116.602 16.9434 118.262 18.5547 120.801 18.5547 C 121.924 18.5547 122.9 18.2129 123.975 17.3828 L 146.777 -0.0976562 C 149.512 -2.19727 149.365 -6.05469 146.777 -8.05664 L 123.975 -25.4395 C 122.9 -26.2695 121.924 -26.6113 120.801 -26.6113 C 118.262 -26.6113 116.602 -25 116.602 -22.5586 L 116.602 -9.27734 L 107.373 -9.27734 C 101.123 -9.27734 97.0215 -11.5723 91.4062 -18.2617 L 77.0508 -35.3027 L 91.4062 -52.2949 C 97.0215 -58.9844 101.123 -61.2793 107.373 -61.2793 L 116.602 -61.2793 L 116.602 -47.8516 C 116.602 -45.4102 118.262 -43.8477 120.801 -43.8477 C 121.924 -43.8477 122.9 -44.1895 123.975 -45.0195 L 146.777 -62.4512 C 149.512 -64.5996 149.365 -68.457 146.777 -70.4102 L 123.975 -87.793 C 122.9 -88.623 121.924 -88.9648 120.801 -88.9648 C 118.262 -88.9648 116.602 -87.4023 116.602 -84.9609 L 116.602 -70.3613 L 107.764 -70.3613 C 98.0957 -70.3613 92.3828 -67.4805 85.4004 -59.1797 L 71.1426 -42.2852 L 57.0312 -59.1309 C 50 -67.4316 44.2871 -70.2637 34.668 -70.2637 L 20.7031 -70.2637 C 17.9688 -70.2637 16.1133 -68.4082 16.1133 -65.7715 C 16.1133 -63.2324 18.1641 -61.2305 20.7031 -61.2305 L 35.1074 -61.2305 C 41.3086 -61.2305 45.3613 -58.9355 51.0254 -52.2461 L 65.2832 -35.3027 L 51.0254 -18.3105 C 45.3613 -11.6699 41.2598 -9.32617 35.1074 -9.32617 L 20.7031 -9.32617 C 18.1641 -9.32617 16.1133 -7.32422 16.1133 -4.83398 Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 478.974 1556)">
<path d="M 16.1133 -5.22461 C 16.1133 -2.88086 17.7734 -1.2207 20.0684 -1.2207 L 33.9355 -1.2207 C 43.3105 -1.2207 48.8281 -4.00391 55.6641 -12.1094 L 69.8242 -29.0527 L 84.082 -12.0117 C 90.918 -3.90625 96.4355 -1.12305 105.811 -1.12305 L 114.014 -1.12305 L 114.014 13.7207 C 114.014 15.9668 115.576 17.4316 117.871 17.4316 C 118.994 17.4316 119.775 17.1387 120.85 16.3574 L 143.408 -0.634766 C 146.143 -2.68555 145.947 -6.54297 143.408 -8.44727 L 120.85 -25.3418 C 119.775 -26.123 118.994 -26.416 117.871 -26.416 C 115.576 -26.416 114.014 -24.9512 114.014 -22.7051 L 114.014 -9.17969 L 105.225 -9.17969 C 99.0723 -9.17969 94.9707 -11.5234 89.209 -18.3594 L 75.0488 -35.2539 L 89.209 -52.1484 C 94.9707 -58.9844 99.0723 -61.377 105.225 -61.377 L 114.014 -61.377 L 114.014 -47.7539 C 114.014 -45.5078 115.576 -44.043 117.871 -44.043 C 118.994 -44.043 119.775 -44.3848 120.85 -45.166 L 143.408 -62.1094 C 146.143 -64.209 145.947 -68.0664 143.408 -69.9707 L 120.85 -86.8164 C 119.775 -87.5977 118.994 -87.8906 117.871 -87.8906 C 115.576 -87.8906 114.014 -86.4258 114.014 -84.2285 L 114.014 -69.3848 L 105.811 -69.3848 C 96.4355 -69.3848 90.918 -66.6016 84.082 -58.4961 L 69.8242 -41.5039 L 55.6641 -58.3984 C 48.8281 -66.5039 43.3105 -69.2871 33.9355 -69.2871 L 20.0684 -69.2871 C 17.7734 -69.2871 16.1133 -67.627 16.1133 -65.2832 C 16.1133 -63.1348 17.9199 -61.2793 20.0684 -61.2793 L 34.4238 -61.2793 C 40.625 -61.2793 44.7754 -58.9355 50.5371 -52.0996 L 64.5996 -35.2539 L 50.5371 -18.457 C 44.7754 -11.6211 40.6738 -9.22852 34.4238 -9.22852 L 20.0684 -9.22852 C 17.9199 -9.22852 16.1133 -7.42188 16.1133 -5.22461 Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2853.1 1126)">
<path d="M 12.4512 -4.54102 C 12.4512 0.341797 16.4551 4.39453 21.3379 4.39453 L 34.6191 4.39453 C 44.4336 4.39453 50.7324 1.07422 55.8594 -5.51758 L 67.5293 -20.5078 L 78.0762 -6.88477 C 84.3262 1.12305 94.3359 4.39453 104.15 4.39453 L 111.67 4.39453 L 111.67 14.5996 C 111.67 18.8477 114.307 21.582 118.408 21.582 C 120.459 21.582 121.875 20.8984 123.047 19.873 L 145.85 0.390625 C 148.926 -2.24609 148.877 -6.64062 145.85 -9.17969 L 123.047 -28.6133 C 121.875 -29.5898 120.459 -30.2734 118.408 -30.2734 C 114.307 -30.2734 111.67 -27.5879 111.67 -23.3398 L 111.67 -13.4766 L 104.346 -13.4766 C 96.7285 -13.4766 91.8457 -15.9668 87.6953 -21.2891 L 77.9297 -33.8867 L 87.9883 -46.7773 C 92.4805 -52.6367 95.459 -54.4434 102.686 -54.4434 L 111.67 -54.4434 L 111.67 -44.9707 C 111.67 -40.6738 114.307 -37.9883 118.408 -37.9883 C 120.459 -37.9883 121.875 -38.6719 123.047 -39.6973 L 145.85 -59.1797 C 148.926 -61.8164 148.877 -66.2109 145.85 -68.75 L 123.047 -88.1836 C 121.875 -89.1602 120.459 -89.8438 118.408 -89.8438 C 114.307 -89.8438 111.67 -87.1582 111.67 -82.9102 L 111.67 -72.2656 L 104.346 -72.2656 C 92.9688 -72.2656 84.375 -69.4824 76.3184 -59.0332 L 67.3828 -47.4609 L 55.8594 -62.3535 C 50.7324 -68.9453 42.5293 -72.2656 32.7148 -72.2656 L 21.3379 -72.2656 C 16.4551 -72.2656 12.4512 -68.2617 12.4512 -63.3789 C 12.4512 -58.4473 16.4551 -54.4434 21.3379 -54.4434 L 29.2969 -54.4434 C 37.0117 -54.4434 43.1152 -52.002 47.2168 -46.6797 L 57.0312 -33.9844 L 47.2168 -21.2402 C 43.1152 -15.8691 38.916 -13.4766 31.25 -13.4766 L 21.3379 -13.4766 C 16.4551 -13.4766 12.4512 -9.42383 12.4512 -4.54102 Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2558.88 1126)">
<path d="M 12.4512 -5.85938 C 12.4512 -1.36719 16.0645 2.19727 20.6055 2.19727 L 33.3496 2.19727 C 42.8711 2.19727 48.877 -0.927734 54.1992 -7.61719 L 65.7227 -22.1191 L 76.3672 -8.64258 C 82.5684 -0.878906 91.4062 2.19727 100.928 2.19727 L 108.74 2.19727 L 108.74 12.5488 C 108.74 16.4551 111.182 18.8965 114.941 18.8965 C 116.797 18.8965 118.164 18.2617 119.287 17.334 L 141.064 -1.12305 C 143.896 -3.56445 143.848 -7.61719 141.064 -10.0098 L 119.287 -28.4668 C 118.164 -29.3945 116.797 -30.0293 114.941 -30.0293 C 111.182 -30.0293 108.74 -27.5879 108.74 -23.6816 L 108.74 -13.916 L 101.123 -13.916 C 94.0918 -13.916 89.6484 -16.2109 85.5469 -21.3867 L 75.3418 -34.2285 L 85.7422 -47.3145 C 90.1367 -52.832 93.1152 -54.6387 99.8535 -54.6387 L 108.74 -54.6387 L 108.74 -45.0684 C 108.74 -41.2109 111.182 -38.7207 114.941 -38.7207 C 116.797 -38.7207 118.164 -39.3555 119.287 -40.332 L 141.064 -58.7891 C 143.896 -61.2305 143.848 -65.2832 141.064 -67.6758 L 119.287 -86.1328 C 118.164 -87.0605 116.797 -87.6953 114.941 -87.6953 C 111.182 -87.6953 108.74 -85.2539 108.74 -81.3477 L 108.74 -70.752 L 101.074 -70.752 C 90.332 -70.752 82.6172 -68.0176 75 -58.3984 L 65.625 -46.4844 L 54.1992 -60.9375 C 48.877 -67.627 41.4062 -70.752 31.8848 -70.752 L 20.6055 -70.752 C 16.0645 -70.752 12.4512 -67.1875 12.4512 -62.6953 C 12.4512 -58.2031 16.0645 -54.6387 20.6055 -54.6387 L 29.3945 -54.6387 C 36.3281 -54.6387 41.748 -52.3438 45.8008 -47.2168 L 56.0059 -34.3262 L 45.8008 -21.3379 C 41.6992 -16.1621 37.793 -13.916 30.8594 -13.916 L 20.6055 -13.916 C 16.0645 -13.916 12.4512 -10.3516 12.4512 -5.85938 Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2264.93 1126)">
<path d="M 12.4512 -7.37305 C 12.4512 -3.32031 15.625 -0.244141 19.7754 -0.244141 L 31.9824 -0.244141 C 41.1133 -0.244141 46.7773 -3.125 52.3438 -9.96094 L 63.6719 -23.877 L 74.4629 -10.6445 C 80.5664 -3.07617 88.1348 -0.244141 97.2656 -0.244141 L 105.518 -0.244141 L 105.518 10.3027 C 105.518 13.7207 107.666 15.918 111.084 15.918 C 112.646 15.918 114.014 15.3809 115.039 14.502 L 135.645 -2.88086 C 138.33 -5.12695 138.281 -8.74023 135.645 -10.9375 L 115.039 -28.3203 C 114.014 -29.1992 112.646 -29.7852 111.084 -29.7852 C 107.666 -29.7852 105.518 -27.5879 105.518 -24.1211 L 105.518 -14.4531 L 97.5098 -14.4531 C 91.1621 -14.4531 87.1582 -16.5039 83.1055 -21.4844 L 72.4609 -34.6191 L 83.252 -47.8516 C 87.5 -53.125 90.5273 -54.834 96.6797 -54.834 L 105.518 -54.834 L 105.518 -45.2148 C 105.518 -41.748 107.666 -39.5508 111.084 -39.5508 C 112.646 -39.5508 114.014 -40.1367 115.039 -41.0156 L 135.645 -58.3496 C 138.33 -60.5957 138.281 -64.2578 135.645 -66.4551 L 115.039 -83.7891 C 114.014 -84.668 112.646 -85.2539 111.084 -85.2539 C 107.666 -85.2539 105.518 -83.0566 105.518 -79.6387 L 105.518 -69.043 L 97.3633 -69.043 C 87.4023 -69.043 80.6152 -66.4062 73.5352 -57.666 L 63.623 -45.459 L 52.3438 -59.3262 C 46.7773 -66.1621 40.1367 -69.043 31.0059 -69.043 L 19.7754 -69.043 C 15.625 -69.043 12.4512 -65.9668 12.4512 -61.9141 C 12.4512 -57.9102 15.625 -54.834 19.7754 -54.834 L 29.4434 -54.834 C 35.6445 -54.834 40.1855 -52.7832 44.2383 -47.8027 L 54.9316 -34.668 L 44.2383 -21.4844 C 40.1367 -16.4551 36.5723 -14.4531 30.3711 -14.4531 L 19.7754 -14.4531 C 15.625 -14.4531 12.4512 -11.377 12.4512 -7.37305 Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1970.15 1126)">
<path d="M 12.4512 -8.39844 C 12.4512 -4.6875 15.2832 -1.9043 19.1895 -1.9043 L 31.0059 -1.9043 C 39.8926 -1.9043 45.3125 -4.6875 51.0742 -11.5723 L 62.3047 -25.0977 L 73.0957 -12.0117 C 79.1992 -4.63867 85.8398 -1.9043 94.7754 -1.9043 L 103.271 -1.9043 L 103.271 8.74023 C 103.271 11.8652 105.273 13.8672 108.398 13.8672 C 109.863 13.8672 111.133 13.3789 112.109 12.5 L 131.982 -4.05273 C 134.473 -6.15234 134.424 -9.52148 131.982 -11.5723 L 112.109 -28.2227 C 111.133 -29.0527 109.863 -29.5898 108.398 -29.5898 C 105.273 -29.5898 103.271 -27.5879 103.271 -24.4141 L 103.271 -14.8438 L 95.0195 -14.8438 C 89.1602 -14.8438 85.4492 -16.6992 81.4453 -21.582 L 70.4102 -34.8633 L 81.4941 -48.2422 C 85.6445 -53.2715 88.7695 -54.9805 94.4824 -54.9805 L 103.271 -54.9805 L 103.271 -45.2637 C 103.271 -42.1387 105.273 -40.1367 108.398 -40.1367 C 109.863 -40.1367 111.133 -40.625 112.109 -41.5039 L 131.982 -58.0566 C 134.473 -60.1562 134.424 -63.5254 131.982 -65.5762 L 112.109 -82.2266 C 111.133 -83.0566 109.863 -83.5938 108.398 -83.5938 C 105.273 -83.5938 103.271 -81.5918 103.271 -78.418 L 103.271 -67.8711 L 94.8242 -67.8711 C 85.4004 -67.8711 79.248 -65.2832 72.5586 -57.1289 L 62.2559 -44.7266 L 51.0742 -58.2031 C 45.3125 -65.1367 39.2578 -67.8711 30.4199 -67.8711 L 19.1895 -67.8711 C 15.2832 -67.8711 12.4512 -65.1367 12.4512 -61.4258 C 12.4512 -57.7148 15.332 -54.9316 19.1895 -54.9316 L 29.4922 -54.9316 C 35.1074 -54.9316 39.1113 -53.0762 43.1152 -48.1934 L 54.1504 -34.9121 L 43.1152 -21.582 C 39.0625 -16.6992 35.6934 -14.8438 30.0781 -14.8438 L 19.1895 -14.8438 C 15.332 -14.8438 12.4512 -12.0605 12.4512 -8.39844 Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1674.88 1126)">
<path d="M 12.4512 -9.13086 C 12.4512 -5.66406 15.0391 -3.22266 18.75 -3.22266 L 30.2734 -3.22266 C 38.9648 -3.22266 44.2383 -5.81055 50.1465 -12.8418 L 61.2305 -26.0254 L 72.1191 -13.0371 C 78.1738 -5.81055 84.1309 -3.17383 92.8711 -3.17383 L 101.562 -3.17383 L 101.562 7.51953 C 101.562 10.4492 103.418 12.3047 106.396 12.3047 C 107.715 12.3047 108.936 11.8164 109.912 11.0352 L 129.15 -4.98047 C 131.543 -6.93359 131.494 -10.1074 129.15 -12.0605 L 109.912 -28.125 C 108.936 -28.9551 107.715 -29.4434 106.396 -29.4434 C 103.418 -29.4434 101.562 -27.5879 101.562 -24.6582 L 101.562 -15.0879 L 93.1152 -15.0879 C 87.5977 -15.0879 84.1797 -16.8945 80.1758 -21.6309 L 68.8477 -35.0586 L 80.2246 -48.584 C 84.2773 -53.418 87.4023 -55.0781 92.8223 -55.0781 L 101.562 -55.0781 L 101.562 -45.3613 C 101.562 -42.4316 103.418 -40.5762 106.396 -40.5762 C 107.715 -40.5762 108.936 -41.0645 109.912 -41.8457 L 129.15 -57.8613 C 131.543 -59.8145 131.494 -62.9883 129.15 -64.9414 L 109.912 -81.0059 C 108.936 -81.8359 107.715 -82.3242 106.396 -82.3242 C 103.418 -82.3242 101.562 -80.4688 101.562 -77.5391 L 101.562 -66.9922 L 92.9199 -66.9922 C 83.8867 -66.9922 78.1738 -64.4531 71.7773 -56.7383 L 61.2305 -44.1895 L 50.1465 -57.3242 C 44.2383 -64.3555 38.623 -66.9922 29.9316 -66.9922 L 18.75 -66.9922 C 15.0391 -66.9922 12.4512 -64.502 12.4512 -61.0352 C 12.4512 -57.5684 15.0879 -55.0781 18.75 -55.0781 L 29.4922 -55.0781 C 34.7656 -55.0781 38.2812 -53.3203 42.2852 -48.5352 L 53.5645 -35.1074 L 42.2852 -21.6309 C 38.2324 -16.8457 35.0586 -15.0879 29.834 -15.0879 L 18.75 -15.0879 C 15.0879 -15.0879 12.4512 -12.5977 12.4512 -9.13086 Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1380.04 1126)">
<path d="M 12.4512 -10.1562 C 12.4512 -7.03125 14.7461 -4.88281 18.2129 -4.88281 L 29.2969 -4.88281 C 37.7441 -4.88281 42.7734 -7.32422 48.877 -14.4043 L 59.8145 -27.1973 L 70.8008 -14.4043 C 76.8066 -7.32422 81.8848 -4.83398 90.3809 -4.83398 L 99.3652 -4.83398 L 99.3652 6.00586 C 99.3652 8.64258 101.025 10.3027 103.711 10.3027 C 104.883 10.3027 106.104 9.86328 107.031 9.08203 L 125.488 -6.15234 C 127.686 -7.95898 127.686 -10.8887 125.488 -12.6953 L 107.031 -28.0273 C 106.104 -28.8086 104.883 -29.248 103.711 -29.248 C 101.025 -29.248 99.3652 -27.5879 99.3652 -24.9512 L 99.3652 -15.4785 L 90.6738 -15.4785 C 85.5957 -15.4785 82.4707 -17.0898 78.5156 -21.7285 L 66.8457 -35.3516 L 78.5156 -48.9258 C 82.4707 -53.6133 85.5957 -55.2246 90.6738 -55.2246 L 99.3652 -55.2246 L 99.3652 -45.4102 C 99.3652 -42.7734 101.025 -41.1133 103.711 -41.1133 C 104.883 -41.1133 106.104 -41.5527 107.031 -42.334 L 125.488 -57.5684 C 127.686 -59.375 127.686 -62.2559 125.488 -64.1113 L 107.031 -79.4434 C 106.104 -80.2246 104.883 -80.6641 103.711 -80.6641 C 101.025 -80.6641 99.3652 -79.0039 99.3652 -76.3672 L 99.3652 -65.8203 L 90.3809 -65.8203 C 81.8848 -65.8203 76.8066 -63.3301 70.8008 -56.25 L 59.8145 -43.457 L 48.877 -56.25 C 42.7734 -63.3301 37.7441 -65.8203 29.2969 -65.8203 L 18.2129 -65.8203 C 14.7461 -65.8203 12.4512 -63.6719 12.4512 -60.498 C 12.4512 -57.373 14.7949 -55.1758 18.2129 -55.1758 L 29.541 -55.1758 C 34.2285 -55.1758 37.207 -53.5645 41.2109 -48.9258 L 52.8809 -35.3516 L 41.2109 -21.7285 C 37.1582 -17.0898 34.1797 -15.4785 29.541 -15.4785 L 18.2129 -15.4785 C 14.7949 -15.4785 12.4512 -13.2812 12.4512 -10.1562 Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1085.58 1126)">
<path d="M 12.4512 -10.7422 C 12.4512 -8.00781 14.4531 -6.10352 17.3828 -6.10352 L 28.3691 -6.10352 C 36.4258 -6.10352 41.2598 -8.49609 47.0703 -15.332 L 58.0566 -28.1738 L 69.043 -15.2832 C 74.8535 -8.44727 79.6387 -6.05469 87.793 -6.05469 L 95.9473 -6.05469 L 95.9473 4.98047 C 95.9473 7.32422 97.4609 8.83789 99.9023 8.83789 C 100.977 8.83789 102.002 8.44727 102.881 7.71484 L 121.045 -6.83594 C 123.193 -8.59375 123.145 -11.5234 121.045 -13.2324 L 102.881 -27.8809 C 102.002 -28.6133 100.977 -29.0039 99.9023 -29.0039 C 97.4609 -29.0039 95.9473 -27.4902 95.9473 -25.0977 L 95.9473 -15.332 L 87.8418 -15.332 C 82.8613 -15.332 79.7363 -16.9922 75.5859 -21.875 L 64.1113 -35.3027 L 75.5859 -48.7793 C 79.7363 -53.6133 82.8613 -55.2734 87.8418 -55.2734 L 95.9473 -55.2734 L 95.9473 -45.2637 C 95.9473 -42.9199 97.4609 -41.4062 99.9023 -41.4062 C 100.977 -41.4062 102.002 -41.7969 102.881 -42.5293 L 121.045 -57.0801 C 123.193 -58.8379 123.145 -61.7676 121.045 -63.5254 L 102.881 -78.125 C 102.002 -78.8574 100.977 -79.248 99.9023 -79.248 C 97.4609 -79.248 95.9473 -77.7344 95.9473 -75.3906 L 95.9473 -64.5508 L 87.793 -64.5508 C 79.6387 -64.5508 74.8535 -62.1582 69.043 -55.3223 L 58.0566 -42.4316 L 47.0703 -55.2734 C 41.2598 -62.1582 36.4258 -64.502 28.3691 -64.502 L 17.3828 -64.502 C 14.4531 -64.502 12.4512 -62.6465 12.4512 -59.8633 C 12.4512 -57.2266 14.502 -55.2734 17.3828 -55.2734 L 28.6621 -55.2734 C 33.3984 -55.2734 36.4258 -53.5645 40.5762 -48.7305 L 52.002 -35.3027 L 40.5762 -21.875 C 36.4258 -17.041 33.3496 -15.332 28.6621 -15.332 L 17.3828 -15.332 C 14.502 -15.332 12.4512 -13.4277 12.4512 -10.7422 Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 791.847 1126)">
<path d="M 12.4512 -11.4746 C 12.4512 -9.27734 14.0137 -7.76367 16.2598 -7.76367 L 27.1484 -7.76367 C 34.7168 -7.76367 39.209 -10.0098 44.7266 -16.5039 L 55.7129 -29.4922 L 66.6992 -16.4551 C 72.2168 -9.96094 76.709 -7.71484 84.3262 -7.71484 L 91.4062 -7.71484 L 91.4062 3.61328 C 91.4062 5.61523 92.7734 6.88477 94.8242 6.88477 C 95.752 6.88477 96.5332 6.5918 97.3633 5.95703 L 115.137 -7.76367 C 117.285 -9.42383 117.188 -12.4023 115.137 -13.9648 L 97.3633 -27.6855 C 96.5332 -28.3203 95.752 -28.6133 94.8242 -28.6133 C 92.7734 -28.6133 91.4062 -27.3438 91.4062 -25.3418 L 91.4062 -15.1367 L 84.082 -15.1367 C 79.248 -15.1367 76.0742 -16.8945 71.7285 -22.0215 L 60.5469 -35.2539 L 71.7285 -48.5352 C 76.0742 -53.6133 79.248 -55.4199 84.082 -55.4199 L 91.4062 -55.4199 L 91.4062 -45.0684 C 91.4062 -43.1152 92.7734 -41.7969 94.8242 -41.7969 C 95.752 -41.7969 96.5332 -42.0898 97.3633 -42.7734 L 115.137 -56.4941 C 117.285 -58.1543 117.188 -61.1328 115.137 -62.6953 L 97.3633 -76.416 C 96.5332 -77.0508 95.752 -77.3438 94.8242 -77.3438 C 92.7734 -77.3438 91.4062 -76.0742 91.4062 -74.0723 L 91.4062 -62.8418 L 84.3262 -62.8418 C 76.709 -62.8418 72.2168 -60.5957 66.6992 -54.1016 L 55.7129 -41.0156 L 44.7266 -54.0527 C 39.209 -60.5469 34.7168 -62.793 27.1484 -62.793 L 16.2598 -62.793 C 14.0137 -62.793 12.4512 -61.2793 12.4512 -59.082 C 12.4512 -56.9824 14.1113 -55.3711 16.2598 -55.3711 L 27.4902 -55.3711 C 32.2266 -55.3711 35.4004 -53.5645 39.6973 -48.4863 L 50.8301 -35.2539 L 39.6973 -22.0703 C 35.3516 -16.9922 32.2266 -15.1855 27.4902 -15.1855 L 16.2598 -15.1855 C 14.1113 -15.1855 12.4512 -13.5742 12.4512 -11.4746 Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 496.65 1126)">
<path d="M 12.4512 -11.8652 C 12.4512 -9.96094 13.8184 -8.59375 15.7227 -8.59375 L 26.4648 -8.59375 C 33.8379 -8.59375 38.1836 -10.791 43.5059 -17.0898 L 54.4922 -30.1758 L 65.5273 -17.041 C 70.8496 -10.6934 75.1953 -8.54492 82.5684 -8.54492 L 89.1113 -8.54492 L 89.1113 2.92969 C 89.1113 4.73633 90.332 5.9082 92.1875 5.9082 C 93.0664 5.9082 93.75 5.66406 94.5312 5.0293 L 112.109 -8.25195 C 114.209 -9.86328 114.111 -12.8418 112.109 -14.3555 L 94.5312 -27.5879 C 93.75 -28.2227 93.0664 -28.4668 92.1875 -28.4668 C 90.332 -28.4668 89.1113 -27.2949 89.1113 -25.4883 L 89.1113 -15.0391 L 82.1777 -15.0391 C 77.3438 -15.0391 74.1699 -16.8945 69.7754 -22.1191 L 58.7402 -35.2539 L 69.7754 -48.3887 C 74.1699 -53.6621 77.3438 -55.4688 82.1777 -55.4688 L 89.1113 -55.4688 L 89.1113 -44.9707 C 89.1113 -43.1641 90.332 -41.9922 92.1875 -41.9922 C 93.0664 -41.9922 93.75 -42.2363 94.5312 -42.8711 L 112.109 -56.1523 C 114.209 -57.8125 114.111 -60.791 112.109 -62.2559 L 94.5312 -75.4883 C 93.75 -76.123 93.0664 -76.3672 92.1875 -76.3672 C 90.332 -76.3672 89.1113 -75.1953 89.1113 -73.3887 L 89.1113 -62.0117 L 82.5684 -62.0117 C 75.1953 -62.0117 70.8496 -59.8145 65.5273 -53.4668 L 54.4922 -40.332 L 43.5059 -53.418 C 38.1836 -59.7656 33.8379 -61.9141 26.4648 -61.9141 L 15.7227 -61.9141 C 13.8184 -61.9141 12.4512 -60.5469 12.4512 -58.6426 C 12.4512 -56.8848 13.916 -55.3711 15.7227 -55.3711 L 26.8555 -55.3711 C 31.6406 -55.3711 34.8633 -53.5645 39.2578 -48.3398 L 50.2441 -35.2539 L 39.2578 -22.168 C 34.8633 -16.9434 31.6406 -15.1367 26.8555 -15.1367 L 15.7227 -15.1367 C 13.916 -15.1367 12.4512 -13.623 12.4512 -11.8652 Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2870.66 696)">
<path d="M 9.76562 -11.2793 C 9.76562 -7.4707 12.8906 -4.3457 16.6992 -4.3457 L 27.0508 -4.3457 C 34.7168 -4.3457 39.6484 -6.93359 43.6523 -12.1094 L 52.7832 -23.8281 L 61.084 -13.1348 C 65.9668 -6.88477 73.7305 -4.3457 81.3965 -4.3457 L 87.3047 -4.3457 L 87.3047 3.66211 C 87.3047 6.98242 89.3555 9.08203 92.5781 9.08203 C 94.1406 9.08203 95.2637 8.54492 96.1914 7.76367 L 113.965 -7.42188 C 116.357 -9.47266 116.309 -12.8906 113.965 -14.8926 L 96.1914 -30.0293 C 95.2637 -30.8105 94.1406 -31.3477 92.5781 -31.3477 C 89.3555 -31.3477 87.3047 -29.248 87.3047 -25.9277 L 87.3047 -18.2129 L 81.543 -18.2129 C 75.6348 -18.2129 71.8262 -20.166 68.6035 -24.3164 L 60.8887 -34.2285 L 68.7988 -44.3359 C 72.3145 -48.877 74.6582 -50.293 80.2734 -50.293 L 87.3047 -50.293 L 87.3047 -42.8711 C 87.3047 -39.5508 89.3555 -37.4512 92.5781 -37.4512 C 94.1406 -37.4512 95.2637 -37.9883 96.1914 -38.7695 L 113.965 -53.9551 C 116.357 -56.0059 116.309 -59.4238 113.965 -61.4258 L 96.1914 -76.5625 C 95.2637 -77.3438 94.1406 -77.8809 92.5781 -77.8809 C 89.3555 -77.8809 87.3047 -75.7812 87.3047 -72.4609 L 87.3047 -64.1602 L 81.543 -64.1602 C 72.6562 -64.1602 66.0156 -61.9629 59.7168 -53.8574 L 52.6855 -44.7754 L 43.6523 -56.3965 C 39.6484 -61.5723 33.252 -64.1602 25.5859 -64.1602 L 16.6992 -64.1602 C 12.8906 -64.1602 9.76562 -61.0352 9.76562 -57.2266 C 9.76562 -53.418 12.8906 -50.293 16.6992 -50.293 L 22.998 -50.293 C 28.9551 -50.293 33.6914 -48.3887 36.9141 -44.2383 L 44.6289 -34.2773 L 36.9141 -24.2676 C 33.6914 -20.0684 30.4199 -18.2129 24.4629 -18.2129 L 16.6992 -18.2129 C 12.8906 -18.2129 9.76562 -15.0879 9.76562 -11.2793 Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2575.58 696)">
<path d="M 9.76562 -12.2559 C 9.76562 -8.69141 12.5977 -5.85938 16.2109 -5.85938 L 26.2207 -5.85938 C 33.6426 -5.85938 38.3789 -8.30078 42.5781 -13.623 L 51.6113 -24.9023 L 59.9609 -14.4043 C 64.8438 -8.30078 71.7285 -5.85938 79.1992 -5.85938 L 85.4492 -5.85938 L 85.4492 2.19727 C 85.4492 5.27344 87.3535 7.22656 90.332 7.22656 C 91.748 7.22656 92.8711 6.68945 93.75 5.95703 L 110.791 -8.54492 C 113.037 -10.4492 112.988 -13.5742 110.791 -15.4785 L 93.75 -29.9316 C 92.8711 -30.6641 91.748 -31.2012 90.332 -31.2012 C 87.3535 -31.2012 85.4492 -29.248 85.4492 -26.2207 L 85.4492 -18.6035 L 79.3945 -18.6035 C 73.9258 -18.6035 70.459 -20.3613 67.2852 -24.3652 L 59.2285 -34.4727 L 67.4316 -44.7266 C 70.8008 -49.0723 73.1934 -50.4395 78.418 -50.4395 L 85.4492 -50.4395 L 85.4492 -42.9688 C 85.4492 -39.8926 87.3535 -37.9883 90.332 -37.9883 C 91.748 -37.9883 92.8711 -38.4766 93.75 -39.209 L 110.791 -53.7109 C 113.037 -55.6152 112.988 -58.7891 110.791 -60.6445 L 93.75 -75.1465 C 92.8711 -75.8789 91.748 -76.3672 90.332 -76.3672 C 87.3535 -76.3672 85.4492 -74.4629 85.4492 -71.3867 L 85.4492 -63.1348 L 79.2969 -63.1348 C 70.8984 -63.1348 64.8926 -60.9863 58.9355 -53.4668 L 51.5625 -44.1406 L 42.5781 -55.3711 C 38.3789 -60.6934 32.5195 -63.1348 25.0977 -63.1348 L 16.2109 -63.1348 C 12.5977 -63.1348 9.76562 -60.3027 9.76562 -56.7871 C 9.76562 -53.2227 12.5977 -50.4395 16.2109 -50.4395 L 23.1445 -50.4395 C 28.5645 -50.4395 32.7148 -48.6816 35.8887 -44.6777 L 43.9453 -34.5215 L 35.8887 -24.3652 C 32.7148 -20.3125 29.6387 -18.6035 24.2676 -18.6035 L 16.2109 -18.6035 C 12.5977 -18.6035 9.76562 -15.7715 9.76562 -12.2559 Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2280.7 696)">
<path d="M 9.76562 -13.2812 C 9.76562 -10.0586 12.3047 -7.56836 15.6738 -7.56836 L 25.2441 -7.56836 C 32.4707 -7.56836 36.9629 -9.86328 41.4062 -15.2832 L 50.293 -26.123 L 58.6914 -15.8203 C 63.5742 -9.86328 69.4824 -7.56836 76.7578 -7.56836 L 83.3984 -7.56836 L 83.3984 0.585938 C 83.3984 3.36914 85.1074 5.12695 87.8418 5.12695 C 89.1113 5.12695 90.1855 4.63867 91.0156 3.95508 L 107.227 -9.76562 C 109.277 -11.5234 109.277 -14.3555 107.227 -16.1133 L 91.0156 -29.834 C 90.1855 -30.5664 89.1113 -31.0059 87.8418 -31.0059 C 85.1074 -31.0059 83.3984 -29.248 83.3984 -26.5137 L 83.3984 -18.9941 L 77.002 -18.9941 C 72.0215 -18.9941 68.8965 -20.6055 65.7715 -24.4629 L 57.3242 -34.7656 L 65.8691 -45.2148 C 69.1406 -49.2676 71.5332 -50.5859 76.3672 -50.5859 L 83.3984 -50.5859 L 83.3984 -43.0664 C 83.3984 -40.332 85.1074 -38.5742 87.8418 -38.5742 C 89.1113 -38.5742 90.1855 -39.0137 91.0156 -39.7461 L 107.227 -53.4668 C 109.277 -55.2246 109.277 -58.0566 107.227 -59.8145 L 91.0156 -73.5352 C 90.1855 -74.2188 89.1113 -74.707 87.8418 -74.707 C 85.1074 -74.707 83.3984 -72.9492 83.3984 -70.166 L 83.3984 -61.9629 L 76.8066 -61.9629 C 68.9453 -61.9629 63.5742 -59.9121 58.0078 -53.0273 L 50.2441 -43.457 L 41.4062 -54.2969 C 36.9629 -59.7168 31.7383 -61.9629 24.5117 -61.9629 L 15.6738 -61.9629 C 12.3047 -61.9629 9.76562 -59.5215 9.76562 -56.2988 C 9.76562 -53.0273 12.3047 -50.5859 15.6738 -50.5859 L 23.291 -50.5859 C 28.125 -50.5859 31.6406 -49.0234 34.7656 -45.166 L 43.2129 -34.8145 L 34.7656 -24.4141 C 31.5918 -20.5566 28.8086 -18.9941 24.0234 -18.9941 L 15.6738 -18.9941 C 12.3047 -18.9941 9.76562 -16.5527 9.76562 -13.2812 Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1985.26 696)">
<path d="M 9.76562 -14.0137 C 9.76562 -10.9863 12.1094 -8.78906 15.332 -8.78906 L 24.6094 -8.78906 C 31.6406 -8.78906 35.9863 -10.9375 40.5762 -16.4551 L 49.3652 -27.002 L 57.8125 -16.7969 C 62.6953 -10.9375 67.9199 -8.78906 75.0488 -8.78906 L 81.9824 -8.78906 L 81.9824 -0.488281 C 81.9824 2.05078 83.5938 3.66211 86.1328 3.66211 C 87.3047 3.66211 88.3789 3.22266 89.1602 2.53906 L 104.785 -10.6445 C 106.738 -12.2559 106.689 -14.8926 104.785 -16.5527 L 89.1602 -29.7852 C 88.3789 -30.4688 87.3047 -30.9082 86.1328 -30.9082 C 83.5938 -30.9082 81.9824 -29.248 81.9824 -26.709 L 81.9824 -19.2871 L 75.293 -19.2871 C 70.7031 -19.2871 67.8223 -20.752 64.7461 -24.5117 L 56.0059 -34.9609 L 64.7949 -45.5078 C 67.9688 -49.3652 70.4102 -50.6836 74.9023 -50.6836 L 81.9824 -50.6836 L 81.9824 -43.1641 C 81.9824 -40.5762 83.5938 -38.9648 86.1328 -38.9648 C 87.3047 -38.9648 88.3789 -39.4043 89.1602 -40.0879 L 104.785 -53.2715 C 106.738 -54.9316 106.689 -57.5195 104.785 -59.1797 L 89.1602 -72.4121 C 88.3789 -73.0957 87.3047 -73.5352 86.1328 -73.5352 C 83.5938 -73.5352 81.9824 -71.9238 81.9824 -69.3848 L 81.9824 -61.1816 L 75.0977 -61.1816 C 67.5781 -61.1816 62.6953 -59.1309 57.4219 -52.6855 L 49.3652 -42.9688 L 40.5762 -53.5156 C 35.9863 -59.0332 31.2012 -61.1816 24.1211 -61.1816 L 15.332 -61.1816 C 12.1094 -61.1816 9.76562 -58.9844 9.76562 -55.9082 C 9.76562 -52.8809 12.1094 -50.6836 15.332 -50.6836 L 23.3887 -50.6836 C 27.7832 -50.6836 30.8594 -49.2188 33.9844 -45.459 L 42.7246 -35.0098 L 33.9844 -24.4629 C 30.8594 -20.752 28.2227 -19.2871 23.877 -19.2871 L 15.332 -19.2871 C 12.1094 -19.2871 9.76562 -17.041 9.76562 -14.0137 Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1689.52 696)">
<path d="M 9.76562 -14.5996 C 9.76562 -11.7188 11.9141 -9.66797 15.0391 -9.66797 L 24.0723 -9.66797 C 31.0059 -9.66797 35.2539 -11.7676 39.9902 -17.334 L 48.6816 -27.6367 L 57.1777 -17.5293 C 62.0117 -11.7676 66.748 -9.66797 73.7793 -9.66797 L 80.9082 -9.66797 L 80.9082 -1.36719 C 80.9082 1.07422 82.4219 2.58789 84.8633 2.58789 C 85.8887 2.58789 86.9629 2.14844 87.7441 1.51367 L 102.93 -11.2793 C 104.785 -12.8418 104.785 -15.2832 102.93 -16.8945 L 87.7441 -29.7363 C 86.9629 -30.3711 85.8887 -30.8105 84.8633 -30.8105 C 82.4219 -30.8105 80.9082 -29.2969 80.9082 -26.8555 L 80.9082 -19.5312 L 74.0723 -19.5312 C 69.7266 -19.5312 67.041 -20.8984 63.9648 -24.5117 L 54.9805 -35.1074 L 63.9648 -45.752 C 67.1387 -49.4629 69.5312 -50.7324 73.8281 -50.7324 L 80.9082 -50.7324 L 80.9082 -43.2129 C 80.9082 -40.8203 82.4219 -39.3066 84.8633 -39.3066 C 85.8887 -39.3066 86.9629 -39.6973 87.7441 -40.332 L 102.93 -53.125 C 104.785 -54.6875 104.785 -57.1777 102.93 -58.7402 L 87.7441 -71.582 C 86.9629 -72.2656 85.8887 -72.6562 84.8633 -72.6562 C 82.4219 -72.6562 80.9082 -71.1426 80.9082 -68.75 L 80.9082 -60.5957 L 73.7793 -60.5957 C 66.5527 -60.5957 62.0605 -58.5938 56.9336 -52.4414 L 48.6328 -42.627 L 39.9902 -52.9297 C 35.2539 -58.4961 30.7617 -60.5957 23.8281 -60.5957 L 15.0391 -60.5957 C 11.9141 -60.5957 9.76562 -58.5449 9.76562 -55.6641 C 9.76562 -52.7832 11.9141 -50.7324 15.0391 -50.7324 L 23.4863 -50.7324 C 27.5879 -50.7324 30.3223 -49.4141 33.3984 -45.752 L 42.334 -35.1562 L 33.3984 -24.5117 C 30.2734 -20.8496 27.7832 -19.5312 23.7305 -19.5312 L 15.0391 -19.5312 C 11.9141 -19.5312 9.76562 -17.4805 9.76562 -14.5996 Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1394.06 696)">
<path d="M 9.76562 -15.332 C 9.76562 -12.6465 11.7188 -10.8398 14.6484 -10.8398 L 23.4375 -10.8398 C 30.2246 -10.8398 34.2773 -12.8418 39.1602 -18.5059 L 47.7539 -28.4668 L 56.2988 -18.5059 C 61.1816 -12.8418 65.2344 -10.8398 72.1191 -10.8398 L 79.4922 -10.8398 L 79.4922 -2.44141 C 79.4922 -0.244141 80.9082 1.12305 83.1543 1.12305 C 84.082 1.12305 85.1562 0.78125 85.8887 0.146484 L 100.488 -12.1094 C 102.246 -13.5742 102.246 -15.8203 100.488 -17.334 L 85.8887 -29.6875 C 85.1562 -30.2734 84.082 -30.6641 83.1543 -30.6641 C 80.9082 -30.6641 79.4922 -29.2969 79.4922 -27.0996 L 79.4922 -19.8242 L 72.4121 -19.8242 C 68.4082 -19.8242 65.9668 -21.0449 62.9395 -24.5605 L 53.6621 -35.3027 L 62.9395 -46.0449 C 65.9668 -49.6094 68.4082 -50.8301 72.4121 -50.8301 L 79.4922 -50.8301 L 79.4922 -43.3105 C 79.4922 -41.0645 80.9082 -39.6973 83.1543 -39.6973 C 84.082 -39.6973 85.1562 -40.0879 85.8887 -40.7227 L 100.488 -52.9785 C 102.246 -54.3945 102.246 -56.6406 100.488 -58.1543 L 85.8887 -70.5078 C 85.1562 -71.1426 84.082 -71.4844 83.1543 -71.4844 C 80.9082 -71.4844 79.4922 -70.1172 79.4922 -67.9199 L 79.4922 -59.8145 L 72.1191 -59.8145 C 65.2344 -59.8145 61.1816 -57.8125 56.2988 -52.1484 L 47.7539 -42.1875 L 39.1602 -52.1484 C 34.2773 -57.8125 30.2246 -59.8145 23.4375 -59.8145 L 14.6484 -59.8145 C 11.7188 -59.8145 9.76562 -58.0078 9.76562 -55.3223 C 9.76562 -52.6367 11.7188 -50.8301 14.6484 -50.8301 L 23.584 -50.8301 C 27.2461 -50.8301 29.541 -49.6094 32.6172 -46.0449 L 41.8457 -35.3027 L 32.6172 -24.5605 C 29.541 -21.0449 27.1973 -19.8242 23.584 -19.8242 L 14.6484 -19.8242 C 11.7188 -19.8242 9.76562 -17.9688 9.76562 -15.332 Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1099.35 696)">
<path d="M 9.76562 -15.8203 C 9.76562 -13.5254 11.4258 -11.9141 13.916 -11.9141 L 22.6074 -11.9141 C 29.0527 -11.9141 32.9102 -13.8184 37.5977 -19.2871 L 46.1914 -29.3457 L 54.7852 -19.2871 C 59.4238 -13.8184 63.2812 -11.9141 69.7754 -11.9141 L 76.4648 -11.9141 L 76.4648 -3.36914 C 76.4648 -1.41602 77.7344 -0.146484 79.7363 -0.146484 C 80.6152 -0.146484 81.4941 -0.488281 82.1777 -1.07422 L 96.5332 -12.7441 C 98.2422 -14.1113 98.2422 -16.4062 96.5332 -17.8223 L 82.1777 -29.541 C 81.4941 -30.127 80.6152 -30.4199 79.7363 -30.4199 C 77.7344 -30.4199 76.4648 -29.1992 76.4648 -27.2461 L 76.4648 -19.6777 L 69.9219 -19.6777 C 65.9668 -19.6777 63.5254 -20.9961 60.3516 -24.707 L 51.2695 -35.3027 L 60.3516 -45.8984 C 63.5254 -49.6094 65.9668 -50.9277 69.9219 -50.9277 L 76.4648 -50.9277 L 76.4648 -43.1641 C 76.4648 -41.2109 77.7344 -39.9414 79.7363 -39.9414 C 80.6152 -39.9414 81.4941 -40.2832 82.1777 -40.8691 L 96.5332 -52.5391 C 98.2422 -53.9551 98.2422 -56.2012 96.5332 -57.6172 L 82.1777 -69.3359 C 81.4941 -69.9219 80.6152 -70.2637 79.7363 -70.2637 C 77.7344 -70.2637 76.4648 -68.9941 76.4648 -67.041 L 76.4648 -58.6914 L 69.7754 -58.6914 C 63.2812 -58.6914 59.4238 -56.7871 54.7852 -51.3184 L 46.1914 -41.2598 L 37.5977 -51.3184 C 32.9102 -56.7871 29.0527 -58.6426 22.6074 -58.6426 L 13.916 -58.6426 C 11.4258 -58.6426 9.76562 -57.0801 9.76562 -54.7852 C 9.76562 -52.4902 11.4746 -50.8789 13.916 -50.8789 L 22.8027 -50.8789 C 26.5137 -50.8789 28.8574 -49.6094 32.0312 -45.8984 L 41.0645 -35.3027 L 32.0312 -24.707 C 28.8086 -20.9961 26.4648 -19.7266 22.8027 -19.7266 L 13.916 -19.7266 C 11.4746 -19.7266 9.76562 -18.0664 9.76562 -15.8203 Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 805.25 696)">
<path d="M 9.76562 -16.4551 C 9.76562 -14.6484 11.084 -13.3789 12.9883 -13.3789 L 21.4844 -13.3789 C 27.5391 -13.3789 31.1035 -15.1855 35.498 -20.3125 L 44.0918 -30.5176 L 52.7344 -20.3125 C 57.0801 -15.1367 60.6934 -13.3301 66.748 -13.3301 L 72.5098 -13.3301 L 72.5098 -4.54102 C 72.5098 -2.88086 73.584 -1.85547 75.2441 -1.85547 C 76.0254 -1.85547 76.6602 -2.09961 77.3438 -2.63672 L 91.3086 -13.5254 C 93.0176 -14.8438 92.9199 -17.1875 91.3086 -18.457 L 77.3438 -29.3457 C 76.6602 -29.8828 76.0254 -30.127 75.2441 -30.127 C 73.584 -30.127 72.5098 -29.1016 72.5098 -27.4414 L 72.5098 -19.5312 L 66.6016 -19.5312 C 62.793 -19.5312 60.3027 -20.8984 56.9336 -24.8535 L 48.1445 -35.2539 L 56.9336 -45.7031 C 60.3027 -49.6582 62.793 -51.0254 66.6016 -51.0254 L 72.5098 -51.0254 L 72.5098 -42.9688 C 72.5098 -41.3574 73.584 -40.2832 75.2441 -40.2832 C 76.0254 -40.2832 76.6602 -40.5273 77.3438 -41.0645 L 91.3086 -52.002 C 93.0176 -53.3203 92.9199 -55.6641 91.3086 -56.8848 L 77.3438 -67.8223 C 76.6602 -68.3594 76.0254 -68.6035 75.2441 -68.6035 C 73.584 -68.6035 72.5098 -67.5293 72.5098 -65.918 L 72.5098 -57.1777 L 66.748 -57.1777 C 60.6934 -57.1777 57.0801 -55.4199 52.7344 -50.2441 L 44.0918 -40.0391 L 35.498 -50.1953 C 31.1035 -55.3711 27.5391 -57.1777 21.4844 -57.1777 L 12.9883 -57.1777 C 11.084 -57.1777 9.76562 -55.9082 9.76562 -54.0527 C 9.76562 -52.3438 11.1328 -50.9766 12.9883 -50.9766 L 21.7773 -50.9766 C 25.4883 -50.9766 27.9297 -49.6094 31.2988 -45.6543 L 40.0391 -35.2539 L 31.2988 -24.9023 C 27.9297 -20.9473 25.4883 -19.5801 21.7773 -19.5801 L 12.9883 -19.5801 C 11.1328 -19.5801 9.76562 -18.2129 9.76562 -16.4551 Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 509.906 696)">
<path d="M 9.76562 -16.7969 C 9.76562 -15.2344 10.8887 -14.1113 12.4512 -14.1113 L 20.9473 -14.1113 C 26.7578 -14.1113 30.1758 -15.8691 34.4238 -20.8496 L 43.0176 -31.1035 L 51.6602 -20.8496 C 55.9082 -15.8203 59.3262 -14.1113 65.1367 -14.1113 L 70.459 -14.1113 L 70.459 -5.12695 C 70.459 -3.66211 71.4355 -2.73438 72.9492 -2.73438 C 73.6328 -2.73438 74.2188 -2.92969 74.8535 -3.41797 L 88.6719 -13.9648 C 90.332 -15.2344 90.2344 -17.5781 88.6719 -18.75 L 74.8535 -29.248 C 74.2188 -29.7852 73.6328 -29.9805 72.9492 -29.9805 C 71.4355 -29.9805 70.459 -29.0039 70.459 -27.5391 L 70.459 -19.4336 L 64.8926 -19.4336 C 61.1328 -19.4336 58.6426 -20.8496 55.1758 -24.9512 L 46.5332 -35.2539 L 55.1758 -45.6055 C 58.6426 -49.6582 61.1328 -51.0742 64.8926 -51.0742 L 70.459 -51.0742 L 70.459 -42.8711 C 70.459 -41.4551 71.4355 -40.4785 72.9492 -40.4785 C 73.6328 -40.4785 74.2188 -40.6738 74.8535 -41.1621 L 88.6719 -51.709 C 90.332 -52.9785 90.2344 -55.3223 88.6719 -56.543 L 74.8535 -67.041 C 74.2188 -67.5293 73.6328 -67.7246 72.9492 -67.7246 C 71.4355 -67.7246 70.459 -66.7969 70.459 -65.332 L 70.459 -56.4453 L 65.1367 -56.4453 C 59.3262 -56.4453 55.9082 -54.6875 51.6602 -49.707 L 43.0176 -39.4043 L 34.4238 -49.6582 C 30.1758 -54.6387 26.7578 -56.3965 20.9473 -56.3965 L 12.4512 -56.3965 C 10.8887 -56.3965 9.76562 -55.2734 9.76562 -53.7109 C 9.76562 -52.1973 10.9863 -51.0254 12.4512 -51.0254 L 21.2402 -51.0254 C 24.9512 -51.0254 27.4414 -49.6094 30.9082 -45.5566 L 39.5508 -35.2539 L 30.9082 -25 C 27.4414 -20.8984 24.9512 -19.4824 21.2402 -19.4824 L 12.4512 -19.4824 C 10.9863 -19.4824 9.76562 -18.3105 9.76562 -16.7969 Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 60 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.speaker.slash.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni1002A2.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from speaker.slash</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1400.21" x2="1400.21" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1499.48" x2="1499.48" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2862.45 1556)">
<path d="M128.564 28.418C130.811 30.6152 134.521 30.6641 136.67 28.418C138.867 26.1719 138.965 22.5586 136.67 20.2637L18.2129-98.0957C15.9668-100.342 12.2559-100.342 10.0098-98.0957C7.86133-95.9473 7.86133-92.1387 10.0098-89.9902ZM105.908-23.3887L105.957-82.6172C105.957-89.209 100.977-94.4336 94.3359-94.4336C90.1855-94.4336 86.8652-92.7734 82.4219-88.7695L60.3027-69.1406L72.7051-56.7871L84.9121-67.9688C85.1562-68.2129 85.498-68.3105 85.8398-68.3105C86.3281-68.3105 86.7188-67.9199 86.7188-67.334L86.7188-42.6758ZM39.3066-4.19922L56.543-4.19922C56.9336-4.19922 57.1777-4.10156 57.4707-3.80859L82.5195 18.5547C86.7676 22.3145 89.9902 24.0234 94.3848 24.0234C99.0723 24.0234 102.979 21.4844 104.736 17.7734L84.3262-2.63672L65.332-20.4102C63.9648-21.7285 62.7441-22.1191 60.791-22.1191L42.4805-22.1191C41.2598-22.1191 40.5273-22.9492 40.5273-24.0723L40.5273-46.4355L25.7812-61.1328C22.9004-58.1543 21.2891-53.5156 21.2891-47.3633L21.2891-23.0469C21.2891-10.8398 27.5879-4.19922 39.3066-4.19922Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2567.79 1556)">
<path d="M124.951 27.8809C127.051 29.9316 130.518 29.9805 132.568 27.8809C134.619 25.7812 134.668 22.4121 132.568 20.3125L17.041-95.166C14.9414-97.2656 11.4746-97.2656 9.375-95.166C7.32422-93.1152 7.32422-89.5996 9.375-87.5488ZM102.93-22.0215L102.979-82.7637C102.979-88.7207 98.5352-93.4082 92.5293-93.4082C88.7207-93.4082 85.791-91.7969 81.6895-88.1836L57.959-67.0898L68.7988-56.25L84.4238-70.5078C84.7168-70.752 85.0098-70.8984 85.4004-70.8984C85.8887-70.8984 86.2793-70.5078 86.2793-69.9219L86.2793-38.7207ZM37.1582-5.66406L54.6875-5.66406C55.1758-5.66406 55.4688-5.51758 55.8105-5.22461L81.7871 17.9688C85.6445 21.3867 88.623 22.998 92.5781 22.998C96.6797 22.998 100.098 20.8496 101.709 17.5781L84.5703 0.439453L62.8906-19.5801C61.5234-20.8496 60.3516-21.2402 58.4473-21.2402L39.6973-21.2402C38.1348-21.2402 37.3047-22.1191 37.3047-23.584L37.3047-46.8262L24.5117-59.6191C22.0215-56.9336 20.6543-52.7832 20.6543-47.3633L20.6543-22.9492C20.6543-11.6699 26.3672-5.66406 37.1582-5.66406Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2273.35 1556)">
<path d="M120.947 27.3438C122.9 29.248 126.074 29.248 127.93 27.3438C129.834 25.3418 129.883 22.2656 127.93 20.3125L15.7227-91.8457C13.8184-93.75 10.5957-93.7988 8.64258-91.8457C6.78711-89.9414 6.78711-86.7188 8.64258-84.8145ZM99.5605-20.459L99.6094-82.959C99.6094-88.1348 95.8008-92.2363 90.5273-92.2363C87.1094-92.2363 84.5215-90.7715 80.9082-87.5L55.3711-64.7461L64.4531-55.6641L83.8379-73.291C84.1797-73.584 84.4727-73.7793 84.9121-73.7793C85.4004-73.7793 85.791-73.4375 85.791-72.8027L85.791-34.3262ZM34.7656-7.32422L52.6367-7.32422C53.1738-7.32422 53.5645-7.12891 53.9551-6.78711L80.957 17.2852C84.4238 20.3613 87.0605 21.8262 90.625 21.8262C94.043 21.8262 96.875 20.0684 98.3398 17.334L84.8145 3.90625L60.1074-18.6523C58.7402-19.873 57.666-20.2148 55.8594-20.2148L36.5723-20.2148C34.668-20.2148 33.7402-21.1914 33.7402-23.0469L33.7402-47.2656L23.0469-57.9102C21.0449-55.5664 19.9219-52.002 19.9219-47.4121L19.9219-22.8516C19.9219-12.5977 25-7.32422 34.7656-7.32422Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1978.2 1556)">
<path d="M97.2656-19.4336L97.3145-83.0566C97.3145-87.6953 93.8965-91.4551 89.1602-91.4551C85.9863-91.4551 83.6914-90.0391 80.3711-87.0117L53.6133-63.1348L61.4746-55.2734L83.4473-75.2441C83.7891-75.5859 84.1309-75.7812 84.5703-75.7812C85.0586-75.7812 85.4492-75.4395 85.4492-74.8047L85.4492-31.2988ZM118.164 26.9043C119.971 28.7598 122.998 28.7598 124.756 26.9043C126.562 25.0977 126.611 22.168 124.756 20.3125L14.8438-89.5508C13.0371-91.3574 10.0098-91.4062 8.1543-89.5508C6.39648-87.793 6.39648-84.7168 8.1543-82.959ZM33.1543-8.44727L51.2207-8.44727C51.8066-8.44727 52.2461-8.25195 52.6855-7.86133L80.3711 16.8457C83.5449 19.6289 85.9863 20.9961 89.2578 20.9961C92.1875 20.9961 94.6289 19.5801 96.0449 17.1875L84.9609 6.25L58.2031-18.0176C56.8359-19.2383 55.8105-19.5312 54.0527-19.5312L34.375-19.5312C32.2266-19.5312 31.25-20.5566 31.25-22.6562L31.25-47.5586L22.0703-56.7383C20.3613-54.6387 19.4336-51.5137 19.4336-47.4609L19.4336-22.7539C19.4336-13.2324 24.0723-8.44727 33.1543-8.44727Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1682.69 1556)">
<path d="M95.5566-18.6035L95.5566-83.1543C95.5566-87.4023 92.4316-90.8691 88.1348-90.8691C85.1562-90.8691 83.0566-89.4531 79.9316-86.6699L52.2461-61.9629L59.2285-54.9805L83.1543-76.7578C83.4961-77.0508 83.8379-77.2949 84.3262-77.2949C84.8145-77.2949 85.2051-76.9531 85.2051-76.3184L85.2051-28.9551ZM116.064 26.6113C117.822 28.3691 120.654 28.3691 122.363 26.6113C124.072 24.8535 124.072 22.0703 122.363 20.3125L14.1602-87.793C12.4023-89.5508 9.57031-89.5996 7.8125-87.793C6.10352-86.1328 6.10352-83.2031 7.8125-81.543ZM31.8848-9.32617L50.0977-9.32617C50.7324-9.32617 51.2695-9.13086 51.709-8.69141L79.9316 16.5039C82.8613 19.0918 85.2051 20.4102 88.1836 20.4102C90.7715 20.4102 92.9199 19.1895 94.2383 17.0898L85.1074 8.05664L56.7383-17.5293C55.4199-18.7012 54.4434-18.9941 52.6855-18.9941L32.7637-18.9941C30.4199-18.9941 29.3945-20.0684 29.3945-22.3633L29.3945-47.8027L21.3379-55.8594C19.8242-53.9062 19.043-51.0742 19.043-47.4609L19.043-22.7051C19.043-13.6719 23.3398-9.32617 31.8848-9.32617Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1387.52 1556)">
<path d="M93.2617-17.5781L93.2617-83.3008C93.2617-87.0117 90.5762-90.0879 86.7676-90.0879C84.0332-90.0879 82.2266-88.7207 79.3945-86.2305L50.4883-60.3516L56.25-54.541L82.7637-78.6621C83.1543-79.0039 83.4961-79.2969 83.9844-79.2969C84.4727-79.2969 84.8633-78.9062 84.8633-78.3203L84.8633-25.9766ZM113.33 26.2207C114.941 27.8809 117.627 27.8809 119.189 26.2207C120.801 24.5605 120.85 21.9727 119.189 20.3613L13.2324-85.5469C11.6699-87.1582 8.98438-87.207 7.32422-85.5469C5.71289-83.9844 5.71289-81.25 7.32422-79.6875ZM30.2734-10.4492L48.7305-10.4492C49.3652-10.4492 49.9512-10.2051 50.4395-9.76562L79.3945 16.0645C82.0312 18.4082 84.1309 19.6289 86.8652 19.6289C88.9648 19.6289 90.7227 18.6523 91.9434 16.9434L85.2539 10.4004L54.834-16.8457C53.5156-18.0664 52.6367-18.3105 50.8789-18.3105L30.6152-18.3105C28.0273-18.3105 26.9531-19.4336 26.9531-22.0215L26.9531-48.0957L20.3613-54.6875C19.1895-52.9785 18.5547-50.5371 18.5547-47.4609L18.5547-22.6562C18.5547-14.3066 22.4121-10.4492 30.2734-10.4492Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1093.15 1556)">
<path d="M90.1855-15.7227L90.1855-83.252C90.1855-86.4746 88.0371-89.1113 84.668-89.1113C82.373-89.1113 80.7129-87.8906 78.4668-85.8887L47.7539-58.1543L52.1973-53.7109L81.3477-80.2734C81.7871-80.6641 82.1777-81.0059 82.7148-81.0059C83.3008-81.0059 83.6914-80.6641 83.6914-79.9805L83.6914-22.2168ZM109.619 25.1953C110.889 26.4648 112.939 26.4648 114.209 25.1953C115.479 23.9258 115.43 21.9238 114.209 20.6543L10.8887-82.6172C9.66797-83.7891 7.61719-83.8867 6.29883-82.6172C5.07812-81.3477 5.07812-79.248 6.29883-78.0273ZM27.832-11.5234L46.8262-11.5234C47.6562-11.5234 48.291-11.2793 48.877-10.7422L78.4668 15.625C80.5664 17.4316 82.4219 18.5547 84.7656 18.5547C86.4258 18.5547 87.7441 17.9199 88.7207 16.6992L82.959 11.1328L52.4414-16.1133C51.0742-17.334 50-17.627 48.1445-17.627L28.0762-17.627C25.1953-17.627 24.0723-18.7988 24.0723-21.6797L24.0723-47.9492L18.7988-53.2227C18.0664-51.9043 17.627-50.1465 17.627-47.9004L17.627-22.0703C17.627-14.8926 20.9961-11.5234 27.832-11.5234Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 799.537 1556)">
<path d="M86.084-13.3301L86.084-83.2031C86.084-85.7422 84.6191-87.793 81.9336-87.793C80.127-87.793 78.7109-86.7188 77.2949-85.498L44.1406-55.2734L46.875-52.5391L79.4922-82.373C80.0293-82.8613 80.4199-83.3008 81.1035-83.3008C81.7383-83.3008 82.1777-82.9102 82.1777-82.1289L82.1777-17.1875ZM104.785 23.877C105.518 24.6582 106.787 24.6582 107.568 23.877C108.398 23.0469 108.35 21.8262 107.568 21.0938L7.8125-78.7109C7.08008-79.3945 5.85938-79.541 4.98047-78.7109C4.19922-77.9297 4.19922-76.6602 4.98047-75.8789ZM24.6582-12.9883L44.3359-12.9883C45.4102-12.9883 46.0938-12.6953 46.7773-12.0605L77.2949 14.9902C78.6621 16.2109 80.127 17.1875 81.9824 17.1875C83.0078 17.1875 83.7891 16.8945 84.4727 16.3574L79.8828 12.1582L49.2676-15.0879C47.8027-16.4062 46.5332-16.748 44.5312-16.748L24.707-16.748C21.4355-16.748 20.3125-17.9688 20.3125-21.2402L20.3125-47.8027L16.7969-51.3184C16.5527-50.5371 16.4062-49.5605 16.4062-48.4863L16.4062-21.3379C16.4062-15.625 19.0918-12.9883 24.6582-12.9883Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 504.438 1556)">
<path d="M83.9844-12.0605L83.9844-83.2031C83.9844-85.3516 82.8613-87.1582 80.5664-87.1582C79.0039-87.1582 77.6855-86.1328 76.6602-85.2539L42.2852-53.7598L44.0918-51.9531L78.5156-83.4961C79.1016-83.9844 79.4922-84.4727 80.2734-84.4727C80.9082-84.4727 81.3965-84.082 81.3965-83.252L81.3965-14.6484ZM102.295 23.1934C102.783 23.7305 103.662 23.7305 104.15 23.1934C104.785 22.5586 104.688 21.8262 104.15 21.2891L6.20117-76.6602C5.76172-77.0996 4.93164-77.2949 4.29688-76.6602C3.75977-76.1719 3.75977-75.293 4.29688-74.8047ZM22.998-13.7695L43.0664-13.7695C44.2383-13.7695 44.9707-13.4277 45.752-12.7441L76.6602 14.6973C77.6855 15.5762 78.9551 16.5039 80.5176 16.5039C81.25 16.5039 81.7871 16.3574 82.2754 16.2109L78.2715 12.6465L47.6074-14.5996C46.1426-15.918 44.7266-16.3086 42.6758-16.3086L22.9492-16.3086C19.4824-16.3086 18.3594-17.5293 18.3594-20.9961L18.3594-47.7051L15.7227-50.293C15.7715-49.8047 15.7715-49.2676 15.7715-48.7793L15.7715-20.9473C15.7715-15.9668 18.1152-13.7695 22.998-13.7695Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2876.93 1126)">
<path d="M102.539 14.2578C104.297 15.918 107.178 15.9668 108.838 14.2578C110.547 12.5 110.596 9.66797 108.838 7.95898L14.4531-86.377C12.6953-88.1348 9.86328-88.1348 8.10547-86.377C6.39648-84.7168 6.39648-81.7871 8.10547-80.0781ZM84.4727-26.9043L84.5215-71.6797C84.5215-77.4902 80.1758-81.9336 74.4141-81.9336C70.9473-81.9336 67.9688-80.6152 64.3555-77.3926L48.3887-63.1348L59.375-52.1484L65.7227-58.0566C65.918-58.252 66.1621-58.3008 66.4551-58.3008C66.8945-58.3008 67.1875-58.0078 67.1875-57.4707L67.1875-44.3359ZM32.0312-9.76562L45.3125-9.76562C45.6055-9.76562 45.752-9.7168 45.8984-9.52148L64.502 6.98242C68.0176 10.1074 70.7031 11.5723 74.4141 11.5723C78.6133 11.5723 82.1289 9.22852 83.4961 6.00586L63.8184-13.6719L52.6855-24.4629C51.5625-25.5371 50.4395-25.9277 48.8281-25.9277L35.3516-25.9277C34.668-25.9277 34.1797-26.4648 34.1797-27.0508L34.1797-43.3105L20.8984-56.543C18.3105-54.1016 16.8457-50.0977 16.8457-44.8242L16.8457-25.5859C16.8457-15.4785 22.2656-9.76562 32.0312-9.76562Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2581.83 1126)">
<path d="M99.5605 13.9648C101.221 15.5762 104.004 15.625 105.615 13.9648C107.275 12.2559 107.324 9.57031 105.615 7.86133L13.7695-83.8867C12.1094-85.5957 9.32617-85.5957 7.66602-83.8867C6.05469-82.2754 6.05469-79.4434 7.66602-77.832ZM81.9824-25.8789L82.0312-71.875C82.0312-77.0508 78.1738-81.1035 72.998-81.1035C69.8242-81.1035 67.1875-79.834 63.8184-76.8066L46.582-61.4258L56.2012-51.8066L65.5762-60.4004C65.7715-60.5957 66.0156-60.6934 66.2598-60.6934C66.6992-60.6934 66.9922-60.3516 66.9922-59.9121L66.9922-40.9668ZM30.3223-11.084L43.7988-11.084C44.1406-11.084 44.2871-11.0352 44.5312-10.791L63.916 6.44531C67.1387 9.32617 69.6289 10.6934 72.998 10.6934C76.6602 10.6934 79.7363 8.69141 81.0547 5.85938L64.6484-10.5469L50.6348-23.7793C49.5117-24.8047 48.5352-25.0977 46.9727-25.0977L32.959-25.0977C32.0312-25.0977 31.4453-25.7324 31.4453-26.6113L31.4453-43.75L19.873-55.2734C17.627-53.0273 16.4062-49.4629 16.4062-44.7266L16.4062-25.6348C16.4062-16.2598 21.2891-11.084 30.3223-11.084Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2286.93 1126)">
<path d="M96.2402 13.623C97.8516 15.1855 100.488 15.2344 102.051 13.623C103.613 12.0117 103.662 9.42383 102.051 7.8125L13.0371-81.1523C11.4258-82.7637 8.78906-82.7637 7.17773-81.1523C5.61523-79.5898 5.61523-76.9043 7.17773-75.3418ZM79.248-24.7559L79.2969-72.1191C79.2969-76.5625 75.9277-80.127 71.3867-80.127C68.5059-80.127 66.3086-78.9062 63.1836-76.1719L44.5312-59.5215L52.6367-51.416L65.332-62.9883C65.5762-63.2324 65.8203-63.3301 66.1133-63.3301C66.5039-63.3301 66.7969-63.0371 66.7969-62.5977L66.7969-37.2559ZM28.418-12.5977L42.041-12.5977C42.4316-12.5977 42.7246-12.4512 42.9688-12.207L63.2812 5.85938C66.2109 8.49609 68.457 9.7168 71.4355 9.7168C74.5117 9.7168 77.0508 8.10547 78.3203 5.66406L65.625-6.98242L48.291-22.9492C47.2168-23.9258 46.3379-24.2188 44.9219-24.2188L30.2734-24.2188C29.0039-24.2188 28.3691-24.9023 28.3691-26.123L28.3691-44.2871L18.75-53.8574C16.8945-51.8555 15.8691-48.7305 15.8691-44.6289L15.8691-25.6836C15.8691-17.0898 20.2148-12.5977 28.418-12.5977Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1991.46 1126)">
<path d="M93.9453 13.3789C95.5078 14.9414 98.0469 14.9414 99.5605 13.3789C101.074 11.8164 101.123 9.32617 99.5605 7.76367L12.5-79.248C10.9375-80.8105 8.39844-80.8105 6.83594-79.248C5.32227-77.7344 5.32227-75.0977 6.83594-73.6328ZM77.3438-23.9746L77.3438-72.2656C77.3438-76.2695 74.3652-79.4434 70.3125-79.4434C67.627-79.4434 65.6738-78.2715 62.793-75.6836L43.1152-58.252L50.1953-51.1719L65.1855-64.7949C65.4297-65.0391 65.6738-65.1855 65.9668-65.1855C66.3574-65.1855 66.6504-64.8926 66.6504-64.4531L66.6504-34.668ZM27.1484-13.623L40.8691-13.623C41.2598-13.623 41.6016-13.4766 41.8945-13.2324L62.793 5.46875C65.5273 7.91016 67.627 9.0332 70.3613 9.0332C73.0469 9.0332 75.1953 7.71484 76.416 5.51758L66.2598-4.54102L46.6797-22.4121C45.6543-23.3398 44.873-23.584 43.5059-23.584L28.418-23.584C26.9531-23.584 26.2207-24.3164 26.2207-25.7812L26.2207-44.6289L17.9688-52.8809C16.4062-51.0254 15.5273-48.2422 15.5273-44.5801L15.5273-25.7324C15.5273-17.6758 19.4824-13.623 27.1484-13.623Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1695.7 1126)">
<path d="M75.9277-23.3398L75.9277-72.3633C75.9277-76.0254 73.1934-78.9551 69.4824-78.9551C66.9434-78.9551 65.1855-77.832 62.4512-75.3418L42.0898-57.2754L48.3398-50.9766L65.0879-66.2109C65.332-66.4062 65.5762-66.5527 65.918-66.5527C66.2598-66.5527 66.5527-66.3086 66.5527-65.8691L66.5527-32.7148ZM92.1875 13.2324C93.7012 14.6973 96.1914 14.7461 97.6562 13.2324C99.1699 11.6699 99.2188 9.22852 97.6562 7.71484L12.1094-77.7832C10.5957-79.2969 8.10547-79.3457 6.5918-77.7832C5.07812-76.3184 5.07812-73.7793 6.5918-72.3145ZM26.123-14.3555L39.9902-14.3555C40.3809-14.3555 40.7715-14.2578 41.0645-13.9648L62.5 5.17578C65.0391 7.4707 66.9922 8.54492 69.5801 8.54492C71.875 8.54492 73.8281 7.37305 75 5.46875L66.748-2.73438L45.459-21.9727C44.4336-22.9004 43.75-23.0957 42.4316-23.0957L27.002-23.0957C25.3906-23.0957 24.6094-23.877 24.6094-25.4883L24.6094-44.9219L17.3828-52.0996C16.0156-50.3906 15.2344-47.8516 15.2344-44.5312L15.2344-25.7812C15.2344-18.1152 18.9453-14.3555 26.123-14.3555Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1400.21 1126)">
<path d="M74.0234-22.5586L74.0234-72.5098C74.0234-75.6836 71.6797-78.2715 68.4082-78.2715C66.0645-78.2715 64.5996-77.1973 62.0117-74.9023L40.6738-55.957L45.8984-50.6836L64.9414-67.9688C65.1855-68.2129 65.4785-68.3594 65.7715-68.3594C66.1133-68.3594 66.4062-68.1152 66.4062-67.6758L66.4062-30.1758ZM89.8926 12.9883C91.3574 14.4531 93.7988 14.4531 95.2148 12.9883C96.6797 11.4746 96.6797 9.13086 95.2148 7.66602L11.6211-75.9277C10.1562-77.3926 7.71484-77.3926 6.25-75.9277C4.78516-74.5117 4.78516-72.0215 6.25-70.6055ZM24.8535-15.3809L38.8184-15.3809C39.2578-15.3809 39.6484-15.2344 39.9902-14.9414L62.0117 4.78516C64.4043 6.88477 66.1621 7.86133 68.5059 7.86133C70.4102 7.86133 71.9727 6.98242 73.0957 5.32227L67.4316-0.292969L43.8477-21.4355C42.8711-22.3145 42.2852-22.5098 41.0156-22.5098L25.1953-22.5098C23.3398-22.5098 22.5098-23.3398 22.5098-25.1465L22.5098-45.2637L16.6504-51.123C15.5273-49.5605 14.8926-47.3633 14.8926-44.4824L14.8926-25.7812C14.8926-18.7012 18.2129-15.3809 24.8535-15.3809Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1105.6 1126)">
<path d="M71.2402-20.9473L71.2402-72.4609C71.2402-75.1953 69.3359-77.4414 66.5527-77.4414C64.5508-77.4414 63.2324-76.416 61.2305-74.6582L38.2324-54.0039L42.2852-49.9023L63.6719-69.4336C64.0137-69.6777 64.2578-69.9219 64.6484-69.9219C65.0879-69.9219 65.3809-69.6777 65.3809-69.1406L65.3809-26.8066ZM86.6211 12.0605C87.7441 13.2324 89.5996 13.2324 90.7227 12.0605C91.8945 10.8887 91.8945 9.08203 90.7227 7.95898L9.47266-73.2422C8.39844-74.3652 6.49414-74.4141 5.32227-73.2422C4.19922-72.168 4.19922-70.2637 5.32227-69.1406ZM22.6562-16.3574L37.1094-16.3574C37.6953-16.3574 38.1836-16.2109 38.5742-15.8203L61.2305 4.39453C63.0859 6.00586 64.6484 6.93359 66.6016 6.93359C68.1152 6.93359 69.3359 6.29883 70.2148 5.12695L65.332 0.390625L41.6992-20.752C40.6738-21.6797 39.8926-21.875 38.5254-21.875L22.9004-21.875C20.8008-21.875 19.9707-22.7539 19.9707-24.8535L19.9707-45.166L15.2832-49.8535C14.502-48.6328 14.0625-46.9727 14.0625-44.873L14.0625-25.293C14.0625-19.1895 16.8945-16.3574 22.6562-16.3574Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 811.671 1126)">
<path d="M67.5781-18.75L67.5781-72.4121C67.5781-74.5117 66.3086-76.2695 64.1113-76.2695C62.5977-76.2695 61.4258-75.3906 60.1562-74.2676L35.0098-51.3672L37.4512-48.877L62.0117-71.3379C62.4023-71.6797 62.6953-72.0215 63.1836-72.0215C63.6719-72.0215 64.0137-71.6797 64.0137-71.0938L64.0137-22.3633ZM82.2266 10.8887C82.959 11.5723 84.082 11.5723 84.7656 10.8887C85.5469 10.1074 85.498 9.0332 84.7656 8.30078L6.68945-69.7754C6.05469-70.4102 4.88281-70.5078 4.15039-69.7754C3.4668-69.043 3.4668-67.9199 4.15039-67.1875ZM19.7754-17.6758L34.9121-17.6758C35.6934-17.6758 36.1816-17.4805 36.7188-16.9922L60.1562 3.80859C61.377 4.88281 62.5977 5.71289 64.1113 5.71289C65.0879 5.71289 65.7715 5.37109 66.3574 4.83398L62.5488 1.26953L38.8672-19.873C37.793-20.8496 36.8164-21.0938 35.3027-21.0938L19.873-21.0938C17.4316-21.0938 16.5527-22.0215 16.5527-24.4629L16.5527-44.9707L13.4277-48.0957C13.1348-47.3633 12.9883-46.4844 12.9883-45.3613L12.9883-24.6094C12.9883-19.873 15.1855-17.6758 19.7754-17.6758Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 516.376 1126)">
<path d="M65.7227-17.6758L65.7227-72.4121C65.7227-74.1699 64.7461-75.6836 62.8418-75.6836C61.5723-75.6836 60.498-74.8535 59.6191-74.0723L33.3496-50.0488L35.0098-48.3887L61.1328-72.3145C61.5723-72.6562 61.8652-73.0469 62.4512-73.0469C62.9395-73.0469 63.3301-72.7539 63.3301-72.1191L63.3301-20.0684ZM79.9805 10.2539C80.4688 10.7422 81.25 10.7422 81.7383 10.2539C82.2754 9.7168 82.2266 8.98438 81.7383 8.49609L5.27344-67.9688C4.88281-68.3594 4.10156-68.5059 3.51562-67.9688C3.07617-67.4805 3.07617-66.6992 3.51562-66.2109ZM18.3105-18.3594L33.7402-18.3594C34.6191-18.3594 35.2051-18.1152 35.7422-17.627L59.6191 3.56445C60.498 4.3457 61.5723 5.07812 62.8418 5.07812C63.5254 5.07812 63.9648 4.88281 64.4043 4.6875L61.1328 1.75781L37.4023-19.3848C36.2793-20.4102 35.2051-20.7031 33.6426-20.7031L18.3105-20.7031C15.6738-20.7031 14.7949-21.6309 14.7949-24.2676L14.7949-44.9219L12.5-47.2168C12.4512-46.7285 12.4023-46.1914 12.4023-45.6055L12.4023-24.2676C12.4023-20.2148 14.3066-18.3594 18.3105-18.3594Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2889.26 696)">
<path d="M80.127 3.51562C81.4941 4.83398 83.7402 4.88281 85.0586 3.51562C86.377 2.14844 86.4258-0.0488281 85.0586-1.41602L11.2793-75.1465C9.91211-76.5137 7.66602-76.5137 6.29883-75.1465C4.98047-73.8281 4.98047-71.5332 6.29883-70.2148ZM66.0156-28.6621L66.0645-63.8184C66.0645-68.3105 62.6953-71.7773 58.2031-71.7773C55.5176-71.7773 53.2227-70.752 50.3906-68.2129L37.793-56.9824L46.3379-48.4863L51.5137-53.2715C51.6602-53.418 51.8555-53.4668 52.0508-53.4668C52.3926-53.4668 52.6367-53.2227 52.6367-52.832L52.6367-42.1387ZM25-15.3809L35.4004-15.3809C35.6445-15.3809 35.7422-15.332 35.8887-15.1855L50.4883-2.19727C53.2227 0.244141 55.3223 1.36719 58.2031 1.36719C61.4746 1.36719 64.209-0.439453 65.2832-2.92969L50.0977-18.1152L41.1621-26.7578C40.2832-27.5879 39.4043-27.8809 38.1348-27.8809L27.5391-27.8809C27.002-27.8809 26.6113-28.3203 26.6113-28.8086L26.6113-41.6016L16.3086-51.8555C14.3066-49.9512 13.1836-46.8262 13.1836-42.7246L13.1836-27.6855C13.1836-19.8242 17.3828-15.3809 25-15.3809Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2593.55 696)">
<path d="M78.2227 3.36914C79.5898 4.6875 81.7871 4.73633 83.1055 3.36914C84.4238 2.05078 84.4727-0.146484 83.1055-1.51367L10.9863-73.5352C9.66797-74.9023 7.42188-74.9023 6.05469-73.5352C4.78516-72.2656 4.78516-69.9707 6.05469-68.6523ZM64.4531-28.0762L64.4531-63.9648C64.4531-68.0176 61.4258-71.1914 57.3242-71.1914C54.7852-71.1914 52.7344-70.2148 50.0488-67.8223L36.6699-55.9082L44.2871-48.291L51.5137-54.8828C51.6602-55.0293 51.8555-55.127 52.0508-55.127C52.3926-55.127 52.5879-54.8828 52.5879-54.4922L52.5879-39.9414ZM23.9258-16.2598L34.4238-16.2598C34.668-16.2598 34.8145-16.2109 34.9609-16.0645L50.1465-2.53906C52.7344-0.244141 54.6875 0.78125 57.373 0.78125C60.2539 0.78125 62.6953-0.78125 63.7207-3.02734L50.9766-15.7715L39.7949-26.2695C38.9648-27.0996 38.1836-27.3438 37.0117-27.3438L25.9766-27.3438C25.2441-27.3438 24.8047-27.832 24.8047-28.5156L24.8047-41.9434L15.6738-51.0254C13.916-49.2188 12.9395-46.3867 12.9395-42.627L12.9395-27.7832C12.9395-20.3613 16.7969-16.2598 23.9258-16.2598Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2297.96 696)">
<path d="M76.0742 3.27148C77.4414 4.58984 79.6387 4.58984 80.9082 3.27148C82.2266 1.9043 82.2754-0.244141 80.9082-1.61133L10.6934-71.7773C9.32617-73.0957 7.12891-73.0957 5.81055-71.7773C4.49219-70.459 4.49219-68.2129 5.81055-66.9434ZM62.6953-27.3926L62.6953-64.1113C62.6953-67.7246 59.9609-70.6055 56.3477-70.6055C54.0039-70.6055 52.2461-69.6289 49.707-67.334L35.4492-54.6875L42.041-48.0957L51.5137-56.7383C51.6602-56.8848 51.8555-56.9336 52.0508-56.9336C52.3438-56.9336 52.5879-56.7383 52.5879-56.3965L52.5879-37.5488ZM22.7539-17.2852L33.3008-17.2852C33.5938-17.2852 33.7891-17.2363 33.9355-17.041L49.7559-2.92969C52.1484-0.78125 53.9551 0.195312 56.3965 0.195312C58.8867 0.195312 60.9375-1.12305 61.9629-3.125L51.9531-13.1348L38.2812-25.7324C37.5-26.5137 36.8164-26.709 35.7422-26.709L24.1699-26.709C23.2422-26.709 22.7539-27.2461 22.7539-28.1738L22.7539-42.3828L14.9902-50.0977C13.4766-48.4375 12.6465-45.8496 12.6465-42.5293L12.6465-27.8809C12.6465-20.9473 16.1133-17.2852 22.7539-17.2852Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 2002.01 696)">
<path d="M74.6094 3.17383C75.9277 4.49219 78.125 4.49219 79.3945 3.17383C80.7129 1.80664 80.7129-0.341797 79.3945-1.66016L10.4492-70.5566C9.13086-71.875 6.93359-71.875 5.61523-70.5566C4.3457-69.2383 4.3457-66.9922 5.61523-65.7227ZM61.4746-26.9043L61.4746-64.2578C61.4746-67.5293 58.9844-70.166 55.6641-70.166C53.4668-70.166 51.9043-69.1895 49.4629-67.041L34.5703-53.8574L40.4785-47.9492L51.5137-58.0078C51.6602-58.1543 51.8555-58.2031 52.0508-58.2031C52.3438-58.2031 52.5391-58.0078 52.5391-57.666L52.5391-35.8398ZM21.9238-17.9688L32.5684-17.9688C32.8125-17.9688 33.0566-17.9199 33.252-17.7246L49.4629-3.22266C51.7578-1.17188 53.4668-0.244141 55.7617-0.244141C57.9102-0.244141 59.7656-1.36719 60.791-3.22266L52.6367-11.3281L37.2559-25.3906C36.4746-26.123 35.8887-26.2695 34.8633-26.2695L22.9492-26.2695C21.9238-26.2695 21.3379-26.8555 21.3379-27.9297L21.3379-42.6758L14.5508-49.4629C13.1836-47.9004 12.4512-45.5078 12.4512-42.4316L12.4512-27.9785C12.4512-21.3379 15.6738-17.9688 21.9238-17.9688Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1705.88 696)">
<path d="M73.4863 3.07617C74.8047 4.39453 76.9531 4.39453 78.2715 3.07617C79.541 1.75781 79.5898-0.390625 78.2715-1.70898L10.3027-69.5801C8.98438-70.9473 6.78711-70.9473 5.46875-69.5801C4.19922-68.3105 4.19922-66.1133 5.46875-64.8438ZM60.5469-26.5625L60.5469-64.3555C60.5469-67.3828 58.252-69.8242 55.1758-69.8242C53.0273-69.8242 51.6113-68.8965 49.2676-66.7969L33.9355-53.2715L39.2578-47.8516L51.5137-58.9355C51.6602-59.082 51.8555-59.1797 52.0508-59.1797C52.3438-59.1797 52.5391-58.9844 52.5391-58.6426L52.5391-34.5703ZM21.3379-18.5059L31.9824-18.5059C32.2266-18.5059 32.5195-18.4082 32.7148-18.2129L49.2676-3.41797C51.4648-1.46484 53.0762-0.585938 55.2246-0.585938C57.2266-0.585938 58.8867-1.5625 59.8633-3.27148L53.1738-9.96094L36.4258-25.0977C35.6934-25.8301 35.2051-25.9766 34.1797-25.9766L22.0215-25.9766C20.8496-25.9766 20.2637-26.5625 20.2637-27.7344L20.2637-42.8711L14.1602-48.9746C12.9395-47.4609 12.2559-45.2637 12.2559-42.3828L12.2559-28.0273C12.2559-21.6309 15.332-18.5059 21.3379-18.5059Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1409.93 696)">
<path d="M59.3262-26.123L59.3262-64.4531C59.3262-67.1387 57.2754-69.3848 54.4922-69.3848C52.4902-69.3848 51.2695-68.5059 48.9746-66.4551L33.0566-52.4414L37.6953-47.7539L51.5137-60.2051C51.6602-60.3516 51.8555-60.4492 52.0508-60.4492C52.3438-60.4492 52.5391-60.2539 52.5391-59.9609L52.5391-32.9102ZM72.0215 2.97852C73.3398 4.29688 75.4883 4.29688 76.7578 2.97852C78.0273 1.66016 78.0762-0.439453 76.7578-1.75781L10.1074-68.4082C8.78906-69.6777 6.5918-69.7266 5.27344-68.4082C4.00391-67.1387 4.00391-64.8926 5.27344-63.623ZM20.5078-19.1895L31.25-19.1895C31.4941-19.1895 31.7871-19.0918 32.0312-18.8965L48.9746-3.66211C51.0742-1.85547 52.5879-1.02539 54.5898-1.02539C56.2988-1.02539 57.7148-1.80664 58.6914-3.36914L53.8086-8.20312L35.4004-24.7559C34.668-25.4395 34.2773-25.5371 33.3008-25.5371L20.8496-25.5371C19.5312-25.5371 18.8965-26.1719 18.8965-27.4902L18.8965-43.1641L13.7207-48.3398C12.6465-46.9238 12.0605-44.9219 12.0605-42.2852L12.0605-28.0762C12.0605-22.0703 14.8926-19.1895 20.5078-19.1895Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1115.1 696)">
<path d="M56.8848-24.6582L56.8848-64.4043C56.8848-66.6992 55.2246-68.6035 52.832-68.6035C51.1719-68.6035 50.0488-67.7734 48.291-66.2109L30.9082-50.6836L34.5215-47.0215L50.3906-61.4746C50.5859-61.6699 50.8301-61.8164 51.0742-61.8164C51.3672-61.8164 51.6113-61.6211 51.6113-61.2305L51.6113-29.9316ZM69.0918 2.19727C70.1172 3.22266 71.8262 3.22266 72.8027 2.19727C73.8281 1.12305 73.8281-0.488281 72.8027-1.51367L8.25195-66.0645C7.22656-67.041 5.56641-67.0898 4.49219-66.0645C3.51562-65.0391 3.51562-63.3301 4.49219-62.3535ZM18.6035-20.0684L29.7363-20.0684C30.127-20.0684 30.4688-19.9219 30.7617-19.6777L48.291-4.05273C49.9023-2.58789 51.2207-1.85547 52.9297-1.85547C54.248-1.85547 55.3223-2.44141 56.1035-3.56445L52.002-7.61719L33.4961-24.1699C32.7148-24.8535 32.1777-25 31.1523-25L18.7988-25C17.2852-25 16.6016-25.6836 16.6016-27.2461L16.6016-43.0664L12.5-47.168C11.7188-46.0938 11.3281-44.5801 11.3281-42.627L11.3281-27.6367C11.3281-22.5098 13.7207-20.0684 18.6035-20.0684Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 820.827 696)">
<path d="M53.6621-22.7539L53.6621-64.4043C53.6621-66.1621 52.5391-67.5781 50.6836-67.5781C49.4141-67.5781 48.4863-66.8945 47.3145-65.8691L28.0273-48.3887L30.2734-46.1426L48.877-63.1348C49.1699-63.3789 49.4141-63.623 49.8047-63.623C50.1465-63.623 50.4395-63.4277 50.4395-62.9883L50.4395-25.9766ZM65.2832 1.12305C65.918 1.75781 66.9434 1.75781 67.5781 1.12305C68.2129 0.439453 68.2129-0.537109 67.5781-1.17188L5.81055-62.9395C5.17578-63.5254 4.15039-63.623 3.4668-62.9395C2.88086-62.3047 2.88086-61.2793 3.4668-60.6445ZM16.0645-21.2402L27.7832-21.2402C28.3203-21.2402 28.7598-21.0449 29.1016-20.7031L47.3145-4.54102C48.4375-3.56445 49.4141-2.92969 50.7324-2.92969C51.5625-2.92969 52.1973-3.22266 52.7344-3.80859L49.5605-6.78711L31.0059-23.3398C30.127-24.1211 29.4434-24.3164 28.2715-24.3164L16.1621-24.3164C14.3066-24.3164 13.623-25.0488 13.623-26.9043L13.623-42.9199L10.8887-45.6543C10.5469-44.9707 10.4004-44.1406 10.4004-43.0664L10.4004-27.0508C10.4004-23.0469 12.2559-21.2402 16.0645-21.2402Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 525.385 696)">
<path d="M52.002-21.7773L52.002-64.3555C52.002-65.8203 51.123-67.041 49.5605-67.041C48.4863-67.041 47.6562-66.4062 46.8262-65.7227L26.5625-47.2168L28.0762-45.6543L48.1445-64.0137C48.4375-64.3066 48.6816-64.5996 49.1211-64.5996C49.5117-64.5996 49.8047-64.3555 49.8047-63.8672L49.8047-23.9746ZM63.2812 0.585938C63.7207 1.02539 64.4531 1.02539 64.8926 0.585938C65.332 0.0976562 65.332-0.585938 64.8926-1.02539L4.54102-61.3281C4.15039-61.7188 3.41797-61.8164 2.92969-61.3281C2.53906-60.9375 2.53906-60.2051 2.92969-59.7656ZM14.7461-21.8262L26.7578-21.8262C27.3926-21.8262 27.832-21.6309 28.2715-21.2402L46.8262-4.78516C47.6562-4.10156 48.4863-3.4668 49.5605-3.4668C50.1465-3.4668 50.6348-3.66211 50.9766-3.90625L48.291-6.39648L29.6875-22.9492C28.8086-23.7305 28.0273-23.9746 26.8066-23.9746L14.7461-23.9746C12.7441-23.9746 12.0605-24.707 12.0605-26.709L12.0605-42.8223L10.0586-44.873C9.96094-44.4336 9.86328-43.8965 9.86328-43.3105L9.86328-26.709C9.86328-23.3887 11.4746-21.8262 14.7461-21.8262Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.speaker.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni1002A0.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from speaker</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1400.21" x2="1400.21" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1499.48" x2="1499.48" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2862.45 1556)">
<path d="M39.3066-4.19922L56.4941-4.19922C56.7871-4.19922 57.0801-4.15039 57.4219-3.80859L82.4219 18.5547C86.6699 22.3145 89.8926 24.0234 94.2383 24.0234C100.83 24.0234 105.957 18.9941 105.957 12.3535L105.957-82.6172C105.957-89.209 100.83-94.4336 94.1895-94.4336C90.0879-94.4336 86.8652-92.7734 82.4219-88.7695L57.4219-66.6016C57.0312-66.3086 56.7871-66.2109 56.4941-66.2109L39.3066-66.2109C27.5879-66.2109 21.2891-59.5703 21.2891-47.3633L21.2891-23.0469C21.2891-10.8398 27.5879-4.19922 39.3066-4.19922ZM42.4805-22.1191C41.2598-22.1191 40.5273-22.9492 40.5273-24.0723L40.5273-46.2891C40.5273-47.4609 41.2598-48.2422 42.4805-48.2422L60.6445-48.2422C62.5977-48.2422 63.9648-48.6816 65.4297-50.0488L84.9121-67.9688C85.1562-68.2129 85.498-68.3105 85.8398-68.3105C86.3281-68.3105 86.7188-67.9199 86.7188-67.334L86.7188-2.97852C86.7188-2.39258 86.3281-1.95312 85.8398-1.95312C85.498-1.95312 85.1562-2.09961 84.9121-2.34375L65.4297-20.3125C63.9648-21.6797 62.5977-22.1191 60.6445-22.1191Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2567.79 1556)">
<path d="M37.1582-5.66406L54.6387-5.66406C55.0293-5.66406 55.4199-5.56641 55.7617-5.22461L81.6895 17.9688C85.5469 21.3867 88.5254 22.998 92.4805 22.998C98.4375 22.998 102.979 18.5059 102.979 12.5488L102.979-82.7637C102.979-88.7207 98.4375-93.4082 92.4316-93.4082C88.623-93.4082 85.791-91.7969 81.6895-88.1836L55.7617-65.1367C55.3711-64.7949 55.0293-64.6484 54.6387-64.6484L37.1582-64.6484C26.3672-64.6484 20.6543-58.6426 20.6543-47.3633L20.6543-22.9492C20.6543-11.6699 26.3672-5.66406 37.1582-5.66406ZM39.6973-21.2402C38.1348-21.2402 37.3047-22.1191 37.3047-23.584L37.3047-46.7285C37.3047-48.2422 38.1348-49.1211 39.6973-49.1211L58.3008-49.1211C60.2051-49.1211 61.5234-49.5117 62.9883-50.8789L84.4238-70.5078C84.7168-70.752 85.0098-70.8984 85.4004-70.8984C85.8887-70.8984 86.2793-70.5078 86.2793-69.9219L86.2793-0.439453C86.2793 0.146484 85.8887 0.585938 85.4004 0.585938C85.0586 0.585938 84.7168 0.439453 84.4238 0.146484L62.9883-19.4824C61.5234-20.8008 60.2051-21.2402 58.3008-21.2402Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2273.35 1556)">
<path d="M34.7656-7.32422L52.5879-7.32422C53.0762-7.32422 53.5156-7.17773 53.9062-6.78711L80.9082 17.2852C84.3262 20.3613 87.0117 21.8262 90.5273 21.8262C95.7031 21.8262 99.6094 17.9199 99.6094 12.7441L99.6094-82.959C99.6094-88.1348 95.7031-92.2363 90.4785-92.2363C87.0605-92.2363 84.5215-90.7715 80.9082-87.5L53.9062-63.4766C53.5156-63.0859 53.0762-62.9883 52.5879-62.9883L34.7656-62.9883C25-62.9883 19.9219-57.666 19.9219-47.4121L19.9219-22.8516C19.9219-12.5977 25-7.32422 34.7656-7.32422ZM36.5723-20.2148C34.668-20.2148 33.7402-21.1914 33.7402-23.0469L33.7402-47.2168C33.7402-49.1211 34.668-50.0488 36.5723-50.0488L55.6641-50.0488C57.5195-50.0488 58.8379-50.4395 60.2539-51.7578L83.8379-73.291C84.1797-73.584 84.4727-73.7793 84.9121-73.7793C85.4004-73.7793 85.791-73.4375 85.791-72.8027L85.791 2.39258C85.791 3.02734 85.4004 3.41797 84.9121 3.41797C84.5703 3.41797 84.2285 3.27148 83.8867 2.92969L60.2539-18.5059C58.8379-19.8242 57.5195-20.2148 55.6641-20.2148Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1978.2 1556)">
<path d="M33.1543-8.44727L51.1719-8.44727C51.7578-8.44727 52.2461-8.30078 52.6367-7.86133L80.3711 16.8457C83.4961 19.6777 85.9375 20.9961 89.209 20.9961C93.8477 20.9961 97.3145 17.5293 97.3145 12.8906L97.3145-83.0566C97.3145-87.6953 93.8477-91.4551 89.1113-91.4551C85.9375-91.4551 83.6914-90.0391 80.3711-87.0117L52.6367-62.3535C52.1973-61.9629 51.7578-61.8164 51.1719-61.8164L33.1543-61.8164C24.0723-61.8164 19.4336-56.9824 19.4336-47.4609L19.4336-22.7539C19.4336-13.2324 24.0723-8.44727 33.1543-8.44727ZM34.375-19.5312C32.2266-19.5312 31.25-20.5566 31.25-22.6562L31.25-47.5586C31.25-49.707 32.2266-50.7324 34.375-50.7324L53.8574-50.7324C55.6641-50.7324 56.9336-51.0254 58.3984-52.3926L83.4473-75.2441C83.7891-75.5859 84.1309-75.7812 84.5703-75.7812C85.0586-75.7812 85.4492-75.4395 85.4492-74.8047L85.4492 4.39453C85.4492 4.98047 85.0586 5.37109 84.5703 5.37109C84.2285 5.37109 83.8867 5.22461 83.4961 4.83398L58.3984-17.8223C56.9336-19.1406 55.6641-19.5312 53.8574-19.5312Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1682.69 1556)">
<path d="M31.8848-9.32617L50.0977-9.32617C50.7324-9.32617 51.2207-9.13086 51.709-8.69141L79.9316 16.5039C82.8125 19.1406 85.1562 20.4102 88.1836 20.4102C92.4316 20.4102 95.5566 17.2363 95.5566 12.9883L95.5566-83.1543C95.5566-87.4023 92.4316-90.8691 88.0859-90.8691C85.1074-90.8691 83.0566-89.4531 79.9316-86.6699L51.709-61.4746C51.2207-61.084 50.7324-60.9375 50.0977-60.9375L31.8848-60.9375C23.3398-60.9375 19.043-56.4453 19.043-47.4609L19.043-22.7051C19.043-13.6719 23.3398-9.32617 31.8848-9.32617ZM32.7637-18.9941C30.4199-18.9941 29.3945-20.0684 29.3945-22.3633L29.3945-47.8027C29.3945-50.1465 30.4199-51.2207 32.7637-51.2207L52.4902-51.2207C54.248-51.2207 55.5176-51.5137 56.9824-52.8809L83.1543-76.7578C83.4961-77.0508 83.8379-77.2949 84.3262-77.2949C84.8145-77.2949 85.2051-76.9531 85.2051-76.3184L85.2051 5.85938C85.2051 6.49414 84.8145 6.88477 84.3262 6.88477C83.9355 6.88477 83.5938 6.68945 83.2031 6.29883L56.9824-17.334C55.5176-18.6035 54.248-18.9941 52.4902-18.9941Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1387.52 1556)">
<path d="M30.2734-10.4492L48.7305-10.4492C49.3652-10.4492 49.9512-10.2051 50.4395-9.76562L79.3945 16.0645C81.9824 18.4082 84.1309 19.6289 86.8652 19.6289C90.5762 19.6289 93.2617 16.8457 93.2617 13.1348L93.2617-83.3008C93.2617-87.0117 90.5762-90.0879 86.7676-90.0879C84.0332-90.0879 82.2266-88.7207 79.3945-86.2305L50.4395-60.3516C49.9512-59.9121 49.3652-59.7656 48.7305-59.7656L30.2734-59.7656C22.4121-59.7656 18.5547-55.7617 18.5547-47.4609L18.5547-22.6562C18.5547-14.3066 22.4121-10.4492 30.2734-10.4492ZM30.6152-18.3105C28.0273-18.3105 26.9531-19.4336 26.9531-22.0215L26.9531-48.1445C26.9531-50.7324 28.0273-51.8555 30.6152-51.8555L50.6836-51.8555C52.3926-51.8555 53.6621-52.1484 55.127-53.4668L82.7637-78.6621C83.1543-79.0039 83.4961-79.2969 83.9844-79.2969C84.4727-79.2969 84.8633-78.9062 84.8633-78.3203L84.8633 7.8125C84.8633 8.44727 84.4727 8.78906 83.9844 8.78906C83.6426 8.78906 83.252 8.64258 82.8125 8.20312L55.127-16.6504C53.6621-17.9688 52.3926-18.3105 50.6836-18.3105Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1093.15 1556)">
<path d="M27.832-11.5234L46.8262-11.5234C47.6562-11.5234 48.291-11.2793 48.877-10.7422L78.4668 15.625C80.5176 17.4805 82.4219 18.5547 84.7656 18.5547C88.0371 18.5547 90.1855 16.1621 90.1855 12.9883L90.1855-83.252C90.1855-86.4746 88.0371-89.1113 84.668-89.1113C82.373-89.1113 80.7129-87.8906 78.4668-85.8887L48.877-59.2285C48.291-58.6914 47.6562-58.5449 46.8262-58.5449L27.832-58.5449C20.9473-58.5449 17.627-55.0293 17.627-47.9004L17.627-22.0703C17.627-14.8926 20.9961-11.5234 27.832-11.5234ZM28.0762-17.627C25.1953-17.627 24.0723-18.7988 24.0723-21.6797L24.0723-48.291C24.0723-51.2207 25.1953-52.3926 28.0762-52.3926L48.0469-52.3926C49.8535-52.3926 51.123-52.6367 52.6367-54.0527L81.3477-80.2734C81.7871-80.6641 82.1777-81.0059 82.7148-81.0059C83.3008-81.0059 83.6914-80.6641 83.6914-79.9805L83.6914 9.375C83.6914 10.1074 83.3008 10.498 82.7637 10.498C82.373 10.498 81.9824 10.3516 81.3965 9.81445L52.6367-15.9668C51.1719-17.2852 49.8535-17.627 48.0469-17.627Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 799.537 1556)">
<path d="M24.6582-12.9883L44.3359-12.9883C45.4102-12.9883 46.0938-12.6953 46.7773-12.0605L77.2949 14.9902C78.6133 16.2598 80.127 17.1875 81.9824 17.1875C84.6191 17.1875 86.084 15.2344 86.084 12.7441L86.084-83.2031C86.084-85.7422 84.6191-87.793 81.9336-87.793C80.127-87.793 78.7109-86.7188 77.2949-85.498L46.7773-57.7148C46.0938-57.0801 45.4102-56.9336 44.3359-56.9336L24.6582-56.9336C18.9941-56.9336 16.4062-54.1016 16.4062-48.4863L16.4062-21.3379C16.4062-15.625 19.0918-12.9883 24.6582-12.9883ZM24.707-16.748C21.4355-16.748 20.3125-17.9688 20.3125-21.2402L20.3125-48.5352C20.3125-51.9043 21.4355-53.0762 24.707-53.0762L44.5312-53.0762C46.4844-53.0762 47.7539-53.3203 49.3164-54.7852L79.4922-82.373C80.0293-82.8613 80.4199-83.3008 81.1035-83.3008C81.7383-83.3008 82.1777-82.9102 82.1777-82.1289L82.1777 11.4746C82.1777 12.3047 81.7383 12.6953 81.1523 12.6953C80.7129 12.6953 80.3223 12.5488 79.541 11.8652L49.3164-15.0879C47.8516-16.3574 46.4844-16.748 44.5312-16.748Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 504.438 1556)">
<path d="M22.998-13.7695L43.0664-13.7695C44.2383-13.7695 44.9707-13.4277 45.752-12.7441L76.6602 14.6973C77.5879 15.6738 78.9551 16.5039 80.5176 16.5039C82.8613 16.5039 83.9844 14.7461 83.9844 12.5977L83.9844-83.2031C83.9844-85.3516 82.8613-87.1582 80.5664-87.1582C79.0039-87.1582 77.6855-86.1328 76.6602-85.2539L45.752-56.9336C44.9707-56.25 44.2383-56.1035 43.0664-56.1035L22.998-56.1035C18.0176-56.1035 15.7715-53.6133 15.7715-48.7793L15.7715-20.9473C15.7715-15.9668 18.1152-13.7695 22.998-13.7695ZM22.9492-16.3086C19.4824-16.3086 18.3594-17.5293 18.3594-20.9961L18.3594-48.6816C18.3594-52.2461 19.4824-53.4668 22.9492-53.4668L42.7246-53.4668C44.7754-53.4668 46.0449-53.7109 47.6074-55.1758L78.5156-83.4961C79.1016-83.9844 79.4922-84.4727 80.2734-84.4727C80.9082-84.4727 81.3965-84.082 81.3965-83.252L81.3965 12.5488C81.3965 13.4277 80.9082 13.8672 80.3223 13.8672C79.834 13.8672 79.4434 13.6719 78.6133 12.9395L47.6074-14.5996C46.1426-15.918 44.7754-16.3086 42.7246-16.3086Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2876.93 1126)">
<path d="M32.0312-9.76562L45.2637-9.76562C45.4102-9.76562 45.6055-9.76562 45.8496-9.52148L64.3555 6.98242C67.8711 10.1074 70.5566 11.5723 74.2676 11.5723C80.0781 11.5723 84.5215 7.08008 84.5215 1.31836L84.5215-71.6797C84.5215-77.4902 80.0781-81.9336 74.2676-81.9336C70.8008-81.9336 67.9688-80.6152 64.3555-77.3926L45.8496-60.9375C45.5566-60.6934 45.4102-60.5957 45.2637-60.5957L32.0312-60.5957C22.2656-60.5957 16.8457-54.8828 16.8457-44.8242L16.8457-25.5859C16.8457-15.4785 22.2656-9.76562 32.0312-9.76562ZM35.3516-25.9277C34.668-25.9277 34.1797-26.4648 34.1797-27.0508L34.1797-43.3105C34.1797-43.9453 34.668-44.4824 35.3516-44.4824L48.7793-44.4824C50.3906-44.4824 51.5137-44.873 52.6367-45.8984L65.7227-58.0566C65.918-58.252 66.1621-58.3008 66.4551-58.3008C66.8945-58.3008 67.1875-58.0078 67.1875-57.4707L67.1875-12.8418C67.1875-12.3535 66.8945-11.9629 66.4551-11.9629C66.1621-11.9629 65.918-12.1094 65.7227-12.3047L52.6367-24.4629C51.5137-25.5371 50.3906-25.9277 48.7793-25.9277Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2581.83 1126)">
<path d="M30.3223-11.084L43.75-11.084C43.9941-11.084 44.1895-11.084 44.4824-10.791L63.8184 6.44531C67.041 9.32617 69.5312 10.6934 72.9004 10.6934C78.0762 10.6934 82.0312 6.73828 82.0312 1.5625L82.0312-71.875C82.0312-77.0508 78.0762-81.1035 72.9004-81.1035C69.7266-81.1035 67.1875-79.834 63.8184-76.8066L44.4824-59.6191C44.1406-59.375 43.9941-59.2773 43.75-59.2773L30.3223-59.2773C21.2891-59.2773 16.4062-54.1016 16.4062-44.7266L16.4062-25.6348C16.4062-16.2598 21.2891-11.084 30.3223-11.084ZM32.959-25.0977C32.0312-25.0977 31.4453-25.7324 31.4453-26.6113L31.4453-43.75C31.4453-44.6289 32.0312-45.2637 32.959-45.2637L46.875-45.2637C48.4375-45.2637 49.5117-45.6055 50.6348-46.6797L65.5762-60.4004C65.7715-60.5957 66.0156-60.6934 66.2598-60.6934C66.6992-60.6934 66.9922-60.3516 66.9922-59.9121L66.9922-10.4492C66.9922-9.96094 66.6992-9.61914 66.2598-9.61914C66.0156-9.61914 65.7715-9.76562 65.5762-9.96094L50.6348-23.7305C49.5117-24.7559 48.4375-25.0977 46.875-25.0977Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2286.93 1126)">
<path d="M28.418-12.5977L42.041-12.5977C42.334-12.5977 42.627-12.5 42.9199-12.207L63.1836 5.85938C66.1133 8.49609 68.3594 9.7168 71.3867 9.7168C75.8789 9.7168 79.2969 6.29883 79.2969 1.85547L79.2969-72.1191C79.2969-76.5625 75.8789-80.127 71.3379-80.127C68.457-80.127 66.3086-78.9062 63.1836-76.1719L42.9199-58.1543C42.627-57.8613 42.334-57.7637 42.041-57.7637L28.418-57.7637C20.2148-57.7637 15.8691-53.2227 15.8691-44.6289L15.8691-25.6836C15.8691-17.0898 20.2148-12.5977 28.418-12.5977ZM30.2734-24.2188C29.0039-24.2188 28.3691-24.9023 28.3691-26.123L28.3691-44.2383C28.3691-45.459 29.0039-46.1426 30.2734-46.1426L44.7754-46.1426C46.2402-46.1426 47.2656-46.4355 48.3887-47.5098L65.332-62.9883C65.5762-63.2324 65.8203-63.3301 66.1133-63.3301C66.5039-63.3301 66.7969-63.0371 66.7969-62.5977L66.7969-7.8125C66.7969-7.32422 66.5039-7.03125 66.1133-7.03125C65.8691-7.03125 65.5762-7.12891 65.3809-7.37305L48.3887-22.8516C47.2656-23.877 46.2402-24.2188 44.7754-24.2188Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1991.46 1126)">
<path d="M27.1484-13.623L40.8691-13.623C41.2109-13.623 41.5527-13.4766 41.8457-13.2324L62.793 5.46875C65.4785 7.91016 67.5781 9.0332 70.3613 9.0332C74.3164 9.0332 77.3438 6.05469 77.3438 2.05078L77.3438-72.2656C77.3438-76.2695 74.3164-79.4434 70.2637-79.4434C67.5781-79.4434 65.6738-78.2715 62.793-75.6836L41.8457-57.1289C41.5527-56.8359 41.2109-56.7383 40.8691-56.7383L27.1484-56.7383C19.4824-56.7383 15.5273-52.6367 15.5273-44.5801L15.5273-25.7324C15.5273-17.6758 19.4824-13.623 27.1484-13.623ZM28.418-23.584C26.9531-23.584 26.2207-24.3164 26.2207-25.7812L26.2207-44.5312C26.2207-45.9961 26.9531-46.7285 28.418-46.7285L43.3105-46.7285C44.7266-46.7285 45.7031-47.0215 46.875-48.0469L65.1855-64.7949C65.4297-65.0391 65.6738-65.1855 65.9668-65.1855C66.3574-65.1855 66.6504-64.8926 66.6504-64.4531L66.6504-5.95703C66.6504-5.51758 66.3574-5.22461 66.0156-5.22461C65.7227-5.22461 65.4785-5.32227 65.2344-5.56641L46.875-22.2656C45.752-23.291 44.7266-23.584 43.3105-23.584Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1695.7 1126)">
<path d="M26.123-14.3555L39.9902-14.3555C40.3809-14.3555 40.7227-14.2578 41.0645-13.9648L62.4512 5.17578C64.9902 7.4707 66.9434 8.54492 69.5312 8.54492C73.1934 8.54492 75.9277 5.81055 75.9277 2.19727L75.9277-72.3633C75.9277-76.0254 73.1934-78.9551 69.4824-78.9551C66.9434-78.9551 65.1855-77.832 62.4512-75.3418L41.0645-56.3477C40.7227-56.0547 40.3809-55.957 39.9902-55.957L26.123-55.957C18.9453-55.957 15.2344-52.1484 15.2344-44.5312L15.2344-25.7812C15.2344-18.1152 18.9453-14.3555 26.123-14.3555ZM27.002-23.0957C25.3906-23.0957 24.6094-23.877 24.6094-25.4883L24.6094-44.7754C24.6094-46.4355 25.3906-47.2168 27.002-47.2168L42.2363-47.2168C43.5547-47.2168 44.5312-47.4609 45.7031-48.4863L65.0879-66.2109C65.332-66.4062 65.5762-66.5527 65.918-66.5527C66.2598-66.5527 66.5527-66.3086 66.5527-65.8691L66.5527-4.58984C66.5527-4.10156 66.2598-3.85742 65.918-3.85742C65.625-3.85742 65.3809-3.95508 65.1367-4.19922L45.7031-21.8262C44.5801-22.8516 43.5547-23.0957 42.2363-23.0957Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1400.21 1126)">
<path d="M24.8535-15.3809L38.8184-15.3809C39.2578-15.3809 39.6484-15.2344 39.9902-14.9414L62.0117 4.78516C64.3555 6.88477 66.1621 7.86133 68.5059 7.86133C71.6797 7.86133 74.0234 5.56641 74.0234 2.39258L74.0234-72.5098C74.0234-75.6836 71.6797-78.2715 68.4082-78.2715C66.0645-78.2715 64.5996-77.1973 62.0117-74.9023L39.9902-55.3711C39.6484-55.0781 39.2578-54.9316 38.8184-54.9316L24.8535-54.9316C18.2129-54.9316 14.8926-51.5625 14.8926-44.4824L14.8926-25.7812C14.8926-18.7012 18.2129-15.3809 24.8535-15.3809ZM25.1953-22.5098C23.3398-22.5098 22.5098-23.3398 22.5098-25.1465L22.5098-45.1172C22.5098-46.9727 23.3398-47.8027 25.1953-47.8027L40.8203-47.8027C42.0898-47.8027 43.0176-48.0469 44.1406-49.0723L64.9414-67.9688C65.1855-68.2129 65.4785-68.3594 65.7715-68.3594C66.1133-68.3594 66.4062-68.1152 66.4062-67.6758L66.4062-2.7832C66.4062-2.34375 66.1133-2.05078 65.7715-2.05078C65.5273-2.05078 65.2344-2.19727 64.9902-2.44141L44.1406-21.2402C43.0176-22.2168 42.0898-22.5098 40.8203-22.5098Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1105.6 1126)">
<path d="M22.6562-16.3574L37.1094-16.3574C37.6953-16.3574 38.1836-16.2109 38.5742-15.8203L61.2305 4.39453C63.0859 6.05469 64.6484 6.93359 66.6016 6.93359C69.3359 6.93359 71.2402 4.93164 71.2402 2.19727L71.2402-72.4609C71.2402-75.1953 69.3359-77.4414 66.5527-77.4414C64.5508-77.4414 63.2324-76.416 61.2305-74.6582L38.5742-54.3457C38.1836-53.9551 37.6953-53.8574 37.1094-53.8574L22.6562-53.8574C16.8945-53.8574 14.0625-50.9277 14.0625-44.873L14.0625-25.293C14.0625-19.1895 16.8945-16.3574 22.6562-16.3574ZM22.9004-21.875C20.8008-21.875 19.9707-22.7539 19.9707-24.8535L19.9707-45.2637C19.9707-47.4121 20.8008-48.291 22.9004-48.291L38.4277-48.291C39.7949-48.291 40.7715-48.4863 41.8945-49.5605L63.6719-69.4336C64.0137-69.6777 64.2578-69.9219 64.6484-69.9219C65.0879-69.9219 65.3809-69.6777 65.3809-69.1406L65.3809-1.36719C65.3809-0.830078 65.0879-0.537109 64.6973-0.537109C64.4043-0.537109 64.1113-0.683594 63.7207-1.02539L41.8945-20.6055C40.7715-21.6309 39.7949-21.875 38.4277-21.875Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 811.671 1126)">
<path d="M19.7754-17.6758L34.9121-17.6758C35.6934-17.6758 36.1816-17.4805 36.7188-16.9922L60.1562 3.80859C61.3281 4.93164 62.5977 5.71289 64.1113 5.71289C66.3086 5.71289 67.5781 4.10156 67.5781 2.00195L67.5781-72.4121C67.5781-74.5117 66.3086-76.2695 64.1113-76.2695C62.5977-76.2695 61.4258-75.3906 60.1562-74.2676L36.7188-52.9785C36.1816-52.5391 35.6934-52.3926 34.9121-52.3926L19.7754-52.3926C15.1367-52.3926 12.9883-50.0488 12.9883-45.3613L12.9883-24.6094C12.9883-19.873 15.1855-17.6758 19.7754-17.6758ZM19.873-21.0938C17.4316-21.0938 16.5527-22.0215 16.5527-24.4629L16.5527-45.5078C16.5527-47.998 17.4316-48.9258 19.873-48.9258L35.2539-48.9258C36.7676-48.9258 37.7441-49.1211 38.916-50.2441L62.0117-71.3379C62.4023-71.6797 62.6953-72.0215 63.1836-72.0215C63.6719-72.0215 64.0137-71.6797 64.0137-71.0938L64.0137 0.488281C64.0137 1.12305 63.6719 1.46484 63.2324 1.46484C62.8906 1.46484 62.5977 1.31836 62.0605 0.830078L38.916-19.8242C37.793-20.8008 36.7676-21.0938 35.2539-21.0938Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 516.376 1126)">
<path d="M18.3105-18.3594L33.7402-18.3594C34.6191-18.3594 35.2051-18.1152 35.7422-17.627L59.6191 3.56445C60.4492 4.39453 61.5723 5.07812 62.8418 5.07812C64.7461 5.07812 65.7227 3.66211 65.7227 1.85547L65.7227-72.4121C65.7227-74.1699 64.7461-75.6836 62.8418-75.6836C61.5723-75.6836 60.498-74.8535 59.6191-74.0723L35.7422-52.2949C35.2051-51.7578 34.6191-51.6602 33.7402-51.6602L18.3105-51.6602C14.2578-51.6602 12.4023-49.6094 12.4023-45.6055L12.4023-24.2676C12.4023-20.2148 14.3066-18.3594 18.3105-18.3594ZM18.3105-20.7031C15.6738-20.7031 14.7949-21.6309 14.7949-24.2676L14.7949-45.6055C14.7949-48.291 15.6738-49.2676 18.3105-49.2676L33.6426-49.2676C35.2051-49.2676 36.2305-49.4141 37.4023-50.5371L61.1328-72.3145C61.5723-72.6562 61.8652-73.0469 62.4512-73.0469C62.9395-73.0469 63.3301-72.7539 63.3301-72.1191L63.3301 1.46484C63.3301 2.14844 62.9395 2.49023 62.5 2.49023C62.1582 2.49023 61.8164 2.34375 61.1816 1.75781L37.4023-19.3848C36.2793-20.4102 35.2051-20.7031 33.6426-20.7031Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2889.26 696)">
<path d="M25-15.3809L35.3516-15.3809C35.498-15.3809 35.6445-15.3809 35.8398-15.1855L50.3906-2.19727C53.125 0.244141 55.2246 1.36719 58.1055 1.36719C62.5977 1.36719 66.0645-2.09961 66.0645-6.5918L66.0645-63.8184C66.0645-68.3105 62.5977-71.7773 58.1055-71.7773C55.4199-71.7773 53.2227-70.752 50.3906-68.2129L35.8398-55.2734C35.5957-55.0781 35.498-55.0293 35.3516-55.0293L25-55.0293C17.3828-55.0293 13.1836-50.5859 13.1836-42.7246L13.1836-27.6855C13.1836-19.8242 17.3828-15.3809 25-15.3809ZM27.5391-27.8809C27.002-27.8809 26.6113-28.3203 26.6113-28.8086L26.6113-41.6016C26.6113-42.0898 27.002-42.5293 27.5391-42.5293L38.0859-42.5293C39.3555-42.5293 40.2344-42.8223 41.1133-43.6523L51.5137-53.2715C51.6602-53.418 51.8555-53.4668 52.0508-53.4668C52.3926-53.4668 52.6367-53.2227 52.6367-52.832L52.6367-17.5293C52.6367-17.1387 52.3926-16.8457 52.0508-16.8457C51.8555-16.8457 51.6602-16.9434 51.5137-17.0898L41.1133-26.7578C40.2344-27.5879 39.3555-27.8809 38.0859-27.8809Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2593.55 696)">
<path d="M23.9258-16.2598L34.375-16.2598C34.5703-16.2598 34.7168-16.2598 34.9121-16.0645L50.0488-2.53906C52.6367-0.244141 54.5898 0.78125 57.2754 0.78125C61.3281 0.78125 64.4531-2.29492 64.4531-6.39648L64.4531-63.9648C64.4531-68.0176 61.3281-71.1914 57.2754-71.1914C54.7363-71.1914 52.7344-70.2148 50.0488-67.8223L34.9121-54.3945C34.7168-54.1992 34.5703-54.1016 34.375-54.1016L23.9258-54.1016C16.7969-54.1016 12.9395-50.0488 12.9395-42.627L12.9395-27.7832C12.9395-20.3613 16.7969-16.2598 23.9258-16.2598ZM25.9766-27.3438C25.2441-27.3438 24.8047-27.832 24.8047-28.5156L24.8047-41.8945C24.8047-42.5781 25.2441-43.0664 25.9766-43.0664L36.9141-43.0664C38.0859-43.0664 38.9648-43.3594 39.8438-44.1895L51.5137-54.8828C51.6602-55.0293 51.8555-55.127 52.0508-55.127C52.3926-55.127 52.5879-54.8828 52.5879-54.4922L52.5879-15.8691C52.5879-15.4785 52.3926-15.2344 52.0508-15.2344C51.8555-15.2344 51.6602-15.332 51.5137-15.4785L39.8438-26.2207C38.9648-27.0508 38.0859-27.3438 36.9141-27.3438Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2297.96 696)">
<path d="M22.7539-17.2852L33.3008-17.2852C33.4961-17.2852 33.7402-17.2363 33.9355-17.041L49.707-2.92969C52.0996-0.78125 53.9062 0.195312 56.3477 0.195312C59.9121 0.195312 62.6953-2.53906 62.6953-6.15234L62.6953-64.1113C62.6953-67.7246 59.9121-70.6055 56.2988-70.6055C53.9551-70.6055 52.2461-69.6289 49.707-67.334L33.9355-53.3691C33.6914-53.1738 33.4961-53.125 33.3008-53.125L22.7539-53.125C16.1133-53.125 12.6465-49.4629 12.6465-42.5293L12.6465-27.8809C12.6465-20.9473 16.1133-17.2852 22.7539-17.2852ZM24.1699-26.709C23.2422-26.709 22.7539-27.2461 22.7539-28.1738L22.7539-42.2363C22.7539-43.1641 23.2422-43.7012 24.1699-43.7012L35.5957-43.7012C36.7188-43.7012 37.5-43.9453 38.3789-44.7266L51.5137-56.7383C51.6602-56.8848 51.8555-56.9336 52.0508-56.9336C52.3438-56.9336 52.5879-56.7383 52.5879-56.3965L52.5879-14.0137C52.5879-13.6719 52.3438-13.4277 52.0508-13.4277C51.8555-13.4277 51.6602-13.5254 51.5137-13.6719L38.3789-25.6836C37.5-26.4648 36.7188-26.709 35.5957-26.709Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 2002.01 696)">
<path d="M21.9238-17.9688L32.5195-17.9688C32.7637-17.9688 33.0078-17.9199 33.2031-17.7246L49.4629-3.22266C51.709-1.17188 53.418-0.244141 55.7129-0.244141C58.9355-0.244141 61.4746-2.68555 61.4746-5.95703L61.4746-64.2578C61.4746-67.5293 58.9355-70.166 55.6641-70.166C53.418-70.166 51.9043-69.1895 49.4629-67.041L33.2031-52.6855C33.0078-52.4902 32.7637-52.3926 32.5195-52.3926L21.9238-52.3926C15.6738-52.3926 12.4512-49.0723 12.4512-42.4316L12.4512-27.9785C12.4512-21.3379 15.6738-17.9688 21.9238-17.9688ZM22.9492-26.2695C21.9238-26.2695 21.3379-26.8555 21.3379-27.9297L21.3379-42.4805C21.3379-43.5547 21.9238-44.0918 22.9492-44.0918L34.7168-44.0918C35.7422-44.0918 36.5234-44.3359 37.4023-45.1172L51.5137-58.0078C51.6602-58.1543 51.8555-58.2031 52.0508-58.2031C52.3438-58.2031 52.5391-58.0078 52.5391-57.666L52.5391-12.6953C52.5391-12.4023 52.3438-12.1582 52.0508-12.1582C51.8555-12.1582 51.6602-12.2559 51.5137-12.4023L37.4023-25.2441C36.5234-26.0742 35.7422-26.2695 34.7168-26.2695Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1705.88 696)">
<path d="M21.3379-18.5059L31.9824-18.5059C32.2266-18.5059 32.4707-18.4082 32.7148-18.2129L49.2676-3.41797C51.416-1.46484 53.0762-0.585938 55.2246-0.585938C58.2031-0.585938 60.5469-2.83203 60.5469-5.85938L60.5469-64.3555C60.5469-67.3828 58.2031-69.8242 55.127-69.8242C53.0273-69.8242 51.6113-68.8965 49.2676-66.7969L32.7148-52.1973C32.4707-51.9531 32.2266-51.9043 31.9824-51.9043L21.3379-51.9043C15.332-51.9043 12.2559-48.7305 12.2559-42.3828L12.2559-28.0273C12.2559-21.6309 15.332-18.5059 21.3379-18.5059ZM22.0215-25.9766C20.8496-25.9766 20.2637-26.5625 20.2637-27.7344L20.2637-42.6758C20.2637-43.8477 20.8496-44.4336 22.0215-44.4336L34.0332-44.4336C35.0098-44.4336 35.791-44.6289 36.6699-45.459L51.5137-58.9355C51.6602-59.082 51.8555-59.1797 52.0508-59.1797C52.3438-59.1797 52.5391-58.9844 52.5391-58.6426L52.5391-11.7676C52.5391-11.4258 52.3438-11.2305 52.0508-11.2305C51.8555-11.2305 51.6602-11.3281 51.5137-11.4746L36.6699-24.9512C35.791-25.7324 35.0098-25.9766 34.0332-25.9766Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1409.93 696)">
<path d="M20.5078-19.1895L31.25-19.1895C31.4941-19.1895 31.7871-19.0918 32.0312-18.8965L48.9746-3.66211C51.0742-1.85547 52.5879-1.02539 54.5898-1.02539C57.2754-1.02539 59.3262-2.97852 59.3262-5.71289L59.3262-64.4531C59.3262-67.1387 57.2754-69.3848 54.4922-69.3848C52.4902-69.3848 51.2695-68.5059 48.9746-66.4551L32.0312-51.5137C31.7871-51.3184 31.4941-51.2207 31.25-51.2207L20.5078-51.2207C14.8926-51.2207 12.0605-48.3398 12.0605-42.2852L12.0605-28.0762C12.0605-22.0703 14.8926-19.1895 20.5078-19.1895ZM20.8496-25.5371C19.5312-25.5371 18.8965-26.1719 18.8965-27.4902L18.8965-42.9199C18.8965-44.1895 19.5312-44.873 20.8496-44.873L33.1055-44.873C34.082-44.873 34.8145-45.0195 35.6934-45.8496L51.5137-60.2051C51.6602-60.3516 51.8555-60.4492 52.0508-60.4492C52.3438-60.4492 52.5391-60.2539 52.5391-59.9609L52.5391-10.498C52.5391-10.1562 52.3438-9.96094 52.0996-9.96094C51.8555-9.96094 51.6602-10.0586 51.5137-10.2539L35.6934-24.5605C34.8145-25.3418 34.082-25.5371 33.1055-25.5371Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1115.1 696)">
<path d="M18.6035-20.0684L29.7363-20.0684C30.127-20.0684 30.4688-19.9219 30.7617-19.6777L48.291-4.05273C49.9023-2.58789 51.2207-1.85547 52.9297-1.85547C55.2246-1.85547 56.8848-3.51562 56.8848-5.85938L56.8848-64.4043C56.8848-66.6992 55.2246-68.6035 52.832-68.6035C51.1719-68.6035 50.0488-67.7734 48.291-66.2109L30.7617-50.5859C30.4688-50.3418 30.127-50.2441 29.7363-50.2441L18.6035-50.2441C13.7207-50.2441 11.3281-47.7539 11.3281-42.627L11.3281-27.6367C11.3281-22.5098 13.7207-20.0684 18.6035-20.0684ZM18.7988-25C17.2852-25 16.6016-25.6836 16.6016-27.2461L16.6016-43.0664C16.6016-44.6289 17.2852-45.2637 18.7988-45.2637L31.0059-45.2637C32.0312-45.2637 32.8125-45.459 33.6914-46.2891L50.3906-61.4746C50.5859-61.6699 50.8301-61.8164 51.0742-61.8164C51.3672-61.8164 51.6113-61.6211 51.6113-61.2305L51.6113-9.22852C51.6113-8.83789 51.3672-8.64258 51.123-8.64258C50.8789-8.64258 50.6836-8.74023 50.3906-8.98438L33.6914-24.0234C32.8125-24.8047 32.0312-25 31.0059-25Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 820.827 696)">
<path d="M16.0645-21.2402L27.7832-21.2402C28.3203-21.2402 28.7598-21.0449 29.1016-20.7031L47.3145-4.54102C48.3887-3.51562 49.4141-2.92969 50.7324-2.92969C52.5391-2.92969 53.6621-4.24805 53.6621-6.00586L53.6621-64.4043C53.6621-66.1621 52.5391-67.5781 50.6836-67.5781C49.4141-67.5781 48.4863-66.8945 47.3145-65.8691L29.1016-49.4141C28.7598-49.0723 28.3203-48.9746 27.7832-48.9746L16.0645-48.9746C12.207-48.9746 10.4004-47.0215 10.4004-43.0664L10.4004-27.0508C10.4004-23.0469 12.2559-21.2402 16.0645-21.2402ZM16.1621-24.3164C14.3066-24.3164 13.623-25.0488 13.623-26.9043L13.623-43.2129C13.623-45.1172 14.3066-45.8496 16.1621-45.8496L28.2227-45.8496C29.3945-45.8496 30.127-45.9961 31.0547-46.8262L48.877-63.1348C49.1699-63.3789 49.4141-63.623 49.8047-63.623C50.1465-63.623 50.4395-63.4277 50.4395-62.9883L50.4395-7.56836C50.4395-7.12891 50.1465-6.88477 49.8535-6.88477C49.5605-6.88477 49.3164-6.98242 48.9258-7.32422L31.0547-23.291C30.1758-24.0723 29.3945-24.3164 28.2227-24.3164Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 525.385 696)">
<path d="M14.7461-21.8262L26.7578-21.8262C27.3926-21.8262 27.832-21.6309 28.2715-21.2402L46.8262-4.78516C47.6074-4.05273 48.4863-3.4668 49.5605-3.4668C51.123-3.4668 52.002-4.63867 52.002-6.15234L52.002-64.3555C52.002-65.8203 51.123-67.041 49.5605-67.041C48.4863-67.041 47.6562-66.4062 46.8262-65.7227L28.2715-48.7793C27.832-48.3887 27.3926-48.291 26.7578-48.291L14.7461-48.291C11.4258-48.291 9.86328-46.6309 9.86328-43.3105L9.86328-26.709C9.86328-23.3887 11.4746-21.8262 14.7461-21.8262ZM14.7461-23.9746C12.7441-23.9746 12.0605-24.707 12.0605-26.709L12.0605-43.3594C12.0605-45.4102 12.7441-46.1426 14.7461-46.1426L26.8066-46.1426C27.9785-46.1426 28.7598-46.2891 29.6875-47.168L48.1445-64.0137C48.4375-64.3066 48.6816-64.5996 49.1211-64.5996C49.5117-64.5996 49.8047-64.3555 49.8047-63.8672L49.8047-6.73828C49.8047-6.20117 49.5117-5.95703 49.1699-5.95703C48.877-5.95703 48.6328-6.05469 48.1934-6.49414L29.6875-22.9492C28.8086-23.7305 27.9785-23.9746 26.8066-23.9746Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.speaker.wave.1.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni1002A4.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from speaker.wave.1</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1391.54" x2="1391.54" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1508.15" x2="1508.15" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2848.05 1556)">
<path d="M39.3066-4.19922L56.4941-4.19922C56.7871-4.19922 57.0801-4.15039 57.4219-3.80859L82.4219 18.5547C86.6699 22.3145 89.8926 24.0234 94.2383 24.0234C100.879 24.0234 105.957 18.9941 105.957 12.3535L105.957-82.6172C105.957-89.209 100.879-94.4336 94.1895-94.4336C90.0879-94.4336 86.8652-92.7734 82.4219-88.7695L57.4219-66.6016C57.0312-66.3086 56.7871-66.2109 56.4941-66.2109L39.3066-66.2109C27.5879-66.2109 21.2891-59.5703 21.2891-47.3633L21.2891-23.0469C21.2891-10.8398 27.5879-4.19922 39.3066-4.19922ZM127.539-3.4668C132.031-0.732422 137.451-1.80664 140.234-5.66406C146.045-13.8184 149.414-24.2676 149.414-35.2539C149.414-46.2402 146.045-56.6406 140.234-64.8438C137.451-68.7012 132.031-69.7754 127.539-67.041C122.705-64.1113 121.533-58.3496 125.586-51.5625C128.369-47.0215 129.98-41.1621 129.98-35.2539C129.98-29.2969 128.369-23.4863 125.586-18.8965C121.582-12.1094 122.705-6.39648 127.539-3.4668ZM42.5293-22.1191C41.3086-22.1191 40.5273-22.9492 40.5273-24.0723L40.5273-46.2891C40.5273-47.4609 41.3086-48.2422 42.5293-48.2422L60.6934-48.2422C62.5977-48.2422 64.0137-48.6816 65.4297-50.0488L84.9609-67.9688C85.2051-68.2129 85.498-68.3105 85.8398-68.3105C86.3281-68.3105 86.7188-67.9199 86.7188-67.334L86.7188-2.97852C86.7188-2.39258 86.3281-1.95312 85.8398-1.95312C85.498-1.95312 85.2051-2.09961 84.9609-2.34375L65.4297-20.3125C64.0137-21.6797 62.5977-22.1191 60.6934-22.1191Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2554.05 1556)">
<path d="M37.207-5.66406L54.6387-5.66406C55.0293-5.66406 55.4199-5.56641 55.7617-5.22461L81.7383 17.9688C85.5469 21.3867 88.5254 22.998 92.4805 22.998C98.4375 22.998 102.93 18.5059 102.93 12.5488L102.93-82.7637C102.93-88.7207 98.4375-93.4082 92.4316-93.4082C88.6719-93.4082 85.791-91.7969 81.7383-88.1836L55.7617-65.1367C55.3711-64.7949 55.0293-64.6484 54.6387-64.6484L37.207-64.6484C26.3672-64.6484 20.6543-58.6426 20.6543-47.3633L20.6543-22.9492C20.6543-11.6699 26.3672-5.66406 37.207-5.66406ZM39.6973-21.2402C38.1836-21.2402 37.3535-22.1191 37.3535-23.584L37.3535-46.7285C37.3535-48.2422 38.1836-49.1211 39.6973-49.1211L58.3008-49.1211C60.2051-49.1211 61.5723-49.5117 62.9883-50.8789L84.4238-70.5078C84.7168-70.752 85.0586-70.8984 85.4004-70.8984C85.8887-70.8984 86.2793-70.5078 86.2793-69.9219L86.2793-0.439453C86.2793 0.146484 85.8887 0.585938 85.4004 0.585938C85.0586 0.585938 84.7168 0.439453 84.4238 0.146484L62.9883-19.4824C61.5723-20.8008 60.2051-21.2402 58.3008-21.2402ZM124.707-4.6875C128.564-2.29492 133.35-3.22266 135.791-6.64062C141.357-14.3555 144.678-24.5117 144.678-35.2539C144.678-45.9473 141.357-56.1035 135.791-63.8672C133.35-67.2852 128.564-68.2129 124.707-65.7715C120.508-63.2324 119.531-58.2031 122.998-52.4902C126.123-47.7051 127.832-41.6016 127.832-35.2539C127.832-28.8574 126.074-22.8027 122.998-18.0176C119.58-12.2559 120.508-7.27539 124.707-4.6875Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2260.36 1556)">
<path d="M34.8145-7.32422L52.5879-7.32422C53.0762-7.32422 53.5156-7.17773 53.9062-6.78711L80.9082 17.2852C84.2773 20.3613 87.0117 21.8262 90.5273 21.8262C95.7031 21.8262 99.5605 17.9199 99.5605 12.7441L99.5605-82.959C99.5605-88.1348 95.7031-92.2363 90.4297-92.2363C87.0605-92.2363 84.5703-90.7715 80.9082-87.5L53.9062-63.4766C53.5156-63.0859 53.0762-62.9883 52.5879-62.9883L34.8145-62.9883C25-62.9883 19.9219-57.666 19.9219-47.4121L19.9219-22.8516C19.9219-12.5977 25-7.32422 34.8145-7.32422ZM36.5723-20.2148C34.668-20.2148 33.7402-21.1914 33.7402-23.0469L33.7402-47.2168C33.7402-49.1211 34.668-50.0488 36.5723-50.0488L55.6641-50.0488C57.5195-50.0488 58.8379-50.4395 60.3027-51.7578L83.8379-73.291C84.1797-73.584 84.5215-73.7793 84.9121-73.7793C85.4004-73.7793 85.791-73.4375 85.791-72.8027L85.791 2.39258C85.791 3.02734 85.4004 3.41797 84.9121 3.41797C84.5703 3.41797 84.2285 3.27148 83.8867 2.92969L60.3027-18.5059C58.8379-19.8242 57.5195-20.2148 55.6641-20.2148ZM121.533-6.00586C124.707-4.00391 128.711-4.78516 130.811-7.76367C136.133-14.9902 139.307-24.8047 139.307-35.2539C139.307-45.6543 136.133-55.4688 130.811-62.7441C128.711-65.6738 124.707-66.4551 121.533-64.4043C118.066-62.207 117.285-58.0078 120.117-53.5156C123.535-48.4863 125.391-42.0898 125.391-35.2539C125.391-28.3691 123.535-22.0215 120.117-16.9434C117.334-12.4023 118.066-8.25195 121.533-6.00586Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1965.73 1556)">
<path d="M33.1543-8.44727L51.1719-8.44727C51.7578-8.44727 52.2461-8.30078 52.6367-7.86133L80.3711 16.8457C83.4473 19.6777 85.9863 20.9961 89.1602 20.9961C93.8477 20.9961 97.2656 17.5293 97.2656 12.8906L97.2656-83.0566C97.2656-87.6953 93.8477-91.4551 89.1113-91.4551C85.9375-91.4551 83.6914-90.0391 80.3711-87.0117L52.6367-62.3535C52.1973-61.9629 51.7578-61.8164 51.1719-61.8164L33.1543-61.8164C24.0723-61.8164 19.4336-56.9824 19.4336-47.4609L19.4336-22.7539C19.4336-13.2324 24.0723-8.44727 33.1543-8.44727ZM34.4238-19.5312C32.2754-19.5312 31.2988-20.5566 31.2988-22.6562L31.2988-47.5586C31.2988-49.707 32.2754-50.7324 34.4238-50.7324L53.8574-50.7324C55.6641-50.7324 56.9336-51.0254 58.3984-52.3926L83.4473-75.2441C83.7891-75.5859 84.1309-75.7812 84.5703-75.7812C85.0586-75.7812 85.4492-75.4395 85.4492-74.8047L85.4492 4.39453C85.4492 4.98047 85.0586 5.37109 84.5703 5.37109C84.2285 5.37109 83.8867 5.22461 83.4961 4.83398L58.3984-17.8223C56.9824-19.1406 55.6641-19.5312 53.8574-19.5312ZM119.336-6.98242C122.021-5.22461 125.488-5.85938 127.344-8.49609C132.52-15.4297 135.645-25 135.645-35.2051C135.645-45.459 132.52-55.0293 127.344-61.9629C125.488-64.5996 122.021-65.2344 119.336-63.4766C116.357-61.5234 115.723-57.8613 118.164-54.1992C121.777-49.0234 123.73-42.3828 123.73-35.2051C123.73-28.0762 121.777-21.4844 118.164-16.2598C115.771-12.5488 116.357-8.93555 119.336-6.98242Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1670.6 1556)">
<path d="M31.8848-9.32617L50.0977-9.32617C50.7324-9.32617 51.2695-9.13086 51.709-8.69141L79.9316 16.5039C82.8125 19.1406 85.1562 20.4102 88.1348 20.4102C92.4316 20.4102 95.5078 17.2363 95.5078 12.9883L95.5078-83.1543C95.5078-87.4023 92.4316-90.8691 88.0371-90.8691C85.1074-90.8691 83.0566-89.4531 79.9316-86.6699L51.709-61.4746C51.2207-61.084 50.7324-60.9375 50.0977-60.9375L31.8848-60.9375C23.3398-60.9375 19.043-56.4453 19.043-47.4609L19.043-22.7051C19.043-13.6719 23.3398-9.32617 31.8848-9.32617ZM32.7637-18.9941C30.4199-18.9941 29.3945-20.0684 29.3945-22.3633L29.3945-47.8027C29.3945-50.1465 30.4199-51.2207 32.7637-51.2207L52.4902-51.2207C54.248-51.2207 55.5176-51.5137 56.9824-52.8809L83.1543-76.7578C83.4961-77.0508 83.8379-77.2949 84.3262-77.2949C84.8145-77.2949 85.2051-76.9531 85.2051-76.3184L85.2051 5.85938C85.2051 6.49414 84.8145 6.88477 84.3262 6.88477C83.9355 6.88477 83.5938 6.68945 83.2031 6.29883L56.9824-17.334C55.5176-18.6035 54.248-18.9941 52.4902-18.9941ZM117.725-7.66602C120.02-6.15234 123.047-6.68945 124.756-9.08203C129.736-15.7227 132.861-25.1953 132.861-35.2051C132.861-45.2637 129.736-54.6875 124.756-61.377C123.047-63.7695 120.02-64.3066 117.725-62.7441C115.088-60.9863 114.551-57.7637 116.65-54.7363C120.459-49.4141 122.461-42.627 122.461-35.2051C122.461-27.7832 120.41-21.0938 116.65-15.7227C114.6-12.6465 115.088-9.47266 117.725-7.66602Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1375.97 1556)">
<path d="M30.2734-10.4492L48.7305-10.4492C49.3652-10.4492 49.9512-10.2051 50.4395-9.76562L79.3945 16.0645C81.9336 18.4082 84.1309 19.6289 86.8164 19.6289C90.5762 19.6289 93.2129 16.8457 93.2129 13.1348L93.2129-83.3008C93.2129-87.0117 90.5762-90.0879 86.7188-90.0879C84.0332-90.0879 82.2266-88.7207 79.3945-86.2305L50.4395-60.3516C49.9512-59.9121 49.3652-59.7656 48.7305-59.7656L30.2734-59.7656C22.4121-59.7656 18.5547-55.7617 18.5547-47.4609L18.5547-22.6562C18.5547-14.3066 22.4121-10.4492 30.2734-10.4492ZM30.6152-18.3105C28.0273-18.3105 26.9531-19.4336 26.9531-22.0215L26.9531-48.1445C26.9531-50.7324 28.0273-51.8555 30.6152-51.8555L50.6836-51.8555C52.3926-51.8555 53.6621-52.1484 55.127-53.4668L82.7637-78.6621C83.1543-79.0039 83.4961-79.2969 83.9844-79.2969C84.4727-79.2969 84.8633-78.9062 84.8633-78.3203L84.8633 7.8125C84.8633 8.44727 84.4727 8.78906 83.9844 8.78906C83.6426 8.78906 83.252 8.64258 82.8125 8.20312L55.127-16.6504C53.6621-17.9688 52.3926-18.3105 50.6836-18.3105ZM115.527-8.59375C117.383-7.32422 119.922-7.76367 121.338-9.81445C126.172-16.1621 129.199-25.3906 129.199-35.2051C129.199-45.0684 126.172-54.248 121.338-60.6445C119.922-62.6953 117.383-63.0859 115.527-61.8164C113.379-60.3027 113.037-57.666 114.697-55.4199C118.701-49.9512 120.85-42.9688 120.85-35.2051C120.85-27.4902 118.652-20.5566 114.697-14.9902C113.086-12.7441 113.379-10.1562 115.527-8.59375Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1081.11 1556)">
<path d="M27.832-11.5234L46.8262-11.5234C47.6562-11.5234 48.291-11.2793 48.877-10.7422L78.4668 15.625C80.5176 17.4805 82.4219 18.5547 84.7168 18.5547C88.0371 18.5547 90.1367 16.1621 90.1367 12.9883L90.1367-83.252C90.1367-86.4746 88.0371-89.1113 84.668-89.1113C82.373-89.1113 80.7129-87.8906 78.4668-85.8887L48.877-59.2285C48.291-58.6914 47.6562-58.5449 46.8262-58.5449L27.832-58.5449C20.9473-58.5449 17.627-55.0293 17.627-47.9004L17.627-22.0703C17.627-14.8926 20.9961-11.5234 27.832-11.5234ZM28.0762-17.627C25.1953-17.627 24.0723-18.7988 24.0723-21.6797L24.0723-48.291C24.0723-51.2207 25.1953-52.3926 28.0762-52.3926L48.0469-52.3926C49.8535-52.3926 51.123-52.6367 52.6367-54.0527L81.3477-80.2734C81.7871-80.6641 82.1777-81.0059 82.7148-81.0059C83.3008-81.0059 83.6914-80.6641 83.6914-79.9805L83.6914 9.375C83.6914 10.1074 83.3008 10.498 82.7637 10.498C82.373 10.498 81.9824 10.3516 81.3965 9.81445L52.6367-15.9668C51.1719-17.2852 49.8535-17.627 48.0469-17.627ZM113.916-8.93555C115.381-7.95898 117.285-8.25195 118.408-9.81445C123.242-16.1133 126.416-25.1465 126.416-35.2539C126.416-45.3613 123.242-54.3457 118.408-60.6445C117.285-62.207 115.381-62.5488 113.916-61.4746C112.305-60.3516 112.012-58.3496 113.33-56.5918C117.773-50.5371 119.971-43.5547 119.971-35.2539C119.971-26.9043 117.725-19.9707 113.33-13.8672C112.061-12.1094 112.305-10.1074 113.916-8.93555Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 786.842 1556)">
<path d="M24.6582-12.9883L44.3359-12.9883C45.4102-12.9883 46.0938-12.6953 46.7773-12.0605L77.2949 14.9902C78.6133 16.2598 80.127 17.1875 81.9824 17.1875C84.6191 17.1875 86.084 15.2344 86.084 12.7441L86.084-83.2031C86.084-85.7422 84.6191-87.793 81.9336-87.793C80.127-87.793 78.7109-86.7188 77.2949-85.498L46.7773-57.7148C46.0938-57.0801 45.4102-56.9336 44.3359-56.9336L24.6582-56.9336C18.9941-56.9336 16.4062-54.1016 16.4062-48.4863L16.4062-21.3379C16.4062-15.625 19.0918-12.9883 24.6582-12.9883ZM24.707-16.748C21.4355-16.748 20.3125-17.9688 20.3125-21.2402L20.3125-48.5352C20.3125-51.9043 21.4355-53.0762 24.707-53.0762L44.5312-53.0762C46.4844-53.0762 47.7539-53.3203 49.3164-54.7852L79.4922-82.373C80.0293-82.8613 80.4199-83.3008 81.1035-83.3008C81.7383-83.3008 82.1777-82.9102 82.1777-82.1289L82.1777 11.4746C82.1777 12.3047 81.7383 12.6953 81.1523 12.6953C80.7129 12.6953 80.3223 12.5488 79.541 11.8652L49.3164-15.0879C47.8516-16.3574 46.4844-16.748 44.5312-16.748ZM111.816-9.42383C112.744-8.74023 113.867-8.93555 114.502-9.86328C119.336-16.0645 122.754-24.8047 122.754-35.2539C122.754-45.7031 119.336-54.4434 114.502-60.6934C113.867-61.5723 112.744-61.7676 111.816-61.084C110.889-60.4004 110.693-59.2285 111.475-58.1543C116.504-51.3184 118.848-44.3848 118.848-35.2539C118.848-26.123 116.455-19.2383 111.475-12.3535C110.693-11.2793 110.889-10.1074 111.816-9.42383Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 491.376 1556)">
<path d="M22.998-13.7695L43.0664-13.7695C44.2383-13.7695 44.9707-13.4277 45.752-12.7441L76.6602 14.6973C77.6367 15.6738 78.9551 16.5039 80.5664 16.5039C82.8613 16.5039 83.9844 14.7461 83.9844 12.5977L83.9844-83.2031C83.9844-85.3516 82.8613-87.1582 80.5664-87.1582C79.0039-87.1582 77.6855-86.1328 76.6602-85.2539L45.752-56.9336C44.9707-56.25 44.2383-56.1035 43.0664-56.1035L22.998-56.1035C18.0176-56.1035 15.7715-53.6133 15.7715-48.7793L15.7715-20.9473C15.7715-15.9668 18.1152-13.7695 22.998-13.7695ZM22.9492-16.3086C19.4824-16.3086 18.3594-17.5293 18.3594-20.9961L18.3594-48.6816C18.3594-52.2461 19.4824-53.4668 22.9492-53.4668L42.7246-53.4668C44.7754-53.4668 46.0449-53.7109 47.6074-55.1758L78.5156-83.4961C79.1016-83.9844 79.4922-84.4727 80.2734-84.4727C80.9082-84.4727 81.3965-84.082 81.3965-83.252L81.3965 12.5488C81.3965 13.4277 80.9082 13.8672 80.3223 13.8672C79.834 13.8672 79.4434 13.6719 78.6133 12.9395L47.6074-14.5996C46.1426-15.918 44.7754-16.3086 42.7246-16.3086ZM110.693-9.66797C111.377-9.17969 112.061-9.32617 112.549-9.86328C117.334-16.0156 120.85-24.6582 120.85-35.2539C120.85-45.8984 117.334-54.541 112.549-60.6934C112.061-61.2305 111.377-61.377 110.693-60.8887C110.156-60.4492 110.01-59.7168 110.547-58.9844C115.82-51.709 118.262-44.7754 118.262-35.2539C118.262-25.7324 115.82-18.8477 110.547-11.5723C110.01-10.8398 110.156-10.1074 110.693-9.66797Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2864.6 1126)">
<path d="M32.0312-9.76562L45.2148-9.76562C45.4102-9.76562 45.6055-9.76562 45.8496-9.52148L64.3555 6.98242C67.8711 10.1074 70.5566 11.5723 74.2676 11.5723C80.0293 11.5723 84.5215 7.08008 84.5215 1.31836L84.5215-71.6797C84.5215-77.4902 80.0293-81.9336 74.2676-81.9336C70.8008-81.9336 67.9688-80.6152 64.3555-77.3926L45.8496-60.9375C45.5566-60.6934 45.4102-60.5957 45.2148-60.5957L32.0312-60.5957C22.2656-60.5957 16.8457-54.8828 16.8457-44.8242L16.8457-25.5859C16.8457-15.4785 22.2656-9.76562 32.0312-9.76562ZM101.758-9.13086C105.859-6.68945 110.693-7.71484 113.086-11.0352C117.92-17.8711 120.752-26.2695 120.752-35.2539C120.752-44.2871 117.92-52.6367 113.086-59.5703C110.693-62.8418 105.859-63.8184 101.758-61.377C97.4609-58.8379 96.3379-53.7598 100-47.3145C102.051-43.75 103.174-39.5996 103.174-35.2539C103.174-30.9082 102.051-26.7578 100-23.2422C96.3379-16.748 97.4609-11.6699 101.758-9.13086ZM35.3516-25.9277C34.668-25.9277 34.1797-26.4648 34.1797-27.0508L34.1797-43.3105C34.1797-43.9453 34.668-44.4824 35.3516-44.4824L48.7305-44.4824C50.3906-44.4824 51.5137-44.873 52.6367-45.8984L65.7227-58.0566C65.918-58.252 66.1621-58.3008 66.4062-58.3008C66.8457-58.3008 67.1875-58.0078 67.1875-57.4707L67.1875-12.8418C67.1875-12.3535 66.8457-11.9629 66.4062-11.9629C66.1621-11.9629 65.918-12.1094 65.7227-12.3047L52.6367-24.4629C51.5137-25.5371 50.3906-25.9277 48.7305-25.9277Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2570.38 1126)">
<path d="M30.3223-11.084L43.7012-11.084C43.9453-11.084 44.1895-11.084 44.4824-10.791L63.8184 6.44531C67.041 9.32617 69.5312 10.6934 72.9004 10.6934C78.0762 10.6934 82.0312 6.73828 82.0312 1.5625L82.0312-71.875C82.0312-77.0508 78.0762-81.1035 72.8516-81.1035C69.6777-81.1035 67.1875-79.834 63.8184-76.8066L44.4824-59.6191C44.1406-59.375 43.9453-59.2773 43.7012-59.2773L30.3223-59.2773C21.2891-59.2773 16.4062-54.1016 16.4062-44.7266L16.4062-25.6348C16.4062-16.2598 21.2891-11.084 30.3223-11.084ZM99.0723-10.4004C102.637-8.25195 106.885-9.08203 108.984-12.1094C113.574-18.5059 116.26-26.6113 116.26-35.2539C116.26-43.8965 113.574-52.002 108.984-58.4473C106.885-61.377 102.637-62.2559 99.0723-60.1074C95.3613-57.8613 94.3848-53.3691 97.5586-47.998C99.8047-44.3359 101.025-39.8926 101.025-35.2539C101.025-30.6152 99.8047-26.1719 97.5586-22.5098C94.4336-17.0898 95.3613-12.6465 99.0723-10.4004ZM32.959-25.0977C31.9824-25.0977 31.4453-25.7324 31.4453-26.6113L31.4453-43.75C31.4453-44.6289 31.9824-45.2637 32.959-45.2637L46.875-45.2637C48.3887-45.2637 49.5117-45.6055 50.6348-46.6797L65.5273-60.4004C65.7715-60.5957 66.0156-60.6934 66.2598-60.6934C66.6992-60.6934 66.9922-60.3516 66.9922-59.9121L66.9922-10.4492C66.9922-9.96094 66.6992-9.61914 66.2598-9.61914C66.0156-9.61914 65.7715-9.76562 65.5273-9.96094L50.6348-23.7305C49.5117-24.7559 48.3887-25.0977 46.875-25.0977Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2276.43 1126)">
<path d="M28.418-12.5977L42.041-12.5977C42.334-12.5977 42.627-12.5 42.9199-12.207L63.1836 5.85938C66.0645 8.49609 68.3594 9.7168 71.3379 9.7168C75.8301 9.7168 79.248 6.29883 79.248 1.85547L79.248-72.1191C79.248-76.5625 75.8301-80.127 71.2891-80.127C68.457-80.127 66.2598-78.9062 63.1836-76.1719L42.9199-58.1543C42.5781-57.8613 42.334-57.7637 42.041-57.7637L28.418-57.7637C20.2148-57.7637 15.8691-53.2227 15.8691-44.6289L15.8691-25.6836C15.8691-17.0898 20.2148-12.5977 28.418-12.5977ZM30.2734-24.2188C29.0039-24.2188 28.3691-24.9023 28.3691-26.123L28.3691-44.2383C28.3691-45.459 29.0039-46.1426 30.2734-46.1426L44.7754-46.1426C46.2402-46.1426 47.2656-46.4355 48.3887-47.5098L65.332-62.9883C65.5762-63.2324 65.8203-63.3301 66.1133-63.3301C66.5039-63.3301 66.7969-63.0371 66.7969-62.5977L66.7969-7.8125C66.7969-7.32422 66.5039-7.03125 66.1133-7.03125C65.8203-7.03125 65.5762-7.12891 65.332-7.37305L48.3887-22.8516C47.2656-23.877 46.2402-24.2188 44.7754-24.2188ZM96.0938-11.7676C98.9746-9.96094 102.539-10.6934 104.395-13.2812C108.691-19.1895 111.23-27.002 111.23-35.2539C111.23-43.5059 108.691-51.2695 104.395-57.2266C102.539-59.8145 98.9746-60.498 96.0938-58.6914C92.9688-56.7383 92.2363-52.9785 94.8242-48.7793C97.3145-45.0195 98.6328-40.2344 98.6328-35.2539C98.6328-30.2246 97.2656-25.4883 94.8242-21.7285C92.2852-17.4805 92.9688-13.7207 96.0938-11.7676Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1981.62 1126)">
<path d="M27.0996-13.623L40.8691-13.623C41.2109-13.623 41.5527-13.4766 41.8457-13.2324L62.7441 5.46875C65.4297 7.91016 67.5781 9.0332 70.3125 9.0332C74.3164 9.0332 77.2949 6.05469 77.2949 2.05078L77.2949-72.2656C77.2949-76.2695 74.3164-79.4434 70.2148-79.4434C67.5781-79.4434 65.6738-78.2715 62.7441-75.6836L41.8457-57.1289C41.5039-56.8359 41.2109-56.7383 40.8691-56.7383L27.0996-56.7383C19.4824-56.7383 15.5273-52.6367 15.5273-44.5801L15.5273-25.7324C15.5273-17.6758 19.4824-13.623 27.0996-13.623ZM28.418-23.584C26.9531-23.584 26.2207-24.3164 26.2207-25.7812L26.2207-44.5312C26.2207-45.9961 26.9531-46.7285 28.418-46.7285L43.3105-46.7285C44.7266-46.7285 45.7031-47.0215 46.8262-48.0469L65.1855-64.7949C65.4297-65.0391 65.6738-65.1855 65.9668-65.1855C66.3574-65.1855 66.6504-64.8926 66.6504-64.4531L66.6504-5.95703C66.6504-5.51758 66.3574-5.22461 65.9668-5.22461C65.7227-5.22461 65.4785-5.32227 65.1855-5.56641L46.8262-22.2656C45.7031-23.291 44.7266-23.584 43.3105-23.584ZM94.043-12.7441C96.4844-11.1816 99.6094-11.7676 101.221-14.1113C105.322-19.6289 107.764-27.2461 107.764-35.2051C107.764-43.2129 105.322-50.7812 101.221-56.3965C99.6094-58.6914 96.4844-59.2773 94.043-57.7148C91.3574-55.957 90.7715-52.6855 92.9688-49.2676C95.5566-45.459 97.0215-40.4785 97.0215-35.2051C97.0215-29.9805 95.5566-25 92.9688-21.1914C90.7715-17.7246 91.3574-14.502 94.043-12.7441Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1686.37 1126)">
<path d="M26.123-14.3555L39.9414-14.3555C40.332-14.3555 40.7227-14.2578 41.0156-13.9648L62.4512 5.17578C64.9414 7.4707 66.9434 8.54492 69.4824 8.54492C73.1445 8.54492 75.8789 5.81055 75.8789 2.19727L75.8789-72.3633C75.8789-76.0254 73.1445-78.9551 69.4336-78.9551C66.9434-78.9551 65.1855-77.832 62.4512-75.3418L41.0156-56.3477C40.7227-56.0547 40.332-55.957 39.9414-55.957L26.123-55.957C18.8965-55.957 15.2344-52.1484 15.2344-44.5312L15.2344-25.7812C15.2344-18.1152 18.9453-14.3555 26.123-14.3555ZM27.002-23.0957C25.3906-23.0957 24.6094-23.877 24.6094-25.4883L24.6094-44.7754C24.6094-46.4355 25.3906-47.2168 27.002-47.2168L42.2363-47.2168C43.5547-47.2168 44.5312-47.4609 45.6543-48.4863L65.0879-66.2109C65.332-66.4062 65.5762-66.5527 65.8691-66.5527C66.2598-66.5527 66.5527-66.3086 66.5527-65.8691L66.5527-4.58984C66.5527-4.10156 66.2598-3.85742 65.918-3.85742C65.625-3.85742 65.3809-3.95508 65.0879-4.19922L45.6543-21.8262C44.5312-22.8516 43.5547-23.0957 42.2363-23.0957ZM92.4805-13.4277C94.5801-12.1094 97.3145-12.5488 98.8281-14.6973C102.783-20.0195 105.127-27.4414 105.127-35.2051C105.127-42.9688 102.783-50.3906 98.8281-55.7617C97.3145-57.8613 94.5801-58.3496 92.4805-56.9336C90.0879-55.3711 89.6484-52.4902 91.5527-49.707C94.2383-45.8496 95.752-40.6738 95.752-35.2051C95.752-29.7852 94.2383-24.6582 91.5527-20.752C89.6484-17.9199 90.0879-15.0391 92.4805-13.4277Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1391.54 1126)">
<path d="M24.8047-15.3809L38.8184-15.3809C39.2578-15.3809 39.6484-15.2344 39.9902-14.9414L62.0117 4.78516C64.3066 6.88477 66.1621 7.86133 68.457 7.86133C71.6309 7.86133 73.9746 5.56641 73.9746 2.39258L73.9746-72.5098C73.9746-75.6836 71.6309-78.2715 68.3594-78.2715C66.0645-78.2715 64.5508-77.1973 62.0117-74.9023L39.9902-55.3711C39.6484-55.0781 39.2578-54.9316 38.8184-54.9316L24.8047-54.9316C18.1641-54.9316 14.8926-51.5625 14.8926-44.4824L14.8926-25.7812C14.8926-18.7012 18.2129-15.3809 24.8047-15.3809ZM25.1465-22.5098C23.3398-22.5098 22.5098-23.3398 22.5098-25.1465L22.5098-45.1172C22.5098-46.9727 23.3398-47.8027 25.1465-47.8027L40.7715-47.8027C42.041-47.8027 43.0176-48.0469 44.1406-49.0723L64.9414-67.9688C65.1855-68.2129 65.4297-68.3594 65.7715-68.3594C66.1133-68.3594 66.4062-68.1152 66.4062-67.6758L66.4062-2.7832C66.4062-2.34375 66.1133-2.05078 65.7715-2.05078C65.5273-2.05078 65.2344-2.19727 64.9414-2.44141L44.1406-21.2402C43.0176-22.2168 42.041-22.5098 40.7715-22.5098ZM90.4785-14.4043C92.0898-13.2812 94.3848-13.623 95.7031-15.5273C99.4629-20.459 101.709-27.7344 101.709-35.2051C101.709-42.6758 99.4629-49.9023 95.7031-54.8828C94.3848-56.7871 92.0898-57.1777 90.4785-56.0059C88.4766-54.6387 88.1836-52.1973 89.6973-50.1953C92.5293-46.2891 94.1406-40.8691 94.1406-35.2051C94.1406-29.541 92.4805-24.1699 89.6973-20.2148C88.2324-18.1641 88.4766-15.8203 90.4785-14.4043Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1096.49 1126)">
<path d="M22.6562-16.3574L37.1094-16.3574C37.6953-16.3574 38.1836-16.2109 38.5742-15.8203L61.2305 4.39453C63.0371 6.05469 64.5996 6.93359 66.5527 6.93359C69.3359 6.93359 71.1914 4.93164 71.1914 2.19727L71.1914-72.4609C71.1914-75.1953 69.3359-77.4414 66.5039-77.4414C64.5508-77.4414 63.1836-76.416 61.2305-74.6582L38.5742-54.3457C38.1836-53.9551 37.6953-53.8574 37.1094-53.8574L22.6562-53.8574C16.8457-53.8574 14.0625-50.9277 14.0625-44.873L14.0625-25.293C14.0625-19.1895 16.8945-16.3574 22.6562-16.3574ZM22.9004-21.875C20.8008-21.875 19.9219-22.7539 19.9219-24.8535L19.9219-45.2637C19.9219-47.4121 20.8008-48.291 22.9004-48.291L38.4277-48.291C39.7461-48.291 40.7227-48.4863 41.8945-49.5605L63.6719-69.4336C63.9648-69.6777 64.2578-69.9219 64.6484-69.9219C65.0391-69.9219 65.3809-69.6777 65.3809-69.1406L65.3809-1.36719C65.3809-0.830078 65.0391-0.537109 64.6973-0.537109C64.3555-0.537109 64.1113-0.683594 63.7207-1.02539L41.8945-20.6055C40.7715-21.6309 39.7461-21.875 38.4277-21.875ZM89.0137-14.6973C90.332-13.8184 92.041-14.1113 93.0664-15.5273C96.8262-20.4102 99.2188-27.5391 99.2188-35.2051C99.2188-42.9199 96.8262-50 93.0664-54.9316C92.041-56.3477 90.332-56.6406 89.0137-55.7129C87.5-54.6875 87.2559-52.832 88.4277-51.2695C91.6992-46.8262 93.3594-41.4062 93.3594-35.2051C93.3594-29.0527 91.6504-23.6816 88.4277-19.1895C87.3047-17.5781 87.5-15.7715 89.0137-14.6973Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 801.979 1126)">
<path d="M19.7754-17.6758L34.8633-17.6758C35.6445-17.6758 36.1816-17.4805 36.6699-16.9922L60.1074 3.80859C61.2793 4.93164 62.5977 5.71289 64.1113 5.71289C66.3086 5.71289 67.5781 4.10156 67.5781 2.00195L67.5781-72.4121C67.5781-74.5117 66.3086-76.2695 64.0625-76.2695C62.5488-76.2695 61.4258-75.3906 60.1074-74.2676L36.6699-52.9785C36.1816-52.5391 35.6445-52.3926 34.8633-52.3926L19.7754-52.3926C15.1367-52.3926 12.9395-50.0488 12.9395-45.3613L12.9395-24.6094C12.9395-19.873 15.1855-17.6758 19.7754-17.6758ZM19.873-21.0938C17.3828-21.0938 16.5527-22.0215 16.5527-24.4629L16.5527-45.5078C16.5527-47.998 17.3828-48.9258 19.873-48.9258L35.2539-48.9258C36.7188-48.9258 37.7441-49.1211 38.916-50.2441L61.9629-71.3379C62.3535-71.6797 62.6953-72.0215 63.1836-72.0215C63.6719-72.0215 64.0137-71.6797 64.0137-71.0938L64.0137 0.488281C64.0137 1.12305 63.6719 1.46484 63.2324 1.46484C62.8906 1.46484 62.5977 1.31836 62.0117 0.830078L38.916-19.8242C37.793-20.8008 36.7188-21.0938 35.2539-21.0938ZM87.1094-15.1367C87.9395-14.5508 88.9648-14.6973 89.5996-15.5762C93.3105-20.4102 95.8984-27.2461 95.8984-35.2539C95.8984-43.2617 93.3105-50.0977 89.5996-54.9316C88.9648-55.7617 87.9395-55.957 87.1094-55.3711C86.2305-54.7363 86.084-53.6621 86.7676-52.6855C90.5273-47.5098 92.334-42.1387 92.334-35.2539C92.334-28.3691 90.5273-22.998 86.7676-17.8223C86.084-16.8457 86.2305-15.7715 87.1094-15.1367Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 506.415 1126)">
<path d="M18.3105-18.3594L33.7402-18.3594C34.6191-18.3594 35.1562-18.1152 35.7422-17.627L59.5703 3.56445C60.4004 4.39453 61.5234 5.07812 62.8418 5.07812C64.7461 5.07812 65.7227 3.66211 65.7227 1.85547L65.7227-72.4121C65.7227-74.1699 64.7461-75.6836 62.8418-75.6836C61.5234-75.6836 60.498-74.8535 59.5703-74.0723L35.7422-52.2949C35.1562-51.7578 34.6191-51.6602 33.7402-51.6602L18.3105-51.6602C14.2578-51.6602 12.4023-49.6094 12.4023-45.6055L12.4023-24.2676C12.4023-20.2148 14.3066-18.3594 18.3105-18.3594ZM18.3105-20.7031C15.6738-20.7031 14.7949-21.6309 14.7949-24.2676L14.7949-45.6055C14.7949-48.291 15.6738-49.2676 18.3105-49.2676L33.6426-49.2676C35.2051-49.2676 36.1816-49.4141 37.3535-50.5371L61.084-72.3145C61.5234-72.6562 61.8652-73.0469 62.4023-73.0469C62.9395-73.0469 63.2812-72.7539 63.2812-72.1191L63.2812 1.46484C63.2812 2.14844 62.9395 2.49023 62.5 2.49023C62.1094 2.49023 61.8164 2.34375 61.1816 1.75781L37.3535-19.3848C36.2305-20.4102 35.2051-20.7031 33.6426-20.7031ZM86.1328-15.332C86.7188-14.8926 87.3535-15.0391 87.793-15.5762C91.5527-20.3613 94.2383-27.0996 94.2383-35.2539C94.2383-43.457 91.5527-50.1465 87.793-54.9316C87.3535-55.4688 86.7188-55.6152 86.1328-55.1758C85.5957-54.7852 85.4492-54.0527 85.9375-53.3691C89.9414-47.9004 91.7969-42.5293 91.7969-35.2539C91.7969-27.9785 89.9414-22.6562 85.9375-17.1387C85.4492-16.4551 85.5957-15.7715 86.1328-15.332Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2879.66 696)">
<path d="M25-15.3809L35.3516-15.3809C35.498-15.3809 35.6445-15.3809 35.8398-15.1855L50.3906-2.19727C53.125 0.244141 55.2246 1.36719 58.1055 1.36719C62.5977 1.36719 66.0645-2.09961 66.0645-6.5918L66.0645-63.8184C66.0645-68.3105 62.5977-71.7773 58.1055-71.7773C55.4199-71.7773 53.2227-70.752 50.3906-68.2129L35.8398-55.2734C35.5957-55.0781 35.498-55.0293 35.3516-55.0293L25-55.0293C17.3828-55.0293 13.1836-50.5859 13.1836-42.7246L13.1836-27.6855C13.1836-19.8242 17.3828-15.3809 25-15.3809ZM79.541-14.8926C82.7148-12.9883 86.4746-13.7695 88.3301-16.3574C92.0898-21.6797 94.2871-28.2227 94.2871-35.2539C94.2871-42.2852 92.0898-48.8281 88.3301-54.1992C86.4746-56.7383 82.7148-57.5195 79.541-55.6152C76.2207-53.6621 75.3418-49.707 78.1738-44.7266C79.7852-41.9434 80.6641-38.6719 80.6641-35.2539C80.6641-31.8359 79.7852-28.5645 78.1738-25.7812C75.3418-20.8008 76.2207-16.8457 79.541-14.8926ZM27.5391-27.8809C27.002-27.8809 26.6113-28.3203 26.6113-28.8086L26.6113-41.6016C26.6113-42.0898 27.002-42.5293 27.5391-42.5293L38.0859-42.5293C39.3555-42.5293 40.2344-42.8223 41.1133-43.6523L51.5137-53.2715C51.6602-53.418 51.8555-53.4668 52.0508-53.4668C52.3926-53.4668 52.6367-53.2227 52.6367-52.832L52.6367-17.5293C52.6367-17.1387 52.3926-16.8457 52.0508-16.8457C51.8555-16.8457 51.6602-16.9434 51.5137-17.0898L41.1133-26.7578C40.2344-27.5879 39.3555-27.8809 38.0859-27.8809Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2584.66 696)">
<path d="M23.9258-16.2598L34.375-16.2598C34.5703-16.2598 34.7168-16.2598 34.9121-16.0645L50.0488-2.53906C52.6367-0.244141 54.5898 0.78125 57.2754 0.78125C61.3281 0.78125 64.4531-2.29492 64.4531-6.39648L64.4531-63.9648C64.4531-68.0176 61.3281-71.1914 57.2266-71.1914C54.7363-71.1914 52.7344-70.2148 50.0488-67.8223L34.9121-54.3945C34.7168-54.1992 34.5703-54.1016 34.375-54.1016L23.9258-54.1016C16.7969-54.1016 12.9395-50.0488 12.9395-42.627L12.9395-27.7832C12.9395-20.3613 16.7969-16.2598 23.9258-16.2598ZM77.6367-15.8203C80.4199-14.1113 83.7891-14.7949 85.4492-17.1875C89.0137-22.168 91.1133-28.5156 91.1133-35.2539C91.1133-41.9922 89.0137-48.3398 85.4492-53.3691C83.7891-55.7129 80.4199-56.3477 77.6367-54.6875C74.707-52.8809 73.9746-49.3652 76.416-45.1172C78.1738-42.334 79.1016-38.8184 79.1016-35.2539C79.1016-31.6406 78.125-28.1738 76.416-25.3418C73.9746-21.0938 74.707-17.5781 77.6367-15.8203ZM25.9766-27.3438C25.2441-27.3438 24.8047-27.832 24.8047-28.5156L24.8047-41.8945C24.8047-42.5781 25.2441-43.0664 25.9766-43.0664L36.9141-43.0664C38.0859-43.0664 38.9648-43.3594 39.8438-44.1895L51.5137-54.8828C51.6602-55.0293 51.8555-55.127 52.0508-55.127C52.3926-55.127 52.5879-54.8828 52.5879-54.4922L52.5879-15.8691C52.5879-15.4785 52.3926-15.2344 52.0508-15.2344C51.8555-15.2344 51.6602-15.332 51.5137-15.4785L39.8438-26.2207C38.9648-27.0508 38.0859-27.3438 36.9141-27.3438Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2289.88 696)">
<path d="M22.7539-17.2852L33.3008-17.2852C33.4961-17.2852 33.6914-17.2363 33.9355-17.041L49.707-2.92969C52.0508-0.78125 53.9062 0.195312 56.2988 0.195312C59.9121 0.195312 62.6465-2.53906 62.6465-6.15234L62.6465-64.1113C62.6465-67.7246 59.9121-70.6055 56.25-70.6055C53.9551-70.6055 52.2461-69.6289 49.707-67.334L33.9355-53.3691C33.6914-53.1738 33.4961-53.125 33.3008-53.125L22.7539-53.125C16.1133-53.125 12.6465-49.4629 12.6465-42.5293L12.6465-27.8809C12.6465-20.9473 16.1133-17.2852 22.7539-17.2852ZM24.1699-26.709C23.2422-26.709 22.7539-27.2461 22.7539-28.1738L22.7539-42.2363C22.7539-43.1641 23.2422-43.7012 24.1699-43.7012L35.5957-43.7012C36.7188-43.7012 37.5-43.9453 38.3789-44.7266L51.5137-56.7383C51.6602-56.8848 51.8555-56.9336 52.0508-56.9336C52.3438-56.9336 52.5879-56.7383 52.5879-56.3965L52.5879-14.0137C52.5879-13.6719 52.3438-13.4277 52.0508-13.4277C51.8555-13.4277 51.6602-13.5254 51.5137-13.6719L38.3789-25.6836C37.5-26.4648 36.7188-26.709 35.5957-26.709ZM75.5371-16.8457C77.832-15.3809 80.7617-15.918 82.2754-18.0664C85.6445-22.6562 87.5488-28.8574 87.5488-35.2539C87.5488-41.6016 85.6445-47.7539 82.2754-52.4414C80.7617-54.541 77.832-55.0781 75.5371-53.6133C72.998-52.0508 72.4121-48.9746 74.5117-45.6055C76.3184-42.7734 77.3926-39.0137 77.3926-35.2539C77.3926-31.4453 76.3184-27.6855 74.5117-24.8535C72.4121-21.4844 72.998-18.4082 75.5371-16.8457Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1994.49 696)">
<path d="M21.9238-17.9688L32.5195-17.9688C32.7637-17.9688 33.0078-17.9199 33.2031-17.7246L49.4141-3.22266C51.6602-1.17188 53.418-0.244141 55.6641-0.244141C58.9355-0.244141 61.4258-2.68555 61.4258-5.95703L61.4258-64.2578C61.4258-67.5293 58.9355-70.166 55.6152-70.166C53.418-70.166 51.8555-69.1895 49.4141-67.041L33.2031-52.6855C33.0078-52.4902 32.7637-52.3926 32.5195-52.3926L21.9238-52.3926C15.6738-52.3926 12.4023-49.0723 12.4023-42.4316L12.4023-27.9785C12.4023-21.3379 15.6738-17.9688 21.9238-17.9688ZM22.9492-26.2695C21.875-26.2695 21.3379-26.8555 21.3379-27.9297L21.3379-42.4805C21.3379-43.5547 21.875-44.0918 22.9492-44.0918L34.668-44.0918C35.7422-44.0918 36.5234-44.3359 37.4023-45.1172L51.5137-58.0078C51.6602-58.1543 51.8555-58.2031 52.0508-58.2031C52.3438-58.2031 52.5391-58.0078 52.5391-57.666L52.5391-12.6953C52.5391-12.4023 52.3438-12.1582 52.0508-12.1582C51.8555-12.1582 51.6602-12.2559 51.5137-12.4023L37.4023-25.2441C36.5234-26.0742 35.7422-26.2695 34.668-26.2695ZM74.0723-17.5293C76.0742-16.2598 78.7109-16.6992 80.0781-18.7012C83.3008-23.0469 85.1074-29.0527 85.1074-35.2051C85.1074-41.3574 83.3008-47.3633 80.0781-51.7578C78.7109-53.7109 76.0742-54.1992 74.0723-52.8809C71.8262-51.416 71.3379-48.7305 73.1934-45.8984C75.0977-43.1152 76.1719-39.1602 76.1719-35.2051C76.1719-31.2988 75.0488-27.3926 73.1934-24.5605C71.3867-21.7285 71.8262-18.9941 74.0723-17.5293Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1698.78 696)">
<path d="M21.2891-18.5059L31.9824-18.5059C32.2266-18.5059 32.4707-18.4082 32.666-18.2129L49.2188-3.41797C51.3672-1.46484 53.0762-0.585938 55.1758-0.585938C58.2031-0.585938 60.498-2.83203 60.498-5.85938L60.498-64.3555C60.498-67.3828 58.2031-69.8242 55.0781-69.8242C53.0273-69.8242 51.6113-68.8965 49.2188-66.7969L32.666-52.1973C32.4707-51.9531 32.2266-51.9043 31.9824-51.9043L21.2891-51.9043C15.332-51.9043 12.2559-48.7305 12.2559-42.3828L12.2559-28.0273C12.2559-21.6309 15.332-18.5059 21.2891-18.5059ZM22.0215-25.9766C20.8496-25.9766 20.2637-26.5625 20.2637-27.7344L20.2637-42.6758C20.2637-43.8477 20.8496-44.4336 22.0215-44.4336L33.9844-44.4336C35.0098-44.4336 35.791-44.6289 36.6699-45.459L51.5137-58.9355C51.6602-59.082 51.8555-59.1797 52.0508-59.1797C52.3438-59.1797 52.5391-58.9844 52.5391-58.6426L52.5391-11.7676C52.5391-11.4258 52.3438-11.2305 52.0508-11.2305C51.8555-11.2305 51.6602-11.3281 51.5137-11.4746L36.6699-24.9512C35.791-25.7324 35.0098-25.9766 33.9844-25.9766ZM72.998-18.0664C74.7559-16.8945 77.0996-17.334 78.418-19.1406C81.4941-23.3398 83.252-29.248 83.252-35.2051C83.252-41.2109 81.4941-47.0703 78.418-51.2695C77.0996-53.125 74.7559-53.5156 72.998-52.3438C70.9473-50.9766 70.5566-48.4863 72.168-46.1426C74.1211-43.3105 75.293-39.2578 75.293-35.2051C75.293-31.1523 74.1211-27.1484 72.168-24.2676C70.5566-21.875 70.9473-19.4336 72.998-18.0664Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1403.38 696)">
<path d="M20.5078-19.1895L31.2012-19.1895C31.4941-19.1895 31.7871-19.0918 31.9824-18.8965L48.9746-3.66211C51.0254-1.85547 52.5879-1.02539 54.541-1.02539C57.2266-1.02539 59.2773-2.97852 59.2773-5.71289L59.2773-64.4531C59.2773-67.1387 57.2266-69.3848 54.4434-69.3848C52.4902-69.3848 51.2207-68.5059 48.9746-66.4551L31.9824-51.5137C31.7871-51.3184 31.4941-51.2207 31.2012-51.2207L20.5078-51.2207C14.8438-51.2207 12.0605-48.3398 12.0605-42.2852L12.0605-28.0762C12.0605-22.0703 14.8926-19.1895 20.5078-19.1895ZM20.8008-25.5371C19.5312-25.5371 18.8477-26.1719 18.8477-27.4902L18.8477-42.9199C18.8477-44.1895 19.5312-44.873 20.8008-44.873L33.1055-44.873C34.0332-44.873 34.7656-45.0195 35.6445-45.8496L51.5137-60.2051C51.6602-60.3516 51.8555-60.4492 52.0508-60.4492C52.2949-60.4492 52.4902-60.2539 52.4902-59.9609L52.4902-10.498C52.4902-10.1562 52.2949-9.96094 52.0508-9.96094C51.8555-9.96094 51.6602-10.0586 51.5137-10.2539L35.6445-24.5605C34.7656-25.3418 34.0332-25.5371 33.1055-25.5371ZM71.5332-18.75C72.998-17.7734 75.0488-18.0664 76.2207-19.7754C79.1504-23.6816 80.8594-29.4434 80.8594-35.2051C80.8594-40.9668 79.1504-46.6797 76.2207-50.6348C75.0488-52.3438 72.998-52.6367 71.5332-51.6113C69.7754-50.3906 69.4824-48.2422 70.8496-46.4355C72.9004-43.6523 74.0723-39.4043 74.0723-35.2051C74.0723-31.0059 72.8516-26.8066 70.8496-23.9746C69.5312-22.1191 69.7754-20.0195 71.5332-18.75Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1108.14 696)">
<path d="M18.6035-20.0684L29.7363-20.0684C30.127-20.0684 30.4688-19.9219 30.7617-19.6777L48.2422-4.05273C49.8535-2.58789 51.2207-1.85547 52.8809-1.85547C55.2246-1.85547 56.8359-3.51562 56.8359-5.85938L56.8359-64.4043C56.8359-66.6992 55.2246-68.6035 52.832-68.6035C51.1719-68.6035 50.0488-67.7734 48.2422-66.2109L30.7617-50.5859C30.4688-50.3418 30.127-50.2441 29.7363-50.2441L18.6035-50.2441C13.7207-50.2441 11.3281-47.7539 11.3281-42.627L11.3281-27.6367C11.3281-22.5098 13.7207-20.0684 18.6035-20.0684ZM18.7988-25C17.2363-25 16.6016-25.6836 16.6016-27.2461L16.6016-43.0664C16.6016-44.6289 17.2363-45.2637 18.7988-45.2637L31.0059-45.2637C32.0312-45.2637 32.7637-45.459 33.6914-46.2891L50.3906-61.4746C50.5859-61.6699 50.7812-61.8164 51.0742-61.8164C51.3672-61.8164 51.6113-61.6211 51.6113-61.2305L51.6113-9.22852C51.6113-8.83789 51.3672-8.64258 51.0742-8.64258C50.8789-8.64258 50.6348-8.74023 50.3906-8.98438L33.6914-24.0234C32.8125-24.8047 32.0312-25 31.0059-25ZM70.2637-19.043C71.4355-18.2617 72.998-18.5059 73.9258-19.7754C76.8555-23.6328 78.6621-29.248 78.6621-35.2051C78.6621-41.1621 76.8555-46.7773 73.9258-50.6348C72.998-51.9531 71.4355-52.1973 70.2637-51.3672C68.8965-50.4395 68.7012-48.7793 69.7266-47.4121C72.168-44.0918 73.4375-39.8926 73.4375-35.2051C73.4375-30.5664 72.1191-26.3672 69.7266-23.0469C68.75-21.6309 68.8965-20.0195 70.2637-19.043Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 813.356 696)">
<path d="M16.0645-21.2402L27.7344-21.2402C28.3203-21.2402 28.7109-21.0449 29.1016-20.7031L47.3145-4.54102C48.3398-3.51562 49.4141-2.92969 50.6836-2.92969C52.5391-2.92969 53.6133-4.24805 53.6133-6.00586L53.6133-64.4043C53.6133-66.1621 52.5391-67.5781 50.6836-67.5781C49.4141-67.5781 48.4375-66.8945 47.3145-65.8691L29.1016-49.4141C28.7109-49.0723 28.3203-48.9746 27.7344-48.9746L16.0645-48.9746C12.207-48.9746 10.3516-47.0215 10.3516-43.0664L10.3516-27.0508C10.3516-23.0469 12.207-21.2402 16.0645-21.2402ZM16.1133-24.3164C14.2578-24.3164 13.623-25.0488 13.623-26.9043L13.623-43.2129C13.623-45.1172 14.2578-45.8496 16.1133-45.8496L28.2227-45.8496C29.3457-45.8496 30.127-45.9961 31.0547-46.8262L48.877-63.1348C49.1699-63.3789 49.4141-63.623 49.8047-63.623C50.1465-63.623 50.3906-63.4277 50.3906-62.9883L50.3906-7.56836C50.3906-7.12891 50.1465-6.88477 49.8047-6.88477C49.5605-6.88477 49.3164-6.98242 48.9258-7.32422L31.0547-23.291C30.1758-24.0723 29.3457-24.3164 28.2227-24.3164ZM68.6035-19.3848C69.3359-18.8965 70.2637-19.043 70.8496-19.8242C73.7793-23.6328 75.7812-29.0039 75.7812-35.2539C75.7812-41.4551 73.7793-46.875 70.8496-50.6836C70.2637-51.4648 69.3359-51.6113 68.6035-51.0742C67.8223-50.4883 67.6758-49.5117 68.3105-48.6328C71.1426-44.7266 72.5586-40.5273 72.5586-35.2539C72.5586-29.9805 71.1426-25.7812 68.3105-21.875C67.6758-20.9961 67.8223-19.9707 68.6035-19.3848Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 517.646 696)">
<path d="M14.7461-21.8262L26.7578-21.8262C27.3926-21.8262 27.832-21.6309 28.2715-21.2402L46.8262-4.78516C47.6074-4.05273 48.4863-3.4668 49.5605-3.4668C51.1719-3.4668 52.002-4.63867 52.002-6.15234L52.002-64.3555C52.002-65.8203 51.1719-67.041 49.5605-67.041C48.4863-67.041 47.6562-66.4062 46.8262-65.7227L28.2715-48.7793C27.832-48.3887 27.3926-48.291 26.7578-48.291L14.7461-48.291C11.4258-48.291 9.86328-46.6309 9.86328-43.3105L9.86328-26.709C9.86328-23.3887 11.4746-21.8262 14.7461-21.8262ZM14.7461-23.9746C12.7441-23.9746 12.0605-24.707 12.0605-26.709L12.0605-43.3594C12.0605-45.4102 12.7441-46.1426 14.7461-46.1426L26.8066-46.1426C27.9785-46.1426 28.7598-46.2891 29.6875-47.168L48.1445-64.0137C48.4375-64.3066 48.6816-64.5996 49.1211-64.5996C49.5117-64.5996 49.8047-64.3555 49.8047-63.8672L49.8047-6.73828C49.8047-6.20117 49.5117-5.95703 49.1699-5.95703C48.877-5.95703 48.6328-6.05469 48.1934-6.49414L29.6875-22.9492C28.8086-23.7305 27.9785-23.9746 26.8066-23.9746ZM67.7246-19.5801C68.2617-19.1895 68.8965-19.3359 69.2383-19.8242C72.168-23.584 74.2676-28.9062 74.2676-35.2539C74.2676-41.6016 72.168-46.9238 69.2383-50.6836C68.8965-51.1719 68.2617-51.2695 67.7246-50.9277C67.2363-50.5371 67.1387-49.8535 67.5781-49.2676C70.6055-45.0684 72.0703-40.8203 72.0703-35.2539C72.0703-29.6387 70.6055-25.4395 67.5781-21.2402C67.1387-20.6543 67.2363-19.9707 67.7246-19.5801Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.speaker.wave.2.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni1002A6.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from speaker.wave.2</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1380.46" x2="1380.46" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1519.23" x2="1519.23" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2829.91 1556)">
<path d="M39.3066-4.19922L56.4941-4.19922C56.7871-4.19922 57.0801-4.15039 57.4219-3.80859L82.4219 18.5547C86.6699 22.3145 89.8926 24.0234 94.2871 24.0234C100.879 24.0234 106.006 18.9941 106.006 12.3535L106.006-82.6172C106.006-89.209 100.879-94.4336 94.2383-94.4336C90.0879-94.4336 86.8652-92.7734 82.4219-88.7695L57.4219-66.6016C57.0312-66.3086 56.7871-66.2109 56.4941-66.2109L39.3066-66.2109C27.5879-66.2109 21.2891-59.5703 21.2891-47.3633L21.2891-23.0469C21.2891-10.8398 27.5879-4.19922 39.3066-4.19922ZM159.082 14.6973C163.672 17.334 169.287 16.2109 172.217 11.6699C180.859-1.66016 185.693-18.0176 185.693-35.2539C185.693-52.5391 180.908-68.8965 172.217-82.2266C169.287-86.7676 163.672-87.8906 159.082-85.2539C153.857-82.3242 153.223-76.0254 156.689-70.3125C162.793-60.3516 166.309-48.0957 166.309-35.2539C166.309-22.4609 162.744-10.2051 156.689-0.195312C153.271 5.46875 153.857 11.7676 159.082 14.6973ZM127.539-3.4668C132.031-0.732422 137.5-1.80664 140.283-5.71289C146.094-13.8184 149.463-24.2676 149.463-35.2539C149.463-46.2402 146.094-56.6895 140.283-64.8926C137.5-68.7012 132.031-69.8242 127.539-67.041C122.754-64.1113 121.582-58.3984 125.586-51.6113C128.418-47.0215 129.98-41.2109 129.98-35.2539C129.98-29.3457 128.369-23.5352 125.586-18.9453C121.582-12.1094 122.754-6.39648 127.539-3.4668ZM42.5293-22.1191C41.3086-22.1191 40.5273-22.9492 40.5273-24.0723L40.5273-46.2891C40.5273-47.4609 41.3086-48.2422 42.5293-48.2422L60.6934-48.2422C62.5977-48.2422 64.0137-48.6816 65.4297-50.0488L84.9609-67.9688C85.2051-68.2129 85.498-68.3105 85.8398-68.3105C86.3281-68.3105 86.7188-67.9199 86.7188-67.334L86.7188-2.97852C86.7188-2.39258 86.3281-1.95312 85.8398-1.95312C85.498-1.95312 85.2051-2.09961 84.9609-2.34375L65.4297-20.3125C64.0137-21.6797 62.5977-22.1191 60.6934-22.1191Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2536.91 1556)">
<path d="M37.207-5.66406L54.6387-5.66406C55.0293-5.66406 55.4199-5.56641 55.7617-5.22461L81.7383 17.9688C85.5469 21.3867 88.5254 22.998 92.5293 22.998C98.4375 22.998 102.979 18.5059 102.979 12.5488L102.979-82.7637C102.979-88.7207 98.4375-93.4082 92.4805-93.4082C88.6719-93.4082 85.791-91.7969 81.7383-88.1836L55.7617-65.1367C55.3711-64.7949 55.0293-64.6484 54.6387-64.6484L37.207-64.6484C26.3672-64.6484 20.6543-58.6426 20.6543-47.3633L20.6543-22.9492C20.6543-11.6699 26.3672-5.66406 37.207-5.66406ZM154.15 13.0859C158.154 15.4297 162.988 14.4531 165.576 10.498C174.121-2.29492 178.906-18.4082 178.906-35.2539C178.906-52.1484 174.121-68.3105 165.576-81.0547C162.988-85.0098 158.154-85.9375 154.15-83.6426C149.658-81.0547 149.121-75.6836 152.148-70.8008C158.496-60.791 162.109-48.3398 162.109-35.2539C162.109-22.2168 158.447-9.76562 152.148 0.244141C149.17 5.12695 149.658 10.498 154.15 13.0859ZM39.6973-21.2402C38.1836-21.2402 37.3535-22.1191 37.3535-23.584L37.3535-46.7285C37.3535-48.2422 38.1836-49.1211 39.6973-49.1211L58.3008-49.1211C60.2051-49.1211 61.5723-49.5117 62.9883-50.8789L84.4238-70.5078C84.7168-70.752 85.0586-70.8984 85.4004-70.8984C85.8887-70.8984 86.2793-70.5078 86.2793-69.9219L86.2793-0.439453C86.2793 0.146484 85.8887 0.585938 85.4004 0.585938C85.0586 0.585938 84.7168 0.439453 84.4238 0.146484L62.9883-19.4824C61.5723-20.8008 60.2051-21.2402 58.3008-21.2402ZM124.707-4.6875C128.564-2.29492 133.35-3.22266 135.791-6.68945C141.406-14.4043 144.678-24.5605 144.678-35.2539C144.678-45.9961 141.406-56.1035 135.791-63.916C133.35-67.2852 128.564-68.2129 124.707-65.8203C120.557-63.2324 119.58-58.252 123.047-52.4902C126.123-47.7539 127.832-41.6504 127.832-35.2539C127.832-28.9062 126.123-22.8516 123.047-18.0176C119.58-12.3047 120.557-7.27539 124.707-4.6875Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2244.35 1556)">
<path d="M34.8145-7.32422L52.5879-7.32422C53.0762-7.32422 53.5156-7.17773 53.9062-6.78711L80.9082 17.2852C84.3262 20.3613 87.0117 21.8262 90.5762 21.8262C95.7031 21.8262 99.6094 17.9199 99.6094 12.7441L99.6094-82.959C99.6094-88.1348 95.7031-92.2363 90.4785-92.2363C87.0605-92.2363 84.5703-90.7715 80.9082-87.5L53.9062-63.4766C53.5156-63.0859 53.0762-62.9883 52.5879-62.9883L34.8145-62.9883C25-62.9883 19.9219-57.666 19.9219-47.4121L19.9219-22.8516C19.9219-12.5977 25-7.32422 34.8145-7.32422ZM148.633 11.2793C151.904 13.2812 155.957 12.4512 158.154 9.17969C166.504-2.97852 171.338-18.7988 171.338-35.2539C171.338-51.709 166.553-67.6758 158.154-79.7363C155.957-83.0078 151.904-83.7891 148.633-81.8359C145.02-79.6387 144.531-75.2441 147.07-71.2891C153.711-61.3281 157.471-48.584 157.471-35.2539C157.471-21.9238 153.613-9.22852 147.07 0.78125C144.58 4.73633 145.02 9.13086 148.633 11.2793ZM36.5723-20.2148C34.668-20.2148 33.7402-21.1914 33.7402-23.0469L33.7402-47.2168C33.7402-49.1211 34.668-50.0488 36.5723-50.0488L55.6641-50.0488C57.5195-50.0488 58.8379-50.4395 60.3027-51.7578L83.8379-73.291C84.1797-73.584 84.5215-73.7793 84.9121-73.7793C85.4004-73.7793 85.791-73.4375 85.791-72.8027L85.791 2.39258C85.791 3.02734 85.4004 3.41797 84.9121 3.41797C84.5703 3.41797 84.2285 3.27148 83.8867 2.92969L60.3027-18.5059C58.8379-19.8242 57.5195-20.2148 55.6641-20.2148ZM121.582-6.05469C124.756-4.05273 128.711-4.83398 130.811-7.76367C136.133-15.0391 139.355-24.8535 139.355-35.2539C139.355-45.7031 136.133-55.4688 130.811-62.793C128.711-65.7227 124.756-66.4551 121.582-64.4531C118.066-62.2559 117.334-58.0566 120.166-53.5156C123.584-48.4863 125.439-42.0898 125.439-35.2539C125.439-28.418 123.535-22.0703 120.166-16.9922C117.334-12.4512 118.066-8.30078 121.582-6.05469Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1950.49 1556)">
<path d="M33.1543-8.44727L51.1719-8.44727C51.7578-8.44727 52.2461-8.30078 52.6367-7.86133L80.3711 16.8457C83.4961 19.6777 85.9863 20.9961 89.209 20.9961C93.8477 20.9961 97.3145 17.5293 97.3145 12.8906L97.3145-83.0566C97.3145-87.6953 93.8477-91.4551 89.1113-91.4551C85.9375-91.4551 83.6914-90.0391 80.3711-87.0117L52.6367-62.3535C52.1973-61.9629 51.7578-61.8164 51.1719-61.8164L33.1543-61.8164C24.0723-61.8164 19.4336-56.9824 19.4336-47.4609L19.4336-22.7539C19.4336-13.2324 24.0723-8.44727 33.1543-8.44727ZM144.824 10.0098C147.656 11.7676 151.123 11.1328 153.027 8.25195C161.279-3.41797 166.113-19.0918 166.113-35.2539C166.113-51.416 161.328-67.1875 153.027-78.8086C151.123-81.6406 147.656-82.3242 144.824-80.5664C141.797-78.7109 141.357-75 143.555-71.6797C150.391-61.6699 154.248-48.7793 154.248-35.2539C154.248-21.7773 150.293-8.88672 143.555 1.12305C141.406 4.44336 141.797 8.1543 144.824 10.0098ZM34.4238-19.5312C32.2754-19.5312 31.2988-20.5566 31.2988-22.6562L31.2988-47.5586C31.2988-49.707 32.2754-50.7324 34.4238-50.7324L53.8574-50.7324C55.6641-50.7324 56.9336-51.0254 58.3984-52.3926L83.4473-75.2441C83.7891-75.5859 84.1309-75.7812 84.5703-75.7812C85.0586-75.7812 85.4492-75.4395 85.4492-74.8047L85.4492 4.39453C85.4492 4.98047 85.0586 5.37109 84.5703 5.37109C84.2285 5.37109 83.8867 5.22461 83.4961 4.83398L58.3984-17.8223C56.9824-19.1406 55.6641-19.5312 53.8574-19.5312ZM119.385-6.98242C122.07-5.27344 125.537-5.9082 127.393-8.54492C132.52-15.4297 135.693-25.0488 135.693-35.2539C135.693-45.459 132.52-55.0293 127.393-62.0117C125.537-64.6484 122.07-65.2832 119.385-63.4766C116.406-61.5723 115.771-57.9102 118.213-54.248C121.826-49.0234 123.779-42.4316 123.779-35.2539C123.779-28.0762 121.777-21.5332 118.213-16.3086C115.82-12.5977 116.406-8.98438 119.385-6.98242Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1655.95 1556)">
<path d="M31.8848-9.32617L50.0977-9.32617C50.7324-9.32617 51.2695-9.13086 51.709-8.69141L79.9316 16.5039C82.8125 19.1406 85.1562 20.4102 88.1836 20.4102C92.4316 20.4102 95.5566 17.2363 95.5566 12.9883L95.5566-83.1543C95.5566-87.4023 92.4316-90.8691 88.0859-90.8691C85.1074-90.8691 83.0566-89.4531 79.9316-86.6699L51.709-61.4746C51.2207-61.084 50.7324-60.9375 50.0977-60.9375L31.8848-60.9375C23.3398-60.9375 19.043-56.4453 19.043-47.4609L19.043-22.7051C19.043-13.6719 23.3398-9.32617 31.8848-9.32617ZM141.943 9.08203C144.385 10.6445 147.412 10.0586 149.121 7.56836C157.324-3.75977 162.158-19.3359 162.158-35.2539C162.158-51.2207 157.373-66.8457 149.121-78.125C147.412-80.6152 144.385-81.2012 141.943-79.5898C139.355-77.9785 138.965-74.7559 140.869-71.9238C147.852-61.9629 151.807-48.9258 151.807-35.2539C151.807-21.6309 147.754-8.64258 140.869 1.41602C139.014 4.24805 139.355 7.42188 141.943 9.08203ZM32.7637-18.9941C30.4199-18.9941 29.3945-20.0684 29.3945-22.3633L29.3945-47.8027C29.3945-50.1465 30.4199-51.2207 32.7637-51.2207L52.4902-51.2207C54.248-51.2207 55.5176-51.5137 56.9824-52.8809L83.1543-76.7578C83.4961-77.0508 83.8379-77.2949 84.3262-77.2949C84.8145-77.2949 85.2051-76.9531 85.2051-76.3184L85.2051 5.85938C85.2051 6.49414 84.8145 6.88477 84.3262 6.88477C83.9355 6.88477 83.5938 6.68945 83.2031 6.29883L56.9824-17.334C55.5176-18.6035 54.248-18.9941 52.4902-18.9941ZM117.725-7.71484C120.068-6.20117 123.096-6.73828 124.805-9.13086C129.785-15.7715 132.861-25.2441 132.861-35.2539C132.861-45.3125 129.785-54.7363 124.805-61.4258C123.096-63.8184 120.068-64.3555 117.725-62.793C115.137-61.0352 114.6-57.8125 116.699-54.7852C120.508-49.4629 122.51-42.6758 122.51-35.2539C122.51-27.832 120.459-21.1426 116.699-15.7715C114.648-12.6953 115.137-9.52148 117.725-7.71484Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1362.08 1556)">
<path d="M30.2734-10.4492L48.7305-10.4492C49.3652-10.4492 49.9512-10.2051 50.4395-9.76562L79.3945 16.0645C81.9824 18.4082 84.1309 19.6289 86.8652 19.6289C90.5762 19.6289 93.2617 16.8457 93.2617 13.1348L93.2617-83.3008C93.2617-87.0117 90.5762-90.0879 86.7676-90.0879C84.0332-90.0879 82.2266-88.7207 79.3945-86.2305L50.4395-60.3516C49.9512-59.9121 49.3652-59.7656 48.7305-59.7656L30.2734-59.7656C22.4121-59.7656 18.5547-55.7617 18.5547-47.4609L18.5547-22.6562C18.5547-14.3066 22.4121-10.4492 30.2734-10.4492ZM30.6152-18.3105C28.0273-18.3105 26.9531-19.4336 26.9531-22.0215L26.9531-48.1445C26.9531-50.7324 28.0273-51.8555 30.6152-51.8555L50.6836-51.8555C52.3926-51.8555 53.6621-52.1484 55.127-53.4668L82.7637-78.6621C83.1543-79.0039 83.4961-79.2969 83.9844-79.2969C84.4727-79.2969 84.8633-78.9062 84.8633-78.3203L84.8633 7.8125C84.8633 8.44727 84.4727 8.78906 83.9844 8.78906C83.6426 8.78906 83.252 8.64258 82.8125 8.20312L55.127-16.6504C53.6621-17.9688 52.3926-18.3105 50.6836-18.3105ZM138.135 7.8125C140.137 9.17969 142.627 8.74023 144.043 6.68945C152.148-4.24805 156.982-19.6289 156.982-35.2539C156.982-50.9277 152.197-66.4062 144.043-77.1973C142.627-79.248 140.137-79.7363 138.135-78.3691C136.182-77.002 135.84-74.5117 137.402-72.2656C144.58-62.3047 148.633-49.0723 148.633-35.2539C148.633-21.4355 144.482-8.25195 137.402 1.75781C135.889 3.95508 136.182 6.49414 138.135 7.8125ZM115.576-8.64258C117.432-7.37305 119.971-7.8125 121.387-9.86328C126.221-16.2109 129.248-25.4395 129.248-35.2539C129.248-45.1172 126.221-54.2969 121.387-60.6934C119.971-62.7441 117.432-63.1348 115.576-61.8652C113.428-60.3516 113.086-57.7148 114.746-55.4688C118.75-50 120.898-43.0176 120.898-35.2539C120.898-27.5391 118.701-20.6055 114.746-15.0391C113.135-12.793 113.428-10.2051 115.576-8.64258Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1067.76 1556)">
<path d="M27.832-11.5234L46.8262-11.5234C47.6562-11.5234 48.291-11.2793 48.877-10.7422L78.4668 15.625C80.5176 17.4805 82.4219 18.5547 84.7656 18.5547C88.0371 18.5547 90.1855 16.1621 90.1855 12.9883L90.1855-83.252C90.1855-86.4746 88.0371-89.1113 84.668-89.1113C82.373-89.1113 80.7129-87.8906 78.4668-85.8887L48.877-59.2285C48.291-58.6914 47.6562-58.5449 46.8262-58.5449L27.832-58.5449C20.9473-58.5449 17.627-55.0293 17.627-47.9004L17.627-22.0703C17.627-14.8926 20.9961-11.5234 27.832-11.5234ZM28.0762-17.627C25.1953-17.627 24.0723-18.7988 24.0723-21.6797L24.0723-48.291C24.0723-51.2207 25.1953-52.3926 28.0762-52.3926L48.0469-52.3926C49.8535-52.3926 51.123-52.6367 52.6367-54.0527L81.3477-80.2734C81.7871-80.6641 82.1777-81.0059 82.7148-81.0059C83.3008-81.0059 83.6914-80.6641 83.6914-79.9805L83.6914 9.375C83.6914 10.1074 83.3008 10.498 82.7637 10.498C82.373 10.498 81.9824 10.3516 81.3965 9.81445L52.6367-15.9668C51.1719-17.2852 49.8535-17.627 48.0469-17.627ZM135.449 7.61719C137.012 8.64258 138.867 8.30078 139.99 6.73828C148.096-3.95508 153.125-19.4824 153.125-35.2539C153.125-51.0742 148.096-66.6504 139.99-77.2949C138.867-78.8574 137.012-79.1992 135.449-78.125C133.887-77.0996 133.691-75.1465 134.912-73.4375C142.48-63.1348 146.68-49.6094 146.68-35.2539C146.68-20.9473 142.383-7.42188 134.912 2.92969C133.691 4.63867 133.887 6.54297 135.449 7.61719ZM113.965-8.98438C115.43-7.95898 117.334-8.30078 118.457-9.86328C123.291-16.1621 126.465-25.1465 126.465-35.2539C126.465-45.3613 123.291-54.3457 118.457-60.6934C117.334-62.2559 115.43-62.5488 113.965-61.5234C112.354-60.4004 112.061-58.3496 113.379-56.6406C117.773-50.5371 120.02-43.6035 120.02-35.2539C120.02-26.9531 117.773-20.0195 113.379-13.916C112.109-12.1582 112.354-10.1562 113.965-8.98438Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 774.22 1556)">
<path d="M24.6582-12.9883L44.3359-12.9883C45.4102-12.9883 46.0938-12.6953 46.7773-12.0605L77.2949 14.9902C78.6133 16.2598 80.127 17.1875 81.9824 17.1875C84.6191 17.1875 86.084 15.2344 86.084 12.7441L86.084-83.2031C86.084-85.7422 84.6191-87.793 81.9336-87.793C80.127-87.793 78.7109-86.7188 77.2949-85.498L46.7773-57.7148C46.0938-57.0801 45.4102-56.9336 44.3359-56.9336L24.6582-56.9336C18.9941-56.9336 16.4062-54.1016 16.4062-48.4863L16.4062-21.3379C16.4062-15.625 19.0918-12.9883 24.6582-12.9883ZM24.707-16.748C21.4355-16.748 20.3125-17.9688 20.3125-21.2402L20.3125-48.5352C20.3125-51.9043 21.4355-53.0762 24.707-53.0762L44.5312-53.0762C46.4844-53.0762 47.7539-53.3203 49.3164-54.7852L79.4922-82.373C80.0293-82.8613 80.4199-83.3008 81.1035-83.3008C81.7383-83.3008 82.1777-82.9102 82.1777-82.1289L82.1777 11.4746C82.1777 12.3047 81.7383 12.6953 81.1523 12.6953C80.7129 12.6953 80.3223 12.5488 79.541 11.8652L49.3164-15.0879C47.8516-16.3574 46.4844-16.748 44.5312-16.748ZM131.885 7.27539C132.861 7.95898 133.936 7.76367 134.619 6.83594C142.725-3.61328 147.998-19.2871 147.998-35.2539C147.998-51.2207 142.725-66.9434 134.619-77.3926C133.936-78.2715 132.861-78.4668 131.885-77.832C130.908-77.1484 130.811-76.0742 131.592-75C139.648-64.2578 144.092-50.293 144.092-35.2539C144.092-20.2637 139.648-6.29883 131.592 4.44336C130.811 5.51758 130.908 6.5918 131.885 7.27539ZM111.816-9.42383C112.744-8.78906 113.867-8.93555 114.551-9.86328C119.336-16.0645 122.754-24.8047 122.754-35.2539C122.754-45.7031 119.336-54.4434 114.551-60.6934C113.867-61.5723 112.744-61.7676 111.816-61.1328C110.889-60.4492 110.693-59.2285 111.475-58.2031C116.504-51.3184 118.848-44.3848 118.848-35.2539C118.848-26.1719 116.504-19.2383 111.475-12.3535C110.742-11.2793 110.889-10.1074 111.816-9.42383Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 479.145 1556)">
<path d="M22.998-13.7695L43.0664-13.7695C44.2383-13.7695 44.9707-13.4277 45.752-12.7441L76.6602 14.6973C77.6367 15.6738 78.9551 16.5039 80.5176 16.5039C82.8613 16.5039 83.9844 14.7461 83.9844 12.5977L83.9844-83.2031C83.9844-85.3516 82.8613-87.1582 80.5664-87.1582C79.0039-87.1582 77.6855-86.1328 76.6602-85.2539L45.752-56.9336C44.9707-56.25 44.2383-56.1035 43.0664-56.1035L22.998-56.1035C18.0176-56.1035 15.7715-53.6133 15.7715-48.7793L15.7715-20.9473C15.7715-15.9668 18.1152-13.7695 22.998-13.7695ZM22.9492-16.3086C19.4824-16.3086 18.3594-17.5293 18.3594-20.9961L18.3594-48.6816C18.3594-52.2461 19.4824-53.4668 22.9492-53.4668L42.7246-53.4668C44.7754-53.4668 46.0449-53.7109 47.6074-55.1758L78.5156-83.4961C79.1016-83.9844 79.4922-84.4727 80.2734-84.4727C80.9082-84.4727 81.3965-84.082 81.3965-83.252L81.3965 12.5488C81.3965 13.4277 80.9082 13.8672 80.3223 13.8672C79.834 13.8672 79.4434 13.6719 78.6133 12.9395L47.6074-14.5996C46.1426-15.918 44.7754-16.3086 42.7246-16.3086ZM130.029 7.12891C130.713 7.56836 131.396 7.4707 131.836 6.88477C139.99-3.41797 145.361-19.2383 145.361-35.2539C145.361-51.3184 139.99-67.0898 131.836-77.4414C131.396-77.9785 130.713-78.125 130.029-77.6367C129.395-77.1973 129.346-76.5137 129.883-75.7812C138.184-64.7949 142.773-50.6348 142.773-35.2539C142.773-19.9219 138.232-5.71289 129.883 5.22461C129.346 5.95703 129.395 6.64062 130.029 7.12891ZM110.693-9.66797C111.377-9.17969 112.061-9.27734 112.549-9.86328C117.334-16.0156 120.85-24.6582 120.85-35.2539C120.85-45.8984 117.334-54.4922 112.549-60.6934C112.061-61.2305 111.377-61.377 110.693-60.8887C110.156-60.4492 110.01-59.7168 110.547-58.9844C115.82-51.709 118.262-44.7754 118.262-35.2539C118.262-25.7324 115.82-18.8477 110.547-11.5723C110.01-10.8398 110.156-10.1074 110.693-9.66797Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2849.49 1126)">
<path d="M32.0312-9.76562L45.2148-9.76562C45.4102-9.76562 45.6055-9.76562 45.8496-9.52148L64.3555 6.98242C67.8711 10.1074 70.5566 11.5723 74.2676 11.5723C80.0293 11.5723 84.5215 7.08008 84.5215 1.31836L84.5215-71.6797C84.5215-77.4902 80.0293-81.9336 74.2676-81.9336C70.8008-81.9336 67.9688-80.6152 64.3555-77.3926L45.8496-60.9375C45.5566-60.6934 45.4102-60.5957 45.2148-60.5957L32.0312-60.5957C22.2656-60.5957 16.8457-54.8828 16.8457-44.8242L16.8457-25.5859C16.8457-15.4785 22.2656-9.76562 32.0312-9.76562ZM128.516 5.56641C132.666 7.8125 137.695 6.78711 140.234 2.7832C147.168-8.25195 150.977-21.3379 150.977-35.2539C150.977-49.2188 147.168-62.2559 140.234-73.291C137.695-77.3438 132.666-78.3203 128.516-76.0742C123.633-73.4375 123.145-67.6758 126.221-62.4512C130.811-54.4922 133.447-45.166 133.447-35.2539C133.447-25.3418 130.811-16.0156 126.221-8.10547C123.145-2.83203 123.633 2.88086 128.516 5.56641ZM101.758-9.13086C105.859-6.68945 110.693-7.71484 113.086-11.0352C117.92-17.8711 120.752-26.2207 120.752-35.2539C120.752-44.2871 117.92-52.6367 113.086-59.5703C110.693-62.8418 105.859-63.8184 101.758-61.377C97.4609-58.8379 96.3379-53.7598 100-47.3145C102.051-43.75 103.174-39.5996 103.174-35.2539C103.174-30.9082 102.051-26.7578 100-23.2422C96.3379-16.748 97.4609-11.6699 101.758-9.13086ZM35.3516-25.9277C34.668-25.9277 34.1797-26.4648 34.1797-27.0508L34.1797-43.3105C34.1797-43.9453 34.668-44.4824 35.3516-44.4824L48.7305-44.4824C50.3906-44.4824 51.5137-44.873 52.6367-45.8984L65.7227-58.0566C65.918-58.252 66.1621-58.3008 66.4062-58.3008C66.8457-58.3008 67.1875-58.0078 67.1875-57.4707L67.1875-12.8418C67.1875-12.3535 66.8457-11.9629 66.4062-11.9629C66.1621-11.9629 65.918-12.1094 65.7227-12.3047L52.6367-24.4629C51.5137-25.5371 50.3906-25.9277 48.7305-25.9277Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2556.22 1126)">
<path d="M30.3223-11.084L43.7012-11.084C43.9453-11.084 44.1895-11.084 44.4824-10.791L63.8184 6.44531C67.041 9.32617 69.5312 10.6934 72.9004 10.6934C78.0762 10.6934 82.0312 6.73828 82.0312 1.5625L82.0312-71.875C82.0312-77.0508 78.0762-81.1035 72.8516-81.1035C69.6777-81.1035 67.1875-79.834 63.8184-76.8066L44.4824-59.6191C44.1406-59.375 43.9453-59.2773 43.7012-59.2773L30.3223-59.2773C21.2891-59.2773 16.4062-54.1016 16.4062-44.7266L16.4062-25.6348C16.4062-16.2598 21.2891-11.084 30.3223-11.084ZM123.779 3.80859C127.393 5.85938 131.787 4.98047 134.033 1.46484C140.771-8.98438 144.58-21.7773 144.58-35.2539C144.58-48.7793 140.82-61.5723 134.033-71.9727C131.787-75.4883 127.393-76.3672 123.779-74.3652C119.678-72.0215 119.189-67.0898 121.875-62.6465C126.66-54.7852 129.395-45.2637 129.395-35.2539C129.395-25.2441 126.66-15.7227 121.875-7.91016C119.189-3.41797 119.678 1.51367 123.779 3.80859ZM99.1211-10.4004C102.637-8.25195 106.885-9.13086 109.033-12.1094C113.574-18.5059 116.26-26.6113 116.26-35.2539C116.26-43.8965 113.574-52.002 109.033-58.4473C106.885-61.4258 102.637-62.2559 99.1211-60.1074C95.3613-57.8613 94.4336-53.418 97.5586-47.998C99.8047-44.3359 101.025-39.8926 101.025-35.2539C101.025-30.6152 99.8047-26.1719 97.5586-22.5098C94.4336-17.0898 95.3613-12.6465 99.1211-10.4004ZM32.959-25.0977C31.9824-25.0977 31.4453-25.7324 31.4453-26.6113L31.4453-43.75C31.4453-44.6289 31.9824-45.2637 32.959-45.2637L46.875-45.2637C48.3887-45.2637 49.5117-45.6055 50.6348-46.6797L65.5273-60.4004C65.7715-60.5957 66.0156-60.6934 66.2598-60.6934C66.6992-60.6934 66.9922-60.3516 66.9922-59.9121L66.9922-10.4492C66.9922-9.96094 66.6992-9.61914 66.2598-9.61914C66.0156-9.61914 65.7715-9.76562 65.5273-9.96094L50.6348-23.7305C49.5117-24.7559 48.3887-25.0977 46.875-25.0977Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2263.34 1126)">
<path d="M28.418-12.5977L42.041-12.5977C42.334-12.5977 42.627-12.5 42.9199-12.207L63.1836 5.85938C66.1133 8.49609 68.3594 9.7168 71.3867 9.7168C75.8301 9.7168 79.248 6.29883 79.248 1.85547L79.248-72.1191C79.248-76.5625 75.8301-80.127 71.3379-80.127C68.457-80.127 66.2598-78.9062 63.1836-76.1719L42.9199-58.1543C42.5781-57.8613 42.334-57.7637 42.041-57.7637L28.418-57.7637C20.2148-57.7637 15.8691-53.2227 15.8691-44.6289L15.8691-25.6836C15.8691-17.0898 20.2148-12.5977 28.418-12.5977ZM118.555 1.9043C121.533 3.66211 125.146 2.92969 127.1 0C133.691-9.81445 137.402-22.2656 137.402-35.2539C137.402-48.2422 133.691-60.7422 127.1-70.5078C125.146-73.4375 121.533-74.1699 118.555-72.4121C115.234-70.5078 114.795-66.5039 117.09-62.8418C122.021-55.127 124.854-45.4102 124.854-35.2539C124.854-25.0977 121.973-15.4297 117.09-7.66602C114.844-4.05273 115.234 0 118.555 1.9043ZM30.2734-24.2188C29.0039-24.2188 28.3691-24.9023 28.3691-26.123L28.3691-44.2383C28.3691-45.459 29.0039-46.1426 30.2734-46.1426L44.7754-46.1426C46.2402-46.1426 47.2656-46.4355 48.3887-47.5098L65.332-62.9883C65.5762-63.2324 65.8203-63.3301 66.1133-63.3301C66.5039-63.3301 66.7969-63.0371 66.7969-62.5977L66.7969-7.8125C66.7969-7.32422 66.5039-7.03125 66.1133-7.03125C65.8203-7.03125 65.5762-7.12891 65.332-7.37305L48.3887-22.8516C47.2656-23.877 46.2402-24.2188 44.7754-24.2188ZM96.1426-11.8164C99.0234-10.0098 102.588-10.6934 104.443-13.2812C108.691-19.1895 111.23-27.002 111.23-35.2539C111.23-43.5059 108.691-51.3184 104.443-57.2754C102.588-59.8145 99.0234-60.498 96.1426-58.6914C93.0176-56.7871 92.2852-53.0273 94.873-48.7793C97.3145-45.0195 98.6816-40.2832 98.6816-35.2539C98.6816-30.2734 97.3145-25.4883 94.873-21.7285C92.2852-17.4805 93.0176-13.7695 96.1426-11.8164Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1969.27 1126)">
<path d="M27.0996-13.623L40.8691-13.623C41.2109-13.623 41.5527-13.4766 41.8457-13.2324L62.7441 5.46875C65.4785 7.91016 67.5781 9.0332 70.3125 9.0332C74.3164 9.0332 77.3438 6.05469 77.3438 2.05078L77.3438-72.2656C77.3438-76.2695 74.3164-79.4434 70.2637-79.4434C67.5781-79.4434 65.6738-78.2715 62.7441-75.6836L41.8457-57.1289C41.5039-56.8359 41.2109-56.7383 40.8691-56.7383L27.0996-56.7383C19.4824-56.7383 15.5273-52.6367 15.5273-44.5801L15.5273-25.7324C15.5273-17.6758 19.4824-13.623 27.0996-13.623ZM114.941 0.585938C117.48 2.14844 120.605 1.51367 122.314-1.02539C128.76-10.4004 132.471-22.6074 132.471-35.2539C132.471-47.9004 128.809-60.2051 122.314-69.4824C120.605-72.0703 117.48-72.6562 114.941-71.0938C112.158-69.4336 111.768-66.0645 113.721-63.0371C118.848-55.3711 121.729-45.5078 121.729-35.2539C121.729-25 118.75-15.1855 113.721-7.51953C111.816-4.49219 112.158-1.07422 114.941 0.585938ZM28.418-23.584C26.9531-23.584 26.2207-24.3164 26.2207-25.7812L26.2207-44.5312C26.2207-45.9961 26.9531-46.7285 28.418-46.7285L43.3105-46.7285C44.7266-46.7285 45.7031-47.0215 46.8262-48.0469L65.1855-64.7949C65.4297-65.0391 65.6738-65.1855 65.9668-65.1855C66.3574-65.1855 66.6504-64.8926 66.6504-64.4531L66.6504-5.95703C66.6504-5.51758 66.3574-5.22461 65.9668-5.22461C65.7227-5.22461 65.4785-5.32227 65.1855-5.56641L46.8262-22.2656C45.7031-23.291 44.7266-23.584 43.3105-23.584ZM94.0918-12.7441C96.5332-11.2305 99.6094-11.7676 101.27-14.1113C105.371-19.6777 107.764-27.2949 107.764-35.2539C107.764-43.2129 105.371-50.8301 101.27-56.3965C99.6094-58.7402 96.5332-59.3262 94.0918-57.7148C91.3574-56.0059 90.7715-52.7344 93.0176-49.3164C95.6055-45.5078 97.0215-40.5273 97.0215-35.2539C97.0215-30.0293 95.5566-25.0488 93.0176-21.1914C90.8203-17.7734 91.3574-14.502 94.0918-12.7441Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1674.56 1126)">
<path d="M26.123-14.3555L39.9414-14.3555C40.332-14.3555 40.7227-14.2578 41.0156-13.9648L62.4512 5.17578C64.9902 7.4707 66.9434 8.54492 69.5312 8.54492C73.1445 8.54492 75.8789 5.81055 75.8789 2.19727L75.8789-72.3633C75.8789-76.0254 73.1445-78.9551 69.4336-78.9551C66.9434-78.9551 65.1855-77.832 62.4512-75.3418L41.0156-56.3477C40.7227-56.0547 40.332-55.957 39.9414-55.957L26.123-55.957C18.8965-55.957 15.2344-52.1484 15.2344-44.5312L15.2344-25.7812C15.2344-18.1152 18.9453-14.3555 26.123-14.3555ZM112.158-0.390625C114.404 0.976562 117.139 0.488281 118.701-1.80664C125.049-10.791 128.76-22.8516 128.76-35.2539C128.76-47.6562 125.098-59.7656 118.701-68.7012C117.139-70.9961 114.404-71.5332 112.158-70.1172C109.814-68.6523 109.473-65.7227 111.23-63.1348C116.406-55.5176 119.385-45.6055 119.385-35.2539C119.385-24.9512 116.357-15.0391 111.23-7.37305C109.521-4.78516 109.814-1.9043 112.158-0.390625ZM27.002-23.0957C25.3906-23.0957 24.6094-23.877 24.6094-25.4883L24.6094-44.7754C24.6094-46.4355 25.3906-47.2168 27.002-47.2168L42.2363-47.2168C43.5547-47.2168 44.5312-47.4609 45.6543-48.4863L65.0879-66.2109C65.332-66.4062 65.5762-66.5527 65.8691-66.5527C66.2598-66.5527 66.5527-66.3086 66.5527-65.8691L66.5527-4.58984C66.5527-4.10156 66.2598-3.85742 65.918-3.85742C65.625-3.85742 65.3809-3.95508 65.0879-4.19922L45.6543-21.8262C44.5312-22.8516 43.5547-23.0957 42.2363-23.0957ZM92.5293-13.4766C94.6289-12.1094 97.3633-12.5977 98.877-14.7461C102.832-20.0195 105.176-27.4902 105.176-35.2539C105.176-43.0176 102.832-50.4395 98.877-55.7617C97.3633-57.9102 94.6289-58.3984 92.5293-56.9824C90.1367-55.4199 89.6484-52.5391 91.6016-49.707C94.2871-45.8496 95.8008-40.6738 95.8008-35.2539C95.8008-29.834 94.2383-24.707 91.6016-20.8008C89.6973-17.9688 90.1367-15.0879 92.5293-13.4766Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1380.46 1126)">
<path d="M24.8047-15.3809L38.8184-15.3809C39.2578-15.3809 39.6484-15.2344 39.9902-14.9414L62.0117 4.78516C64.3555 6.88477 66.1621 7.86133 68.5059 7.86133C71.6309 7.86133 74.0234 5.56641 74.0234 2.39258L74.0234-72.5098C74.0234-75.6836 71.6309-78.2715 68.4082-78.2715C66.0645-78.2715 64.5508-77.1973 62.0117-74.9023L39.9902-55.3711C39.6484-55.0781 39.2578-54.9316 38.8184-54.9316L24.8047-54.9316C18.1641-54.9316 14.8926-51.5625 14.8926-44.4824L14.8926-25.7812C14.8926-18.7012 18.2129-15.3809 24.8047-15.3809ZM108.594-1.70898C110.4-0.488281 112.646-0.927734 113.965-2.7832C120.215-11.377 123.877-23.1934 123.877-35.2539C123.877-47.3145 120.264-59.2285 113.965-67.7246C112.646-69.5801 110.4-70.0195 108.594-68.7988C106.787-67.5781 106.494-65.2832 107.91-63.2812C113.232-55.7617 116.309-45.6543 116.309-35.2539C116.309-24.8535 113.135-14.8438 107.91-7.22656C106.543-5.22461 106.787-2.92969 108.594-1.70898ZM25.1465-22.5098C23.3398-22.5098 22.5098-23.3398 22.5098-25.1465L22.5098-45.1172C22.5098-46.9727 23.3398-47.8027 25.1465-47.8027L40.7715-47.8027C42.041-47.8027 43.0176-48.0469 44.1406-49.0723L64.9414-67.9688C65.1855-68.2129 65.4297-68.3594 65.7715-68.3594C66.1133-68.3594 66.4062-68.1152 66.4062-67.6758L66.4062-2.7832C66.4062-2.34375 66.1133-2.05078 65.7715-2.05078C65.5273-2.05078 65.2344-2.19727 64.9414-2.44141L44.1406-21.2402C43.0176-22.2168 42.041-22.5098 40.7715-22.5098ZM90.5273-14.4531C92.1387-13.3301 94.4336-13.6719 95.752-15.5762C99.5117-20.5078 101.758-27.7832 101.758-35.2539C101.758-42.7246 99.5117-49.9512 95.752-54.9316C94.4336-56.8359 92.1387-57.2266 90.5273-56.0547C88.5254-54.6875 88.2324-52.2461 89.7461-50.2441C92.5781-46.3379 94.1895-40.918 94.1895-35.2539C94.1895-29.5898 92.5293-24.2188 89.7461-20.2637C88.2812-18.2129 88.5254-15.8691 90.5273-14.4531Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1085.9 1126)">
<path d="M22.6562-16.3574L37.1094-16.3574C37.6953-16.3574 38.1836-16.2109 38.5742-15.8203L61.2305 4.39453C63.0859 6.05469 64.6484 6.93359 66.6016 6.93359C69.3359 6.93359 71.2402 4.93164 71.2402 2.19727L71.2402-72.4609C71.2402-75.1953 69.3359-77.4414 66.5527-77.4414C64.5508-77.4414 63.2324-76.416 61.2305-74.6582L38.5742-54.3457C38.1836-53.9551 37.6953-53.8574 37.1094-53.8574L22.6562-53.8574C16.8945-53.8574 14.0625-50.9277 14.0625-44.873L14.0625-25.293C14.0625-19.1895 16.8945-16.3574 22.6562-16.3574ZM22.9004-21.875C20.8008-21.875 19.9707-22.7539 19.9707-24.8535L19.9707-45.2637C19.9707-47.4121 20.8008-48.291 22.9004-48.291L38.4277-48.291C39.7949-48.291 40.7715-48.4863 41.8945-49.5605L63.6719-69.4336C64.0137-69.6777 64.2578-69.9219 64.6484-69.9219C65.0879-69.9219 65.3809-69.6777 65.3809-69.1406L65.3809-1.36719C65.3809-0.830078 65.0879-0.537109 64.6973-0.537109C64.4043-0.537109 64.1113-0.683594 63.7207-1.02539L41.8945-20.6055C40.7715-21.6309 39.7949-21.875 38.4277-21.875ZM106.201-1.95312C107.568-0.976562 109.277-1.31836 110.303-2.73438C116.553-11.1328 120.41-23.0957 120.41-35.2539C120.41-47.4609 116.602-59.4727 110.303-67.7734C109.277-69.2383 107.568-69.5312 106.201-68.6035C104.785-67.627 104.541-65.8691 105.664-64.3066C111.328-56.4941 114.551-46.1426 114.551-35.2539C114.551-24.3652 111.279-14.0625 105.664-6.20117C104.59-4.63867 104.785-2.88086 106.201-1.95312ZM89.0625-14.7461C90.332-13.8672 92.0898-14.1113 93.1152-15.5762C96.875-20.459 99.2676-27.5391 99.2676-35.2539C99.2676-42.9688 96.875-50.0488 93.1152-54.9316C92.0898-56.3965 90.332-56.6895 89.0625-55.7617C87.5488-54.6875 87.3047-52.8809 88.4766-51.3184C91.748-46.875 93.4082-41.4551 93.4082-35.2539C93.4082-29.0527 91.6992-23.6816 88.4766-19.2383C87.3535-17.627 87.5488-15.8203 89.0625-14.7461Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 792.018 1126)">
<path d="M19.8242-17.6758L34.9121-17.6758C35.6934-17.6758 36.2305-17.4805 36.7188-16.9922L60.1562 3.80859C61.3281 4.93164 62.5977 5.71289 64.1602 5.71289C66.3086 5.71289 67.627 4.10156 67.627 2.00195L67.627-72.4121C67.627-74.5117 66.3086-76.2695 64.1113-76.2695C62.5977-76.2695 61.4258-75.3906 60.1562-74.2676L36.7188-52.9785C36.2305-52.5391 35.6934-52.3926 34.9121-52.3926L19.8242-52.3926C15.1855-52.3926 12.9883-50.0488 12.9883-45.3613L12.9883-24.6094C12.9883-19.873 15.2344-17.6758 19.8242-17.6758ZM19.873-21.0938C17.4316-21.0938 16.5527-22.0215 16.5527-24.4629L16.5527-45.5078C16.5527-47.998 17.4316-48.9258 19.873-48.9258L35.3027-48.9258C36.7676-48.9258 37.7441-49.1211 38.916-50.2441L62.0117-71.3379C62.4023-71.6797 62.6953-72.0215 63.2324-72.0215C63.6719-72.0215 64.0137-71.6797 64.0137-71.0938L64.0137 0.488281C64.0137 1.12305 63.6719 1.46484 63.2812 1.46484C62.8906 1.46484 62.5977 1.31836 62.0605 0.830078L38.916-19.8242C37.793-20.8008 36.7676-21.0938 35.3027-21.0938ZM102.979-2.19727C103.857-1.61133 104.883-1.80664 105.469-2.63672C111.768-10.791 115.82-22.9492 115.82-35.2539C115.82-47.6074 111.768-59.7656 105.469-67.8711C104.883-68.7012 103.857-68.8965 102.979-68.3105C102.1-67.7246 102.002-66.6504 102.686-65.7227C108.838-57.4707 112.207-46.7285 112.207-35.2539C112.207-23.7793 108.789-13.0371 102.686-4.83398C102.002-3.85742 102.1-2.83203 102.979-2.19727ZM87.1582-15.1367C87.9883-14.5508 89.0137-14.7461 89.6484-15.5762C93.3594-20.4102 95.9473-27.2461 95.9473-35.2539C95.9473-43.2617 93.3594-50.0977 89.6484-54.9316C89.0137-55.8105 87.9883-55.957 87.1582-55.3711C86.2793-54.7363 86.1328-53.6621 86.8164-52.6855C90.5762-47.5098 92.3828-42.1387 92.3828-35.2539C92.3828-28.3691 90.5762-22.998 86.8164-17.8223C86.1328-16.8457 86.2793-15.7715 87.1582-15.1367Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 496.772 1126)">
<path d="M18.3594-18.3594L33.7891-18.3594C34.668-18.3594 35.2051-18.1152 35.791-17.627L59.6191 3.56445C60.4492 4.39453 61.5723 5.07812 62.8418 5.07812C64.7949 5.07812 65.7227 3.66211 65.7227 1.85547L65.7227-72.4121C65.7227-74.1699 64.7949-75.6836 62.8906-75.6836C61.5723-75.6836 60.5469-74.8535 59.6191-74.0723L35.791-52.2949C35.2051-51.7578 34.668-51.6602 33.7891-51.6602L18.3594-51.6602C14.3066-51.6602 12.4512-49.6094 12.4512-45.6055L12.4512-24.2676C12.4512-20.2148 14.3555-18.3594 18.3594-18.3594ZM18.3594-20.7031C15.7227-20.7031 14.8438-21.6309 14.8438-24.2676L14.8438-45.6055C14.8438-48.291 15.7227-49.2676 18.3594-49.2676L33.6914-49.2676C35.2539-49.2676 36.2305-49.4141 37.4023-50.5371L61.1328-72.3145C61.5723-72.6562 61.9141-73.0469 62.4512-73.0469C62.9883-73.0469 63.3301-72.7539 63.3301-72.1191L63.3301 1.46484C63.3301 2.14844 62.9883 2.49023 62.5488 2.49023C62.1582 2.49023 61.8652 2.34375 61.2305 1.75781L37.4023-19.3848C36.2793-20.4102 35.2539-20.7031 33.6914-20.7031ZM101.367-2.34375C101.953-1.95312 102.588-2.05078 103.027-2.58789C109.326-10.6445 113.428-22.8516 113.428-35.2539C113.428-47.6562 109.326-59.9121 103.027-67.9199C102.588-68.457 101.953-68.5547 101.367-68.1641C100.732-67.7246 100.684-67.0898 101.172-66.4062C107.568-58.0078 111.035-47.0703 111.035-35.2539C111.035-23.4375 107.568-12.5488 101.172-4.10156C100.684-3.4668 100.732-2.7832 101.367-2.34375ZM86.1328-15.332C86.7676-14.8926 87.4023-15.0391 87.8418-15.5762C91.5527-20.3613 94.2383-27.0996 94.2383-35.2539C94.2383-43.457 91.5527-50.1465 87.8418-54.9316C87.4023-55.4688 86.7676-55.6152 86.1328-55.1758C85.6445-54.7852 85.498-54.0527 85.9863-53.3691C89.9902-47.9004 91.8457-42.5293 91.8457-35.2539C91.8457-27.9785 89.9902-22.6562 85.9863-17.1387C85.498-16.4551 85.6445-15.7715 86.1328-15.332Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2867.9 696)">
<path d="M25-15.3809L35.3516-15.3809C35.498-15.3809 35.6445-15.3809 35.8398-15.1855L50.3906-2.19727C53.125 0.244141 55.2246 1.36719 58.1055 1.36719C62.5977 1.36719 66.0645-2.09961 66.0645-6.5918L66.0645-63.8184C66.0645-68.3105 62.5977-71.7773 58.1055-71.7773C55.4199-71.7773 53.2227-70.752 50.3906-68.2129L35.8398-55.2734C35.5957-55.0781 35.498-55.0293 35.3516-55.0293L25-55.0293C17.3828-55.0293 13.1836-50.5859 13.1836-42.7246L13.1836-27.6855C13.1836-19.8242 17.3828-15.3809 25-15.3809ZM100.342-3.41797C103.564-1.66016 107.471-2.44141 109.424-5.56641C114.844-14.1602 117.822-24.3652 117.822-35.2539C117.822-46.1426 114.844-56.3477 109.424-64.9414C107.471-68.0664 103.564-68.8477 100.342-67.0898C96.582-65.0391 96.1914-60.5957 98.584-56.543C102.197-50.3418 104.248-43.0176 104.248-35.2539C104.248-27.4902 102.197-20.166 98.584-13.9648C96.1914-9.91211 96.582-5.46875 100.342-3.41797ZM79.541-14.8926C82.7148-12.9883 86.4746-13.7695 88.3301-16.3574C92.0898-21.6797 94.2871-28.2227 94.2871-35.2539C94.2871-42.2852 92.0898-48.8281 88.3301-54.1992C86.4746-56.7383 82.7148-57.5195 79.541-55.6152C76.2207-53.6621 75.3418-49.707 78.1738-44.7266C79.7852-41.9434 80.6641-38.6719 80.6641-35.2539C80.6641-31.8359 79.7852-28.5645 78.1738-25.7812C75.3418-20.8008 76.2207-16.8457 79.541-14.8926ZM27.5391-27.8809C27.002-27.8809 26.6113-28.3203 26.6113-28.8086L26.6113-41.6016C26.6113-42.0898 27.002-42.5293 27.5391-42.5293L38.0859-42.5293C39.3555-42.5293 40.2344-42.8223 41.1133-43.6523L51.5137-53.2715C51.6602-53.418 51.8555-53.4668 52.0508-53.4668C52.3926-53.4668 52.6367-53.2227 52.6367-52.832L52.6367-17.5293C52.6367-17.1387 52.3926-16.8457 52.0508-16.8457C51.8555-16.8457 51.6602-16.9434 51.5137-17.0898L41.1133-26.7578C40.2344-27.5879 39.3555-27.8809 38.0859-27.8809Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2573.58 696)">
<path d="M23.9258-16.2598L34.375-16.2598C34.5703-16.2598 34.7168-16.2598 34.9121-16.0645L50.0488-2.53906C52.6367-0.244141 54.5898 0.78125 57.2754 0.78125C61.3281 0.78125 64.4531-2.29492 64.4531-6.39648L64.4531-63.9648C64.4531-68.0176 61.3281-71.1914 57.2266-71.1914C54.7363-71.1914 52.7344-70.2148 50.0488-67.8223L34.9121-54.3945C34.7168-54.1992 34.5703-54.1016 34.375-54.1016L23.9258-54.1016C16.7969-54.1016 12.9395-50.0488 12.9395-42.627L12.9395-27.7832C12.9395-20.3613 16.7969-16.2598 23.9258-16.2598ZM97.0215-4.6875C99.8535-3.125 103.32-3.80859 105.078-6.5918C110.352-14.7461 113.281-24.707 113.281-35.2539C113.281-45.8008 110.352-55.7617 105.078-63.916C103.32-66.6992 99.8535-67.3828 97.0215-65.8203C93.75-63.9648 93.4082-60.1074 95.5078-56.5918C99.2188-50.4883 101.318-43.0664 101.318-35.2539C101.318-27.4414 99.2188-20.0195 95.5078-13.916C93.4082-10.4004 93.75-6.54297 97.0215-4.6875ZM77.6367-15.8203C80.4199-14.1113 83.7891-14.7949 85.498-17.1875C89.0625-22.168 91.1133-28.5156 91.1133-35.2539C91.1133-41.9922 89.0625-48.3398 85.498-53.3691C83.7891-55.7129 80.4199-56.3965 77.6367-54.6875C74.707-52.8809 73.9746-49.3652 76.4648-45.166C78.1738-42.334 79.1016-38.8672 79.1016-35.2539C79.1016-31.6406 78.1738-28.1738 76.4648-25.3418C73.9746-21.1426 74.707-17.627 77.6367-15.8203ZM25.9766-27.3438C25.2441-27.3438 24.8047-27.832 24.8047-28.5156L24.8047-41.8945C24.8047-42.5781 25.2441-43.0664 25.9766-43.0664L36.9141-43.0664C38.0859-43.0664 38.9648-43.3594 39.8438-44.1895L51.5137-54.8828C51.6602-55.0293 51.8555-55.127 52.0508-55.127C52.3926-55.127 52.5879-54.8828 52.5879-54.4922L52.5879-15.8691C52.5879-15.4785 52.3926-15.2344 52.0508-15.2344C51.8555-15.2344 51.6602-15.332 51.5137-15.4785L39.8438-26.2207C38.9648-27.0508 38.0859-27.3438 36.9141-27.3438Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2279.53 696)">
<path d="M22.7539-17.2852L33.3008-17.2852C33.4961-17.2852 33.6914-17.2363 33.9355-17.041L49.707-2.92969C52.0996-0.78125 53.9062 0.195312 56.3477 0.195312C59.9121 0.195312 62.6953-2.53906 62.6953-6.15234L62.6953-64.1113C62.6953-67.7246 59.9121-70.6055 56.2988-70.6055C53.9551-70.6055 52.2461-69.6289 49.707-67.334L33.9355-53.3691C33.6914-53.1738 33.4961-53.125 33.3008-53.125L22.7539-53.125C16.1133-53.125 12.6465-49.4629 12.6465-42.5293L12.6465-27.8809C12.6465-20.9473 16.1133-17.2852 22.7539-17.2852ZM93.2617-6.15234C95.7031-4.73633 98.6328-5.32227 100.195-7.71484C105.371-15.4297 108.252-25.0977 108.252-35.2539C108.252-45.4102 105.371-55.127 100.195-62.793C98.6328-65.1855 95.7031-65.7715 93.2617-64.3555C90.5762-62.793 90.2832-59.5215 92.0898-56.6406C95.8984-50.6348 98.0957-43.1152 98.0957-35.2539C98.0957-27.3926 95.8496-19.873 92.0898-13.8672C90.2832-10.9863 90.5762-7.71484 93.2617-6.15234ZM24.1699-26.709C23.2422-26.709 22.7539-27.2461 22.7539-28.1738L22.7539-42.2363C22.7539-43.1641 23.2422-43.7012 24.1699-43.7012L35.5957-43.7012C36.7188-43.7012 37.5-43.9453 38.3789-44.7266L51.5137-56.7383C51.6602-56.8848 51.8555-56.9336 52.0508-56.9336C52.3438-56.9336 52.5879-56.7383 52.5879-56.3965L52.5879-14.0137C52.5879-13.6719 52.3438-13.4277 52.0508-13.4277C51.8555-13.4277 51.6602-13.5254 51.5137-13.6719L38.3789-25.6836C37.5-26.4648 36.7188-26.709 35.5957-26.709ZM75.5859-16.8457C77.8809-15.3809 80.8105-15.9668 82.3242-18.1152C85.6445-22.7051 87.5977-28.8574 87.5977-35.2539C87.5977-41.6504 85.6445-47.8027 82.3242-52.4414C80.8105-54.541 77.8809-55.127 75.5859-53.6621C72.998-52.0508 72.4121-48.9746 74.5117-45.6055C76.3672-42.8223 77.3926-39.0625 77.3926-35.2539C77.3926-31.4453 76.3184-27.7344 74.5117-24.9023C72.4609-21.4844 72.998-18.457 75.5859-16.8457Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1984.67 696)">
<path d="M21.9238-17.9688L32.5195-17.9688C32.7637-17.9688 33.0078-17.9199 33.2031-17.7246L49.4141-3.22266C51.709-1.17188 53.418-0.244141 55.7129-0.244141C58.9355-0.244141 61.4746-2.68555 61.4746-5.95703L61.4746-64.2578C61.4746-67.5293 58.9355-70.166 55.6152-70.166C53.418-70.166 51.8555-69.1895 49.4141-67.041L33.2031-52.6855C33.0078-52.4902 32.7637-52.3926 32.5195-52.3926L21.9238-52.3926C15.6738-52.3926 12.4023-49.0723 12.4023-42.4316L12.4023-27.9785C12.4023-21.3379 15.6738-17.9688 21.9238-17.9688ZM90.7227-7.12891C92.8223-5.85938 95.459-6.34766 96.875-8.49609C101.904-15.8691 104.785-25.3906 104.785-35.2539C104.785-45.1172 101.953-54.6875 96.875-62.0117C95.459-64.1602 92.8223-64.6484 90.7227-63.3789C88.4277-61.9629 88.0859-59.1797 89.7461-56.6406C93.6035-50.7324 95.8496-43.1152 95.8496-35.2539C95.8496-27.3926 93.5547-19.7754 89.7461-13.8672C88.1348-11.3281 88.4277-8.54492 90.7227-7.12891ZM22.9492-26.2695C21.875-26.2695 21.3379-26.8555 21.3379-27.9297L21.3379-42.4805C21.3379-43.5547 21.875-44.0918 22.9492-44.0918L34.668-44.0918C35.7422-44.0918 36.5234-44.3359 37.4023-45.1172L51.5137-58.0078C51.6602-58.1543 51.8555-58.2031 52.0508-58.2031C52.3438-58.2031 52.5391-58.0078 52.5391-57.666L52.5391-12.6953C52.5391-12.4023 52.3438-12.1582 52.0508-12.1582C51.8555-12.1582 51.6602-12.2559 51.5137-12.4023L37.4023-25.2441C36.5234-26.0742 35.7422-26.2695 34.668-26.2695ZM74.1211-17.5781C76.123-16.2598 78.7109-16.748 80.127-18.7012C83.3008-23.0957 85.1562-29.1016 85.1562-35.2539C85.1562-41.4062 83.3008-47.4121 80.127-51.8066C78.7109-53.7598 76.123-54.248 74.1211-52.9297C71.8262-51.4648 71.3867-48.7305 73.1934-45.9473C75.1465-43.1152 76.2207-39.209 76.2207-35.2539C76.2207-31.2988 75.0977-27.3926 73.1934-24.5605C71.3867-21.7285 71.8262-19.043 74.1211-17.5781Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1689.35 696)">
<path d="M21.2891-18.5059L31.9824-18.5059C32.2266-18.5059 32.4707-18.4082 32.666-18.2129L49.2188-3.41797C51.416-1.46484 53.0762-0.585938 55.2246-0.585938C58.2031-0.585938 60.5469-2.83203 60.5469-5.85938L60.5469-64.3555C60.5469-67.3828 58.2031-69.8242 55.127-69.8242C53.0273-69.8242 51.6113-68.8965 49.2188-66.7969L32.666-52.1973C32.4707-51.9531 32.2266-51.9043 31.9824-51.9043L21.2891-51.9043C15.332-51.9043 12.2559-48.7305 12.2559-42.3828L12.2559-28.0273C12.2559-21.6309 15.332-18.5059 21.2891-18.5059ZM88.7695-7.91016C90.6738-6.68945 93.0176-7.12891 94.3359-9.08203C99.3164-16.2109 102.148-25.5859 102.148-35.2539C102.148-44.9219 99.3652-54.3945 94.3359-61.4258C93.0176-63.3789 90.6738-63.8184 88.7695-62.5977C86.7676-61.377 86.4746-58.8867 87.9395-56.6895C91.8945-50.8301 94.1406-43.1641 94.1406-35.2539C94.1406-27.3438 91.7969-19.7266 87.9395-13.8184C86.5234-11.6211 86.7676-9.13086 88.7695-7.91016ZM22.0215-25.9766C20.8496-25.9766 20.2637-26.5625 20.2637-27.7344L20.2637-42.6758C20.2637-43.8477 20.8496-44.4336 22.0215-44.4336L33.9844-44.4336C35.0098-44.4336 35.791-44.6289 36.6699-45.459L51.5137-58.9355C51.6602-59.082 51.8555-59.1797 52.0508-59.1797C52.3438-59.1797 52.5391-58.9844 52.5391-58.6426L52.5391-11.7676C52.5391-11.4258 52.3438-11.2305 52.0508-11.2305C51.8555-11.2305 51.6602-11.3281 51.5137-11.4746L36.6699-24.9512C35.791-25.7324 35.0098-25.9766 33.9844-25.9766ZM72.998-18.1152C74.8047-16.9434 77.1484-17.334 78.4668-19.1895C81.543-23.3398 83.3008-29.2969 83.3008-35.2539C83.3008-41.2109 81.543-47.1191 78.4668-51.3184C77.1484-53.1738 74.8047-53.5645 72.998-52.3926C70.9473-51.0254 70.5566-48.5352 72.2168-46.1914C74.1699-43.3594 75.293-39.3066 75.293-35.2539C75.293-31.2012 74.1211-27.1973 72.2168-24.3164C70.6055-21.9238 70.9473-19.4824 72.998-18.1152Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1394.45 696)">
<path d="M20.5078-19.1895L31.2012-19.1895C31.4941-19.1895 31.7871-19.0918 31.9824-18.8965L48.9746-3.66211C51.0254-1.85547 52.5879-1.02539 54.5898-1.02539C57.2266-1.02539 59.3262-2.97852 59.3262-5.71289L59.3262-64.4531C59.3262-67.1387 57.2266-69.3848 54.4922-69.3848C52.4902-69.3848 51.2207-68.5059 48.9746-66.4551L31.9824-51.5137C31.7871-51.3184 31.4941-51.2207 31.2012-51.2207L20.5078-51.2207C14.8438-51.2207 12.0605-48.3398 12.0605-42.2852L12.0605-28.0762C12.0605-22.0703 14.8926-19.1895 20.5078-19.1895ZM86.2305-8.88672C87.8418-7.8125 89.8438-8.1543 91.0156-9.86328C95.8984-16.6504 98.7305-25.8789 98.7305-35.2539C98.7305-44.6289 95.9473-53.9551 91.0156-60.6445C89.8438-62.3535 87.8418-62.6953 86.2305-61.6211C84.6191-60.5469 84.3262-58.4961 85.5957-56.6895C89.6484-50.9277 91.9434-43.1641 91.9434-35.2539C91.9434-27.3438 89.5508-19.6289 85.5957-13.8184C84.375-12.0117 84.6191-9.96094 86.2305-8.88672ZM20.8008-25.5371C19.5312-25.5371 18.8477-26.1719 18.8477-27.4902L18.8477-42.9199C18.8477-44.1895 19.5312-44.873 20.8008-44.873L33.1055-44.873C34.0332-44.873 34.7656-45.0195 35.6445-45.8496L51.5137-60.2051C51.6602-60.3516 51.8555-60.4492 52.0508-60.4492C52.2949-60.4492 52.4902-60.2539 52.4902-59.9609L52.4902-10.498C52.4902-10.1562 52.2949-9.96094 52.0508-9.96094C51.8555-9.96094 51.6602-10.0586 51.5137-10.2539L35.6445-24.5605C34.7656-25.3418 34.0332-25.5371 33.1055-25.5371ZM71.582-18.7988C73.0469-17.8223 75.0977-18.1152 76.2695-19.8242C79.1992-23.7305 80.9082-29.4922 80.9082-35.2539C80.9082-41.0156 79.1992-46.7285 76.2695-50.6836C75.0977-52.3926 73.0469-52.6855 71.582-51.6602C69.8242-50.4395 69.5312-48.291 70.8984-46.4844C72.9492-43.7012 74.1211-39.4531 74.1211-35.2539C74.1211-31.0547 72.9004-26.8555 70.8984-24.0234C69.5801-22.168 69.8242-20.0684 71.582-18.7988Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1099.64 696)">
<path d="M18.6035-20.0684L29.7363-20.0684C30.127-20.0684 30.4688-19.9219 30.7617-19.6777L48.2422-4.05273C49.9023-2.58789 51.2207-1.85547 52.9297-1.85547C55.2246-1.85547 56.8848-3.51562 56.8848-5.85938L56.8848-64.4043C56.8848-66.6992 55.2246-68.6035 52.832-68.6035C51.1719-68.6035 50.0488-67.7734 48.2422-66.2109L30.7617-50.5859C30.4688-50.3418 30.127-50.2441 29.7363-50.2441L18.6035-50.2441C13.7207-50.2441 11.3281-47.7539 11.3281-42.627L11.3281-27.6367C11.3281-22.5098 13.7207-20.0684 18.6035-20.0684ZM84.082-9.08203C85.3516-8.20312 86.9141-8.49609 87.793-9.81445C92.7246-16.4551 95.6543-25.7812 95.6543-35.2539C95.6543-44.7266 92.7246-54.1504 87.793-60.6934C86.9141-62.0117 85.3516-62.3047 84.082-61.4258C82.8613-60.5957 82.666-59.0332 83.6426-57.6172C87.9395-51.6113 90.3809-43.6035 90.3809-35.2539C90.3809-26.9043 87.8906-18.9453 83.6426-12.8906C82.666-11.4746 82.8613-9.91211 84.082-9.08203ZM18.7988-25C17.2363-25 16.6016-25.6836 16.6016-27.2461L16.6016-43.0664C16.6016-44.6289 17.2363-45.2637 18.7988-45.2637L31.0059-45.2637C32.0312-45.2637 32.7637-45.459 33.6914-46.2891L50.3906-61.4746C50.5859-61.6699 50.7812-61.8164 51.0742-61.8164C51.3672-61.8164 51.6113-61.6211 51.6113-61.2305L51.6113-9.22852C51.6113-8.83789 51.3672-8.64258 51.0742-8.64258C50.8789-8.64258 50.6348-8.74023 50.3906-8.98438L33.6914-24.0234C32.8125-24.8047 32.0312-25 31.0059-25ZM70.3125-19.043C71.4355-18.2617 73.0469-18.5547 73.9258-19.8242C76.8555-23.6816 78.7109-29.2969 78.7109-35.2539C78.7109-41.2109 76.8555-46.7773 73.9258-50.6836C73.0469-51.9531 71.4355-52.2461 70.3125-51.416C68.9453-50.4883 68.75-48.8281 69.7754-47.4121C72.168-44.1406 73.4375-39.8926 73.4375-35.2539C73.4375-30.6152 72.168-26.416 69.7754-23.0957C68.75-21.6797 68.9453-20.0195 70.3125-19.043Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 805.446 696)">
<path d="M16.0645-21.2402L27.7344-21.2402C28.3203-21.2402 28.7109-21.0449 29.1016-20.7031L47.3145-4.54102C48.3887-3.51562 49.4141-2.92969 50.6836-2.92969C52.5391-2.92969 53.6621-4.24805 53.6621-6.00586L53.6621-64.4043C53.6621-66.1621 52.5391-67.5781 50.6836-67.5781C49.4141-67.5781 48.4375-66.8945 47.3145-65.8691L29.1016-49.4141C28.7109-49.0723 28.3203-48.9746 27.7344-48.9746L16.0645-48.9746C12.207-48.9746 10.3516-47.0215 10.3516-43.0664L10.3516-27.0508C10.3516-23.0469 12.207-21.2402 16.0645-21.2402ZM16.1133-24.3164C14.2578-24.3164 13.623-25.0488 13.623-26.9043L13.623-43.2129C13.623-45.1172 14.2578-45.8496 16.1133-45.8496L28.2227-45.8496C29.3457-45.8496 30.127-45.9961 31.0547-46.8262L48.877-63.1348C49.1699-63.3789 49.4141-63.623 49.8047-63.623C50.1465-63.623 50.3906-63.4277 50.3906-62.9883L50.3906-7.56836C50.3906-7.12891 50.1465-6.88477 49.8047-6.88477C49.5605-6.88477 49.3164-6.98242 48.9258-7.32422L31.0547-23.291C30.1758-24.0723 29.3457-24.3164 28.2227-24.3164ZM81.2988-9.32617C82.0801-8.78906 83.0078-8.93555 83.5449-9.7168C88.4766-16.1621 91.6016-25.6348 91.6016-35.2539C91.6016-44.873 88.4766-54.3945 83.5449-60.791C83.0078-61.5723 82.0801-61.7188 81.2988-61.1816C80.5176-60.6445 80.3711-59.7168 81.0059-58.8379C85.7422-52.4902 88.3789-44.1406 88.3789-35.2539C88.3789-26.3672 85.6934-18.0664 81.0059-11.6699C80.4199-10.791 80.5176-9.86328 81.2988-9.32617ZM68.6035-19.3848C69.3359-18.8965 70.3125-19.043 70.8496-19.8242C73.7793-23.6328 75.7812-29.0527 75.7812-35.2539C75.7812-41.4551 73.7793-46.875 70.8496-50.6836C70.3125-51.4648 69.3359-51.6113 68.6035-51.0742C67.8223-50.4883 67.6758-49.5117 68.3105-48.6328C71.1426-44.7266 72.5586-40.5273 72.5586-35.2539C72.5586-29.9805 71.1426-25.7812 68.3105-21.875C67.6758-20.9961 67.8223-20.0195 68.6035-19.3848Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 510.004 696)">
<path d="M14.7461-21.8262L26.7578-21.8262C27.3926-21.8262 27.832-21.6309 28.2715-21.2402L46.8262-4.78516C47.6074-4.05273 48.4863-3.4668 49.5605-3.4668C51.1719-3.4668 52.002-4.63867 52.002-6.15234L52.002-64.3555C52.002-65.8203 51.1719-67.041 49.5605-67.041C48.4863-67.041 47.6562-66.4062 46.8262-65.7227L28.2715-48.7793C27.832-48.3887 27.3926-48.291 26.7578-48.291L14.7461-48.291C11.4258-48.291 9.86328-46.6309 9.86328-43.3105L9.86328-26.709C9.86328-23.3887 11.4746-21.8262 14.7461-21.8262ZM14.7461-23.9746C12.7441-23.9746 12.0605-24.707 12.0605-26.709L12.0605-43.3594C12.0605-45.4102 12.7441-46.1426 14.7461-46.1426L26.8066-46.1426C27.9785-46.1426 28.7598-46.2891 29.6875-47.168L48.1445-64.0137C48.4375-64.3066 48.6816-64.5996 49.1211-64.5996C49.5117-64.5996 49.8047-64.3555 49.8047-63.8672L49.8047-6.73828C49.8047-6.20117 49.5117-5.95703 49.1699-5.95703C48.877-5.95703 48.6328-6.05469 48.1934-6.49414L29.6875-22.9492C28.8086-23.7305 27.9785-23.9746 26.8066-23.9746ZM79.834-9.42383C80.3711-9.08203 81.0059-9.17969 81.3965-9.66797C86.3281-16.0156 89.502-25.5371 89.502-35.2539C89.502-44.9707 86.3281-54.4922 81.3965-60.8398C81.0059-61.3281 80.3711-61.4258 79.834-61.084C79.2969-60.6934 79.248-60.0586 79.6875-59.4727C84.6191-52.9297 87.3047-44.4336 87.3047-35.2539C87.3047-26.0742 84.6191-17.5781 79.6875-11.0352C79.248-10.4492 79.2969-9.81445 79.834-9.42383ZM67.7246-19.5801C68.2617-19.2383 68.8965-19.3359 69.2871-19.8242C72.2168-23.584 74.2676-28.9062 74.2676-35.2539C74.2676-41.6016 72.2168-46.9238 69.2871-50.6836C68.8965-51.1719 68.2617-51.2695 67.7246-50.9277C67.2363-50.5371 67.1387-49.8535 67.5781-49.2676C70.6543-45.0684 72.0703-40.8691 72.0703-35.2539C72.0703-29.6387 70.6055-25.4395 67.5781-21.2402C67.1387-20.6543 67.2363-19.9707 67.7246-19.5801Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 63 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.speaker.wave.3.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni1002A8.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from speaker.wave.3</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1369.42" x2="1369.42" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1530.26" x2="1530.26" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2811.87 1556)">
<path d="M190.332 32.959C195.068 35.6934 200.928 34.3262 203.76 29.5898C215.234 10.8887 221.826-11.377 221.826-35.1074C221.826-58.7891 215.186-81.0547 203.76-99.7559C200.928-104.492 195.068-105.859 190.332-103.125C185.303-100.195 184.473-94.0918 187.793-88.5254C197.07-73.1445 202.441-54.6387 202.441-35.1074C202.441-15.5762 197.07 2.97852 187.793 18.3594C184.473 23.9258 185.303 30.0293 190.332 32.959ZM39.2578-4.19922L56.4453-4.19922C56.7383-4.19922 57.0312-4.15039 57.373-3.80859L82.373 18.5547C86.6211 22.3145 89.8438 24.0234 94.2383 24.0234C100.83 24.0234 105.957 18.9941 105.957 12.3535L105.957-82.6172C105.957-89.209 100.83-94.4336 94.1895-94.4336C90.0391-94.4336 86.8164-92.7734 82.373-88.7695L57.373-66.6016C56.9824-66.3086 56.7383-66.2109 56.4453-66.2109L39.2578-66.2109C27.5391-66.2109 21.2402-59.5703 21.2402-47.3633L21.2402-23.0469C21.2402-10.8398 27.5391-4.19922 39.2578-4.19922ZM158.984 14.6973C163.574 17.334 169.189 16.2109 172.07 11.6699C180.762-1.66016 185.596-18.0176 185.596-35.2539C185.596-52.5391 180.811-68.8965 172.07-82.2266C169.189-86.7676 163.574-87.8906 158.984-85.2539C153.76-82.3242 153.125-76.0254 156.592-70.3125C162.695-60.3516 166.162-48.0957 166.162-35.2539C166.162-22.4609 162.646-10.2051 156.592-0.195312C153.174 5.46875 153.76 11.7676 158.984 14.6973ZM127.49-3.4668C131.982-0.732422 137.451-1.80664 140.234-5.71289C146.045-13.8184 149.414-24.2676 149.414-35.2539C149.414-46.2402 146.045-56.6895 140.234-64.8926C137.451-68.7012 131.982-69.8242 127.49-67.041C122.705-64.1113 121.533-58.3984 125.537-51.6113C128.369-47.0215 129.932-41.2109 129.932-35.2539C129.932-29.3457 128.32-23.5352 125.537-18.9453C121.533-12.1094 122.705-6.39648 127.49-3.4668ZM42.4805-22.1191C41.2598-22.1191 40.4785-22.9492 40.4785-24.0723L40.4785-46.2891C40.4785-47.4609 41.2598-48.2422 42.4805-48.2422L60.6445-48.2422C62.5488-48.2422 63.9648-48.6816 65.3809-50.0488L84.9121-67.9688C85.1562-68.2129 85.4492-68.3105 85.791-68.3105C86.2793-68.3105 86.6699-67.9199 86.6699-67.334L86.6699-2.97852C86.6699-2.39258 86.2793-1.95312 85.791-1.95312C85.4492-1.95312 85.1562-2.09961 84.9121-2.34375L65.3809-20.3125C63.9648-21.6797 62.5488-22.1191 60.6445-22.1191Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2519.84 1556)">
<path d="M183.398 30.957C187.451 33.3496 192.529 32.1777 195.068 28.0762C206.396 10.0098 213.086-11.6211 213.086-35.1562C213.086-58.6426 206.299-80.2246 195.068-98.3398C192.529-102.49 187.451-103.662 183.398-101.221C179.102-98.6816 178.418-93.4082 181.299-88.623C190.674-73.3887 196.289-55.0293 196.289-35.1562C196.289-15.2344 190.674 3.125 181.299 18.3594C178.418 23.1445 179.102 28.418 183.398 30.957ZM37.1582-5.66406L54.6387-5.66406C54.9805-5.66406 55.3711-5.56641 55.7129-5.22461L81.6895 17.9688C85.5469 21.3867 88.4766 22.998 92.4805 22.998C98.3887 22.998 102.93 18.5059 102.93 12.5488L102.93-82.7637C102.93-88.7207 98.3887-93.4082 92.4316-93.4082C88.623-93.4082 85.7422-91.7969 81.6895-88.1836L55.7129-65.1367C55.3223-64.7949 54.9805-64.6484 54.6387-64.6484L37.1582-64.6484C26.3672-64.6484 20.6055-58.6426 20.6055-47.3633L20.6055-22.9492C20.6055-11.6699 26.3672-5.66406 37.1582-5.66406ZM154.053 13.0859C158.057 15.4297 162.939 14.4531 165.479 10.498C174.023-2.29492 178.857-18.4082 178.857-35.2539C178.857-52.1484 174.023-68.3105 165.479-81.0547C162.939-85.0098 158.057-85.9375 154.053-83.6426C149.609-81.0547 149.072-75.6836 152.051-70.8008C158.447-60.791 162.061-48.3398 162.061-35.2539C162.061-22.2168 158.35-9.76562 152.051 0.244141C149.072 5.12695 149.609 10.498 154.053 13.0859ZM39.6484-21.2402C38.1348-21.2402 37.3047-22.1191 37.3047-23.584L37.3047-46.7285C37.3047-48.2422 38.1348-49.1211 39.6484-49.1211L58.3008-49.1211C60.1562-49.1211 61.5234-49.5117 62.9883-50.8789L84.375-70.5078C84.668-70.752 85.0098-70.8984 85.3516-70.8984C85.8887-70.8984 86.2305-70.5078 86.2305-69.9219L86.2305-0.439453C86.2305 0.146484 85.8887 0.585938 85.3516 0.585938C85.0098 0.585938 84.7168 0.439453 84.4238 0.146484L62.9883-19.4824C61.5234-20.8008 60.1562-21.2402 58.3008-21.2402ZM124.707-4.6875C128.564-2.29492 133.301-3.22266 135.791-6.68945C141.357-14.4043 144.629-24.5605 144.629-35.2539C144.629-45.9961 141.357-56.1035 135.791-63.916C133.301-67.2852 128.564-68.2129 124.707-65.8203C120.508-63.2324 119.531-58.252 122.998-52.4902C126.123-47.7539 127.832-41.6504 127.832-35.2539C127.832-28.9062 126.074-22.8516 122.998-18.0176C119.531-12.3047 120.508-7.27539 124.707-4.6875Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2228.38 1556)">
<path d="M175.684 28.7598C179.004 30.8105 183.203 29.834 185.352 26.416C196.484 9.0332 203.271-11.9141 203.271-35.2051C203.271-58.4473 196.387-79.3457 185.352-96.7773C183.203-100.244 179.004-101.172 175.684-99.1211C172.168-96.9727 171.582-92.627 173.975-88.7207C183.496-73.6816 189.453-55.5176 189.453-35.2051C189.453-14.8926 183.496 3.36914 173.975 18.3594C171.582 22.2656 172.168 26.6113 175.684 28.7598ZM34.7656-7.32422L52.5879-7.32422C53.0762-7.32422 53.5156-7.17773 53.9062-6.78711L80.9082 17.2852C84.3262 20.3613 86.9629 21.8262 90.5273 21.8262C95.7031 21.8262 99.6094 17.9199 99.6094 12.7441L99.6094-82.959C99.6094-88.1348 95.7031-92.2363 90.4785-92.2363C87.0117-92.2363 84.5215-90.7715 80.9082-87.5L53.9062-63.4766C53.4668-63.0859 53.0762-62.9883 52.5879-62.9883L34.7656-62.9883C25-62.9883 19.9219-57.666 19.9219-47.4121L19.9219-22.8516C19.9219-12.5977 25-7.32422 34.7656-7.32422ZM148.584 11.2793C151.855 13.2812 155.908 12.4512 158.057 9.17969C166.455-2.97852 171.289-18.7988 171.289-35.2539C171.289-51.709 166.504-67.6758 158.057-79.7363C155.908-83.0078 151.855-83.7891 148.584-81.8359C144.971-79.6387 144.482-75.2441 147.021-71.2891C153.662-61.3281 157.422-48.584 157.422-35.2539C157.422-21.9238 153.564-9.22852 147.021 0.78125C144.531 4.73633 144.971 9.13086 148.584 11.2793ZM36.5234-20.2148C34.6191-20.2148 33.7402-21.1914 33.7402-23.0469L33.7402-47.2168C33.7402-49.1211 34.6191-50.0488 36.5234-50.0488L55.6641-50.0488C57.4707-50.0488 58.7891-50.4395 60.2539-51.7578L83.8379-73.291C84.1309-73.584 84.4727-73.7793 84.8633-73.7793C85.4004-73.7793 85.7422-73.4375 85.7422-72.8027L85.7422 2.39258C85.7422 3.02734 85.4004 3.41797 84.9121 3.41797C84.5215 3.41797 84.1797 3.27148 83.8379 2.92969L60.2539-18.5059C58.8379-19.8242 57.4707-20.2148 55.6641-20.2148ZM121.533-6.05469C124.707-4.05273 128.711-4.83398 130.811-7.76367C136.133-15.0391 139.307-24.8535 139.307-35.2539C139.307-45.7031 136.133-55.4688 130.811-62.793C128.711-65.7227 124.707-66.4551 121.533-64.4531C118.066-62.2559 117.285-58.0566 120.166-53.5156C123.584-48.4863 125.439-42.0898 125.439-35.2539C125.439-28.418 123.535-22.0703 120.166-16.9922C117.334-12.4512 118.066-8.30078 121.533-6.05469Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1935.31 1556)">
<path d="M170.312 27.2461C173.145 29.0039 176.758 28.2227 178.662 25.2441C189.697 8.34961 196.533-12.1094 196.533-35.2051C196.533-58.3008 189.551-78.7598 178.662-95.7031C176.758-98.6816 173.145-99.4629 170.312-97.6562C167.334-95.8008 166.895-92.0898 168.945-88.8184C178.564-73.877 184.717-55.8105 184.717-35.2051C184.717-14.6484 178.564 3.4668 168.945 18.4082C166.895 21.6797 167.334 25.3906 170.312 27.2461ZM33.1543-8.44727L51.1719-8.44727C51.709-8.44727 52.1973-8.30078 52.6367-7.86133L80.3223 16.8457C83.4473 19.6777 85.9375 20.9961 89.209 20.9961C93.8477 20.9961 97.2656 17.5293 97.2656 12.8906L97.2656-83.0566C97.2656-87.6953 93.8477-91.4551 89.1113-91.4551C85.9375-91.4551 83.6914-90.0391 80.3223-87.0117L52.6367-62.3535C52.1973-61.9629 51.709-61.8164 51.1719-61.8164L33.1543-61.8164C24.0234-61.8164 19.3848-56.9824 19.3848-47.4609L19.3848-22.7539C19.3848-13.2324 24.0723-8.44727 33.1543-8.44727ZM144.775 10.0098C147.607 11.7676 151.074 11.1328 152.979 8.25195C161.23-3.41797 166.113-19.0918 166.113-35.2539C166.113-51.416 161.279-67.1875 152.979-78.8086C151.074-81.6406 147.607-82.3242 144.775-80.5664C141.748-78.7109 141.357-75 143.506-71.6797C150.342-61.6699 154.248-48.7793 154.248-35.2539C154.248-21.7773 150.244-8.88672 143.506 1.12305C141.357 4.44336 141.748 8.1543 144.775 10.0098ZM34.375-19.5312C32.2266-19.5312 31.25-20.5566 31.25-22.6562L31.25-47.5586C31.25-49.707 32.2266-50.7324 34.375-50.7324L53.8574-50.7324C55.6641-50.7324 56.9336-51.0254 58.3984-52.3926L83.4473-75.2441C83.7891-75.5859 84.1309-75.7812 84.5703-75.7812C85.0586-75.7812 85.4492-75.4395 85.4492-74.8047L85.4492 4.39453C85.4492 4.98047 85.0586 5.37109 84.5703 5.37109C84.2285 5.37109 83.8379 5.22461 83.4961 4.83398L58.3984-17.8223C56.9336-19.1406 55.6641-19.5312 53.8574-19.5312ZM119.385-6.98242C122.07-5.27344 125.537-5.9082 127.393-8.54492C132.52-15.4297 135.645-25.0488 135.645-35.2539C135.645-45.459 132.52-55.0293 127.393-62.0117C125.537-64.6484 122.07-65.2832 119.385-63.4766C116.406-61.5723 115.771-57.9102 118.164-54.248C121.826-49.0234 123.779-42.4316 123.779-35.2539C123.779-28.0762 121.777-21.5332 118.164-16.3086C115.82-12.5977 116.406-8.98438 119.385-6.98242Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1641.33 1556)">
<path d="M166.26 26.0742C168.701 27.6855 171.875 27.002 173.584 24.4141C184.521 7.86133 191.406-12.2559 191.406-35.2539C191.406-58.2031 184.375-78.2715 173.584-94.873C171.875-97.5098 168.701-98.1445 166.26-96.5332C163.721-94.9219 163.33-91.6992 165.137-88.8672C174.805-74.0234 181.152-56.0547 181.152-35.2539C181.152-14.4531 174.805 3.56445 165.137 18.4082C163.33 21.2402 163.721 24.4141 166.26 26.0742ZM31.8848-9.32617L50.0977-9.32617C50.7324-9.32617 51.2207-9.13086 51.709-8.69141L79.9316 16.5039C82.8125 19.1406 85.1562 20.4102 88.1836 20.4102C92.4316 20.4102 95.5566 17.2363 95.5566 12.9883L95.5566-83.1543C95.5566-87.4023 92.4316-90.8691 88.0859-90.8691C85.1074-90.8691 83.0566-89.4531 79.9316-86.6699L51.709-61.4746C51.2207-61.084 50.7324-60.9375 50.0977-60.9375L31.8848-60.9375C23.3398-60.9375 19.043-56.4453 19.043-47.4609L19.043-22.7051C19.043-13.6719 23.3398-9.32617 31.8848-9.32617ZM141.895 9.08203C144.385 10.6445 147.412 10.0586 149.121 7.56836C157.275-3.75977 162.158-19.3359 162.158-35.2539C162.158-51.2207 157.324-66.8457 149.121-78.125C147.412-80.6152 144.385-81.2012 141.895-79.5898C139.307-77.9785 138.965-74.7559 140.869-71.9238C147.852-61.9629 151.807-48.9258 151.807-35.2539C151.807-21.6309 147.754-8.64258 140.869 1.41602C139.014 4.24805 139.307 7.42188 141.895 9.08203ZM32.7637-18.9941C30.4199-18.9941 29.3945-20.0684 29.3945-22.3633L29.3945-47.8027C29.3945-50.1465 30.4199-51.2207 32.7637-51.2207L52.4902-51.2207C54.248-51.2207 55.5176-51.5137 56.9824-52.8809L83.1543-76.7578C83.4961-77.0508 83.8379-77.2949 84.2773-77.2949C84.8145-77.2949 85.1562-76.9531 85.1562-76.3184L85.1562 5.85938C85.1562 6.49414 84.8145 6.88477 84.3262 6.88477C83.9355 6.88477 83.5938 6.68945 83.2031 6.29883L56.9824-17.334C55.5176-18.6035 54.248-18.9941 52.4902-18.9941ZM117.725-7.71484C120.068-6.20117 123.096-6.73828 124.805-9.13086C129.785-15.7715 132.861-25.2441 132.861-35.2539C132.861-45.3125 129.785-54.7363 124.805-61.4258C123.096-63.8184 120.068-64.3555 117.725-62.793C115.088-61.0352 114.6-57.8125 116.699-54.7852C120.508-49.4629 122.51-42.6758 122.51-35.2539C122.51-27.832 120.459-21.1426 116.699-15.7715C114.648-12.6953 115.088-9.52148 117.725-7.71484Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1348.21 1556)">
<path d="M160.986 24.5605C162.891 25.9277 165.479 25.3906 166.943 23.2422C177.734 7.17773 184.717-12.4512 184.717-35.2539C184.717-58.1055 177.588-77.6855 166.943-93.7988C165.479-95.9961 162.891-96.4844 160.986-95.1172C158.984-93.75 158.691-91.1621 160.205-88.9648C169.922-74.2188 176.465-56.3477 176.465-35.2539C176.465-14.209 169.922 3.71094 160.205 18.4082C158.691 20.6055 158.984 23.1934 160.986 24.5605ZM30.2734-10.4492L48.7305-10.4492C49.3652-10.4492 49.9512-10.2051 50.4395-9.76562L79.3945 16.0645C81.9824 18.4082 84.1309 19.6289 86.8652 19.6289C90.5762 19.6289 93.2617 16.8457 93.2617 13.1348L93.2617-83.3008C93.2617-87.0117 90.5762-90.0879 86.7676-90.0879C84.0332-90.0879 82.2266-88.7207 79.3945-86.2305L50.4395-60.3516C49.9512-59.9121 49.3652-59.7656 48.7305-59.7656L30.2734-59.7656C22.4121-59.7656 18.5547-55.7617 18.5547-47.4609L18.5547-22.6562C18.5547-14.3066 22.4121-10.4492 30.2734-10.4492ZM30.6152-18.3105C28.0273-18.3105 26.9531-19.4336 26.9531-22.0215L26.9531-48.1445C26.9531-50.7324 28.0273-51.8555 30.6152-51.8555L50.6836-51.8555C52.3926-51.8555 53.6621-52.1484 55.127-53.4668L82.7637-78.6621C83.1543-79.0039 83.4961-79.2969 83.9844-79.2969C84.4727-79.2969 84.8633-78.9062 84.8633-78.3203L84.8633 7.8125C84.8633 8.44727 84.4727 8.78906 83.9844 8.78906C83.6426 8.78906 83.252 8.64258 82.8125 8.20312L55.127-16.6504C53.6621-17.9688 52.3926-18.3105 50.6836-18.3105ZM138.135 7.8125C140.137 9.17969 142.627 8.74023 144.043 6.68945C152.148-4.24805 156.982-19.6289 156.982-35.2539C156.982-50.9277 152.197-66.4062 144.043-77.1973C142.627-79.248 140.137-79.7363 138.135-78.3691C136.182-77.002 135.84-74.5117 137.402-72.2656C144.58-62.3047 148.633-49.0723 148.633-35.2539C148.633-21.4355 144.482-8.25195 137.402 1.75781C135.889 3.95508 136.182 6.49414 138.135 7.8125ZM115.576-8.64258C117.432-7.37305 119.971-7.8125 121.387-9.86328C126.221-16.2109 129.248-25.4395 129.248-35.2539C129.248-45.1172 126.221-54.2969 121.387-60.6934C119.971-62.7441 117.432-63.1348 115.576-61.8652C113.428-60.3516 113.086-57.7148 114.746-55.4688C118.75-50 120.898-43.0176 120.898-35.2539C120.898-27.5391 118.701-20.6055 114.746-15.0391C113.135-12.793 113.428-10.2051 115.576-8.64258Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1054.43 1556)">
<path d="M157.275 24.3652C158.789 25.4395 160.742 25 161.865 23.3887C172.363 7.17773 179.785-11.6699 179.785-35.2539C179.785-58.8379 172.266-77.6855 161.865-93.8965C160.742-95.6055 158.789-95.9961 157.275-94.9219C155.762-93.8965 155.518-91.8945 156.641-90.1855C166.357-75 173.438-57.5195 173.438-35.2539C173.438-13.0371 166.357 4.49219 156.641 19.6289C155.518 21.3379 155.762 23.3398 157.275 24.3652ZM27.832-11.5234L46.8262-11.5234C47.6562-11.5234 48.291-11.2793 48.877-10.7422L78.4668 15.625C80.5176 17.4805 82.4219 18.5547 84.7656 18.5547C88.0371 18.5547 90.1855 16.1621 90.1855 12.9883L90.1855-83.252C90.1855-86.4746 88.0371-89.1113 84.668-89.1113C82.373-89.1113 80.7129-87.8906 78.4668-85.8887L48.877-59.2285C48.291-58.6914 47.6562-58.5449 46.8262-58.5449L27.832-58.5449C20.9473-58.5449 17.627-55.0293 17.627-47.9004L17.627-22.0703C17.627-14.8926 20.9961-11.5234 27.832-11.5234ZM28.0762-17.627C25.1953-17.627 24.0723-18.7988 24.0723-21.6797L24.0723-48.291C24.0723-51.2207 25.1953-52.3926 28.0762-52.3926L48.0469-52.3926C49.8535-52.3926 51.123-52.6367 52.6367-54.0527L81.3477-80.2734C81.7871-80.6641 82.1777-81.0059 82.7148-81.0059C83.3008-81.0059 83.6914-80.6641 83.6914-79.9805L83.6914 9.375C83.6914 10.1074 83.3008 10.498 82.7637 10.498C82.373 10.498 81.9824 10.3516 81.3965 9.81445L52.6367-15.9668C51.1719-17.2852 49.8535-17.627 48.0469-17.627ZM135.449 7.61719C137.012 8.64258 138.867 8.30078 139.99 6.73828C148.096-3.95508 153.125-19.4824 153.125-35.2539C153.125-51.0742 148.096-66.6504 139.99-77.2949C138.867-78.8574 137.012-79.1992 135.449-78.125C133.887-77.0996 133.691-75.1465 134.912-73.4375C142.48-63.1348 146.68-49.6094 146.68-35.2539C146.68-20.9473 142.383-7.42188 134.912 2.92969C133.691 4.63867 133.887 6.54297 135.449 7.61719ZM113.965-8.98438C115.43-7.95898 117.334-8.30078 118.457-9.86328C123.291-16.1621 126.465-25.1465 126.465-35.2539C126.465-45.3613 123.291-54.3457 118.457-60.6934C117.334-62.2559 115.43-62.5488 113.965-61.5234C112.354-60.4004 112.061-58.3496 113.379-56.6406C117.773-50.5371 120.02-43.6035 120.02-35.2539C120.02-26.9531 117.773-20.0195 113.379-13.916C112.109-12.1582 112.354-10.1562 113.965-8.98438Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 761.574 1556)">
<path d="M152.344 24.1211C153.32 24.8047 154.492 24.5117 155.078 23.5352C165.234 7.17773 173.291-10.6934 173.291-35.2539C173.291-59.8633 165.234-77.7344 155.078-94.0918C154.492-95.0684 153.32-95.3613 152.344-94.6777C151.465-94.0918 151.27-92.8223 151.953-91.7969C161.719-76.0254 169.434-59.082 169.434-35.2539C169.434-11.4746 161.719 5.46875 151.953 21.2402C151.27 22.3145 151.465 23.5352 152.344 24.1211ZM24.6582-12.9883L44.3359-12.9883C45.4102-12.9883 46.0938-12.6953 46.7773-12.0605L77.2949 14.9902C78.6133 16.2598 80.127 17.1875 81.9824 17.1875C84.6191 17.1875 86.084 15.2344 86.084 12.7441L86.084-83.2031C86.084-85.7422 84.6191-87.793 81.9336-87.793C80.127-87.793 78.7109-86.7188 77.2949-85.498L46.7773-57.7148C46.0938-57.0801 45.4102-56.9336 44.3359-56.9336L24.6582-56.9336C18.9941-56.9336 16.4062-54.1016 16.4062-48.4863L16.4062-21.3379C16.4062-15.625 19.0918-12.9883 24.6582-12.9883ZM24.707-16.748C21.4355-16.748 20.3125-17.9688 20.3125-21.2402L20.3125-48.5352C20.3125-51.9043 21.4355-53.0762 24.707-53.0762L44.5312-53.0762C46.4844-53.0762 47.7539-53.3203 49.3164-54.7852L79.4922-82.373C80.0293-82.8613 80.4199-83.3008 81.1035-83.3008C81.7383-83.3008 82.1777-82.9102 82.1777-82.1289L82.1777 11.4746C82.1777 12.3047 81.7383 12.6953 81.1523 12.6953C80.7129 12.6953 80.3223 12.5488 79.541 11.8652L49.3164-15.0879C47.8516-16.3574 46.4844-16.748 44.5312-16.748ZM131.885 7.27539C132.861 7.95898 133.936 7.76367 134.619 6.83594C142.725-3.61328 147.998-19.2871 147.998-35.2539C147.998-51.2207 142.725-66.9434 134.619-77.3926C133.936-78.2715 132.861-78.4668 131.885-77.832C130.908-77.1484 130.811-76.0742 131.592-75C139.648-64.2578 144.092-50.293 144.092-35.2539C144.092-20.2637 139.648-6.29883 131.592 4.44336C130.811 5.51758 130.908 6.5918 131.885 7.27539ZM111.816-9.42383C112.744-8.78906 113.867-8.93555 114.551-9.86328C119.336-16.0645 122.754-24.8047 122.754-35.2539C122.754-45.7031 119.336-54.4434 114.551-60.6934C113.867-61.5723 112.744-61.7676 111.816-61.1328C110.889-60.4492 110.693-59.2285 111.475-58.2031C116.504-51.3184 118.848-44.3848 118.848-35.2539C118.848-26.1719 116.504-19.2383 111.475-12.3535C110.742-11.2793 110.889-10.1074 111.816-9.42383Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 466.84 1556)">
<path d="M149.854 24.0234C150.488 24.4629 151.27 24.2676 151.66 23.6328C161.621 7.17773 169.971-10.1562 169.971-35.2539C169.971-60.3516 161.621-77.7344 151.66-94.1895C151.27-94.8242 150.488-95.0195 149.854-94.5801C149.268-94.1895 149.121-93.3105 149.561-92.627C159.326-76.5137 167.334-59.8633 167.334-35.2539C167.334-10.6934 159.326 6.00586 149.561 22.0703C149.121 22.8027 149.268 23.6328 149.854 24.0234ZM22.998-13.7695L43.0664-13.7695C44.2383-13.7695 44.9707-13.4277 45.752-12.7441L76.6602 14.6973C77.6367 15.6738 78.9551 16.5039 80.5176 16.5039C82.8613 16.5039 83.9844 14.7461 83.9844 12.5977L83.9844-83.2031C83.9844-85.3516 82.8613-87.1582 80.5664-87.1582C79.0039-87.1582 77.6855-86.1328 76.6602-85.2539L45.752-56.9336C44.9707-56.25 44.2383-56.1035 43.0664-56.1035L22.998-56.1035C18.0176-56.1035 15.7715-53.6133 15.7715-48.7793L15.7715-20.9473C15.7715-15.9668 18.1152-13.7695 22.998-13.7695ZM22.9492-16.3086C19.4824-16.3086 18.3594-17.5293 18.3594-20.9961L18.3594-48.6816C18.3594-52.2461 19.4824-53.4668 22.9492-53.4668L42.7246-53.4668C44.7754-53.4668 46.0449-53.7109 47.6074-55.1758L78.5156-83.4961C79.1016-83.9844 79.4922-84.4727 80.2734-84.4727C80.9082-84.4727 81.3965-84.082 81.3965-83.252L81.3965 12.5488C81.3965 13.4277 80.9082 13.8672 80.3223 13.8672C79.834 13.8672 79.4434 13.6719 78.6133 12.9395L47.6074-14.5996C46.1426-15.918 44.7754-16.3086 42.7246-16.3086ZM130.029 7.12891C130.713 7.56836 131.396 7.4707 131.836 6.88477C139.99-3.41797 145.361-19.2383 145.361-35.2539C145.361-51.3184 139.99-67.0898 131.836-77.4414C131.396-77.9785 130.713-78.125 130.029-77.6367C129.395-77.1973 129.346-76.5137 129.883-75.7812C138.184-64.7949 142.773-50.6348 142.773-35.2539C142.773-19.9219 138.232-5.71289 129.883 5.22461C129.346 5.95703 129.395 6.64062 130.029 7.12891ZM110.693-9.66797C111.377-9.17969 112.061-9.27734 112.549-9.86328C117.334-16.0156 120.85-24.6582 120.85-35.2539C120.85-45.8984 117.334-54.4922 112.549-60.6934C112.061-61.2305 111.377-61.377 110.693-60.8887C110.156-60.4492 110.01-59.7168 110.547-58.9844C115.82-51.709 118.262-44.7754 118.262-35.2539C118.262-25.7324 115.82-18.8477 110.547-11.5723C110.01-10.8398 110.156-10.1074 110.693-9.66797Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2834.43 1126)">
<path d="M154.834 20.166C159.229 22.5586 164.453 21.2891 166.895 17.0898C175.879 1.66016 181.104-16.0156 181.104-35.0586C181.104-54.1504 175.879-71.8262 166.895-87.207C164.453-91.4551 159.229-92.6758 154.834-90.2832C150.244-87.7441 149.512-82.1777 152.441-77.0508C159.473-64.6973 163.525-50.3418 163.525-35.0586C163.525-19.7754 159.473-5.46875 152.441 6.93359C149.512 12.0605 150.244 17.5781 154.834 20.166ZM32.0312-9.76562L45.2148-9.76562C45.4102-9.76562 45.6055-9.76562 45.8496-9.52148L64.3555 6.98242C67.8711 10.1074 70.5566 11.5723 74.2676 11.5723C80.0293 11.5723 84.5215 7.08008 84.5215 1.31836L84.5215-71.6797C84.5215-77.4902 80.0293-81.9336 74.2676-81.9336C70.8008-81.9336 67.9688-80.6152 64.3555-77.3926L45.8496-60.9375C45.5566-60.6934 45.4102-60.5957 45.2148-60.5957L32.0312-60.5957C22.2656-60.5957 16.8457-54.8828 16.8457-44.8242L16.8457-25.5859C16.8457-15.4785 22.2656-9.76562 32.0312-9.76562ZM128.418 5.56641C132.568 7.8125 137.646 6.78711 140.137 2.7832C147.07-8.25195 150.879-21.3379 150.879-35.2539C150.879-49.2188 147.07-62.2559 140.137-73.291C137.646-77.3438 132.568-78.3203 128.418-76.0742C123.584-73.4375 123.047-67.6758 126.172-62.4512C130.762-54.4922 133.35-45.166 133.35-35.2539C133.35-25.3418 130.762-16.0156 126.172-8.10547C123.047-2.83203 123.584 2.88086 128.418 5.56641ZM101.758-9.13086C105.859-6.68945 110.693-7.71484 113.086-11.0352C117.92-17.8711 120.752-26.2207 120.752-35.2539C120.752-44.2871 117.92-52.6367 113.086-59.5703C110.693-62.8418 105.859-63.8184 101.758-61.377C97.4609-58.8379 96.3379-53.7598 100-47.3145C102.051-43.75 103.174-39.5996 103.174-35.2539C103.174-30.9082 102.051-26.7578 100-23.2422C96.3379-16.748 97.4609-11.6699 101.758-9.13086ZM35.3516-25.9277C34.668-25.9277 34.1797-26.4648 34.1797-27.0508L34.1797-43.3105C34.1797-43.9453 34.668-44.4824 35.3516-44.4824L48.7305-44.4824C50.3906-44.4824 51.5137-44.873 52.6367-45.8984L65.7227-58.0566C65.918-58.252 66.1621-58.3008 66.4062-58.3008C66.8457-58.3008 67.1875-58.0078 67.1875-57.4707L67.1875-12.8418C67.1875-12.3535 66.8457-11.9629 66.4062-11.9629C66.1621-11.9629 65.918-12.1094 65.7227-12.3047L52.6367-24.4629C51.5137-25.5371 50.3906-25.9277 48.7305-25.9277Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2542.08 1126)">
<path d="M148.242 18.0664C152.002 20.166 156.543 19.0918 158.74 15.4297C167.578 0.732422 172.803-16.4551 172.803-35.1074C172.803-53.7598 167.578-70.9473 158.74-85.6445C156.543-89.3555 152.002-90.3809 148.242-88.2812C144.287-86.0352 143.652-81.25 146.24-76.8555C153.418-64.7461 157.617-50.4883 157.617-35.1074C157.617-19.7266 153.418-5.46875 146.24 6.64062C143.652 10.9863 144.287 15.7715 148.242 18.0664ZM30.3223-11.084L43.7012-11.084C43.9453-11.084 44.1895-11.084 44.4824-10.791L63.8184 6.44531C67.041 9.32617 69.5312 10.6934 72.9004 10.6934C78.0762 10.6934 82.0312 6.73828 82.0312 1.5625L82.0312-71.875C82.0312-77.0508 78.0762-81.1035 72.8516-81.1035C69.6777-81.1035 67.1875-79.834 63.8184-76.8066L44.4824-59.6191C44.1406-59.375 43.9453-59.2773 43.7012-59.2773L30.3223-59.2773C21.2891-59.2773 16.4062-54.1016 16.4062-44.7266L16.4062-25.6348C16.4062-16.2598 21.2891-11.084 30.3223-11.084ZM123.73 3.80859C127.344 5.85938 131.738 4.98047 133.984 1.46484C140.723-8.98438 144.531-21.7773 144.531-35.2539C144.531-48.7793 140.771-61.5723 133.984-71.9727C131.738-75.4883 127.344-76.3672 123.73-74.3652C119.629-72.0215 119.141-67.0898 121.826-62.6465C126.611-54.7852 129.346-45.2637 129.346-35.2539C129.346-25.2441 126.611-15.7227 121.826-7.91016C119.141-3.41797 119.629 1.51367 123.73 3.80859ZM99.1211-10.4004C102.637-8.25195 106.885-9.13086 109.033-12.1094C113.574-18.5059 116.26-26.6113 116.26-35.2539C116.26-43.8965 113.574-52.002 109.033-58.4473C106.885-61.4258 102.637-62.2559 99.1211-60.1074C95.3613-57.8613 94.4336-53.418 97.5586-47.998C99.8047-44.3359 101.025-39.8926 101.025-35.2539C101.025-30.6152 99.8047-26.1719 97.5586-22.5098C94.4336-17.0898 95.3613-12.6465 99.1211-10.4004ZM32.959-25.0977C31.9824-25.0977 31.4453-25.7324 31.4453-26.6113L31.4453-43.75C31.4453-44.6289 31.9824-45.2637 32.959-45.2637L46.875-45.2637C48.3887-45.2637 49.5117-45.6055 50.6348-46.6797L65.5273-60.4004C65.7715-60.5957 66.0156-60.6934 66.2598-60.6934C66.6992-60.6934 66.9922-60.3516 66.9922-59.9121L66.9922-10.4492C66.9922-9.96094 66.6992-9.61914 66.2598-9.61914C66.0156-9.61914 65.7715-9.76562 65.5273-9.96094L50.6348-23.7305C49.5117-24.7559 48.3887-25.0977 46.875-25.0977Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2250.28 1126)">
<path d="M140.869 15.6738C143.896 17.4805 147.705 16.6504 149.609 13.5254C158.35-0.341797 163.525-16.9922 163.525-35.1562C163.525-53.3203 158.252-69.9707 149.609-83.8867C147.705-86.9629 143.896-87.8418 140.869-86.0352C137.646-84.1309 137.158-80.1758 139.307-76.6113C146.582-64.8438 150.977-50.6348 150.977-35.1562C150.977-19.7266 146.582-5.46875 139.307 6.29883C137.158 9.86328 137.646 13.7695 140.869 15.6738ZM28.418-12.5977L42.041-12.5977C42.334-12.5977 42.627-12.5 42.9199-12.207L63.1836 5.85938C66.1133 8.49609 68.3594 9.7168 71.3867 9.7168C75.8301 9.7168 79.248 6.29883 79.248 1.85547L79.248-72.1191C79.248-76.5625 75.8301-80.127 71.3379-80.127C68.457-80.127 66.2598-78.9062 63.1836-76.1719L42.9199-58.1543C42.5781-57.8613 42.334-57.7637 42.041-57.7637L28.418-57.7637C20.2148-57.7637 15.8691-53.2227 15.8691-44.6289L15.8691-25.6836C15.8691-17.0898 20.2148-12.5977 28.418-12.5977ZM118.506 1.9043C121.484 3.66211 125.146 2.92969 127.051 0C133.643-9.81445 137.402-22.2656 137.402-35.2539C137.402-48.2422 133.643-60.7422 127.051-70.5078C125.146-73.4375 121.484-74.1699 118.506-72.4121C115.186-70.5078 114.795-66.5039 117.041-62.8418C122.021-55.127 124.854-45.4102 124.854-35.2539C124.854-25.0977 121.973-15.4297 117.041-7.66602C114.795-4.05273 115.186 0 118.506 1.9043ZM30.2734-24.2188C29.0039-24.2188 28.3691-24.9023 28.3691-26.123L28.3691-44.2383C28.3691-45.459 29.0039-46.1426 30.2734-46.1426L44.7754-46.1426C46.2402-46.1426 47.2656-46.4355 48.3887-47.5098L65.332-62.9883C65.5762-63.2324 65.8203-63.3301 66.1133-63.3301C66.5039-63.3301 66.7969-63.0371 66.7969-62.5977L66.7969-7.8125C66.7969-7.32422 66.5039-7.03125 66.1133-7.03125C65.8203-7.03125 65.5762-7.12891 65.332-7.37305L48.3887-22.8516C47.2656-23.877 46.2402-24.2188 44.7754-24.2188ZM96.1426-11.8164C99.0234-10.0098 102.588-10.6934 104.443-13.2812C108.691-19.1895 111.23-27.002 111.23-35.2539C111.23-43.5059 108.691-51.3184 104.443-57.2754C102.588-59.8145 99.0234-60.498 96.1426-58.6914C93.0176-56.7871 92.2852-53.0273 94.873-48.7793C97.3145-45.0195 98.6816-40.2832 98.6816-35.2539C98.6816-30.2734 97.3145-25.4883 94.873-21.7285C92.2852-17.4805 93.0176-13.7695 96.1426-11.8164Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1956.94 1126)">
<path d="M135.791 14.0625C138.33 15.6738 141.602 14.9414 143.311 12.2559C151.953-1.07422 157.129-17.3828 157.129-35.2051C157.129-53.0273 151.855-69.2871 143.311-82.666C141.602-85.3516 138.33-86.0352 135.791-84.4727C133.057-82.8125 132.617-79.4434 134.521-76.4648C141.895-64.8926 146.436-50.7324 146.436-35.2051C146.436-19.6777 141.895-5.46875 134.521 6.05469C132.617 9.0332 133.057 12.4023 135.791 14.0625ZM27.0996-13.623L40.8691-13.623C41.2109-13.623 41.5527-13.4766 41.8457-13.2324L62.7441 5.46875C65.4785 7.91016 67.5781 9.0332 70.3125 9.0332C74.3164 9.0332 77.3438 6.05469 77.3438 2.05078L77.3438-72.2656C77.3438-76.2695 74.3164-79.4434 70.2637-79.4434C67.5781-79.4434 65.6738-78.2715 62.7441-75.6836L41.8457-57.1289C41.5039-56.8359 41.2109-56.7383 40.8691-56.7383L27.0996-56.7383C19.4824-56.7383 15.5273-52.6367 15.5273-44.5801L15.5273-25.7324C15.5273-17.6758 19.4824-13.623 27.0996-13.623ZM114.893 0.585938C117.432 2.14844 120.605 1.51367 122.266-1.02539C128.76-10.4004 132.471-22.6074 132.471-35.2539C132.471-47.9004 128.76-60.2051 122.266-69.4824C120.605-72.0703 117.432-72.6562 114.893-71.0938C112.109-69.4336 111.768-66.0645 113.721-63.0371C118.799-55.3711 121.729-45.5078 121.729-35.2539C121.729-25 118.75-15.1855 113.721-7.51953C111.816-4.49219 112.109-1.07422 114.893 0.585938ZM28.418-23.584C26.9531-23.584 26.2207-24.3164 26.2207-25.7812L26.2207-44.5312C26.2207-45.9961 26.9531-46.7285 28.418-46.7285L43.3105-46.7285C44.7266-46.7285 45.7031-47.0215 46.8262-48.0469L65.1855-64.7949C65.4297-65.0391 65.6738-65.1855 65.9668-65.1855C66.3574-65.1855 66.6504-64.8926 66.6504-64.4531L66.6504-5.95703C66.6504-5.51758 66.3574-5.22461 65.9668-5.22461C65.7227-5.22461 65.4785-5.32227 65.1855-5.56641L46.8262-22.2656C45.7031-23.291 44.7266-23.584 43.3105-23.584ZM94.0918-12.7441C96.5332-11.2305 99.6094-11.7676 101.27-14.1113C105.371-19.6777 107.764-27.2949 107.764-35.2539C107.764-43.2129 105.371-50.8301 101.27-56.3965C99.6094-58.7402 96.5332-59.3262 94.0918-57.7148C91.3574-56.0059 90.7715-52.7344 93.0176-49.3164C95.6055-45.5078 97.0215-40.5273 97.0215-35.2539C97.0215-30.0293 95.5566-25.0488 93.0176-21.1914C90.8203-17.7734 91.3574-14.502 94.0918-12.7441Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1662.79 1126)">
<path d="M131.934 12.8418C134.082 14.2578 136.963 13.623 138.525 11.2793C147.119-1.61133 152.295-17.627 152.295-35.2051C152.295-52.832 147.021-68.7988 138.525-81.7383C136.963-84.1309 134.082-84.7168 131.934-83.3008C129.59-81.7871 129.248-78.9062 130.859-76.3184C138.33-64.9414 142.969-50.8301 142.969-35.2051C142.969-19.6777 138.33-5.46875 130.859 5.85938C129.248 8.44727 129.59 11.3281 131.934 12.8418ZM26.123-14.3555L39.9414-14.3555C40.332-14.3555 40.7227-14.2578 41.0156-13.9648L62.4512 5.17578C64.9902 7.4707 66.9434 8.54492 69.5312 8.54492C73.1445 8.54492 75.8789 5.81055 75.8789 2.19727L75.8789-72.3633C75.8789-76.0254 73.1445-78.9551 69.4336-78.9551C66.9434-78.9551 65.1855-77.832 62.4512-75.3418L41.0156-56.3477C40.7227-56.0547 40.332-55.957 39.9414-55.957L26.123-55.957C18.8965-55.957 15.2344-52.1484 15.2344-44.5312L15.2344-25.7812C15.2344-18.1152 18.9453-14.3555 26.123-14.3555ZM112.158-0.390625C114.404 0.976562 117.139 0.488281 118.652-1.80664C125.049-10.791 128.711-22.8516 128.711-35.2539C128.711-47.6562 125.098-59.7656 118.652-68.7012C117.139-70.9961 114.404-71.5332 112.158-70.1172C109.814-68.6523 109.473-65.7227 111.182-63.1348C116.406-55.5176 119.385-45.6055 119.385-35.2539C119.385-24.9512 116.309-15.0391 111.182-7.37305C109.521-4.78516 109.814-1.9043 112.158-0.390625ZM27.002-23.0957C25.3906-23.0957 24.6094-23.877 24.6094-25.4883L24.6094-44.7754C24.6094-46.4355 25.3906-47.2168 27.002-47.2168L42.2363-47.2168C43.5547-47.2168 44.5312-47.4609 45.6543-48.4863L65.0879-66.2109C65.332-66.4062 65.5762-66.5527 65.8691-66.5527C66.2598-66.5527 66.5527-66.3086 66.5527-65.8691L66.5527-4.58984C66.5527-4.10156 66.2598-3.85742 65.918-3.85742C65.625-3.85742 65.3809-3.95508 65.0879-4.19922L45.6543-21.8262C44.5312-22.8516 43.5547-23.0957 42.2363-23.0957ZM92.5293-13.4766C94.6289-12.1094 97.3633-12.5977 98.877-14.7461C102.832-20.0195 105.176-27.4902 105.176-35.2539C105.176-43.0176 102.832-50.4395 98.877-55.7617C97.3633-57.9102 94.6289-58.3984 92.5293-56.9824C90.1367-55.4199 89.6484-52.5391 91.6016-49.707C94.2871-45.8496 95.8008-40.6738 95.8008-35.2539C95.8008-29.834 94.2383-24.707 91.6016-20.8008C89.6973-17.9688 90.1367-15.0879 92.5293-13.4766Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1369.42 1126)">
<path d="M126.904 11.2305C128.564 12.4512 130.957 11.9629 132.275 10.0098C140.82-2.34375 145.947-18.0176 145.947-35.2539C145.947-52.5391 140.674-68.1152 132.275-80.5176C130.957-82.5195 128.564-82.959 126.904-81.7383C125.049-80.4688 124.805-78.1738 126.123-76.1719C133.691-64.9902 138.477-50.9277 138.477-35.2539C138.477-19.6289 133.691-5.46875 126.123 5.66406C124.805 7.66602 125.049 9.96094 126.904 11.2305ZM24.8047-15.3809L38.8184-15.3809C39.2578-15.3809 39.6484-15.2344 39.9902-14.9414L62.0117 4.78516C64.3555 6.88477 66.1621 7.86133 68.5059 7.86133C71.6309 7.86133 74.0234 5.56641 74.0234 2.39258L74.0234-72.5098C74.0234-75.6836 71.6309-78.2715 68.4082-78.2715C66.0645-78.2715 64.5508-77.1973 62.0117-74.9023L39.9902-55.3711C39.6484-55.0781 39.2578-54.9316 38.8184-54.9316L24.8047-54.9316C18.1641-54.9316 14.8926-51.5625 14.8926-44.4824L14.8926-25.7812C14.8926-18.7012 18.2129-15.3809 24.8047-15.3809ZM108.594-1.70898C110.4-0.488281 112.646-0.927734 113.965-2.7832C120.215-11.377 123.877-23.1934 123.877-35.2539C123.877-47.3145 120.264-59.2285 113.965-67.7246C112.646-69.5801 110.4-70.0195 108.594-68.7988C106.787-67.5781 106.494-65.2832 107.91-63.2812C113.232-55.7617 116.309-45.6543 116.309-35.2539C116.309-24.8535 113.135-14.8438 107.91-7.22656C106.543-5.22461 106.787-2.92969 108.594-1.70898ZM25.1465-22.5098C23.3398-22.5098 22.5098-23.3398 22.5098-25.1465L22.5098-45.1172C22.5098-46.9727 23.3398-47.8027 25.1465-47.8027L40.7715-47.8027C42.041-47.8027 43.0176-48.0469 44.1406-49.0723L64.9414-67.9688C65.1855-68.2129 65.4297-68.3594 65.7715-68.3594C66.1133-68.3594 66.4062-68.1152 66.4062-67.6758L66.4062-2.7832C66.4062-2.34375 66.1133-2.05078 65.7715-2.05078C65.5273-2.05078 65.2344-2.19727 64.9414-2.44141L44.1406-21.2402C43.0176-22.2168 42.041-22.5098 40.7715-22.5098ZM90.5273-14.4531C92.1387-13.3301 94.4336-13.6719 95.752-15.5762C99.5117-20.5078 101.758-27.7832 101.758-35.2539C101.758-42.7246 99.5117-49.9512 95.752-54.9316C94.4336-56.8359 92.1387-57.2266 90.5273-56.0547C88.5254-54.6875 88.2324-52.2461 89.7461-50.2441C92.5781-46.3379 94.1895-40.918 94.1895-35.2539C94.1895-29.5898 92.5293-24.2188 89.7461-20.2637C88.2812-18.2129 88.5254-15.8691 90.5273-14.4531Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1075.35 1126)">
<path d="M123.535 11.0352C124.854 12.0117 126.709 11.6211 127.686 10.1562C135.986-2.34375 141.553-17.334 141.553-35.2539C141.553-53.1738 135.889-68.1152 127.686-80.6641C126.709-82.1777 124.854-82.5195 123.535-81.5918C122.168-80.6152 121.924-78.8086 122.949-77.2461C130.518-65.6738 135.742-52.002 135.742-35.2539C135.742-18.5547 130.518-4.78516 122.949 6.73828C121.924 8.30078 122.168 10.1074 123.535 11.0352ZM22.6562-16.3574L37.1094-16.3574C37.6953-16.3574 38.1836-16.2109 38.5742-15.8203L61.2305 4.39453C63.0371 6.05469 64.5996 6.93359 66.6016 6.93359C69.3359 6.93359 71.2402 4.93164 71.2402 2.19727L71.2402-72.4609C71.2402-75.1953 69.3359-77.4414 66.5527-77.4414C64.5508-77.4414 63.1836-76.416 61.2305-74.6582L38.5742-54.3457C38.1836-53.9551 37.6953-53.8574 37.1094-53.8574L22.6562-53.8574C16.8457-53.8574 14.0625-50.9277 14.0625-44.873L14.0625-25.293C14.0625-19.1895 16.8945-16.3574 22.6562-16.3574ZM22.9004-21.875C20.8008-21.875 19.9219-22.7539 19.9219-24.8535L19.9219-45.2637C19.9219-47.4121 20.8008-48.291 22.9004-48.291L38.4277-48.291C39.7461-48.291 40.7227-48.4863 41.8945-49.5605L63.6719-69.4336C63.9648-69.6777 64.2578-69.9219 64.6484-69.9219C65.0391-69.9219 65.3809-69.6777 65.3809-69.1406L65.3809-1.36719C65.3809-0.830078 65.0391-0.537109 64.6973-0.537109C64.3555-0.537109 64.1113-0.683594 63.7207-1.02539L41.8945-20.6055C40.7715-21.6309 39.7461-21.875 38.4277-21.875ZM106.152-1.95312C107.568-0.976562 109.277-1.31836 110.303-2.73438C116.553-11.1328 120.361-23.0957 120.361-35.2539C120.361-47.4609 116.602-59.4727 110.303-67.7734C109.277-69.2383 107.568-69.5312 106.152-68.6035C104.785-67.627 104.541-65.8691 105.664-64.3066C111.328-56.4941 114.551-46.1426 114.551-35.2539C114.551-24.3652 111.279-14.0625 105.664-6.20117C104.59-4.63867 104.785-2.88086 106.152-1.95312ZM89.0625-14.7461C90.332-13.8672 92.0898-14.1113 93.1152-15.5762C96.8262-20.459 99.2188-27.5391 99.2188-35.2539C99.2188-42.9688 96.8262-50.0488 93.1152-54.9316C92.0898-56.3965 90.332-56.6895 89.0625-55.7617C87.5488-54.6875 87.3047-52.8809 88.4766-51.3184C91.6992-46.875 93.4082-41.4551 93.4082-35.2539C93.4082-29.0527 91.6992-23.6816 88.4766-19.2383C87.3047-17.627 87.5488-15.8203 89.0625-14.7461Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 782.106 1126)">
<path d="M119.141 10.8398C119.971 11.4258 121.045 11.1816 121.631 10.3027C129.59-2.34375 135.693-16.4062 135.693-35.2539C135.693-54.1016 129.541-68.1641 121.631-80.8105C121.045-81.7383 119.971-81.9824 119.141-81.3477C118.311-80.8105 118.164-79.6875 118.75-78.7109C126.318-66.6016 132.129-53.3691 132.129-35.2539C132.129-17.1387 126.318-3.90625 118.75 8.20312C118.164 9.13086 118.311 10.2539 119.141 10.8398ZM19.7754-17.6758L34.8633-17.6758C35.6445-17.6758 36.1816-17.4805 36.6699-16.9922L60.1074 3.80859C61.3281 4.93164 62.5977 5.71289 64.1113 5.71289C66.3086 5.71289 67.5781 4.10156 67.5781 2.00195L67.5781-72.4121C67.5781-74.5117 66.3086-76.2695 64.0625-76.2695C62.5488-76.2695 61.4258-75.3906 60.1074-74.2676L36.6699-52.9785C36.1816-52.5391 35.6445-52.3926 34.8633-52.3926L19.7754-52.3926C15.1367-52.3926 12.9395-50.0488 12.9395-45.3613L12.9395-24.6094C12.9395-19.873 15.1855-17.6758 19.7754-17.6758ZM19.873-21.0938C17.3828-21.0938 16.5527-22.0215 16.5527-24.4629L16.5527-45.5078C16.5527-47.998 17.3828-48.9258 19.873-48.9258L35.2539-48.9258C36.7188-48.9258 37.7441-49.1211 38.916-50.2441L61.9629-71.3379C62.3535-71.6797 62.6953-72.0215 63.1836-72.0215C63.6719-72.0215 64.0137-71.6797 64.0137-71.0938L64.0137 0.488281C64.0137 1.12305 63.6719 1.46484 63.2324 1.46484C62.8906 1.46484 62.5977 1.31836 62.0117 0.830078L38.916-19.8242C37.793-20.8008 36.7188-21.0938 35.2539-21.0938ZM102.93-2.19727C103.809-1.61133 104.834-1.80664 105.469-2.63672C111.719-10.791 115.771-22.9492 115.771-35.2539C115.771-47.6074 111.768-59.7656 105.469-67.8711C104.834-68.7012 103.809-68.8965 102.93-68.3105C102.1-67.7246 101.953-66.6504 102.637-65.7227C108.789-57.4707 112.207-46.7285 112.207-35.2539C112.207-23.7793 108.789-13.0371 102.637-4.83398C101.953-3.85742 102.1-2.83203 102.93-2.19727ZM87.1094-15.1367C87.9395-14.5508 88.9648-14.7461 89.5996-15.5762C93.3105-20.4102 95.8984-27.2461 95.8984-35.2539C95.8984-43.2617 93.3105-50.0977 89.5996-54.9316C88.9648-55.8105 87.9395-55.957 87.1094-55.3711C86.2305-54.7363 86.084-53.6621 86.7676-52.6855C90.5273-47.5098 92.334-42.1387 92.334-35.2539C92.334-28.3691 90.5273-22.998 86.7676-17.8223C86.084-16.8457 86.2305-15.7715 87.1094-15.1367Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 487.177 1126)">
<path d="M116.846 10.7422C117.48 11.1328 118.164 10.9863 118.555 10.3516C126.318-2.34375 132.715-15.9668 132.715-35.2539C132.715-54.541 126.318-68.1641 118.555-80.9082C118.164-81.4941 117.48-81.6895 116.846-81.25C116.309-80.9082 116.211-80.127 116.602-79.4434C124.17-67.0898 130.273-54.1016 130.273-35.2539C130.273-16.4551 124.17-3.41797 116.602 8.93555C116.211 9.57031 116.309 10.3516 116.846 10.7422ZM18.3105-18.3594L33.7402-18.3594C34.6191-18.3594 35.1562-18.1152 35.7422-17.627L59.5703 3.56445C60.4004 4.39453 61.5234 5.07812 62.8418 5.07812C64.7461 5.07812 65.7227 3.66211 65.7227 1.85547L65.7227-72.4121C65.7227-74.1699 64.7461-75.6836 62.8418-75.6836C61.5234-75.6836 60.498-74.8535 59.5703-74.0723L35.7422-52.2949C35.1562-51.7578 34.6191-51.6602 33.7402-51.6602L18.3105-51.6602C14.2578-51.6602 12.4023-49.6094 12.4023-45.6055L12.4023-24.2676C12.4023-20.2148 14.3066-18.3594 18.3105-18.3594ZM18.3105-20.7031C15.6738-20.7031 14.7949-21.6309 14.7949-24.2676L14.7949-45.6055C14.7949-48.291 15.6738-49.2676 18.3105-49.2676L33.6426-49.2676C35.2051-49.2676 36.1816-49.4141 37.3535-50.5371L61.084-72.3145C61.5234-72.6562 61.8652-73.0469 62.4023-73.0469C62.9395-73.0469 63.2812-72.7539 63.2812-72.1191L63.2812 1.46484C63.2812 2.14844 62.9395 2.49023 62.5 2.49023C62.1094 2.49023 61.8164 2.34375 61.1816 1.75781L37.3535-19.3848C36.2305-20.4102 35.2051-20.7031 33.6426-20.7031ZM101.318-2.34375C101.904-1.95312 102.539-2.05078 102.979-2.58789C109.277-10.6445 113.379-22.8516 113.379-35.2539C113.379-47.6562 109.277-59.9121 102.979-67.9199C102.539-68.457 101.904-68.5547 101.318-68.1641C100.684-67.7246 100.635-67.0898 101.123-66.4062C107.52-58.0078 110.986-47.0703 110.986-35.2539C110.986-23.4375 107.52-12.5488 101.123-4.10156C100.635-3.4668 100.684-2.7832 101.318-2.34375ZM86.1328-15.332C86.7188-14.8926 87.3535-15.0391 87.793-15.5762C91.5527-20.3613 94.2383-27.0996 94.2383-35.2539C94.2383-43.457 91.5527-50.1465 87.793-54.9316C87.3535-55.4688 86.7188-55.6152 86.1328-55.1758C85.5957-54.7852 85.4492-54.0527 85.9375-53.3691C89.9414-47.9004 91.7969-42.5293 91.7969-35.2539C91.7969-27.9785 89.9414-22.6562 85.9375-17.1387C85.4492-16.4551 85.5957-15.7715 86.1328-15.332Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2856.15 696)">
<path d="M120.85 8.00781C124.219 9.86328 128.271 8.88672 130.176 5.61523C137.207-6.39648 141.309-20.2148 141.309-35.1074C141.309-50 137.207-63.8184 130.176-75.8301C128.271-79.1016 124.219-80.0781 120.85-78.2227C117.285-76.2207 116.699-71.9238 118.994-67.9688C124.512-58.3008 127.686-47.0703 127.686-35.1074C127.686-23.1445 124.512-11.9141 118.994-2.24609C116.699 1.70898 117.285 6.00586 120.85 8.00781ZM25-15.3809L35.3516-15.3809C35.498-15.3809 35.6445-15.3809 35.8398-15.1855L50.3906-2.19727C53.125 0.244141 55.2246 1.36719 58.1055 1.36719C62.5977 1.36719 66.0645-2.09961 66.0645-6.5918L66.0645-63.8184C66.0645-68.3105 62.5977-71.7773 58.1055-71.7773C55.4199-71.7773 53.2227-70.752 50.3906-68.2129L35.8398-55.2734C35.5957-55.0781 35.498-55.0293 35.3516-55.0293L25-55.0293C17.3828-55.0293 13.1836-50.5859 13.1836-42.7246L13.1836-27.6855C13.1836-19.8242 17.3828-15.3809 25-15.3809ZM100.293-3.41797C103.516-1.66016 107.422-2.44141 109.375-5.56641C114.795-14.1602 117.773-24.3652 117.773-35.2539C117.773-46.1426 114.795-56.3477 109.375-64.9414C107.422-68.0664 103.516-68.8477 100.293-67.0898C96.5332-65.0391 96.1426-60.5957 98.5352-56.543C102.148-50.3418 104.199-43.0176 104.199-35.2539C104.199-27.4902 102.148-20.166 98.5352-13.9648C96.1426-9.91211 96.5332-5.46875 100.293-3.41797ZM79.541-14.8926C82.7148-12.9883 86.4746-13.7695 88.3301-16.3574C92.0898-21.6797 94.2871-28.2227 94.2871-35.2539C94.2871-42.2852 92.0898-48.8281 88.3301-54.1992C86.4746-56.7383 82.7148-57.5195 79.541-55.6152C76.2207-53.6621 75.3418-49.707 78.1738-44.7266C79.7852-41.9434 80.6641-38.6719 80.6641-35.2539C80.6641-31.8359 79.7852-28.5645 78.1738-25.7812C75.3418-20.8008 76.2207-16.8457 79.541-14.8926ZM27.5391-27.8809C27.002-27.8809 26.6113-28.3203 26.6113-28.8086L26.6113-41.6016C26.6113-42.0898 27.002-42.5293 27.5391-42.5293L38.0859-42.5293C39.3555-42.5293 40.2344-42.8223 41.1133-43.6523L51.5137-53.2715C51.6602-53.418 51.8555-53.4668 52.0508-53.4668C52.3926-53.4668 52.6367-53.2227 52.6367-52.832L52.6367-17.5293C52.6367-17.1387 52.3926-16.8457 52.0508-16.8457C51.8555-16.8457 51.6602-16.9434 51.5137-17.0898L41.1133-26.7578C40.2344-27.5879 39.3555-27.8809 38.0859-27.8809Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2562.49 696)">
<path d="M116.162 6.39648C119.092 8.10547 122.705 7.22656 124.463 4.3457C131.396-7.12891 135.449-20.6543 135.449-35.1562C135.449-49.6094 131.396-63.1348 124.463-74.6094C122.705-77.5391 119.092-78.3691 116.162-76.709C113.086-74.9023 112.549-71.1426 114.6-67.6758C120.215-58.3008 123.486-47.0703 123.486-35.1562C123.486-23.2422 120.215-12.0117 114.6-2.58789C112.549 0.830078 113.086 4.63867 116.162 6.39648ZM23.9258-16.2598L34.375-16.2598C34.5703-16.2598 34.7168-16.2598 34.9121-16.0645L50.0488-2.53906C52.6367-0.244141 54.5898 0.78125 57.2754 0.78125C61.3281 0.78125 64.4531-2.29492 64.4531-6.39648L64.4531-63.9648C64.4531-68.0176 61.3281-71.1914 57.2266-71.1914C54.7363-71.1914 52.7344-70.2148 50.0488-67.8223L34.9121-54.3945C34.7168-54.1992 34.5703-54.1016 34.375-54.1016L23.9258-54.1016C16.7969-54.1016 12.9395-50.0488 12.9395-42.627L12.9395-27.7832C12.9395-20.3613 16.7969-16.2598 23.9258-16.2598ZM96.9727-4.6875C99.8047-3.125 103.271-3.80859 105.029-6.5918C110.303-14.7461 113.281-24.707 113.281-35.2539C113.281-45.8008 110.352-55.7617 105.029-63.916C103.271-66.6992 99.8047-67.3828 96.9727-65.8203C93.7012-63.9648 93.3594-60.1074 95.459-56.5918C99.1699-50.4883 101.318-43.0664 101.318-35.2539C101.318-27.4414 99.1699-20.0195 95.459-13.916C93.3594-10.4004 93.7012-6.54297 96.9727-4.6875ZM77.6367-15.8203C80.4199-14.1113 83.7891-14.7949 85.498-17.1875C89.0625-22.168 91.1133-28.5156 91.1133-35.2539C91.1133-41.9922 89.0625-48.3398 85.498-53.3691C83.7891-55.7129 80.4199-56.3965 77.6367-54.6875C74.707-52.8809 73.9746-49.3652 76.4648-45.166C78.1738-42.334 79.1016-38.8672 79.1016-35.2539C79.1016-31.6406 78.1738-28.1738 76.4648-25.3418C73.9746-21.1426 74.707-17.627 77.6367-15.8203ZM25.9766-27.3438C25.2441-27.3438 24.8047-27.832 24.8047-28.5156L24.8047-41.8945C24.8047-42.5781 25.2441-43.0664 25.9766-43.0664L36.9141-43.0664C38.0859-43.0664 38.9648-43.3594 39.8438-44.1895L51.5137-54.8828C51.6602-55.0293 51.8555-55.127 52.0508-55.127C52.3926-55.127 52.5879-54.8828 52.5879-54.4922L52.5879-15.8691C52.5879-15.4785 52.3926-15.2344 52.0508-15.2344C51.8555-15.2344 51.6602-15.332 51.5137-15.4785L39.8438-26.2207C38.9648-27.0508 38.0859-27.3438 36.9141-27.3438Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2269.23 696)">
<path d="M110.938 4.63867C113.379 6.10352 116.455 5.37109 118.018 2.88086C124.951-7.95898 128.906-21.1426 128.906-35.2051C128.906-49.2188 124.854-62.4023 118.018-73.2422C116.455-75.7812 113.379-76.4648 110.938-75C108.35-73.4375 107.91-70.2637 109.668-67.3828C115.381-58.252 118.75-47.0703 118.75-35.2051C118.75-23.3398 115.381-12.0605 109.668-2.97852C107.91-0.0976562 108.35 3.07617 110.938 4.63867ZM22.7539-17.2852L33.3008-17.2852C33.4961-17.2852 33.6914-17.2363 33.9355-17.041L49.707-2.92969C52.0996-0.78125 53.9062 0.195312 56.3477 0.195312C59.9121 0.195312 62.6953-2.53906 62.6953-6.15234L62.6953-64.1113C62.6953-67.7246 59.9121-70.6055 56.2988-70.6055C53.9551-70.6055 52.2461-69.6289 49.707-67.334L33.9355-53.3691C33.6914-53.1738 33.4961-53.125 33.3008-53.125L22.7539-53.125C16.1133-53.125 12.6465-49.4629 12.6465-42.5293L12.6465-27.8809C12.6465-20.9473 16.1133-17.2852 22.7539-17.2852ZM93.2617-6.15234C95.6543-4.73633 98.6328-5.32227 100.195-7.71484C105.322-15.4297 108.252-25.0977 108.252-35.2539C108.252-45.4102 105.371-55.127 100.195-62.793C98.6328-65.1855 95.6543-65.7715 93.2617-64.3555C90.5762-62.793 90.2344-59.5215 92.0898-56.6406C95.8984-50.6348 98.0469-43.1152 98.0469-35.2539C98.0469-27.3926 95.8496-19.873 92.0898-13.8672C90.2832-10.9863 90.5762-7.71484 93.2617-6.15234ZM24.1699-26.709C23.2422-26.709 22.7539-27.2461 22.7539-28.1738L22.7539-42.2363C22.7539-43.1641 23.2422-43.7012 24.1699-43.7012L35.5957-43.7012C36.7188-43.7012 37.5-43.9453 38.3789-44.7266L51.5137-56.7383C51.6602-56.8848 51.8555-56.9336 52.0508-56.9336C52.3438-56.9336 52.5879-56.7383 52.5879-56.3965L52.5879-14.0137C52.5879-13.6719 52.3438-13.4277 52.0508-13.4277C51.8555-13.4277 51.6602-13.5254 51.5137-13.6719L38.3789-25.6836C37.5-26.4648 36.7188-26.709 35.5957-26.709ZM75.5859-16.8457C77.8809-15.3809 80.8105-15.9668 82.3242-18.1152C85.6445-22.7051 87.5977-28.8574 87.5977-35.2539C87.5977-41.6504 85.6445-47.8027 82.3242-52.4414C80.8105-54.541 77.8809-55.127 75.5859-53.6621C72.998-52.0508 72.4121-48.9746 74.5117-45.6055C76.3672-42.8223 77.3926-39.0625 77.3926-35.2539C77.3926-31.4453 76.3184-27.7344 74.5117-24.9023C72.4609-21.4844 72.998-18.457 75.5859-16.8457Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 1974.86 696)">
<path d="M107.324 3.41797C109.424 4.73633 112.158 4.10156 113.623 1.9043C120.459-8.49609 124.414-21.4844 124.414-35.2051C124.414-48.9258 120.361-61.8652 113.623-72.3145C112.158-74.5605 109.424-75.1465 107.324-73.8281C105.078-72.4121 104.736-69.6289 106.299-67.1387C112.109-58.252 115.527-47.0703 115.527-35.2051C115.527-23.3887 112.109-12.1582 106.299-3.27148C104.736-0.78125 105.078 2.00195 107.324 3.41797ZM21.9238-17.9688L32.5195-17.9688C32.7637-17.9688 33.0078-17.9199 33.2031-17.7246L49.4141-3.22266C51.709-1.17188 53.418-0.244141 55.7129-0.244141C58.9355-0.244141 61.4746-2.68555 61.4746-5.95703L61.4746-64.2578C61.4746-67.5293 58.9355-70.166 55.6152-70.166C53.418-70.166 51.8555-69.1895 49.4141-67.041L33.2031-52.6855C33.0078-52.4902 32.7637-52.3926 32.5195-52.3926L21.9238-52.3926C15.6738-52.3926 12.4023-49.0723 12.4023-42.4316L12.4023-27.9785C12.4023-21.3379 15.6738-17.9688 21.9238-17.9688ZM90.6738-7.12891C92.8223-5.85938 95.4102-6.34766 96.8262-8.49609C101.904-15.8691 104.785-25.3906 104.785-35.2539C104.785-45.1172 101.953-54.6875 96.8262-62.0117C95.4102-64.1602 92.8223-64.6484 90.6738-63.3789C88.4277-61.9629 88.0859-59.1797 89.6973-56.6406C93.6035-50.7324 95.8496-43.1152 95.8496-35.2539C95.8496-27.3926 93.5547-19.7754 89.6973-13.8672C88.1348-11.3281 88.4277-8.54492 90.6738-7.12891ZM22.9492-26.2695C21.875-26.2695 21.3379-26.8555 21.3379-27.9297L21.3379-42.4805C21.3379-43.5547 21.875-44.0918 22.9492-44.0918L34.668-44.0918C35.7422-44.0918 36.5234-44.3359 37.4023-45.1172L51.5137-58.0078C51.6602-58.1543 51.8555-58.2031 52.0508-58.2031C52.3438-58.2031 52.5391-58.0078 52.5391-57.666L52.5391-12.6953C52.5391-12.4023 52.3438-12.1582 52.0508-12.1582C51.8555-12.1582 51.6602-12.2559 51.5137-12.4023L37.4023-25.2441C36.5234-26.0742 35.7422-26.2695 34.668-26.2695ZM74.1211-17.5781C76.123-16.2598 78.7109-16.748 80.127-18.7012C83.3008-23.0957 85.1562-29.1016 85.1562-35.2539C85.1562-41.4062 83.3008-47.4121 80.127-51.8066C78.7109-53.7598 76.123-54.248 74.1211-52.9297C71.8262-51.4648 71.3867-48.7305 73.1934-45.9473C75.1465-43.1152 76.2207-39.209 76.2207-35.2539C76.2207-31.2988 75.0977-27.3926 73.1934-24.5605C71.3867-21.7285 71.8262-19.043 74.1211-17.5781Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1679.93 696)">
<path d="M104.59 2.44141C106.445 3.66211 108.936 3.17383 110.254 1.12305C117.09-8.93555 120.947-21.7285 120.947-35.2051C120.947-48.7305 116.992-61.4746 110.254-71.582C108.936-73.6328 106.445-74.1211 104.59-72.9004C102.637-71.6309 102.344-69.1406 103.76-66.9922C109.57-58.252 113.037-47.0215 113.037-35.2051C113.037-23.4375 109.57-12.207 103.76-3.4668C102.344-1.26953 102.637 1.17188 104.59 2.44141ZM21.2891-18.5059L31.9824-18.5059C32.2266-18.5059 32.4707-18.4082 32.666-18.2129L49.2188-3.41797C51.416-1.46484 53.0762-0.585938 55.2246-0.585938C58.2031-0.585938 60.5469-2.83203 60.5469-5.85938L60.5469-64.3555C60.5469-67.3828 58.2031-69.8242 55.127-69.8242C53.0273-69.8242 51.6113-68.8965 49.2188-66.7969L32.666-52.1973C32.4707-51.9531 32.2266-51.9043 31.9824-51.9043L21.2891-51.9043C15.332-51.9043 12.2559-48.7305 12.2559-42.3828L12.2559-28.0273C12.2559-21.6309 15.332-18.5059 21.2891-18.5059ZM88.7695-7.91016C90.625-6.68945 93.0176-7.12891 94.3359-9.08203C99.3164-16.2109 102.148-25.5859 102.148-35.2539C102.148-44.9219 99.3164-54.3945 94.3359-61.4258C93.0176-63.3789 90.625-63.8184 88.7695-62.5977C86.7676-61.377 86.4746-58.8867 87.9395-56.6895C91.8945-50.8301 94.1406-43.1641 94.1406-35.2539C94.1406-27.3438 91.7969-19.7266 87.9395-13.8184C86.5234-11.6211 86.7676-9.13086 88.7695-7.91016ZM22.0215-25.9766C20.8496-25.9766 20.2637-26.5625 20.2637-27.7344L20.2637-42.6758C20.2637-43.8477 20.8496-44.4336 22.0215-44.4336L33.9844-44.4336C35.0098-44.4336 35.791-44.6289 36.6699-45.459L51.5137-58.9355C51.6602-59.082 51.8555-59.1797 52.0508-59.1797C52.3438-59.1797 52.5391-58.9844 52.5391-58.6426L52.5391-11.7676C52.5391-11.4258 52.3438-11.2305 52.0508-11.2305C51.8555-11.2305 51.6602-11.3281 51.5137-11.4746L36.6699-24.9512C35.791-25.7324 35.0098-25.9766 33.9844-25.9766ZM72.998-18.1152C74.8047-16.9434 77.1484-17.334 78.4668-19.1895C81.543-23.3398 83.3008-29.2969 83.3008-35.2539C83.3008-41.2109 81.543-47.1191 78.4668-51.3184C77.1484-53.1738 74.8047-53.5645 72.998-52.3926C70.9473-51.0254 70.5566-48.5352 72.2168-46.1914C74.1699-43.3594 75.293-39.3066 75.293-35.2539C75.293-31.2012 74.1211-27.1973 72.2168-24.3164C70.6055-21.9238 70.9473-19.4824 72.998-18.1152Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1385.56 696)">
<path d="M101.025 1.2207C102.539 2.34375 104.688 1.9043 105.859 0.146484C112.695-9.47266 116.504-22.0703 116.504-35.2539C116.504-48.4375 112.549-60.9863 105.859-70.6543C104.688-72.4609 102.539-72.8516 101.025-71.7285C99.4141-70.6055 99.1699-68.5547 100.391-66.748C106.299-58.2031 109.814-47.0215 109.814-35.2539C109.814-23.5352 106.299-12.2559 100.391-3.75977C99.1699-1.95312 99.4141 0.0976562 101.025 1.2207ZM20.5078-19.1895L31.2012-19.1895C31.4941-19.1895 31.7871-19.0918 31.9824-18.8965L48.9746-3.66211C51.0254-1.85547 52.5879-1.02539 54.5898-1.02539C57.2266-1.02539 59.3262-2.97852 59.3262-5.71289L59.3262-64.4531C59.3262-67.1387 57.2266-69.3848 54.4922-69.3848C52.4902-69.3848 51.2207-68.5059 48.9746-66.4551L31.9824-51.5137C31.7871-51.3184 31.4941-51.2207 31.2012-51.2207L20.5078-51.2207C14.8438-51.2207 12.0605-48.3398 12.0605-42.2852L12.0605-28.0762C12.0605-22.0703 14.8926-19.1895 20.5078-19.1895ZM86.2305-8.88672C87.8418-7.8125 89.8438-8.1543 91.0156-9.86328C95.8984-16.6504 98.7305-25.8789 98.7305-35.2539C98.7305-44.6289 95.9473-53.9551 91.0156-60.6445C89.8438-62.3535 87.8418-62.6953 86.2305-61.6211C84.6191-60.5469 84.3262-58.4961 85.5957-56.6895C89.6484-50.9277 91.9434-43.1641 91.9434-35.2539C91.9434-27.3438 89.5508-19.6289 85.5957-13.8184C84.375-12.0117 84.6191-9.96094 86.2305-8.88672ZM20.8008-25.5371C19.5312-25.5371 18.8477-26.1719 18.8477-27.4902L18.8477-42.9199C18.8477-44.1895 19.5312-44.873 20.8008-44.873L33.1055-44.873C34.0332-44.873 34.7656-45.0195 35.6445-45.8496L51.5137-60.2051C51.6602-60.3516 51.8555-60.4492 52.0508-60.4492C52.2949-60.4492 52.4902-60.2539 52.4902-59.9609L52.4902-10.498C52.4902-10.1562 52.2949-9.96094 52.0508-9.96094C51.8555-9.96094 51.6602-10.0586 51.5137-10.2539L35.6445-24.5605C34.7656-25.3418 34.0332-25.5371 33.1055-25.5371ZM71.582-18.7988C73.0469-17.8223 75.0977-18.1152 76.2695-19.8242C79.1992-23.7305 80.9082-29.4922 80.9082-35.2539C80.9082-41.0156 79.1992-46.7285 76.2695-50.6836C75.0977-52.3926 73.0469-52.6855 71.582-51.6602C69.8242-50.4395 69.5312-48.291 70.8984-46.4844C72.9492-43.7012 74.1211-39.4531 74.1211-35.2539C74.1211-31.0547 72.9004-26.8555 70.8984-24.0234C69.5801-22.168 69.8242-20.0684 71.582-18.7988Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1091.17 696)">
<path d="M98.0957 1.07422C99.2676 1.95312 100.879 1.61133 101.807 0.244141C108.398-9.47266 112.598-21.4844 112.598-35.2539C112.598-49.0234 108.301-60.9863 101.807-70.752C100.879-72.168 99.2676-72.4609 98.0957-71.582C96.8262-70.752 96.6309-69.1406 97.5586-67.7246C103.467-58.8379 107.422-47.9492 107.422-35.2539C107.422-22.5586 103.467-11.6699 97.5586-2.7832C96.6309-1.36719 96.8262 0.244141 98.0957 1.07422ZM18.6035-20.0684L29.7363-20.0684C30.127-20.0684 30.4688-19.9219 30.7617-19.6777L48.2422-4.05273C49.9023-2.58789 51.2207-1.85547 52.9297-1.85547C55.2246-1.85547 56.8848-3.51562 56.8848-5.85938L56.8848-64.4043C56.8848-66.6992 55.2246-68.6035 52.832-68.6035C51.1719-68.6035 50.0488-67.7734 48.2422-66.2109L30.7617-50.5859C30.4688-50.3418 30.127-50.2441 29.7363-50.2441L18.6035-50.2441C13.7207-50.2441 11.3281-47.7539 11.3281-42.627L11.3281-27.6367C11.3281-22.5098 13.7207-20.0684 18.6035-20.0684ZM84.082-9.08203C85.3516-8.20312 86.9141-8.49609 87.793-9.81445C92.7246-16.4551 95.6543-25.7812 95.6543-35.2539C95.6543-44.7266 92.7246-54.1504 87.793-60.6934C86.9141-62.0117 85.3516-62.3047 84.082-61.4258C82.8613-60.5957 82.666-59.0332 83.6426-57.6172C87.9395-51.6113 90.3809-43.6035 90.3809-35.2539C90.3809-26.9043 87.8906-18.9453 83.6426-12.8906C82.666-11.4746 82.8613-9.91211 84.082-9.08203ZM18.7988-25C17.2363-25 16.6016-25.6836 16.6016-27.2461L16.6016-43.0664C16.6016-44.6289 17.2363-45.2637 18.7988-45.2637L31.0059-45.2637C32.0312-45.2637 32.7637-45.459 33.6914-46.2891L50.3906-61.4746C50.5859-61.6699 50.7812-61.8164 51.0742-61.8164C51.3672-61.8164 51.6113-61.6211 51.6113-61.2305L51.6113-9.22852C51.6113-8.83789 51.3672-8.64258 51.0742-8.64258C50.8789-8.64258 50.6348-8.74023 50.3906-8.98438L33.6914-24.0234C32.8125-24.8047 32.0312-25 31.0059-25ZM70.3125-19.043C71.4355-18.2617 73.0469-18.5547 73.9258-19.8242C76.8555-23.6816 78.7109-29.2969 78.7109-35.2539C78.7109-41.2109 76.8555-46.7773 73.9258-50.6836C73.0469-51.9531 71.4355-52.2461 70.3125-51.416C68.9453-50.4883 68.75-48.8281 69.7754-47.4121C72.168-44.1406 73.4375-39.8926 73.4375-35.2539C73.4375-30.6152 72.168-26.416 69.7754-23.0957C68.75-21.6797 68.9453-20.0195 70.3125-19.043Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 797.536 696)">
<path d="M94.1895 0.927734C94.9219 1.46484 95.8984 1.2207 96.4355 0.390625C102.734-9.47266 107.422-20.6543 107.422-35.2539C107.422-49.8535 102.686-61.0352 96.4355-70.8984C95.8984-71.7285 94.9219-71.9727 94.1895-71.4355C93.4082-70.8984 93.2617-69.873 93.8477-68.9941C99.7559-59.6191 104.199-49.1699 104.199-35.2539C104.199-21.3379 99.7559-10.8398 93.8477-1.51367C93.2617-0.634766 93.4082 0.390625 94.1895 0.927734ZM16.0645-21.2402L27.7344-21.2402C28.3203-21.2402 28.7109-21.0449 29.1016-20.7031L47.3145-4.54102C48.3887-3.51562 49.4141-2.92969 50.6836-2.92969C52.5391-2.92969 53.6621-4.24805 53.6621-6.00586L53.6621-64.4043C53.6621-66.1621 52.5391-67.5781 50.6836-67.5781C49.4141-67.5781 48.4375-66.8945 47.3145-65.8691L29.1016-49.4141C28.7109-49.0723 28.3203-48.9746 27.7344-48.9746L16.0645-48.9746C12.207-48.9746 10.3516-47.0215 10.3516-43.0664L10.3516-27.0508C10.3516-23.0469 12.207-21.2402 16.0645-21.2402ZM16.1133-24.3164C14.2578-24.3164 13.623-25.0488 13.623-26.9043L13.623-43.2129C13.623-45.1172 14.2578-45.8496 16.1133-45.8496L28.2227-45.8496C29.3457-45.8496 30.127-45.9961 31.0547-46.8262L48.877-63.1348C49.1699-63.3789 49.4141-63.623 49.8047-63.623C50.1465-63.623 50.3906-63.4277 50.3906-62.9883L50.3906-7.56836C50.3906-7.12891 50.1465-6.88477 49.8047-6.88477C49.5605-6.88477 49.3164-6.98242 48.9258-7.32422L31.0547-23.291C30.1758-24.0723 29.3457-24.3164 28.2227-24.3164ZM81.2988-9.32617C82.0801-8.78906 83.0078-8.93555 83.5449-9.7168C88.4766-16.1621 91.6016-25.6348 91.6016-35.2539C91.6016-44.873 88.4766-54.3945 83.5449-60.791C83.0078-61.5723 82.0801-61.7188 81.2988-61.1816C80.5176-60.6445 80.3711-59.7168 81.0059-58.8379C85.7422-52.4902 88.3789-44.1406 88.3789-35.2539C88.3789-26.3672 85.6934-18.0664 81.0059-11.6699C80.4199-10.791 80.5176-9.86328 81.2988-9.32617ZM68.6035-19.3848C69.3359-18.8965 70.3125-19.043 70.8496-19.8242C73.7793-23.6328 75.7812-29.0527 75.7812-35.2539C75.7812-41.4551 73.7793-46.875 70.8496-50.6836C70.3125-51.4648 69.3359-51.6113 68.6035-51.0742C67.8223-50.4883 67.6758-49.5117 68.3105-48.6328C71.1426-44.7266 72.5586-40.5273 72.5586-35.2539C72.5586-29.9805 71.1426-25.7812 68.3105-21.875C67.6758-20.9961 67.8223-20.0195 68.6035-19.3848Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 502.387 696)">
<path d="M92.1875 0.78125C92.7246 1.17188 93.3594 1.02539 93.7012 0.488281C99.8535-9.47266 104.785-20.2637 104.785-35.2539C104.785-50.2441 99.8535-61.0352 93.7012-70.9961C93.3594-71.5332 92.7246-71.6797 92.1875-71.2891C91.6504-70.9961 91.5527-70.2637 91.9434-69.6777C97.8516-60.0586 102.588-49.8047 102.588-35.2539C102.588-20.7031 97.8516-10.4492 91.9434-0.830078C91.5527-0.244141 91.6504 0.488281 92.1875 0.78125ZM14.7461-21.8262L26.7578-21.8262C27.3926-21.8262 27.832-21.6309 28.2715-21.2402L46.8262-4.78516C47.6074-4.05273 48.4863-3.4668 49.5605-3.4668C51.1719-3.4668 52.002-4.63867 52.002-6.15234L52.002-64.3555C52.002-65.8203 51.1719-67.041 49.5605-67.041C48.4863-67.041 47.6562-66.4062 46.8262-65.7227L28.2715-48.7793C27.832-48.3887 27.3926-48.291 26.7578-48.291L14.7461-48.291C11.4258-48.291 9.86328-46.6309 9.86328-43.3105L9.86328-26.709C9.86328-23.3887 11.4746-21.8262 14.7461-21.8262ZM14.7461-23.9746C12.7441-23.9746 12.0605-24.707 12.0605-26.709L12.0605-43.3594C12.0605-45.4102 12.7441-46.1426 14.7461-46.1426L26.8066-46.1426C27.9785-46.1426 28.7598-46.2891 29.6875-47.168L48.1445-64.0137C48.4375-64.3066 48.6816-64.5996 49.1211-64.5996C49.5117-64.5996 49.8047-64.3555 49.8047-63.8672L49.8047-6.73828C49.8047-6.20117 49.5117-5.95703 49.1699-5.95703C48.877-5.95703 48.6328-6.05469 48.1934-6.49414L29.6875-22.9492C28.8086-23.7305 27.9785-23.9746 26.8066-23.9746ZM79.834-9.42383C80.3711-9.08203 81.0059-9.17969 81.3965-9.66797C86.3281-16.0156 89.502-25.5371 89.502-35.2539C89.502-44.9707 86.3281-54.4922 81.3965-60.8398C81.0059-61.3281 80.3711-61.4258 79.834-61.084C79.2969-60.6934 79.248-60.0586 79.6875-59.4727C84.6191-52.9297 87.3047-44.4336 87.3047-35.2539C87.3047-26.0742 84.6191-17.5781 79.6875-11.0352C79.248-10.4492 79.2969-9.81445 79.834-9.42383ZM67.7246-19.5801C68.2617-19.2383 68.8965-19.3359 69.2871-19.8242C72.2168-23.584 74.2676-28.9062 74.2676-35.2539C74.2676-41.6016 72.2168-46.9238 69.2871-50.6836C68.8965-51.1719 68.2617-51.2695 67.7246-50.9277C67.2363-50.5371 67.1387-49.8535 67.5781-49.2676C70.6543-45.0684 72.0703-40.8691 72.0703-35.2539C72.0703-29.6387 70.6055-25.4395 67.5781-21.2402C67.1387-20.6543 67.2363-19.9707 67.7246-19.5801Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 73 KiB

View File

@ -1,12 +0,0 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sf.stop.svg",
"idiom" : "universal"
}
]
}

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Generator: Apple Native CoreSVG 149-->
<!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: "uni1006F6.medium", point size: 100.000000, font version: "Version 16.0d12e3", template writer version: "8"-->
<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="M9.24805 0.830078C13.5547 0.830078 17.1387-2.74414 17.1387-7.05078C17.1387-11.3574 13.5449-14.9316 9.23828-14.9316C4.94141-14.9316 1.36719-11.3574 1.36719-7.05078C1.36719-2.74414 4.95117 0.830078 9.24805 0.830078ZM9.24805-0.654297C5.70312-0.654297 2.87109-3.49609 2.87109-7.05078C2.87109-10.6055 5.69336-13.4473 9.23828-13.4473C12.793-13.4473 15.6348-10.6055 15.6445-7.05078C15.6543-3.49609 12.8027-0.654297 9.24805-0.654297ZM9.22852-3.62305C9.69727-3.62305 9.9707-3.93555 9.9707-4.45312L9.9707-6.31836L12.002-6.31836C12.5-6.31836 12.832-6.57227 12.832-7.04102C12.832-7.51953 12.5195-7.7832 12.002-7.7832L9.9707-7.7832L9.9707-9.81445C9.9707-10.332 9.69727-10.6543 9.22852-10.6543C8.75977-10.6543 8.50586-10.3125 8.50586-9.81445L8.50586-7.7832L6.49414-7.7832C5.97656-7.7832 5.64453-7.51953 5.64453-7.04102C5.64453-6.57227 5.99609-6.31836 6.49414-6.31836L8.50586-6.31836L8.50586-4.45312C8.50586-3.95508 8.75977-3.62305 9.22852-3.62305Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 281.506 1933)">
<path d="M11.709 2.91016C17.1582 2.91016 21.6699-1.61133 21.6699-7.05078C21.6699-12.5 17.1484-17.0117 11.6992-17.0117C6.25977-17.0117 1.74805-12.5 1.74805-7.05078C1.74805-1.61133 6.26953 2.91016 11.709 2.91016ZM11.709 1.25C7.09961 1.25 3.41797-2.44141 3.41797-7.05078C3.41797-11.6602 7.08984-15.3516 11.6992-15.3516C16.3086-15.3516 20-11.6602 20.0098-7.05078C20.0195-2.44141 16.3184 1.25 11.709 1.25ZM11.6797-2.66602C12.207-2.66602 12.5098-3.01758 12.5098-3.59375L12.5098-6.23047L15.3223-6.23047C15.8691-6.23047 16.25-6.51367 16.25-7.03125C16.25-7.55859 15.8887-7.86133 15.3223-7.86133L12.5098-7.86133L12.5098-10.6836C12.5098-11.25 12.207-11.6113 11.6797-11.6113C11.1621-11.6113 10.8789-11.2305 10.8789-10.6836L10.8789-7.86133L8.07617-7.86133C7.50977-7.86133 7.13867-7.55859 7.13867-7.03125C7.13867-6.51367 7.5293-6.23047 8.07617-6.23047L10.8789-6.23047L10.8789-3.59375C10.8789-3.03711 11.1621-2.66602 11.6797-2.66602Z"/>
</g>
<g id="" transform="matrix(1 0 0 1 304.924 1933)">
<path d="M14.9707 5.66406C21.9336 5.66406 27.6953-0.0976562 27.6953-7.05078C27.6953-14.0137 21.9238-19.7754 14.9609-19.7754C8.00781-19.7754 2.25586-14.0137 2.25586-7.05078C2.25586-0.0976562 8.01758 5.66406 14.9707 5.66406ZM14.9707 3.84766C8.93555 3.84766 4.08203-1.01562 4.08203-7.05078C4.08203-13.0957 8.92578-17.9492 14.9609-17.9492C21.0059-17.9492 25.8594-13.0957 25.8691-7.05078C25.8789-1.01562 21.0156 3.84766 14.9707 3.84766ZM14.9414-1.38672C15.5176-1.38672 15.8594-1.77734 15.8594-2.38281L15.8594-6.13281L19.7754-6.13281C20.3711-6.13281 20.7812-6.46484 20.7812-7.02148C20.7812-7.59766 20.3906-7.93945 19.7754-7.93945L15.8594-7.93945L15.8594-11.8652C15.8594-12.4805 15.5176-12.8711 14.9414-12.8711C14.375-12.8711 14.0527-12.4609 14.0527-11.8652L14.0527-7.93945L10.1465-7.93945C9.53125-7.93945 9.13086-7.59766 9.13086-7.02148C9.13086-6.46484 9.55078-6.13281 10.1465-6.13281L14.0527-6.13281L14.0527-2.38281C14.0527-1.79688 14.375-1.38672 14.9414-1.38672Z"/>
</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>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="776" x2="776" y1="1919" y2="1933"/>
<g id="" transform="matrix(1 0 0 1 776 1933)">
<path d="M3.31055 0.126953C3.82812 0.126953 4.08203-0.0683594 4.26758-0.605469L5.52734-4.0625L11.2891-4.0625L12.5488-0.605469C12.7344-0.0683594 12.9883 0.126953 13.4961 0.126953C14.0137 0.126953 14.3457-0.185547 14.3457-0.673828C14.3457-0.839844 14.3164-0.986328 14.2383-1.20117L9.6582-13.3887C9.43359-13.9941 9.0332-14.2871 8.4082-14.2871C7.80273-14.2871 7.39258-13.9941 7.17773-13.3984L2.59766-1.19141C2.51953-0.976562 2.49023-0.830078 2.49023-0.664062C2.49023-0.175781 2.80273 0.126953 3.31055 0.126953ZM6.00586-5.53711L8.37891-12.1094L8.42773-12.1094L10.8008-5.53711Z"/>
</g>
<line id="" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="792.836" x2="792.836" y1="1919" y2="1933"/>
<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 x-location of the margin guidelines.</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="M2.8418 1.86523L4.54102 3.57422C5.40039 4.44336 6.38672 4.38477 7.31445 3.35938L17.4902-7.85156C17.7539-7.76367 18.0273-7.7832 18.3398-7.8418L19.4043-8.03711L20.0684-7.36328L20.0293-6.80664C19.9902-6.30859 20.1172-5.92773 20.6055-5.44922L21.3672-4.70703C21.8457-4.22852 22.4609-4.19922 22.9297-4.66797L25.8398-7.58789C26.3086-8.05664 26.2891-8.65234 25.8105-9.13086L25.0391-9.89258C24.5605-10.3711 24.1895-10.5273 23.7109-10.4883L23.1348-10.4395L22.4902-11.0742L22.7344-12.1973C22.8613-12.7637 22.7051-13.2031 22.1191-13.7891L19.9219-15.9766C16.582-19.2969 12.1484-19.2188 9.25781-16.3281C8.83789-15.918 8.80859-15.3418 9.04297-14.9512C9.27734-14.5898 9.73633-14.3555 10.3809-14.5215C11.8457-14.8633 13.3691-14.9219 14.7949-13.9844L14.209-12.5293C14.0137-12.0508 13.9844-11.6504 14.1113-11.2891L3.04688-0.898438C2.06055 0.0195312 1.98242 0.996094 2.8418 1.86523ZM10.752-15.957C13.1836-17.7344 16.4746-17.4316 18.7012-15.2051L21.1328-12.793C21.3672-12.5586 21.4062-12.373 21.3379-12.0312L21.0156-10.5469L22.5195-9.0625L23.5059-9.12109C23.7598-9.13086 23.8379-9.11133 24.0332-8.91602L24.6094-8.33984L22.168-5.89844L21.5918-6.47461C21.3965-6.66992 21.3672-6.74805 21.377-7.01172L21.4453-7.98828L19.9512-9.47266L18.4277-9.21875C18.1055-9.15039 17.959-9.17969 17.7148-9.41406L15.7129-11.416C15.459-11.6504 15.4297-11.8164 15.5859-12.1875L16.4648-14.2773C14.9023-15.7324 12.8711-16.3574 10.8398-15.7617C10.6836-15.7227 10.625-15.8496 10.752-15.957ZM5.27344 2.30469L4.10156 1.14258C3.63281 0.683594 3.74023 0.341797 4.14062-0.0195312L14.9512-10.1953L16.416-8.71094L6.42578 2.27539C6.07422 2.67578 5.74219 2.77344 5.27344 2.30469Z"/>
</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.2.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)">Requires Xcode 12 or greater</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)">Generated from stop</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 1987)">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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="696" y2="696"/>
<line id="Capline-S" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1126" y2="1126"/>
<line id="Capline-M" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" 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="M0.976562 0L3.66211 0L12.9883-24.4629L45.752-24.4629L55.127 0L57.7637 0L30.6152-70.459L28.125-70.459ZM29.3457-67.1387L29.4434-67.1387L44.873-26.709L13.8672-26.709Z"/>
</g>
<line id="Baseline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1556" y2="1556"/>
<line id="Capline-L" style="fill:none;stroke:#27AAE1;opacity:1;stroke-width:0.5;" x1="263" x2="3036" y1="1485.54" y2="1485.54"/>
<line id="left-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1397.62" x2="1397.62" y1="1030.79" y2="1150.12"/>
<line id="right-margin" style="fill:none;stroke:#00AEEF;stroke-width:0.5;opacity:1.0;" x1="1502.07" x2="1502.07" y1="1030.79" y2="1150.12"/>
</g>
<g id="Symbols">
<g id="Black-L" transform="matrix(1 0 0 1 2861.35 1556)">
<path d="M16.0645 2.83203C16.0645 13.8184 23.0469 20.752 34.668 20.752L109.424 20.752C121.045 20.752 128.027 13.8184 128.027 2.83203L128.027-73.3398C128.027-84.2773 121.045-91.2109 109.424-91.2109L34.668-91.2109C23.0469-91.2109 16.0645-84.2773 16.0645-73.3398ZM36.3281-4.58984L36.3281-65.8203C36.3281-69.3359 38.3301-71.3867 41.7969-71.3867L103.174-71.3867C106.641-71.3867 108.643-69.3359 108.643-65.8203L108.643-4.58984C108.643-1.07422 106.641 0.976562 103.174 0.976562L41.7969 0.976562C38.3301 0.976562 36.3281-1.07422 36.3281-4.58984Z"/>
</g>
<g id="Heavy-L" transform="matrix(1 0 0 1 2565.91 1556)">
<path d="M16.0645 2.68555C16.0645 13.0371 22.5586 19.4824 33.4473 19.4824L108.105 19.4824C118.994 19.4824 125.488 13.0371 125.488 2.68555L125.488-73.1934C125.488-83.4961 118.994-89.9414 108.105-89.9414L33.4473-89.9414C22.5586-89.9414 16.0645-83.4961 16.0645-73.1934ZM33.5938-3.4668L33.5938-66.9922C33.5938-70.6055 35.6934-72.7539 39.3066-72.7539L102.93-72.7539C106.543-72.7539 108.643-70.6055 108.643-66.9922L108.643-3.4668C108.643 0.195312 106.543 2.29492 102.93 2.29492L39.3066 2.29492C35.6934 2.29492 33.5938 0.195312 33.5938-3.4668Z"/>
</g>
<g id="Bold-L" transform="matrix(1 0 0 1 2270.62 1556)">
<path d="M16.0645 2.49023C16.0645 12.1094 22.0215 18.0176 32.0801 18.0176L106.641 18.0176C116.65 18.0176 122.656 12.1094 122.656 2.49023L122.656-72.998C122.656-82.6172 116.65-88.5254 106.641-88.5254L32.0801-88.5254C22.0215-88.5254 16.0645-82.6172 16.0645-72.998ZM30.5176-2.19727L30.5176-68.3105C30.5176-72.0703 32.7148-74.3164 36.4746-74.3164L102.686-74.3164C106.445-74.3164 108.643-72.0703 108.643-68.3105L108.643-2.19727C108.643 1.5625 106.445 3.80859 102.686 3.80859L36.4746 3.80859C32.7148 3.80859 30.5176 1.5625 30.5176-2.19727Z"/>
</g>
<g id="Semibold-L" transform="matrix(1 0 0 1 1974.88 1556)">
<path d="M16.0645 2.34375C16.0645 11.5234 21.6797 17.041 31.1035 17.041L105.615 17.041C115.088 17.041 120.703 11.5234 120.703 2.34375L120.703-72.9004C120.703-82.0312 115.088-87.5488 105.615-87.5488L31.1035-87.5488C21.6797-87.5488 16.0645-82.0312 16.0645-72.9004ZM28.418-1.31836L28.418-69.1895C28.418-73.0469 30.6641-75.3418 34.5215-75.3418L102.539-75.3418C106.348-75.3418 108.643-73.0469 108.643-69.1895L108.643-1.31836C108.643 2.53906 106.348 4.88281 102.539 4.88281L34.5215 4.88281C30.6641 4.88281 28.418 2.53906 28.418-1.31836Z"/>
</g>
<g id="Medium-L" transform="matrix(1 0 0 1 1678.93 1556)">
<path d="M16.0645 2.29492C16.0645 11.0352 21.3867 16.3086 30.3711 16.3086L104.883 16.3086C113.867 16.3086 119.189 11.0352 119.189 2.29492L119.189-72.8027C119.189-81.5918 113.867-86.8164 104.883-86.8164L30.3711-86.8164C21.3867-86.8164 16.0645-81.5918 16.0645-72.8027ZM26.8066-0.634766L26.8066-69.873C26.8066-73.8281 29.1016-76.1719 33.0078-76.1719L102.393-76.1719C106.299-76.1719 108.643-73.8281 108.643-69.873L108.643-0.634766C108.643 3.27148 106.299 5.66406 102.393 5.66406L33.0078 5.66406C29.1016 5.66406 26.8066 3.27148 26.8066-0.634766Z"/>
</g>
<g id="Regular-L" transform="matrix(1 0 0 1 1383.19 1556)">
<path d="M16.0645 2.14844C16.0645 10.4492 21.0449 15.332 29.4434 15.332L103.857 15.332C112.305 15.332 117.236 10.4492 117.236 2.14844L117.236-72.7051C117.236-81.0059 112.305-85.8887 103.857-85.8887L29.4434-85.8887C21.0449-85.8887 16.0645-81.0059 16.0645-72.7051ZM24.707 0.195312L24.707-70.752C24.707-74.8047 27.0996-77.1973 31.1035-77.1973L102.246-77.1973C106.25-77.1973 108.594-74.8047 108.594-70.752L108.594 0.195312C108.594 4.24805 106.25 6.68945 102.246 6.68945L31.1035 6.68945C27.0996 6.68945 24.707 4.24805 24.707 0.195312Z"/>
</g>
<g id="Light-L" transform="matrix(1 0 0 1 1087.46 1556)">
<path d="M16.0645 2.09961C16.0645 9.81445 20.6543 14.3066 28.418 14.3066L102.93 14.3066C110.693 14.3066 115.283 9.81445 115.283 2.09961L115.283-72.6562C115.283-80.3223 110.693-84.8633 102.93-84.8633L28.418-84.8633C20.6543-84.8633 16.0645-80.3223 16.0645-72.6562ZM22.7051 0.830078L22.7051-71.3867C22.7051-75.6836 25.1953-78.2715 29.4922-78.2715L101.807-78.2715C106.104-78.2715 108.643-75.6836 108.643-71.3867L108.643 0.830078C108.643 5.12695 106.104 7.71484 101.807 7.71484L29.4922 7.71484C25.1953 7.71484 22.7051 5.12695 22.7051 0.830078Z"/>
</g>
<g id="Thin-L" transform="matrix(1 0 0 1 792.067 1556)">
<path d="M16.0645 2.05078C16.0645 8.93555 20.1172 12.9883 27.0508 12.9883L101.66 12.9883C108.545 12.9883 112.646 8.93555 112.646 2.05078L112.646-72.6074C112.646-79.4922 108.545-83.5449 101.66-83.5449L27.0508-83.5449C20.1172-83.5449 16.0645-79.4922 16.0645-72.6074ZM19.9707 1.66016L19.9707-72.2168C19.9707-76.8555 22.7539-79.6387 27.3926-79.6387L101.27-79.6387C105.957-79.6387 108.691-76.8555 108.691-72.2168L108.691 1.66016C108.691 6.29883 105.957 9.08203 101.27 9.08203L27.3926 9.08203C22.7539 9.08203 19.9707 6.29883 19.9707 1.66016Z"/>
</g>
<g id="Ultralight-L" transform="matrix(1 0 0 1 496.039 1556)">
<path d="M16.0645 2.05078C16.0645 8.49609 19.873 12.3535 26.3184 12.3535L100.977 12.3535C107.471 12.3535 111.279 8.49609 111.279 2.05078L111.279-72.5586C111.279-79.0527 107.471-82.8613 100.977-82.8613L26.3184-82.8613C19.873-82.8613 16.0645-79.0527 16.0645-72.5586ZM18.6035 2.09961L18.6035-72.6074C18.6035-77.4414 21.4844-80.3223 26.3184-80.3223L101.025-80.3223C105.859-80.3223 108.74-77.4414 108.74-72.6074L108.74 2.09961C108.74 6.93359 105.859 9.76562 101.025 9.76562L26.3184 9.76562C21.4844 9.76562 18.6035 6.93359 18.6035 2.09961Z"/>
</g>
<g id="Black-M" transform="matrix(1 0 0 1 2876.39 1126)">
<path d="M12.4512-5.51758C12.4512 3.51562 18.2617 9.32617 27.9785 9.32617L86.0352 9.32617C95.752 9.32617 101.562 3.51562 101.562-5.51758L101.562-64.9414C101.562-73.9746 95.752-79.7852 86.0352-79.7852L27.9785-79.7852C18.2617-79.7852 12.4512-73.9746 12.4512-64.9414ZM30.7617-12.6953L30.7617-57.7148C30.7617-60.4004 32.2754-61.9629 34.9609-61.9629L80.0293-61.9629C82.7148-61.9629 84.2285-60.4004 84.2285-57.7148L84.2285-12.6953C84.2285-10.0098 82.7148-8.44727 80.0293-8.44727L34.9609-8.44727C32.2754-8.44727 30.7617-10.0098 30.7617-12.6953Z"/>
</g>
<g id="Heavy-M" transform="matrix(1 0 0 1 2580.81 1126)">
<path d="M12.4512-5.66406C12.4512 2.7832 17.8711 8.20312 26.9043 8.20312L84.8633 8.20312C93.8965 8.20312 99.3164 2.7832 99.3164-5.66406L99.3164-64.7949C99.3164-73.291 93.8965-78.6621 84.8633-78.6621L26.9043-78.6621C17.8711-78.6621 12.4512-73.291 12.4512-64.7949ZM28.2715-11.6211L28.2715-58.8379C28.2715-61.5723 29.8828-63.1836 32.6172-63.1836L79.8828-63.1836C82.6172-63.1836 84.2285-61.5723 84.2285-58.8379L84.2285-11.6211C84.2285-8.83789 82.6172-7.22656 79.8828-7.22656L32.6172-7.22656C29.8828-7.22656 28.2715-8.83789 28.2715-11.6211Z"/>
</g>
<g id="Bold-M" transform="matrix(1 0 0 1 2285.36 1126)">
<path d="M12.4512-5.85938C12.4512 2.00195 17.3828 6.93359 25.6836 6.93359L83.5449 6.93359C91.8457 6.93359 96.7773 2.00195 96.7773-5.85938L96.7773-64.5996C96.7773-72.5098 91.8457-77.4414 83.5449-77.4414L25.6836-77.4414C17.3828-77.4414 12.4512-72.5098 12.4512-64.5996ZM25.5371-10.4004L25.5371-60.0586C25.5371-62.8906 27.1973-64.5508 29.9805-64.5508L79.7363-64.5508C82.5684-64.5508 84.1797-62.8906 84.1797-60.0586L84.1797-10.4004C84.1797-7.56836 82.5684-5.9082 79.7363-5.9082L29.9805-5.9082C27.1973-5.9082 25.5371-7.56836 25.5371-10.4004Z"/>
</g>
<g id="Semibold-M" transform="matrix(1 0 0 1 1989.51 1126)">
<path d="M12.4512-6.00586C12.4512 1.46484 17.0898 6.05469 24.8535 6.05469L82.6172 6.05469C90.4297 6.05469 95.0684 1.46484 95.0684-6.00586L95.0684-64.502C95.0684-71.9727 90.4297-76.5625 82.6172-76.5625L24.8535-76.5625C17.0898-76.5625 12.4512-71.9727 12.4512-64.502ZM23.6328-9.57031L23.6328-60.8887C23.6328-63.8184 25.293-65.5273 28.1738-65.5273L79.6387-65.5273C82.5195-65.5273 84.1797-63.8184 84.1797-60.8887L84.1797-9.57031C84.1797-6.68945 82.5195-4.98047 79.6387-4.98047L28.1738-4.98047C25.293-4.98047 23.6328-6.68945 23.6328-9.57031Z"/>
</g>
<g id="Medium-M" transform="matrix(1 0 0 1 1693.45 1126)">
<path d="M12.4512-6.10352C12.4512 1.07422 16.8457 5.37109 24.2188 5.37109L81.9336 5.37109C89.3555 5.37109 93.75 1.07422 93.75-6.10352L93.75-64.4043C93.75-71.582 89.3555-75.8789 81.9336-75.8789L24.2188-75.8789C16.8457-75.8789 12.4512-71.582 12.4512-64.4043ZM22.168-8.93555L22.168-61.5723C22.168-64.502 23.877-66.2598 26.8066-66.2598L79.541-66.2598C82.4707-66.2598 84.1797-64.502 84.1797-61.5723L84.1797-8.93555C84.1797-6.00586 82.4707-4.24805 79.541-4.24805L26.8066-4.24805C23.877-4.24805 22.168-6.00586 22.168-8.93555Z"/>
</g>
<g id="Regular-M" transform="matrix(1 0 0 1 1397.62 1126)">
<path d="M12.4512-6.25C12.4512 0.537109 16.5527 4.54102 23.3887 4.54102L81.0547 4.54102C87.9395 4.54102 91.9922 0.537109 91.9922-6.25L91.9922-64.2578C91.9922-71.0449 87.9395-75.0488 81.0547-75.0488L23.3887-75.0488C16.5527-75.0488 12.4512-71.0449 12.4512-64.2578ZM20.3125-8.10547L20.3125-62.4023C20.3125-65.3809 22.0703-67.1875 25-67.1875L79.4434-67.1875C82.4219-67.1875 84.1309-65.3809 84.1309-62.4023L84.1309-8.10547C84.1309-5.12695 82.4219-3.32031 79.4434-3.32031L25-3.32031C22.0703-3.32031 20.3125-5.12695 20.3125-8.10547Z"/>
</g>
<g id="Light-M" transform="matrix(1 0 0 1 1101.79 1126)">
<path d="M12.4512-6.29883C12.4512-0.0488281 16.1621 3.61328 22.4609 3.61328L80.1758 3.61328C86.4746 3.61328 90.2344-0.0488281 90.2344-6.29883L90.2344-64.2578C90.2344-70.459 86.4746-74.1699 80.1758-74.1699L22.4609-74.1699C16.1621-74.1699 12.4512-70.459 12.4512-64.2578ZM18.5059-7.56836L18.5059-62.9395C18.5059-66.1621 20.3613-68.1152 23.584-68.1152L79.1016-68.1152C82.2754-68.1152 84.1797-66.1621 84.1797-62.9395L84.1797-7.56836C84.1797-4.3457 82.2754-2.39258 79.1016-2.39258L23.584-2.39258C20.3613-2.39258 18.5059-4.3457 18.5059-7.56836Z"/>
</g>
<g id="Thin-M" transform="matrix(1 0 0 1 806.276 1126)">
<path d="M12.4512-6.29883C12.4512-0.830078 15.7227 2.44141 21.2402 2.44141L79.0527 2.44141C84.5703 2.44141 87.8418-0.830078 87.8418-6.29883L87.8418-64.209C87.8418-69.7266 84.5703-72.9492 79.0527-72.9492L21.2402-72.9492C15.7227-72.9492 12.4512-69.7266 12.4512-64.209ZM16.0645-6.83594L16.0645-63.7207C16.0645-67.2363 18.1641-69.3359 21.6797-69.3359L78.6133-69.3359C82.1289-69.3359 84.2285-67.2363 84.2285-63.7207L84.2285-6.83594C84.2285-3.27148 82.1289-1.17188 78.6133-1.17188L21.6797-1.17188C18.1641-1.17188 16.0645-3.27148 16.0645-6.83594Z"/>
</g>
<g id="Ultralight-M" transform="matrix(1 0 0 1 510.175 1126)">
<path d="M12.4512-6.34766C12.4512-1.2207 15.4785 1.85547 20.6055 1.85547L78.4668 1.85547C83.5938 1.85547 86.6211-1.2207 86.6211-6.34766L86.6211-64.1602C86.6211-69.3359 83.5938-72.3633 78.4668-72.3633L20.6055-72.3633C15.4785-72.3633 12.4512-69.3359 12.4512-64.1602ZM14.8438-6.44531L14.8438-64.0625C14.8438-67.7734 17.041-69.9707 20.7031-69.9707L78.3691-69.9707C82.0801-69.9707 84.2285-67.7734 84.2285-64.0625L84.2285-6.44531C84.2285-2.73438 82.0801-0.537109 78.3691-0.537109L20.7031-0.537109C17.041-0.537109 14.8438-2.73438 14.8438-6.44531Z"/>
</g>
<g id="Black-S" transform="matrix(1 0 0 1 2888.8 696)">
<path d="M9.76562-11.9629C9.76562-4.93164 14.3066-0.390625 21.875-0.390625L67.334-0.390625C74.9023-0.390625 79.4434-4.93164 79.4434-11.9629L79.4434-58.4961C79.4434-65.5273 74.9023-70.0684 67.334-70.0684L21.875-70.0684C14.3066-70.0684 9.76562-65.5273 9.76562-58.4961ZM23.9258-17.4805L23.9258-52.9297C23.9258-55.0293 25.1465-56.25 27.2461-56.25L62.6953-56.25C64.7949-56.25 66.0156-55.0293 66.0156-52.9297L66.0156-17.4805C66.0156-15.3809 64.7949-14.1602 62.6953-14.1602L27.2461-14.1602C25.1465-14.1602 23.9258-15.3809 23.9258-17.4805Z"/>
</g>
<g id="Heavy-S" transform="matrix(1 0 0 1 2592.84 696)">
<path d="M9.76562-12.1094C9.76562-5.41992 14.0137-1.17188 21.1426-1.17188L66.5527-1.17188C73.6328-1.17188 77.9297-5.41992 77.9297-12.1094L77.9297-58.3984C77.9297-65.0879 73.6328-69.2871 66.5527-69.2871L21.1426-69.2871C14.0137-69.2871 9.76562-65.0879 9.76562-58.3984ZM22.2656-16.6992L22.2656-53.7109C22.2656-55.8594 23.4863-57.0801 25.5859-57.0801L62.6465-57.0801C64.7461-57.0801 66.0156-55.8594 66.0156-53.7109L66.0156-16.6992C66.0156-14.5996 64.7461-13.3301 62.6465-13.3301L25.5859-13.3301C23.4863-13.3301 22.2656-14.5996 22.2656-16.6992Z"/>
</g>
<g id="Bold-S" transform="matrix(1 0 0 1 2296.98 696)">
<path d="M9.76562-12.2559C9.76562-5.9082 13.7207-2.00195 20.3613-2.00195L65.625-2.00195C72.2656-2.00195 76.2207-5.9082 76.2207-12.2559L76.2207-58.252C76.2207-64.5508 72.2656-68.457 65.625-68.457L20.3613-68.457C13.7207-68.457 9.76562-64.5508 9.76562-58.252ZM20.3613-15.8691L20.3613-54.5898C20.3613-56.7383 21.6309-58.0078 23.7793-58.0078L62.5488-58.0078C64.6973-58.0078 65.9668-56.7383 65.9668-54.5898L65.9668-15.8691C65.9668-13.7207 64.6973-12.4512 62.5488-12.4512L23.7793-12.4512C21.6309-12.4512 20.3613-13.7207 20.3613-15.8691Z"/>
</g>
<g id="Semibold-S" transform="matrix(1 0 0 1 2000.86 696)">
<path d="M9.76562-12.3535C9.76562-6.29883 13.5254-2.63672 19.7754-2.63672L64.9902-2.63672C71.2891-2.63672 75.0488-6.29883 75.0488-12.3535L75.0488-58.1543C75.0488-64.209 71.2891-67.8711 64.9902-67.8711L19.7754-67.8711C13.5254-67.8711 9.76562-64.209 9.76562-58.1543ZM19.0918-15.2832L19.0918-55.1758C19.0918-57.373 20.3613-58.6914 22.5098-58.6914L62.5-58.6914C64.6973-58.6914 65.9668-57.373 65.9668-55.1758L65.9668-15.2832C65.9668-13.0859 64.6973-11.8164 62.5-11.8164L22.5098-11.8164C20.3613-11.8164 19.0918-13.0859 19.0918-15.2832Z"/>
</g>
<g id="Medium-S" transform="matrix(1 0 0 1 1704.61 696)">
<path d="M9.76562-12.4023C9.76562-6.54297 13.3301-3.07617 19.3359-3.07617L64.5508-3.07617C70.5566-3.07617 74.1211-6.54297 74.1211-12.4023L74.1211-58.1055C74.1211-63.916 70.5566-67.4316 64.5508-67.4316L19.3359-67.4316C13.3301-67.4316 9.76562-63.916 9.76562-58.1055ZM18.0664-14.8438L18.0664-55.6641C18.0664-57.8613 19.3848-59.1797 21.5332-59.1797L62.5-59.1797C64.6484-59.1797 65.918-57.8613 65.918-55.6641L65.918-14.8438C65.918-12.6465 64.6484-11.3281 62.5-11.3281L21.5332-11.3281C19.3848-11.3281 18.0664-12.6465 18.0664-14.8438Z"/>
</g>
<g id="Regular-S" transform="matrix(1 0 0 1 1408.49 696)">
<path d="M9.76562-12.5C9.76562-6.93359 13.1348-3.66211 18.7988-3.66211L63.916-3.66211C69.5801-3.66211 72.9492-6.93359 72.9492-12.5L72.9492-58.0078C72.9492-63.5742 69.5801-66.8457 63.916-66.8457L18.7988-66.8457C13.1348-66.8457 9.76562-63.5742 9.76562-58.0078ZM16.7969-14.2578L16.7969-56.25C16.7969-58.4961 18.1152-59.8145 20.2637-59.8145L62.4512-59.8145C64.6484-59.8145 65.918-58.4961 65.918-56.25L65.918-14.2578C65.918-12.0117 64.6484-10.6934 62.4512-10.6934L20.2637-10.6934C18.1152-10.6934 16.7969-12.0117 16.7969-14.2578Z"/>
</g>
<g id="Light-S" transform="matrix(1 0 0 1 1112.56 696)">
<path d="M9.76562-12.5488C9.76562-7.42188 12.8418-4.44336 17.9688-4.44336L63.1836-4.44336C68.3105-4.44336 71.3867-7.42188 71.3867-12.5488L71.3867-57.959C71.3867-63.0859 68.3105-66.0645 63.1836-66.0645L17.9688-66.0645C12.8418-66.0645 9.76562-63.0859 9.76562-57.959ZM15.1855-13.7695L15.1855-56.7383C15.1855-59.1797 16.6016-60.6445 19.043-60.6445L62.1094-60.6445C64.5508-60.6445 65.9668-59.1797 65.9668-56.7383L65.9668-13.7695C65.9668-11.3281 64.5508-9.86328 62.1094-9.86328L19.043-9.86328C16.6016-9.86328 15.1855-11.3281 15.1855-13.7695Z"/>
</g>
<g id="Thin-S" transform="matrix(1 0 0 1 816.896 696)">
<path d="M9.76562-12.5488C9.76562-8.10547 12.4023-5.46875 16.8945-5.46875L62.1582-5.46875C66.6504-5.46875 69.2871-8.10547 69.2871-12.5488L69.2871-57.959C69.2871-62.4023 66.6504-65.0391 62.1582-65.0391L16.8945-65.0391C12.4023-65.0391 9.76562-62.4023 9.76562-57.959ZM13.0859-13.1348L13.0859-57.373C13.0859-60.1074 14.6484-61.7188 17.3828-61.7188L61.7188-61.7188C64.4043-61.7188 65.9668-60.1074 65.9668-57.373L65.9668-13.1348C65.9668-10.4004 64.4043-8.78906 61.7188-8.78906L17.3828-8.78906C14.6484-8.78906 13.0859-10.4004 13.0859-13.1348Z"/>
</g>
<g id="Ultralight-S" transform="matrix(1 0 0 1 520.722 696)">
<path d="M9.76562-12.5977C9.76562-8.44727 12.207-6.00586 16.3574-6.00586L61.6211-6.00586C65.7715-6.00586 68.2129-8.44727 68.2129-12.5977L68.2129-57.9102C68.2129-62.0605 65.7715-64.502 61.6211-64.502L16.3574-64.502C12.207-64.502 9.76562-62.0605 9.76562-57.9102ZM11.9629-12.793L11.9629-57.7148C11.9629-60.5957 13.6719-62.2559 16.5039-62.2559L61.4746-62.2559C64.3066-62.2559 66.0156-60.5957 66.0156-57.7148L66.0156-12.793C66.0156-9.91211 64.3066-8.25195 61.4746-8.25195L16.5039-8.25195C13.6719-8.25195 11.9629-9.91211 11.9629-12.793Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

@ -1 +0,0 @@
Subproject commit 2a0b31c309a8ff4b777bae0bc557e1fc35d66b73

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -323,12 +323,26 @@ void ErrorCallback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorS
+ (NSArray *)fileTypes
{
return [NSArray arrayWithObjects:@"flac", nil];
if (@available(macOS 10.13, *))
{
return [NSArray array];
}
else
{
return [NSArray arrayWithObjects:@"flac", nil];
}
}
+ (NSArray *)mimeTypes
{
return [NSArray arrayWithObjects:@"audio/x-flac", nil];
if (@available(macOS 10.13, *))
{
return [NSArray array];
}
else
{
return [NSArray arrayWithObjects:@"audio/x-flac", nil];
}
}
+ (float)priority

View File

@ -43,6 +43,10 @@
[self setShowsToolbarButton: NO];
[self setShowsResizeIndicator:NO];
[self center];
[[self standardWindowButton:NSWindowZoomButton] setEnabled:FALSE];
if (@available(macOS 11, *)) {
[self setToolbarStyle:NSWindowToolbarStylePreference];
}

View File

@ -1 +0,0 @@
Versions/Current/Growl

View File

@ -1,5 +0,0 @@
#include <Growl/GrowlDefines.h>
#ifdef __OBJC__
# include <Growl/GrowlApplicationBridge.h>
#endif

View File

@ -1,567 +0,0 @@
//
// GrowlApplicationBridge.h
// Growl
//
// Created by Evan Schoenberg on Wed Jun 16 2004.
// Copyright 2004-2006 The Growl Project. All rights reserved.
//
/*!
* @header GrowlApplicationBridge.h
* @abstract Defines the GrowlApplicationBridge class.
* @discussion This header defines the GrowlApplicationBridge class as well as
* the GROWL_PREFPANE_BUNDLE_IDENTIFIER constant.
*/
#ifndef __GrowlApplicationBridge_h__
#define __GrowlApplicationBridge_h__
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#import <Growl/GrowlDefines.h>
//Forward declarations
@protocol GrowlApplicationBridgeDelegate;
//------------------------------------------------------------------------------
#pragma mark -
/*!
* @class GrowlApplicationBridge
* @abstract A class used to interface with Growl.
* @discussion This class provides a means to interface with Growl.
*
* Currently it provides a way to detect if Growl is installed and launch the
* GrowlHelperApp if it's not already running.
*/
@interface GrowlApplicationBridge : NSObject {
}
/*!
* @method isGrowlInstalled
* @abstract Detects whether Growl is installed.
* @discussion Determines if the Growl prefpane and its helper app are installed.
* @result this method will forever return YES.
*/
+ (BOOL) isGrowlInstalled __attribute__((deprecated));
/*!
* @method isGrowlRunning
* @abstract Detects whether GrowlHelperApp is currently running.
* @discussion Cycles through the process list to find whether GrowlHelperApp is running and returns its findings.
* @result Returns YES if GrowlHelperApp is running, NO otherwise.
*/
+ (BOOL) isGrowlRunning;
/*!
* @method isMistEnabled
* @abstract Gives the caller a fairly good indication of whether or not built-in notifications(Mist) will be used.
* @discussion since this call makes use of isGrowlRunning it is entirely possible for this value to change between call and
* executing a notification dispatch
* @result Returns YES if Growl isn't reachable and the developer has not opted-out of
* Mist and the user hasn't set the global mist enable key to false.
*/
+ (BOOL)isMistEnabled;
/*!
* @method setShouldUseBuiltInNotifications
* @abstract opt-out mechanism for the mist notification style in the event growl can't be reached.
* @discussion if growl is unavailable due to not being installed or as a result of being turned off then
* this option can enable/disable a built-in fire and forget display style
* @param should Specifies whether or not the developer wants to opt-in (default) or opt out
* of the built-in Mist style in the event Growl is unreachable.
*/
+ (void)setShouldUseBuiltInNotifications:(BOOL)should;
/*!
* @method shouldUseBuiltInNotifications
* @abstract returns the current opt-in state of the framework's use of the Mist display style.
* @result Returns NO if the developer opt-ed out of Mist, the default value is YES.
*/
+ (BOOL)shouldUseBuiltInNotifications;
#pragma mark -
/*!
* @method setGrowlDelegate:
* @abstract Set the object which will be responsible for providing and receiving Growl information.
* @discussion This must be called before using GrowlApplicationBridge.
*
* The methods in the GrowlApplicationBridgeDelegate protocol are required
* and return the basic information needed to register with Growl.
*
* The methods in the GrowlApplicationBridgeDelegate_InformalProtocol
* informal protocol are individually optional. They provide a greater
* degree of interaction between the application and growl such as informing
* the application when one of its Growl notifications is clicked by the user.
*
* The methods in the GrowlApplicationBridgeDelegate_Installation_InformalProtocol
* informal protocol are individually optional and are only applicable when
* using the Growl-WithInstaller.framework which allows for automated Growl
* installation.
*
* When this method is called, data will be collected from inDelegate, Growl
* will be launched if it is not already running, and the application will be
* registered with Growl.
*
* If using the Growl-WithInstaller framework, if Growl is already installed
* but this copy of the framework has an updated version of Growl, the user
* will be prompted to update automatically.
*
* @param inDelegate The delegate for the GrowlApplicationBridge. It must conform to the GrowlApplicationBridgeDelegate protocol.
*/
+ (void) setGrowlDelegate:(id<GrowlApplicationBridgeDelegate>)inDelegate;
/*!
* @method growlDelegate
* @abstract Return the object responsible for providing and receiving Growl information.
* @discussion See setGrowlDelegate: for details.
* @result The Growl delegate.
*/
+ (id<GrowlApplicationBridgeDelegate>) growlDelegate;
#pragma mark -
/*!
* @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:
* @abstract Send a Growl notification.
* @discussion This is the preferred means for sending a Growl notification.
* The notification name and at least one of the title and description are
* required (all three are preferred). All other parameters may be
* <code>nil</code> (or 0 or NO as appropriate) to accept default values.
*
* If using the Growl-WithInstaller framework, if Growl is not installed the
* user will be prompted to install Growl. If the user cancels, this method
* will have no effect until the next application session, at which time when
* it is called the user will be prompted again. The user is also given the
* option to not be prompted again. If the user does choose to install Growl,
* the requested notification will be displayed once Growl is installed and
* running.
*
* @param title The title of the notification displayed to the user.
* @param description The full description of the notification displayed to the user.
* @param notifName The internal name of the notification. Should be human-readable, as it will be displayed in the Growl preference pane.
* @param iconData <code>NSData</code> object to show with the notification as its icon. If <code>nil</code>, the application's icon will be used instead.
* @param priority The priority of the notification. The default value is 0; positive values are higher priority and negative values are lower priority. Not all Growl displays support priority.
* @param isSticky If YES, the notification will remain on screen until clicked. Not all Growl displays support sticky notifications.
* @param clickContext A context passed back to the Growl delegate if it implements -(void)growlNotificationWasClicked: and the notification is clicked. Not all display plugins support clicking. The clickContext must be plist-encodable (completely of <code>NSString</code>, <code>NSArray</code>, <code>NSNumber</code>, <code>NSDictionary</code>, and <code>NSData</code> types).
*/
+ (void) notifyWithTitle:(NSString *)title
description:(NSString *)description
notificationName:(NSString *)notifName
iconData:(NSData *)iconData
priority:(signed int)priority
isSticky:(BOOL)isSticky
clickContext:(id)clickContext;
/*!
* @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:identifier:
* @abstract Send a Growl notification.
* @discussion This is the preferred means for sending a Growl notification.
* The notification name and at least one of the title and description are
* required (all three are preferred). All other parameters may be
* <code>nil</code> (or 0 or NO as appropriate) to accept default values.
*
* If using the Growl-WithInstaller framework, if Growl is not installed the
* user will be prompted to install Growl. If the user cancels, this method
* will have no effect until the next application session, at which time when
* it is called the user will be prompted again. The user is also given the
* option to not be prompted again. If the user does choose to install Growl,
* the requested notification will be displayed once Growl is installed and
* running.
*
* @param title The title of the notification displayed to the user.
* @param description The full description of the notification displayed to the user.
* @param notifName The internal name of the notification. Should be human-readable, as it will be displayed in the Growl preference pane.
* @param iconData <code>NSData</code> object to show with the notification as its icon. If <code>nil</code>, the application's icon will be used instead.
* @param priority The priority of the notification. The default value is 0; positive values are higher priority and negative values are lower priority. Not all Growl displays support priority.
* @param isSticky If YES, the notification will remain on screen until clicked. Not all Growl displays support sticky notifications.
* @param clickContext A context passed back to the Growl delegate if it implements -(void)growlNotificationWasClicked: and the notification is clicked. Not all display plugins support clicking. The clickContext must be plist-encodable (completely of <code>NSString</code>, <code>NSArray</code>, <code>NSNumber</code>, <code>NSDictionary</code>, and <code>NSData</code> types).
* @param identifier An identifier for this notification. Notifications with equal identifiers are coalesced.
*/
+ (void) notifyWithTitle:(NSString *)title
description:(NSString *)description
notificationName:(NSString *)notifName
iconData:(NSData *)iconData
priority:(signed int)priority
isSticky:(BOOL)isSticky
clickContext:(id)clickContext
identifier:(NSString *)identifier;
/*! @method notifyWithDictionary:
* @abstract Notifies using a userInfo dictionary suitable for passing to
* <code>NSDistributedNotificationCenter</code>.
* @param userInfo The dictionary to notify with.
* @discussion Before Growl 0.6, your application would have posted
* notifications using <code>NSDistributedNotificationCenter</code> by
* creating a userInfo dictionary with the notification data. This had the
* advantage of allowing you to add other data to the dictionary for programs
* besides Growl that might be listening.
*
* This method allows you to use such dictionaries without being restricted
* to using <code>NSDistributedNotificationCenter</code>. The keys for this dictionary
* can be found in GrowlDefines.h.
*/
+ (void) notifyWithDictionary:(NSDictionary *)userInfo;
#pragma mark -
/*! @method registerWithDictionary:
* @abstract Register your application with Growl without setting a delegate.
* @discussion When you call this method with a dictionary,
* GrowlApplicationBridge registers your application using that dictionary.
* If you pass <code>nil</code>, GrowlApplicationBridge will ask the delegate
* (if there is one) for a dictionary, and if that doesn't work, it will look
* in your application's bundle for an auto-discoverable plist.
* (XXX refer to more information on that)
*
* If you pass a dictionary to this method, it must include the
* <code>GROWL_APP_NAME</code> key, unless a delegate is set.
*
* This method is mainly an alternative to the delegate system introduced
* with Growl 0.6. Without a delegate, you cannot receive callbacks such as
* <code>-growlIsReady</code> (since they are sent to the delegate). You can,
* however, set a delegate after registering without one.
*
* This method was introduced in Growl.framework 0.7.
*/
+ (BOOL) registerWithDictionary:(NSDictionary *)regDict;
/*! @method reregisterGrowlNotifications
* @abstract Reregister the notifications for this application.
* @discussion This method does not normally need to be called. If your
* application changes what notifications it is registering with Growl, call
* this method to have the Growl delegate's
* <code>-registrationDictionaryForGrowl</code> method called again and the
* Growl registration information updated.
*
* This method is now implemented using <code>-registerWithDictionary:</code>.
*/
+ (void) reregisterGrowlNotifications;
#pragma mark -
/*! @method setWillRegisterWhenGrowlIsReady:
* @abstract Tells GrowlApplicationBridge to register with Growl when Growl
* launches (or not).
* @discussion When Growl has started listening for notifications, it posts a
* <code>GROWL_IS_READY</code> notification on the Distributed Notification
* Center. GrowlApplicationBridge listens for this notification, using it to
* perform various tasks (such as calling your delegate's
* <code>-growlIsReady</code> method, if it has one). If this method is
* called with <code>YES</code>, one of those tasks will be to reregister
* with Growl (in the manner of <code>-reregisterGrowlNotifications</code>).
*
* This attribute is automatically set back to <code>NO</code> (the default)
* after every <code>GROWL_IS_READY</code> notification.
* @param flag <code>YES</code> if you want GrowlApplicationBridge to register with
* Growl when next it is ready; <code>NO</code> if not.
*/
+ (void) setWillRegisterWhenGrowlIsReady:(BOOL)flag;
/*! @method willRegisterWhenGrowlIsReady
* @abstract Reports whether GrowlApplicationBridge will register with Growl
* when Growl next launches.
* @result <code>YES</code> if GrowlApplicationBridge will register with Growl
* when next it posts GROWL_IS_READY; <code>NO</code> if not.
*/
+ (BOOL) willRegisterWhenGrowlIsReady;
#pragma mark -
/*! @method registrationDictionaryFromDelegate
* @abstract Asks the delegate for a registration dictionary.
* @discussion If no delegate is set, or if the delegate's
* <code>-registrationDictionaryForGrowl</code> method returns
* <code>nil</code>, this method returns <code>nil</code>.
*
* This method does not attempt to clean up the dictionary in any way - for
* example, if it is missing the <code>GROWL_APP_NAME</code> key, the result
* will be missing it too. Use <code>+[GrowlApplicationBridge
* registrationDictionaryByFillingInDictionary:]</code> or
* <code>+[GrowlApplicationBridge
* registrationDictionaryByFillingInDictionary:restrictToKeys:]</code> to try
* to fill in missing keys.
*
* This method was introduced in Growl.framework 0.7.
* @result A registration dictionary.
*/
+ (NSDictionary *) registrationDictionaryFromDelegate;
/*! @method registrationDictionaryFromBundle:
* @abstract Looks in a bundle for a registration dictionary.
* @discussion This method looks in a bundle for an auto-discoverable
* registration dictionary file using <code>-[NSBundle
* pathForResource:ofType:]</code>. If it finds one, it loads the file using
* <code>+[NSDictionary dictionaryWithContentsOfFile:]</code> and returns the
* result.
*
* If you pass <code>nil</code> as the bundle, the main bundle is examined.
*
* This method does not attempt to clean up the dictionary in any way - for
* example, if it is missing the <code>GROWL_APP_NAME</code> key, the result
* will be missing it too. Use <code>+[GrowlApplicationBridge
* registrationDictionaryByFillingInDictionary:]</code> or
* <code>+[GrowlApplicationBridge
* registrationDictionaryByFillingInDictionary:restrictToKeys:]</code> to try
* to fill in missing keys.
*
* This method was introduced in Growl.framework 0.7.
* @result A registration dictionary.
*/
+ (NSDictionary *) registrationDictionaryFromBundle:(NSBundle *)bundle;
/*! @method bestRegistrationDictionary
* @abstract Obtains a registration dictionary, filled out to the best of
* GrowlApplicationBridge's knowledge.
* @discussion This method creates a registration dictionary as best
* GrowlApplicationBridge knows how.
*
* First, GrowlApplicationBridge contacts the Growl delegate (if there is
* one) and gets the registration dictionary from that. If no such dictionary
* was obtained, GrowlApplicationBridge looks in your application's main
* bundle for an auto-discoverable registration dictionary file. If that
* doesn't exist either, this method returns <code>nil</code>.
*
* Second, GrowlApplicationBridge calls
* <code>+registrationDictionaryByFillingInDictionary:</code> with whatever
* dictionary was obtained. The result of that method is the result of this
* method.
*
* GrowlApplicationBridge uses this method when you call
* <code>+setGrowlDelegate:</code>, or when you call
* <code>+registerWithDictionary:</code> with <code>nil</code>.
*
* This method was introduced in Growl.framework 0.7.
* @result A registration dictionary.
*/
+ (NSDictionary *) bestRegistrationDictionary;
#pragma mark -
/*! @method registrationDictionaryByFillingInDictionary:
* @abstract Tries to fill in missing keys in a registration dictionary.
* @discussion This method examines the passed-in dictionary for missing keys,
* and tries to work out correct values for them. As of 0.7, it uses:
*
* Key Value
* --- -----
* <code>GROWL_APP_NAME</code> <code>CFBundleExecutableName</code>
* <code>GROWL_APP_ICON_DATA</code> The data of the icon of the application.
* <code>GROWL_APP_LOCATION</code> The location of the application.
* <code>GROWL_NOTIFICATIONS_DEFAULT</code> <code>GROWL_NOTIFICATIONS_ALL</code>
*
* Keys are only filled in if missing; if a key is present in the dictionary,
* its value will not be changed.
*
* This method was introduced in Growl.framework 0.7.
* @param regDict The dictionary to fill in.
* @result The dictionary with the keys filled in. This is an autoreleased
* copy of <code>regDict</code>.
*/
+ (NSDictionary *) registrationDictionaryByFillingInDictionary:(NSDictionary *)regDict;
/*! @method registrationDictionaryByFillingInDictionary:restrictToKeys:
* @abstract Tries to fill in missing keys in a registration dictionary.
* @discussion This method examines the passed-in dictionary for missing keys,
* and tries to work out correct values for them. As of 0.7, it uses:
*
* Key Value
* --- -----
* <code>GROWL_APP_NAME</code> <code>CFBundleExecutableName</code>
* <code>GROWL_APP_ICON_DATA</code> The data of the icon of the application.
* <code>GROWL_APP_LOCATION</code> The location of the application.
* <code>GROWL_NOTIFICATIONS_DEFAULT</code> <code>GROWL_NOTIFICATIONS_ALL</code>
*
* Only those keys that are listed in <code>keys</code> will be filled in.
* Other missing keys are ignored. Also, keys are only filled in if missing;
* if a key is present in the dictionary, its value will not be changed.
*
* This method was introduced in Growl.framework 0.7.
* @param regDict The dictionary to fill in.
* @param keys The keys to fill in. If <code>nil</code>, any missing keys are filled in.
* @result The dictionary with the keys filled in. This is an autoreleased
* copy of <code>regDict</code>.
*/
+ (NSDictionary *) registrationDictionaryByFillingInDictionary:(NSDictionary *)regDict restrictToKeys:(NSSet *)keys;
/*! @brief Tries to fill in missing keys in a notification dictionary.
* @param notifDict The dictionary to fill in.
* @return The dictionary with the keys filled in. This will be a separate instance from \a notifDict.
* @discussion This function examines the \a notifDict for missing keys, and
* tries to get them from the last known registration dictionary. As of 1.1,
* the keys that it will look for are:
*
* \li <code>GROWL_APP_NAME</code>
* \li <code>GROWL_APP_ICON_DATA</code>
*
* @since Growl.framework 1.1
*/
+ (NSDictionary *) notificationDictionaryByFillingInDictionary:(NSDictionary *)regDict;
+ (NSDictionary *) frameworkInfoDictionary;
#pragma mark -
/*!
*@method growlURLSchemeAvailable
*@abstract Lets the app know whether growl:// is registered on the system, used for certain methods below this
*@return Returns whether growl:// is registered on the system
*@discussion Methods such as openGrowlPreferences rely on the growl:// URL scheme to function
* Further, this method can provide a check on whether Growl is installed,
* however, the framework will not be relying on this method for choosing when/how to notify,
* and it is not recommended that the app rely on it for other than whether to use growl:// methods
*@since Growl.framework 1.4
*/
+ (BOOL) isGrowlURLSchemeAvailable;
/*!
* @method openGrowlPreferences:
* @abstract Open Growl preferences, optionally to this app's settings, growl:// method
* @param showApp Whether to show the application's settings, otherwise just opens to the last position
* @return Return's whether opening the URL was succesfull or not.
* @discussion Will launch if Growl is installed, but not running, and open the preferences window
* Uses growl:// URL scheme
* @since Growl.framework 1.4
*/
+ (BOOL) openGrowlPreferences:(BOOL)showApp;
@end
//------------------------------------------------------------------------------
#pragma mark -
/*!
* @protocol GrowlApplicationBridgeDelegate
* @abstract Required protocol for the Growl delegate.
* @discussion The methods in this protocol are optional and are called
* automatically as needed by GrowlApplicationBridge. See
* <code>+[GrowlApplicationBridge setGrowlDelegate:]</code>.
* See also <code>GrowlApplicationBridgeDelegate_InformalProtocol</code>.
*/
@protocol GrowlApplicationBridgeDelegate <NSObject>
@optional
/*!
* @method registrationDictionaryForGrowl
* @abstract Return the dictionary used to register this application with Growl.
* @discussion The returned dictionary gives Growl the complete list of
* notifications this application will ever send, and it also specifies which
* notifications should be enabled by default. Each is specified by an array
* of <code>NSString</code> objects.
*
* For most applications, these two arrays can be the same (if all sent
* notifications should be displayed by default).
*
* The <code>NSString</code> objects of these arrays will correspond to the
* <code>notificationName:</code> parameter passed in
* <code>+[GrowlApplicationBridge
* notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:]</code> calls.
*
* The dictionary should have the required key object pairs:
* key: GROWL_NOTIFICATIONS_ALL object: <code>NSArray</code> of <code>NSString</code> objects
* key: GROWL_NOTIFICATIONS_DEFAULT object: <code>NSArray</code> of <code>NSString</code> objects
*
* The dictionary may have the following key object pairs:
* key: GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES object: <code>NSDictionary</code> of key: notification name object: human-readable notification name
*
* You do not need to implement this method if you have an auto-discoverable
* plist file in your app bundle. (XXX refer to more information on that)
*
* @result The <code>NSDictionary</code> to use for registration.
*/
- (NSDictionary *) registrationDictionaryForGrowl;
/*!
* @method applicationNameForGrowl
* @abstract Return the name of this application which will be used for Growl bookkeeping.
* @discussion This name is used both internally and in the Growl preferences.
*
* This should remain stable between different versions and incarnations of
* your application.
* For example, "SurfWriter" is a good app name, whereas "SurfWriter 2.0" and
* "SurfWriter Lite" are not.
*
* You do not need to implement this method if you are providing the
* application name elsewhere, meaning in an auto-discoverable plist file in
* your app bundle (XXX refer to more information on that) or in the result
* of -registrationDictionaryForGrowl.
*
* @result The name of the application using Growl.
*/
- (NSString *) applicationNameForGrowl;
/*!
* @method applicationIconForGrowl
* @abstract Return the <code>NSImage</code> to treat as the application icon.
* @discussion The delegate may optionally return an <code>NSImage</code>
* object to use as the application icon. If this method is not implemented,
* {{{-applicationIconDataForGrowl}}} is tried. If that method is not
* implemented, the application's own icon is used. Neither method is
* generally needed.
* @result The <code>NSImage</code> to treat as the application icon.
*/
- (NSImage *) applicationIconForGrowl;
/*!
* @method applicationIconDataForGrowl
* @abstract Return the <code>NSData</code> to treat as the application icon.
* @discussion The delegate may optionally return an <code>NSData</code>
* object to use as the application icon; if this is not implemented, the
* application's own icon is used. This is not generally needed.
* @result The <code>NSData</code> to treat as the application icon.
* @deprecated In version 1.1, in favor of {{{-applicationIconForGrowl}}}.
*/
- (NSData *) applicationIconDataForGrowl;
/*!
* @method growlIsReady
* @abstract Informs the delegate that Growl has launched.
* @discussion Informs the delegate that Growl (specifically, the
* GrowlHelperApp) was launched successfully. The application can take actions
* with the knowledge that Growl is installed and functional.
*/
- (void) growlIsReady;
/*!
* @method growlNotificationWasClicked:
* @abstract Informs the delegate that a Growl notification was clicked.
* @discussion Informs the delegate that a Growl notification was clicked. It
* is only sent for notifications sent with a non-<code>nil</code>
* clickContext, so if you want to receive a message when a notification is
* clicked, clickContext must not be <code>nil</code> when calling
* <code>+[GrowlApplicationBridge notifyWithTitle: description:notificationName:iconData:priority:isSticky:clickContext:]</code>.
* @param clickContext The clickContext passed when displaying the notification originally via +[GrowlApplicationBridge notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:].
*/
- (void) growlNotificationWasClicked:(id)clickContext;
/*!
* @method growlNotificationTimedOut:
* @abstract Informs the delegate that a Growl notification timed out.
* @discussion Informs the delegate that a Growl notification timed out. It
* is only sent for notifications sent with a non-<code>nil</code>
* clickContext, so if you want to receive a message when a notification is
* clicked, clickContext must not be <code>nil</code> when calling
* <code>+[GrowlApplicationBridge notifyWithTitle: description:notificationName:iconData:priority:isSticky:clickContext:]</code>.
* @param clickContext The clickContext passed when displaying the notification originally via +[GrowlApplicationBridge notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:].
*/
- (void) growlNotificationTimedOut:(id)clickContext;
/*!
* @method hasNetworkClientEntitlement
* @abstract Used only in sandboxed situations since we don't know whether the app has com.apple.security.network.client entitlement
* @discussion GrowlDelegate calls to find out if we have the com.apple.security.network.client entitlement,
* since we can't find this out without hitting the sandbox. We only call it if we detect that the application is sandboxed.
*/
- (BOOL) hasNetworkClientEntitlement;
@end
#pragma mark -
#endif /* __GrowlApplicationBridge_h__ */

View File

@ -1,386 +0,0 @@
//
// GrowlDefines.h
//
#ifndef _GROWLDEFINES_H
#define _GROWLDEFINES_H
#ifdef __OBJC__
#define XSTR(x) (@x)
#else
#define XSTR CFSTR
#endif
/*! @header GrowlDefines.h
* @abstract Defines all the notification keys.
* @discussion Defines all the keys used for registration with Growl and for
* Growl notifications.
*
* Most applications should use the functions or methods of Growl.framework
* instead of posting notifications such as those described here.
* @updated 2004-01-25
*/
// UserInfo Keys for Registration
#pragma mark UserInfo Keys for Registration
/*! @group Registration userInfo keys */
/* @abstract Keys for the userInfo dictionary of a GROWL_APP_REGISTRATION distributed notification.
* @discussion The values of these keys describe the application and the
* notifications it may post.
*
* Your application must register with Growl before it can post Growl
* notifications (and have them not be ignored). However, as of Growl 0.6,
* posting GROWL_APP_REGISTRATION notifications directly is no longer the
* preferred way to register your application. Your application should instead
* use Growl.framework's delegate system.
* See +[GrowlApplicationBridge setGrowlDelegate:] or Growl_SetDelegate for
* more information.
*/
/*! @defined GROWL_APP_NAME
* @abstract The name of your application.
* @discussion The name of your application. This should remain stable between
* different versions and incarnations of your application.
* For example, "SurfWriter" is a good app name, whereas "SurfWriter 2.0" and
* "SurfWriter Lite" are not.
*/
#define GROWL_APP_NAME XSTR("ApplicationName")
/*! @defined GROWL_APP_ID
* @abstract The bundle identifier of your application.
* @discussion The bundle identifier of your application. This key should
* be unique for your application while there may be several applications
* with the same GROWL_APP_NAME.
* This key is optional.
*/
#define GROWL_APP_ID XSTR("ApplicationId")
/*! @defined GROWL_APP_ICON_DATA
* @abstract The image data for your application's icon.
* @discussion Image data representing your application's icon. This may be
* superimposed on a notification icon as a badge, used as the notification
* icon when a notification-specific icon is not supplied, or ignored
* altogether, depending on the display. Must be in a format supported by
* NSImage, such as TIFF, PNG, GIF, JPEG, BMP, PICT, or PDF.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_APP_ICON_DATA XSTR("ApplicationIcon")
/*! @defined GROWL_NOTIFICATIONS_DEFAULT
* @abstract The array of notifications to turn on by default.
* @discussion These are the names of the notifications that should be enabled
* by default when your application registers for the first time. If your
* application reregisters, Growl will look here for any new notification
* names found in GROWL_NOTIFICATIONS_ALL, but ignore any others.
*/
#define GROWL_NOTIFICATIONS_DEFAULT XSTR("DefaultNotifications")
/*! @defined GROWL_NOTIFICATIONS_ALL
* @abstract The array of all notifications your application can send.
* @discussion These are the names of all of the notifications that your
* application may post. See GROWL_NOTIFICATION_NAME for a discussion of good
* notification names.
*/
#define GROWL_NOTIFICATIONS_ALL XSTR("AllNotifications")
/*! @defined GROWL_NOTIFICATIONS_HUMAN_READABLE_DESCRIPTIONS
* @abstract A dictionary of human-readable names for your notifications.
* @discussion By default, the Growl UI will display notifications by the names given in GROWL_NOTIFICATIONS_ALL
* which correspond to the GROWL_NOTIFICATION_NAME. This dictionary specifies the human-readable name to display.
* The keys of the dictionary are GROWL_NOTIFICATION_NAME strings; the objects are the human-readable versions.
* For any GROWL_NOTIFICATION_NAME not specific in this dictionary, the GROWL_NOTIFICATION_NAME will be displayed.
*
* This key is optional.
*/
#define GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES XSTR("HumanReadableNames")
/*! @defined GROWL_NOTIFICATIONS_DESCRIPTIONS
* @abstract A dictionary of descriptions of _when_ each notification occurs
* @discussion This is an NSDictionary whose keys are GROWL_NOTIFICATION_NAME strings and whose objects are
* descriptions of _when_ each notification occurs, such as "You received a new mail message" or
* "A file finished downloading".
*
* This key is optional.
*/
#define GROWL_NOTIFICATIONS_DESCRIPTIONS XSTR("NotificationDescriptions")
/*! @defined GROWL_NOTIFICATIONS_ICONS
* @abstract A dictionary of icons for each notification
* @discussion This is an NSDictionary whose keys are GROWL_NOTIFICATION_NAME strings and whose objects are
* icons for each notification, for GNTP spec
*
* This key is optional.
*/
#define GROWL_NOTIFICATIONS_ICONS XSTR("NotificationIcons")
/*! @defined GROWL_TICKET_VERSION
* @abstract The version of your registration ticket.
* @discussion Include this key in a ticket plist file that you put in your
* application bundle for auto-discovery. The current ticket version is 1.
*/
#define GROWL_TICKET_VERSION XSTR("TicketVersion")
// UserInfo Keys for Notifications
#pragma mark UserInfo Keys for Notifications
/*! @group Notification userInfo keys */
/* @abstract Keys for the userInfo dictionary of a GROWL_NOTIFICATION distributed notification.
* @discussion The values of these keys describe the content of a Growl
* notification.
*
* Not all of these keys are supported by all displays. Only the name, title,
* and description of a notification are universal. Most of the built-in
* displays do support all of these keys, and most other visual displays
* probably will also. But, as of 0.6, the Log, MailMe, and Speech displays
* support only textual data.
*/
/*! @defined GROWL_NOTIFICATION_NAME
* @abstract The name of the notification.
* @discussion The name of the notification. Note that if you do not define
* GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES when registering your ticket originally this name
* will the one displayed within the Growl preference pane and should be human-readable.
*/
#define GROWL_NOTIFICATION_NAME XSTR("NotificationName")
/*! @defined GROWL_NOTIFICATION_TITLE
* @abstract The title to display in the notification.
* @discussion The title of the notification. Should be very brief.
* The title usually says what happened, e.g. "Download complete".
*/
#define GROWL_NOTIFICATION_TITLE XSTR("NotificationTitle")
/*! @defined GROWL_NOTIFICATION_DESCRIPTION
* @abstract The description to display in the notification.
* @discussion The description should be longer and more verbose than the title.
* The description usually tells the subject of the action,
* e.g. "Growl-0.6.dmg downloaded in 5.02 minutes".
*/
#define GROWL_NOTIFICATION_DESCRIPTION XSTR("NotificationDescription")
/*! @defined GROWL_NOTIFICATION_ICON
* @discussion Image data for the notification icon. Image data must be in a format
* supported by NSImage, such as TIFF, PNG, GIF, JPEG, BMP, PICT, or PDF.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_ICON_DATA XSTR("NotificationIcon")
/*! @defined GROWL_NOTIFICATION_APP_ICON
* @discussion Image data for the application icon, in case GROWL_APP_ICON does
* not apply for some reason. Image data be in a format supported by NSImage, such
* as TIFF, PNG, GIF, JPEG, BMP, PICT, or PDF.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_APP_ICON_DATA XSTR("NotificationAppIcon")
/*! @defined GROWL_NOTIFICATION_PRIORITY
* @discussion The priority of the notification as an integer number from
* -2 to +2 (+2 being highest).
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_PRIORITY XSTR("NotificationPriority")
/*! @defined GROWL_NOTIFICATION_STICKY
* @discussion A Boolean number controlling whether the notification is sticky.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_STICKY XSTR("NotificationSticky")
/*! @defined GROWL_NOTIFICATION_CLICK_CONTEXT
* @abstract Identifies which notification was clicked.
* @discussion An identifier for the notification for clicking purposes.
*
* This will be passed back to the application when the notification is
* clicked. It must be plist-encodable (a data, dictionary, array, number, or
* string object), and it should be unique for each notification you post.
* A good click context would be a UUID string returned by NSProcessInfo or
* CFUUID.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_CLICK_CONTEXT XSTR("NotificationClickContext")
/*! @defined GROWL_NOTIFICATION_IDENTIFIER
* @abstract An identifier for the notification for coalescing purposes.
* Notifications with the same identifier fall into the same class; only
* the last notification of a class is displayed on the screen. If a
* notification of the same class is currently being displayed, it is
* replaced by this notification.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_IDENTIFIER XSTR("GrowlNotificationIdentifier")
/*! @defined GROWL_APP_PID
* @abstract The process identifier of the process which sends this
* notification. If this field is set, the application will only receive
* clicked and timed out notifications which originate from this process.
*
* Optional.
*/
#define GROWL_APP_PID XSTR("ApplicationPID")
/*! @defined GROWL_NOTIFICATION_PROGRESS
* @abstract If this key is set, it should contain a double value wrapped
* in a NSNumber which describes some sort of progress (from 0.0 to 100.0).
* If this is key is not set, no progress bar is shown.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_PROGRESS XSTR("NotificationProgress")
/*! @defined GROWL_NOTIFICATION_ALREADY_SHOWN
* @abstract If this key is set, it should contain a bool value wrapped
* in a NSNumber which describes whether the notification has
* already been displayed, for instance by built in Notification
* Center support. This value can be used to allow display
* plugins to skip a notification, while still allowing Growl
* actions to run on them.
*
* Optional. Not supported by all display plugins.
*/
#define GROWL_NOTIFICATION_ALREADY_SHOWN XSTR("AlreadyShown")
// Notifications
#pragma mark Notifications
/*! @group Notification names */
/* @abstract Names of distributed notifications used by Growl.
* @discussion These are notifications used by applications (directly or
* indirectly) to interact with Growl, and by Growl for interaction between
* its components.
*
* Most of these should no longer be used in Growl 0.6 and later, in favor of
* Growl.framework's GrowlApplicationBridge APIs.
*/
/*! @defined GROWL_APP_REGISTRATION
* @abstract The distributed notification for registering your application.
* @discussion This is the name of the distributed notification that can be
* used to register applications with Growl.
*
* The userInfo dictionary for this notification can contain these keys:
* <ul>
* <li>GROWL_APP_NAME</li>
* <li>GROWL_APP_ICON_DATA</li>
* <li>GROWL_NOTIFICATIONS_ALL</li>
* <li>GROWL_NOTIFICATIONS_DEFAULT</li>
* </ul>
*
* No longer recommended as of Growl 0.6. An alternate method of registering
* is to use Growl.framework's delegate system.
* See +[GrowlApplicationBridge setGrowlDelegate:] or Growl_SetDelegate for
* more information.
*/
#define GROWL_APP_REGISTRATION XSTR("GrowlApplicationRegistrationNotification")
/*! @defined GROWL_APP_REGISTRATION_CONF
* @abstract The distributed notification for confirming registration.
* @discussion The name of the distributed notification sent to confirm the
* registration. Used by the Growl preference pane. Your application probably
* does not need to use this notification.
*/
#define GROWL_APP_REGISTRATION_CONF XSTR("GrowlApplicationRegistrationConfirmationNotification")
/*! @defined GROWL_NOTIFICATION
* @abstract The distributed notification for Growl notifications.
* @discussion This is what it all comes down to. This is the name of the
* distributed notification that your application posts to actually send a
* Growl notification.
*
* The userInfo dictionary for this notification can contain these keys:
* <ul>
* <li>GROWL_NOTIFICATION_NAME (required)</li>
* <li>GROWL_NOTIFICATION_TITLE (required)</li>
* <li>GROWL_NOTIFICATION_DESCRIPTION (required)</li>
* <li>GROWL_NOTIFICATION_ICON</li>
* <li>GROWL_NOTIFICATION_APP_ICON</li>
* <li>GROWL_NOTIFICATION_PRIORITY</li>
* <li>GROWL_NOTIFICATION_STICKY</li>
* <li>GROWL_NOTIFICATION_CLICK_CONTEXT</li>
* <li>GROWL_APP_NAME (required)</li>
* </ul>
*
* No longer recommended as of Growl 0.6. Three alternate methods of posting
* notifications are +[GrowlApplicationBridge notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:],
* Growl_NotifyWithTitleDescriptionNameIconPriorityStickyClickContext, and
* Growl_PostNotification.
*/
#define GROWL_NOTIFICATION XSTR("GrowlNotification")
/*! @defined GROWL_PING
* @abstract A distributed notification to check whether Growl is running.
* @discussion This is used by the Growl preference pane. If it receives a
* GROWL_PONG, the preference pane takes this to mean that Growl is running.
*/
#define GROWL_PING XSTR("Honey, Mind Taking Out The Trash")
/*! @defined GROWL_PONG
* @abstract The distributed notification sent in reply to GROWL_PING.
* @discussion GrowlHelperApp posts this in reply to GROWL_PING.
*/
#define GROWL_PONG XSTR("What Do You Want From Me, Woman")
/*! @defined GROWL_IS_READY
* @abstract The distributed notification sent when Growl starts up.
* @discussion GrowlHelperApp posts this when it has begin listening on all of
* its sources for new notifications. GrowlApplicationBridge (in
* Growl.framework), upon receiving this notification, reregisters using the
* registration dictionary supplied by its delegate.
*/
#define GROWL_IS_READY XSTR("Lend Me Some Sugar; I Am Your Neighbor!")
/*! @defined GROWL_DISTRIBUTED_NOTIFICATION_CLICKED_SUFFIX
* @abstract Part of the name of the distributed notification sent when a supported notification is clicked.
* @discussion When a Growl notification with a click context is clicked on by
* the user, Growl posts a distributed notification whose name is in the format:
* [NSString stringWithFormat:@"%@-%d-%@", appName, pid, GROWL_DISTRIBUTED_NOTIFICATION_CLICKED_SUFFIX]
* The GrowlApplicationBridge responds to this notification by calling a callback in its delegate.
*/
#define GROWL_DISTRIBUTED_NOTIFICATION_CLICKED_SUFFIX XSTR("GrowlClicked!")
/*! @defined GROWL_DISTRIBUTED_NOTIFICATION_TIMED_OUT_SUFFIX
* @abstract Part of the name of the distributed notification sent when a supported notification times out without being clicked.
* @discussion When a Growl notification with a click context times out, Growl posts a distributed notification
* whose name is in the format:
* [NSString stringWithFormat:@"%@-%d-%@", appName, pid, GROWL_DISTRIBUTED_NOTIFICATION_TIMED_OUT_SUFFIX]
* The GrowlApplicationBridge responds to this notification by calling a callback in its delegate.
* NOTE: The user may have actually clicked the 'close' button; this triggers an *immediate* time-out of the notification.
*/
#define GROWL_DISTRIBUTED_NOTIFICATION_TIMED_OUT_SUFFIX XSTR("GrowlTimedOut!")
/*! @defined GROWL_DISTRIBUTED_NOTIFICATION_NOTIFICATIONCENTER_ON
* @abstract The distributed notification sent when the Notification Center support is toggled on in Growl 2.0
* @discussion When the user enables Notification Center support in Growl 2.0, this notification is sent
* to inform all running apps that they should now speak to Notification Center directly.
*/
#define GROWL_DISTRIBUTED_NOTIFICATION_NOTIFICATIONCENTER_ON XSTR("GrowlNotificationCenterOn!")
/*! @defined GROWL_DISTRIBUTED_NOTIFICATION_NOTIFICATIONCENTER_OFF
* @abstract The distributed notification sent when the Notification Center support is toggled off in Growl 2.0
* @discussion When the user enables Notification Center support in Growl 2.0, this notification is sent
* to inform all running apps that they should no longer speak to Notification Center directly.
*/
#define GROWL_DISTRIBUTED_NOTIFICATION_NOTIFICATIONCENTER_OFF XSTR("GrowlNotificationCenterOff!")
/*! @defined GROWL_DISTRIBUTED_NOTIFICATION_NOTIFICATIONCENTER_QUERY
* @abstract The distributed notification sent by an application to query Growl 2.0's notification center support.
* @discussion When an app starts up, it will send this query to get Growl 2.0 to spit out whether notification
* center support is on or off.
*/
#define GROWL_DISTRIBUTED_NOTIFICATION_NOTIFICATIONCENTER_QUERY XSTR("GrowlNotificationCenterYN?")
/*! @group Other symbols */
/* Symbols which don't fit into any of the other categories. */
/*! @defined GROWL_KEY_CLICKED_CONTEXT
* @abstract Used internally as the key for the clickedContext passed over DNC.
* @discussion This key is used in GROWL_NOTIFICATION_CLICKED, and contains the
* click context that was supplied in the original notification.
*/
#define GROWL_KEY_CLICKED_CONTEXT XSTR("ClickedContext")
/*! @defined GROWL_REG_DICT_EXTENSION
* @abstract The filename extension for registration dictionaries.
* @discussion The GrowlApplicationBridge in Growl.framework registers with
* Growl by creating a file with the extension of .(GROWL_REG_DICT_EXTENSION)
* and opening it in the GrowlHelperApp. This happens whether or not Growl is
* running; if it was stopped, it quits immediately without listening for
* notifications.
*/
#define GROWL_REG_DICT_EXTENSION XSTR("growlRegDict")
#define GROWL_POSITION_PREFERENCE_KEY @"GrowlSelectedPosition"
#define GROWL_PLUGIN_CONFIG_ID XSTR("GrowlPluginConfigurationID")
#endif //ndef _GROWLDEFINES_H

View File

@ -1,127 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Resources/Info.plist</key>
<data>
VZb3f8My4te/5JwcjfvotgCXTAs=
</data>
</dict>
<key>files2</key>
<dict>
<key>Headers/Growl.h</key>
<data>
j9Ob2u9aIsHa7g0mIrcn/eowg/U=
</data>
<key>Headers/GrowlApplicationBridge.h</key>
<data>
EnGmx27UHXu/cw04qVrVgF74lt8=
</data>
<key>Headers/GrowlDefines.h</key>
<data>
lEpJMIumoTSF3icoXL/GM/1lEzE=
</data>
<key>Resources/Info.plist</key>
<data>
VZb3f8My4te/5JwcjfvotgCXTAs=
</data>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1 @@
Versions/Current/Modules

View File

@ -0,0 +1 @@
Versions/Current/PrivateHeaders

View File

@ -0,0 +1 @@
Versions/Current/Sparkle

View File

@ -0,0 +1,43 @@
//
// SPUDownloadData.h
// Sparkle
//
// Created by Mayur Pawashe on 8/10/16.
// Copyright © 2016 Sparkle Project. All rights reserved.
//
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SUExport.h"
NS_ASSUME_NONNULL_BEGIN
/*!
* A class for containing downloaded data along with some information about it.
*/
SU_EXPORT @interface SPUDownloadData : NSObject <NSSecureCoding>
- (instancetype)initWithData:(NSData *)data textEncodingName:(NSString * _Nullable)textEncodingName MIMEType:(NSString * _Nullable)MIMEType;
/*!
* The raw data that was downloaded.
*/
@property (nonatomic, readonly) NSData *data;
/*!
* The IANA charset encoding name if available. Eg: "utf-8"
*/
@property (nonatomic, readonly, nullable, copy) NSString *textEncodingName;
/*!
* The MIME type if available. Eg: "text/plain"
*/
@property (nonatomic, readonly, nullable, copy) NSString *MIMEType;
@end
NS_ASSUME_NONNULL_END

View File

@ -0,0 +1,25 @@
//
// SPUDownloader.h
// Downloader
//
// Created by Mayur Pawashe on 4/1/16.
// Copyright © 2016 Sparkle Project. All rights reserved.
//
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SPUDownloaderProtocol.h"
@protocol SPUDownloaderDelegate;
// This object implements the protocol which we have defined. It provides the actual behavior for the service. It is 'exported' by the service to make it available to the process hosting the service over an NSXPCConnection.
@interface SPUDownloader : NSObject <SPUDownloaderProtocol>
// Due to XPC remote object reasons, this delegate is strongly referenced
// Invoke cleanup when done with this instance
- (instancetype)initWithDelegate:(id <SPUDownloaderDelegate>)delegate;
@end

View File

@ -0,0 +1,38 @@
//
// SPUDownloaderDelegate.h
// Sparkle
//
// Created by Mayur Pawashe on 4/1/16.
// Copyright © 2016 Sparkle Project. All rights reserved.
//
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
NS_ASSUME_NONNULL_BEGIN
@class SPUDownloadData;
@protocol SPUDownloaderDelegate <NSObject>
// This is only invoked for persistent downloads
- (void)downloaderDidSetDestinationName:(NSString *)destinationName temporaryDirectory:(NSString *)temporaryDirectory;
// Under rare cases, this may be called more than once, in which case the current progress should be reset back to 0
// This is only invoked for persistent downloads
- (void)downloaderDidReceiveExpectedContentLength:(int64_t)expectedContentLength;
// This is only invoked for persistent downloads
- (void)downloaderDidReceiveDataOfLength:(uint64_t)length;
// downloadData is nil if this is a persisent download, otherwise it's non-nil if it's a temporary download
- (void)downloaderDidFinishWithTemporaryDownloadData:(SPUDownloadData * _Nullable)downloadData;
- (void)downloaderDidFailWithError:(NSError *)error;
@end
NS_ASSUME_NONNULL_END

View File

@ -0,0 +1,13 @@
//
// SPUDownloaderDeprecated.h
// Sparkle
//
// Created by Deadpikle on 12/20/17.
// Copyright © 2017 Sparkle Project. All rights reserved.
//
#import "SPUDownloader.h"
@interface SPUDownloaderDeprecated : SPUDownloader <SPUDownloaderProtocol>
@end

View File

@ -0,0 +1,34 @@
//
// SPUDownloaderProtocol.h
// PersistentDownloader
//
// Created by Mayur Pawashe on 4/1/16.
// Copyright © 2016 Sparkle Project. All rights reserved.
//
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
NS_ASSUME_NONNULL_BEGIN
@class SPUURLRequest;
// The protocol that this service will vend as its API. This header file will also need to be visible to the process hosting the service.
@protocol SPUDownloaderProtocol
- (void)startPersistentDownloadWithRequest:(SPUURLRequest *)request bundleIdentifier:(NSString *)bundleIdentifier desiredFilename:(NSString *)desiredFilename;
- (void)startTemporaryDownloadWithRequest:(SPUURLRequest *)request;
- (void)downloadDidFinish;
- (void)cleanup;
- (void)cancel;
@end
NS_ASSUME_NONNULL_END

View File

@ -0,0 +1,20 @@
//
// SPUDownloaderSession.h
// Sparkle
//
// Created by Deadpikle on 12/20/17.
// Copyright © 2017 Sparkle Project. All rights reserved.
//
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SPUDownloader.h"
#import "SPUDownloaderProtocol.h"
NS_CLASS_AVAILABLE(NSURLSESSION_AVAILABLE, 7_0)
@interface SPUDownloaderSession : SPUDownloader <SPUDownloaderProtocol>
@end

View File

@ -0,0 +1,35 @@
//
// SPUURLRequest.h
// Sparkle
//
// Created by Mayur Pawashe on 5/19/16.
// Copyright © 2016 Sparkle Project. All rights reserved.
//
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
NS_ASSUME_NONNULL_BEGIN
// A class that wraps NSURLRequest and implements NSSecureCoding
// This class exists because NSURLRequest did not support NSSecureCoding in macOS 10.8
// I have not verified if NSURLRequest in 10.9 implements NSSecureCoding or not
@interface SPUURLRequest : NSObject <NSSecureCoding>
// Creates a new URL request
// Only these properties are currently tracked:
// * URL
// * Cache policy
// * Timeout interval
// * HTTP header fields
// * networkServiceType
+ (instancetype)URLRequestWithRequest:(NSURLRequest *)request;
@property (nonatomic, readonly) NSURLRequest *request;
@end
NS_ASSUME_NONNULL_END

View File

@ -0,0 +1,35 @@
//
// SUAppcast.h
// Sparkle
//
// Created by Andy Matuschak on 3/12/06.
// Copyright 2006 Andy Matuschak. All rights reserved.
//
#ifndef SUAPPCAST_H
#define SUAPPCAST_H
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SUExport.h"
NS_ASSUME_NONNULL_BEGIN
@class SUAppcastItem;
SU_EXPORT @interface SUAppcast : NSObject
@property (copy, nullable) NSString *userAgentString;
@property (copy, nullable) NSDictionary<NSString *, NSString *> *httpHeaders;
- (void)fetchAppcastFromURL:(NSURL *)url inBackground:(BOOL)bg completionBlock:(void (^)(NSError *_Nullable))err;
- (SUAppcast *)copyWithoutDeltaUpdates;
@property (readonly, copy, nullable) NSArray *items;
@end
NS_ASSUME_NONNULL_END
#endif

View File

@ -0,0 +1,54 @@
//
// SUAppcastItem.h
// Sparkle
//
// Created by Andy Matuschak on 3/12/06.
// Copyright 2006 Andy Matuschak. All rights reserved.
//
#ifndef SUAPPCASTITEM_H
#define SUAPPCASTITEM_H
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SUExport.h"
@class SUSignatures;
SU_EXPORT @interface SUAppcastItem : NSObject
@property (copy, readonly) NSString *title;
@property (copy, readonly) NSString *dateString;
@property (copy, readonly) NSDate *date;
@property (copy, readonly) NSString *itemDescription;
@property (strong, readonly) NSURL *releaseNotesURL;
@property (strong, readonly) SUSignatures *signatures;
@property (copy, readonly) NSString *minimumSystemVersion;
@property (copy, readonly) NSString *maximumSystemVersion;
@property (strong, readonly) NSURL *fileURL;
@property (nonatomic, readonly) uint64_t contentLength;
@property (copy, readonly) NSString *versionString;
@property (copy, readonly) NSString *osString;
@property (copy, readonly) NSString *displayVersionString;
@property (copy, readonly) NSDictionary *deltaUpdates;
@property (strong, readonly) NSURL *infoURL;
@property (copy, readonly) NSNumber* phasedRolloutInterval;
// Initializes with data from a dictionary provided by the RSS class.
- (instancetype)initWithDictionary:(NSDictionary *)dict;
- (instancetype)initWithDictionary:(NSDictionary *)dict failureReason:(NSString **)error;
@property (getter=isDeltaUpdate, readonly) BOOL deltaUpdate;
@property (getter=isCriticalUpdate, readonly) BOOL criticalUpdate;
@property (getter=isMacOsUpdate, readonly) BOOL macOsUpdate;
@property (getter=isInformationOnlyUpdate, readonly) BOOL informationOnlyUpdate;
// Returns the dictionary provided in initWithDictionary; this might be useful later for extensions.
@property (readonly, copy) NSDictionary *propertiesDictionary;
- (NSURL *)infoURL;
@end
#endif

View File

@ -0,0 +1,26 @@
//
// SUCodeSigningVerifier.h
// Sparkle
//
// Created by Andy Matuschak on 7/5/12.
//
//
#ifndef SUCODESIGNINGVERIFIER_H
#define SUCODESIGNINGVERIFIER_H
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SUExport.h"
SU_EXPORT @interface SUCodeSigningVerifier : NSObject
+ (BOOL)codeSignatureAtBundleURL:(NSURL *)oldBundlePath matchesSignatureAtBundleURL:(NSURL *)newBundlePath error:(NSError **)error;
+ (BOOL)codeSignatureIsValidAtBundleURL:(NSURL *)bundlePath error:(NSError **)error;
+ (BOOL)bundleAtURLIsCodeSigned:(NSURL *)bundlePath;
+ (NSDictionary *)codeSignatureInfoAtBundleURL:(NSURL *)bundlePath;
@end
#endif

View File

@ -0,0 +1,57 @@
//
// SUErrors.h
// Sparkle
//
// Created by C.W. Betts on 10/13/14.
// Copyright (c) 2014 Sparkle Project. All rights reserved.
//
#ifndef SUERRORS_H
#define SUERRORS_H
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SUExport.h"
/**
* Error domain used by Sparkle
*/
SU_EXPORT extern NSString *const SUSparkleErrorDomain;
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wc++98-compat"
typedef NS_ENUM(OSStatus, SUError) {
// Appcast phase errors.
SUAppcastParseError = 1000,
SUNoUpdateError = 1001,
SUAppcastError = 1002,
SURunningFromDiskImageError = 1003,
SURunningTranslocated = 1004,
// Download phase errors.
SUTemporaryDirectoryError = 2000,
SUDownloadError = 2001,
// Extraction phase errors.
SUUnarchivingError = 3000,
SUSignatureError = 3001,
// Installation phase errors.
SUFileCopyFailure = 4000,
SUAuthenticationFailure = 4001,
SUMissingUpdateError = 4002,
SUMissingInstallerToolError = 4003,
SURelaunchError = 4004,
SUInstallationError = 4005,
SUDowngradeError = 4006,
SUInstallationCancelledError = 4007,
// System phase errors
SUSystemPowerOffError = 5000
};
#pragma clang diagnostic pop
#endif

Some files were not shown because too many files have changed in this diff Show More