Hello world! First commit.

This commit is contained in:
Ernst 2018-08-31 18:04:15 -07:00
commit 263c65ac46
2435 changed files with 30491 additions and 0 deletions

14
assetlist.cpp Normal file
View File

@ -0,0 +1,14 @@
#include "assetlist.h"
#include "ui_assetlist.h"
AssetList::AssetList(QWidget *parent) :
QDockWidget(parent),
ui(new Ui::AssetList)
{
ui->setupUi(this);
}
AssetList::~AssetList()
{
delete ui;
}

22
assetlist.h Normal file
View File

@ -0,0 +1,22 @@
#ifndef ASSETLIST_H
#define ASSETLIST_H
#include <QDockWidget>
namespace Ui {
class AssetList;
}
class AssetList : public QDockWidget
{
Q_OBJECT
public:
explicit AssetList(QWidget *parent = 0);
~AssetList();
private:
Ui::AssetList *ui;
};
#endif // ASSETLIST_H

66
assetlist.ui Normal file
View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AssetList</class>
<widget class="QDockWidget" name="AssetList">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>183</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="title">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QTreeWidget" name="treeWidget">
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>

18
assets.qrc Normal file
View File

@ -0,0 +1,18 @@
<RCC>
<qresource prefix="/icons">
<file>data/icons/themify-icons/SVG/save.svg</file>
<file>data/icons/themify-icons/SVG/back-left.svg</file>
<file>data/icons/themify-icons/SVG/back-right.svg</file>
<file>data/icons/feather/save.svg</file>
<file>data/icons/feather/corner-left-down.svg</file>
<file>data/icons/feather/corner-right-down.svg</file>
<file>data/icons/feather/rotate-ccw.svg</file>
<file>data/icons/feather/rotate-cw.svg</file>
<file>data/icons/alexandru.stoica/save_item [#1409].svg</file>
<file>data/icons/alexandru.stoica/moon [#1248].svg</file>
<file>data/icons/alexandru.stoica/sun_star [#1268].svg</file>
</qresource>
<qresource prefix="/css">
<file>data/css/style.qss</file>
</qresource>
</RCC>

40
data.pro Normal file
View File

@ -0,0 +1,40 @@
#-------------------------------------------------
#
# Project created by QtCreator 2018-07-06T13:51:14
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = data
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
main.cpp \
mainwindow.cpp \
assetlist.cpp
HEADERS += \
mainwindow.h \
assetlist.h
FORMS += \
mainwindow.ui \
assetlist.ui
RESOURCES += \
assets.qrc

318
data.pro.user Normal file
View File

@ -0,0 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.6.2, 2018-08-31T13:46:59. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
<value type="QByteArray">{c5ebc06e-8dc0-41fd-96ec-94866afcc739}</value>
</data>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
<value type="int">0</value>
</data>
<data>
<variable>ProjectExplorer.Project.EditorSettings</variable>
<valuemap type="QVariantMap">
<value type="bool" key="EditorConfiguration.AutoIndent">true</value>
<value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
<value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
<value type="QString" key="language">Cpp</value>
<valuemap type="QVariantMap" key="value">
<value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
</valuemap>
</valuemap>
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
<value type="QString" key="language">QmlJS</value>
<valuemap type="QVariantMap" key="value">
<value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
</valuemap>
</valuemap>
<value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
<value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
<value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
<value type="int" key="EditorConfiguration.IndentSize">4</value>
<value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
<value type="int" key="EditorConfiguration.MarginColumn">80</value>
<value type="bool" key="EditorConfiguration.MouseHiding">true</value>
<value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
<value type="int" key="EditorConfiguration.PaddingMode">1</value>
<value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
<value type="bool" key="EditorConfiguration.ShowMargin">false</value>
<value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
<value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
<value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
<value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
<value type="int" key="EditorConfiguration.TabSize">8</value>
<value type="bool" key="EditorConfiguration.UseGlobal">true</value>
<value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
<value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
<value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
<value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
<value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
</valuemap>
</data>
<data>
<variable>ProjectExplorer.Project.PluginSettings</variable>
<valuemap type="QVariantMap"/>
</data>
<data>
<variable>ProjectExplorer.Project.Target.0</variable>
<valuemap type="QVariantMap">
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{5472a58d-e411-4ea8-a2d1-6e4398948268}</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:/Users/bernst/Documents/build-data-Desktop-Debug</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Debug</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
<value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:/Users/bernst/Documents/build-data-Desktop-Release</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">true</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Release</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
<value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:/Users/bernst/Documents/build-data-Desktop-Profile</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">qmake</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">true</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.AutomaticallyAddedMakeArguments"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Profile</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
<value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy Configuration</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
<value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
<value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
<value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
<value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
<value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
<value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
<value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
<value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
<value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
<value type="int">0</value>
<value type="int">1</value>
<value type="int">2</value>
<value type="int">3</value>
<value type="int">4</value>
<value type="int">5</value>
<value type="int">6</value>
<value type="int">7</value>
<value type="int">8</value>
<value type="int">9</value>
<value type="int">10</value>
<value type="int">11</value>
<value type="int">12</value>
<value type="int">13</value>
<value type="int">14</value>
</valuelist>
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">data</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:C:/Users/bernst/Documents/data/data.pro</value>
<value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">data.pro</value>
<value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default"></value>
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
</valuemap>
</data>
<data>
<variable>ProjectExplorer.Project.TargetCount</variable>
<value type="int">1</value>
</data>
<data>
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
<value type="int">18</value>
</data>
<data>
<variable>Version</variable>
<value type="int">18</value>
</data>
</qtcreator>

1256
data/css/style.qss Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>3d_modelling [#819]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-100.000000, -4559.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M46.938,4411.948 L53,4403.804 L53,4415.5 L46.938,4411.948 Z M61.063,4411.948 L55,4415.5 L55,4403.804 L61.063,4411.948 Z M55.001,4400.454 L54,4399 L53,4400.454 L44,4412.545 L53,4417.818 L54,4418.357 L55.001,4417.818 L64,4412.545 L55.001,4400.454 Z" id="3d_modelling-[#819]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 994 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>3d_modelling_round [#820]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -4559.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M6.70247571,4412.07175 L12.0994757,4404.08575 C12.3864757,4403.69975 13.0004757,4403.90275 13.0004757,4404.38375 L13.0004757,4415.43475 C13.0004757,4415.82075 12.5804757,4416.06175 12.2474757,4415.86675 L6.85047571,4412.80175 C6.59347571,4412.65075 6.52447571,4412.31075 6.70247571,4412.07175 L6.70247571,4412.07175 Z M21.1494757,4412.80175 L15.7534757,4415.86675 C15.4194757,4416.06175 15.0004757,4415.82075 15.0004757,4415.43475 L15.0004757,4404.38375 C15.0004757,4403.90275 15.6134757,4403.69975 15.9014757,4404.08575 L21.2984757,4412.07175 C21.4754757,4412.31075 21.4064757,4412.65075 21.1494757,4412.80175 L21.1494757,4412.80175 Z M15.0004757,4399.52575 L15.0004757,4399.52575 C14.5184757,4398.82475 13.4824757,4398.82475 13.0004757,4399.52575 L13.0004757,4399.52575 L4.24047571,4412.02975 C3.80847571,4412.60975 3.97647571,4413.43575 4.60047571,4413.80175 L13.0004757,4418.62575 L13.4234757,4418.85375 C13.7834757,4419.04775 14.2164757,4419.04775 14.5764757,4418.85375 L15.0004757,4418.62575 L23.4004757,4413.80175 C24.0234757,4413.43575 24.1914757,4412.60975 23.7604757,4412.02975 L15.0004757,4399.52575 Z" id="3d_modelling_round-[#820]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="17px" height="20px" viewBox="0 0 17 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>9gag [#152]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-141.000000, -7519.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M90.0540541,7365.004 C91.202215,7365.695 92.3620818,7366.367 93.5131692,7367.053 C94.6720606,7366.371 95.8299765,7365.688 96.9917943,7365.008 C95.8299765,7364.331 94.6740116,7363.645 93.5131692,7362.966 C92.3591553,7363.643 91.2109944,7364.331 90.0540541,7365.004 M85.0292649,7364.001 C87.857233,7362.331 90.6852011,7360.664 93.5151202,7359 C96.3430883,7360.665 99.1749584,7362.325 101.999025,7363.996 C101.995123,7367.335 101.994147,7370.674 102,7374.014 C99.1769094,7375.688 96.3411373,7377.336 93.5131692,7379 C90.6773971,7377.322 87.8269926,7375.671 85,7373.979 C86.1276754,7373.32 87.2543754,7372.66 88.3849773,7372.006 C90.0940495,7373.016 91.8079991,7374.02 93.5131692,7375.037 C95.2154129,7374.012 96.9391175,7373.028 98.6345326,7371.993 C98.6199002,7370.657 98.6335571,7369.321 98.6267286,7367.985 C96.924485,7368.998 95.2183394,7370.008 93.5131692,7371.017 C90.6832501,7369.366 87.861135,7367.698 85.0302404,7366.045 C85.0302404,7365.363 85.0312159,7364.682 85.0292649,7364.001" id="9gag-[#152]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>HD [#941]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-420.000000, -3999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M367,3845 L367,3853 L369,3853 L369,3850 L371,3850 L371,3853 L373,3853 L373,3845 L371,3845 L371,3848 L369,3848 L369,3845 L367,3845 Z M379,3847.5 C379,3847.224 378.776,3847 378.5,3847 L377,3847 L377,3851 L378.5,3851 C378.775,3851 379,3850.775 379,3850.5 L379,3847.5 Z M379.395,3853 L375,3853 L375,3845 L379.395,3845 C380.282,3845 381,3845.719 381,3846.605 L381,3851.395 C381,3852.281 380.282,3853 379.395,3853 L379.395,3853 Z M364,3839 L364,3843 L366,3843 L366,3841 L382,3841 L382,3843 L384,3843 L384,3839 L364,3839 Z M382,3855 L384,3855 L384,3859 L364,3859 L364,3855 L366,3855 L366,3857 L382,3857 L382,3855 Z" id="HD-[#941]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>HD [#942]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-380.000000, -3999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M327,3846 L327,3852 C327,3852.552 327.448,3853 328,3853 C328.552,3853 329,3852.552 329,3852 L329,3850 L331,3850 L331,3852 C331,3852.552 331.448,3853 332,3853 C332.552,3853 333,3852.552 333,3852 L333,3846 C333,3845.448 332.552,3845 332,3845 C331.448,3845 331,3845.448 331,3846 L331,3848 L329,3848 L329,3846 C329,3845.448 328.552,3845 328,3845 C327.448,3845 327,3845.448 327,3846 L327,3846 Z M339,3847.5 C339,3847.224 338.776,3847 338.5,3847 L337,3847 L337,3851 L338.5,3851 C338.775,3851 339,3850.775 339,3850.5 L339,3847.5 Z M339.395,3853 L336,3853 C335.448,3853 335,3852.552 335,3852 L335,3846 C335,3845.448 335.448,3845 336,3845 L339.395,3845 C340.282,3845 341,3845.718 341,3846.605 L341,3851.395 C341,3852.282 340.282,3853 339.395,3853 L339.395,3853 Z M326,3839 C324.895,3839 324,3839.895 324,3841 L324,3842 C324,3842.552 324.448,3843 325,3843 C325.552,3843 326,3842.552 326,3842 C326,3841.448 326.448,3841 327,3841 L341,3841 C341.552,3841 342,3841.448 342,3842 C342,3842.552 342.448,3843 343,3843 C343.552,3843 344,3842.552 344,3842 L344,3841 C344,3839.895 343.105,3839 342,3839 L326,3839 Z M342,3856 L342,3856 C342,3855.448 342.448,3855 343,3855 C343.552,3855 344,3855.448 344,3856 L344,3857 C344,3858.105 343.105,3859 342,3859 L326,3859 C324.895,3859 324,3858.105 324,3857 L324,3856 C324,3855.448 324.448,3855 325,3855 C325.552,3855 326,3855.448 326,3856 C326,3856.552 326.448,3857 327,3857 L341,3857 C341.552,3857 342,3856.552 342,3856 L342,3856 Z" id="HD-[#942]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,16 @@
https://dribbble.com/shots/2888226-1800-Free-Minimal-Icon-Pack-20x20
Hey guys,
I recently challenged myself to create a pack of icons for my upcoming projects based on two styles (sharp and rounded) and now they are all available for FREE.
The pack contains the 1800 icons on black & white in the following formats: .sketch .psd .ai .svg .eps and .png
Download with Google Drive
Download with MediaFile -- *just in case*
If you enjoy this freebie, please support the project by donating via Paypal. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SADTGQQXESQQ Your support will allow me to update the pack, but its not a requirement. The icons will remain FREE for you, forever.
Note: Please dont freeboot this pack on your personal website of resources without noticing me. Thank you!
Twitter | Instagram

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>SD [#943]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -3999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M290.5,3851 L287,3851 L287,3853 L291,3853 C292.105,3853 293,3852.104 293,3851 L293,3850 C293,3848.895 292.105,3848 291,3848 L289.5,3848 C289.224,3848 289,3847.776 289,3847.5 C289,3847.224 289.224,3847 289.5,3847 L291,3847 L293,3847 L293,3845 L291,3845 L289.605,3845 C288.166,3845 287,3846.166 287,3847.605 C287,3848.922 288.078,3850 289.395,3850 L290.5,3850 C290.776,3850 291,3850.224 291,3850.5 C291,3850.776 290.776,3851 290.5,3851 L290.5,3851 Z M299,3847.5 C299,3847.224 298.776,3847 298.5,3847 L297,3847 L297,3851 L298.5,3851 C298.775,3851 299,3850.775 299,3850.5 L299,3847.5 Z M299,3853 L295,3853 L295,3845 L299,3845 C300.105,3845 301,3845.895 301,3847 L301,3851 C301,3852.104 300.105,3853 299,3853 L299,3853 Z M284,3839 L284,3843 L286,3843 L286,3841 L302,3841 L302,3843 L304,3843 L304,3839 L284,3839 Z M302,3855 L304,3855 L304,3859 L284,3859 L284,3855 L286,3855 L286,3857 L302,3857 L302,3855 Z" id="SD-[#943]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>SD [#944]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -3999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M250.5,3851 L248,3851 C247.448,3851 247,3851.448 247,3852 C247,3852.552 247.448,3853 248,3853 L251,3853 C252.105,3853 253,3852.105 253,3851 L253,3850 C253,3848.895 252.105,3848 251,3848 L249.5,3848 C249.224,3848 249,3847.776 249,3847.5 C249,3847.224 249.224,3847 249.5,3847 L251,3847 L252,3847 C252.552,3847 253,3846.552 253,3846 C253,3845.448 252.552,3845 252,3845 L251,3845 L249.738,3845 C248.653,3845 247.62,3845.609 247.204,3846.611 C246.489,3848.333 247.757,3850 249.395,3850 L250.5,3850 C250.776,3850 251,3850.224 251,3850.5 C251,3850.776 250.776,3851 250.5,3851 L250.5,3851 Z M259,3847.5 C259,3847.224 258.776,3847 258.5,3847 L257,3847 L257,3851 L258.5,3851 C258.775,3851 259,3850.775 259,3850.5 L259,3847.5 Z M259,3853 L256,3853 C255.448,3853 255,3852.552 255,3852 L255,3846 C255,3845.448 255.448,3845 256,3845 L259,3845 C260.105,3845 261,3845.895 261,3847 L261,3851 C261,3852.105 260.105,3853 259,3853 L259,3853 Z M244,3841 L244,3842 C244,3842.552 244.448,3843 245,3843 C245.552,3843 246,3842.552 246,3842 C246,3841.448 246.448,3841 247,3841 L261,3841 C261.552,3841 262,3841.448 262,3842 C262,3842.552 262.448,3843 263,3843 C263.552,3843 264,3842.552 264,3842 L264,3841 C264,3839.895 263.105,3839 262,3839 L246,3839 C244.895,3839 244,3839.895 244,3841 L244,3841 Z M262,3856 L262,3856 C262,3855.448 262.448,3855 263,3855 C263.552,3855 264,3855.448 264,3856 L264,3857 C264,3858.105 263.105,3859 262,3859 L246,3859 C244.895,3859 244,3858.105 244,3857 L244,3856 C244,3855.448 244.448,3855 245,3855 C245.552,3855 246,3855.448 246,3856 C246,3856.552 246.448,3857 247,3857 L261,3857 C261.552,3857 262,3856.552 262,3856 L262,3856 Z" id="SD-[#944]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>Shape 1 copy 55 [#64]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -7919.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M184,7769 C184,7769.552 183.552,7770 183,7770 L165,7770 C164.448,7770 164,7769.552 164,7769 C164,7768.448 164.448,7768 165,7768 L183,7768 C183.552,7768 184,7768.448 184,7769 L184,7769 Z M180,7776 C180,7776.552 179.552,7777 179,7777 L169,7777 C168.448,7777 168,7776.552 168,7776 L168,7775 C168,7774.448 168.448,7774 169,7774 L179,7774 C179.552,7774 180,7774.448 180,7775 L180,7776 Z M180,7772 L168,7772 C166.896,7772 166,7772.895 166,7774 L166,7777 C166,7778.105 166.896,7779 168,7779 L180,7779 C181.105,7779 182,7778.105 182,7777 L182,7774 C182,7772.895 181.105,7772 180,7772 L180,7772 Z M168,7762 C168,7761.448 168.448,7761 169,7761 L179,7761 C179.552,7761 180,7761.448 180,7762 L180,7763 C180,7763.552 179.552,7764 179,7764 L169,7764 C168.448,7764 168,7763.552 168,7763 L168,7762 Z M167,7766 L180,7766 C181.105,7766 182,7765.105 182,7764 L182,7761 C182,7759.895 181.105,7759 180,7759 L168,7759 C166.896,7759 166,7759.895 166,7761 L166,7765 C166,7765.552 166.448,7766 167,7766 L167,7766 Z" id="Shape-1-copy-55-[#64]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>Shape 1 copy 56 [#63]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -7919.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M204,7770 L224,7770 L224,7768 L204,7768 L204,7770 Z M208,7777 L220,7777 L220,7774 L208,7774 L208,7777 Z M208,7772 L206,7772 L206,7774 L206,7777 L206,7779 L208,7779 L220,7779 L222,7779 L222,7777 L222,7774 L222,7772 L220,7772 L208,7772 Z M208,7764 L220,7764 L220,7761 L208,7761 L208,7764 Z M220,7766 L222,7766 L222,7764 L222,7761 L222,7759 L220,7759 L208,7759 L206,7759 L206,7761 L206,7764 L206,7766 L208,7766 L220,7766 Z" id="Shape-1-copy-56-[#63]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="9px" viewBox="0 0 20 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>activity [#985]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -3845.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M216.512,3685 L210.796,3690.79 L208.051,3688.155 L208.044,3688.162 L208.038,3688.156 L204,3692.386 L205.453,3693.8 L208.115,3691.033 L210.859,3693.653 L216.512,3687.885 L219.252,3690.66 C219.545,3690.028 220.046,3689.514 220.666,3689.208 L216.512,3685 Z M224,3691.96 C224,3693.087 223.098,3694 221.986,3694 C220.874,3694 219.973,3693.087 219.973,3691.96 C219.973,3690.833 220.874,3689.92 221.986,3689.92 C223.098,3689.92 224,3690.833 224,3691.96 L224,3691.96 Z" id="activity-[#985]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="15px" viewBox="0 0 20 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>adobe_cloud [#131]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -7602.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M132.304608,7455.57278 C132.098266,7455.37843 131.326987,7454.63871 130.967391,7454.28563 C130.887258,7454.20728 130.813135,7454.16862 130.699947,7454.17167 C127.403481,7454.25307 126.17845,7451.40609 126.957742,7449.35174 C127.554732,7447.77664 129.208474,7446.81815 130.838176,7447.11424 C132.206445,7447.3615 132.549013,7447.9079 134.689562,7450.10571 C135.281544,7450.71418 136.260167,7449.80453 135.637134,7449.1635 C134.956004,7448.46346 134.290901,7447.74408 133.582727,7447.07354 C132.207447,7445.77113 130.586759,7445.38346 128.794788,7445.93801 C126.383791,7446.6818 124.97245,7449.21031 125.523364,7451.70625 C126.025196,7453.98038 127.982441,7455.57583 130.27324,7455.57787 C130.44252,7455.57787 132.135327,7455.58194 132.304608,7455.57278 M132.799428,7444.82384 C132.811448,7444.84012 132.814453,7444.84724 132.819462,7444.85029 C133.232146,7445.05583 133.623795,7445.29901 133.996413,7445.57272 C134.019451,7445.59002 134.077548,7445.5829 134.106596,7445.56458 C136.146979,7444.25098 138.77133,7444.70377 140.255792,7446.64009 C141.806363,7448.65984 141.33458,7451.20666 140.051453,7452.64541 C138.095209,7454.83712 135.067188,7454.61022 133.370375,7452.86926 C132.453855,7451.92909 131.531326,7450.99501 130.612803,7450.05687 C129.890605,7449.32122 128.958059,7450.34788 129.61014,7451.0001 C132.877558,7454.25714 133.423463,7455.22886 135.740305,7455.54124 C137.783693,7455.81494 139.816063,7455.08539 141.212378,7453.37395 C143.130558,7451.01842 142.972296,7447.64335 141.120225,7445.52999 C138.714236,7442.78577 135.043149,7442.91296 132.799428,7444.82384 M144,7449.15943 C144,7453.17655 141.585997,7456.48141 136.963332,7456.9983 C136.456492,7456.9983 130.314308,7457.00848 129.818486,7456.97897 C123.637236,7456.58316 121.640926,7447.86415 127.491627,7444.88997 C128.557395,7444.34764 129.811474,7444.1187 131.189759,7444.30592 C131.227822,7444.31203 131.281912,7444.29473 131.308957,7444.26726 C135.413763,7440.00696 143.231726,7441.81303 144,7449.15943" id="adobe_cloud-[#131]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="18px" height="20px" viewBox="0 0 18 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>airbnb [#179]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-261.000000, -7399.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M219.770353,7256.58451 C218.225353,7257.4867 216.591353,7256.27747 215.381353,7254.95558 C216.484353,7253.46124 217.537353,7251.64689 217.594353,7249.79167 C217.642353,7248.02816 216.690353,7246.67637 215.284353,7246.16297 C214.541353,7245.88783 213.713353,7245.86191 212.952353,7246.08621 C211.551353,7246.49893 210.547353,7247.71414 210.427353,7249.28525 C210.262353,7251.27006 211.430353,7253.35756 212.626353,7254.95459 C211.920353,7255.73715 210.963353,7256.59348 209.927353,7256.82476 C208.126353,7257.24944 206.591353,7255.54375 207.196353,7253.68355 C207.507353,7252.7365 212.316353,7242.06773 213.133353,7241.42174 C213.626353,7241.02099 214.408353,7241.01202 214.920353,7241.46062 C215.671353,7242.1086 220.592353,7252.87506 220.853353,7253.83109 C221.159353,7254.96157 220.667353,7256.07011 219.770353,7256.58451 M214.002353,7253.23096 C213.584353,7252.62484 213.216353,7252.0277 212.919353,7251.34383 C212.484353,7250.326 212.198353,7248.98717 213.117353,7248.37608 C213.702353,7247.9843 214.529353,7248.03414 215.045353,7248.4987 C215.696353,7249.0749 215.533353,7250.14058 215.238353,7250.96103 C214.923353,7251.81836 214.449353,7252.59294 214.002353,7253.23096 M216.416353,7239.97126 C215.065353,7238.63143 212.829353,7238.71417 211.564353,7239.99518 C210.419353,7241.12267 205.250353,7252.2859 205.050353,7253.77626 C204.629353,7256.63336 206.908353,7259.16148 209.641353,7258.97407 C211.381353,7258.87936 212.807353,7257.80272 214.003353,7256.53566 C216.048353,7258.71388 218.673353,7259.8623 221.041353,7258.22839 C222.263353,7257.392 223.027353,7255.93753 223.002353,7254.3724 C222.979353,7252.30085 217.366353,7240.88342 216.416353,7239.97126" id="airbnb-[#179]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="21px" height="20px" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>airplane_mode [#1406]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-219.000000, -680.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M181.157913,524.12175 L168.505412,536.17175 L167.020713,534.75775 L179.673213,522.70775 C180.082713,522.31675 180.747363,522.31675 181.157913,522.70775 C181.568462,523.09775 181.568462,523.73075 181.157913,524.12175 L181.157913,524.12175 Z M180.497462,536.72275 C180.761012,537.33175 180.290612,538.00075 179.598662,538.00075 L179.591312,538.00075 C179.197562,538.00075 178.841612,537.77375 178.692512,537.42575 L176.210312,531.66275 L177.697112,530.24575 L180.497462,536.72275 Z M165.701913,525.04275 C165.337563,524.90075 165.100263,524.56275 165.100263,524.18675 C165.100263,523.52775 165.802713,523.07975 166.443213,523.33175 L173.243013,526.00275 L171.757263,527.41775 L165.701913,525.04275 Z M183.384963,522.00075 L181.900262,520.58575 C181.080212,519.80475 179.750912,519.80475 178.930862,520.58575 L174.726663,524.59075 L167.506862,521.76475 C165.358563,520.92375 163.000262,522.42775 163.000262,524.64075 C163.000262,525.45075 163.513712,526.18175 164.301212,526.48975 L170.272562,528.83175 L166.277312,532.63675 C165.867812,533.02675 165.203162,533.02675 164.792612,532.63675 L164.792612,532.63675 C164.383112,532.24575 163.718462,532.24575 163.307912,532.63675 L163.307912,532.63675 C162.897363,533.02675 162.897363,533.65975 163.307912,534.05075 L169.247762,539.70775 C169.657263,540.09775 170.322963,540.09775 170.732462,539.70775 L170.732462,539.70775 C171.143012,539.31675 171.143012,538.68375 170.732462,538.29375 L170.732462,538.29375 C170.322963,537.90275 170.322963,537.26975 170.732462,536.87875 L174.727712,533.07475 L177.186812,538.76175 C177.510212,539.51175 178.276713,540.00075 179.128263,540.00075 C181.450862,540.00075 183.031112,537.75475 182.148063,535.70875 L179.180762,528.83275 L183.384963,524.82875 C184.205012,524.04775 184.205012,522.78175 183.384963,522.00075 L183.384963,522.00075 Z" id="airplane_mode-[#1406]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="21px" height="20px" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>airplane_mode_off [#1407]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-179.000000, -680.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M125.227313,520.70675 C124.816763,520.31575 124.152113,520.31575 123.742613,520.70675 C123.332063,521.09775 123.332063,521.73075 123.742613,522.12075 L141.756413,539.27675 C142.165913,539.66775 142.830563,539.66775 143.241113,539.27675 C143.650613,538.88675 143.650613,538.25375 143.241113,537.86275 L125.227313,520.70675 Z M137.185763,538.76075 C137.510213,539.51075 138.276713,539.99975 139.127213,539.99975 L139.127213,539.99975 C139.257413,539.99975 139.373963,539.96875 139.498913,539.95475 L136.444463,537.04575 L137.185763,538.76075 Z M133.500262,534.24175 L132.015562,532.82775 L128.504362,536.17075 L127.019662,534.75675 L130.529812,531.41375 L129.045112,529.99975 L126.277312,532.63575 C125.866762,533.02575 125.202112,533.02575 124.792612,532.63575 L124.792612,532.63575 C124.382062,532.24475 123.717412,532.24475 123.307912,532.63575 L123.307912,532.63575 C122.897362,533.02575 122.897362,533.65975 123.307912,534.04975 C127.422862,537.96875 128.293312,538.79875 129.246713,539.70675 C129.657263,540.09775 130.321912,540.09775 130.732462,539.70675 L130.732462,539.70675 C131.141962,539.31575 131.141962,538.68275 130.732462,538.29275 L130.732462,538.29275 C130.321912,537.90175 130.321912,537.26875 130.732462,536.87875 L133.500262,534.24175 Z M139.672163,522.70675 C140.082713,522.31575 140.747363,522.31575 141.157913,522.70675 C141.567413,523.09775 141.567413,523.73075 141.157913,524.12075 L136.469663,528.58575 L140.891213,532.79675 L139.180763,528.83175 L143.384963,524.82775 C144.205013,524.04675 144.205013,522.78075 143.384963,521.99975 L141.900263,520.58575 C141.080213,519.80475 139.749863,519.80475 138.929813,520.58575 L134.725613,524.58975 L130.563413,522.95975 L134.984963,527.17175 L139.672163,522.70675 Z M123.000263,524.63975 C123.000263,524.51675 123.032813,524.40475 123.046463,524.28675 L126.100913,527.19575 L124.300163,526.48875 C123.513713,526.18075 123.000263,525.45075 123.000263,524.63975 L123.000263,524.63975 Z" id="airplane_mode_off-[#1407]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="16px" height="20px" viewBox="0 0 16 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>aliens [#1300]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-142.000000, -2399.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M94,2257 C90.566,2257 88,2255.416 88,2254 C88,2253.346 88.552,2252.658 89.479,2252.105 C90.275,2253.811 91.994,2255 94,2255 C96.006,2255 97.725,2253.811 98.521,2252.105 C99.448,2252.658 100,2253.346 100,2254 C100,2255.416 97.434,2257 94,2257 M94,2247 C96.169,2247 97.704,2249.299 96.667,2251.345 C96.172,2252.322 95.168,2253 94,2253 C92.832,2253 91.828,2252.322 91.333,2251.345 C90.3,2249.306 91.824,2247 94,2247 M98.99,2250.096 C98.991,2250.063 99,2250.033 99,2250 C99,2247.581 97.282,2245.564 95,2245.101 L95,2242.723 C95.595,2242.376 96,2241.738 96,2241 C96,2239.895 95.105,2239 94,2239 C92.895,2239 92,2239.895 92,2241 C92,2241.738 92.405,2242.376 93,2242.723 L93,2245.101 C90.718,2245.564 89,2247.581 89,2250 C89,2250.033 89.009,2250.063 89.01,2250.096 C87.177,2251.012 86,2252.419 86,2254 C86,2256.761 89.582,2259 94,2259 C98.418,2259 102,2256.761 102,2254 C102,2252.419 100.823,2251.012 98.99,2250.096" id="aliens-[#1300]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_center [#911]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-420.000000, -4161.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M367,4017 L381,4017 L381,4015 L367,4015 L367,4017 Z M364,4003 L384,4003 L384,4001 L364,4001 L364,4003 Z M364,4010 L384,4010 L384,4008 L364,4008 L364,4010 Z" id="align_text_center-[#911]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 913 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_distribute [#914]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -4161.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M244,4017 L264,4017 L264,4015 L244,4015 L244,4017 Z M244,4003 L264,4003 L264,4001 L244,4001 L244,4003 Z M244,4010 L264,4010 L264,4008 L244,4008 L244,4010 Z" id="align_text_distribute-[#914]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 921 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_left [#910]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -4201.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M4,4057 L24,4057 L24,4055 L4,4055 L4,4057 Z M4,4043 L24,4043 L24,4041 L4,4041 L4,4043 Z M4,4050 L18,4050 L18,4048 L4,4048 L4,4050 Z" id="align_text_left-[#910]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 884 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_left [#913]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -4161.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M284,4017 L298,4017 L298,4015 L284,4015 L284,4017 Z M284,4003 L304,4003 L304,4001 L284,4001 L284,4003 Z M284,4010 L304,4010 L304,4008 L284,4008 L284,4010 Z" id="align_text_left-[#913]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 909 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="10px" viewBox="0 0 20 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_left [#915]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -4164.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M204,4014 L224,4014 L224,4012 L204,4012 L204,4014 Z M204,4006 L224,4006 L224,4004 L204,4004 L204,4006 Z M204,4010 L218,4010 L218,4008 L204,4008 L204,4010 Z" id="align_text_left-[#915]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 909 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_left [#918]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-140.000000, -4161.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M84,4017 L104,4017 L104,4015 L84,4015 L84,4017 Z M84,4003 L98,4003 L98,4001 L84,4001 L84,4003 Z M84,4010 L104,4010 L104,4008 L84,4008 L84,4010 Z" id="align_text_left-[#918]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 898 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="10px" viewBox="0 0 20 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_left [#919]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-100.000000, -4164.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M44,4014 L58,4014 L58,4012 L44,4012 L44,4014 Z M44,4006 L64,4006 L64,4004 L44,4004 L44,4006 Z M44,4010 L64,4010 L64,4008 L44,4008 L44,4010 Z" id="align_text_left-[#919]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 894 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="10px" viewBox="0 0 20 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_left_right [#920]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -4164.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M4,4014 L18,4014 L18,4012 L4,4012 L4,4014 Z M10,4006 L24,4006 L24,4004 L10,4004 L10,4006 Z M4,4010 L24,4010 L24,4008 L4,4008 L4,4010 Z" id="align_text_left_right-[#920]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 899 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_right [#912]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-380.000000, -4161.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M330,4017 L344,4017 L344,4015 L330,4015 L330,4017 Z M324,4003 L344,4003 L344,4001 L324,4001 L324,4003 Z M324,4010 L344,4010 L344,4008 L324,4008 L324,4010 Z" id="align_text_right-[#912]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 911 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="10px" viewBox="0 0 20 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>align_text_right [#917]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -4164.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M130,4014 L144,4014 L144,4012 L130,4012 L130,4014 Z M124,4006 L144,4006 L144,4004 L124,4004 L124,4006 Z M124,4010 L144,4010 L144,4008 L124,4008 L124,4010 Z" id="align_text_right-[#917]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 911 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>alignment_bottom [#856]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -4399.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M178,4253 L180,4253 L180,4241 L178,4241 L178,4253 Z M176,4239 L178,4239 L180,4239 L182,4239 L182,4241 L182,4253 L182,4255 L180,4255 L178,4255 L176,4255 L176,4253 L176,4241 L176,4239 Z M168,4253 L170,4253 L170,4249 L168,4249 L168,4253 Z M172,4253 L172,4255 L170,4255 L168,4255 L166,4255 L166,4253 L166,4249 L166,4247 L168,4247 L170,4247 L172,4247 L172,4249 L172,4253 Z M164,4259 L184,4259 L184,4257 L164,4257 L164,4259 Z" id="alignment_bottom-[#856]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>alignment_left [#853]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -4399.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M290,4255 L294,4255 L294,4253 L290,4253 L290,4255 Z M294,4251 L296,4251 L296,4253 L296,4255 L296,4257 L294,4257 L290,4257 L288,4257 L288,4255 L288,4253 L288,4251 L290,4251 L294,4251 Z M290,4245 L302,4245 L302,4243 L290,4243 L290,4245 Z M304,4241 L304,4243 L304,4245 L304,4247 L302,4247 L290,4247 L288,4247 L288,4245 L288,4243 L288,4241 L290,4241 L302,4241 L304,4241 Z M284,4259 L286,4259 L286,4239 L284,4239 L284,4259 Z" id="alignment_left-[#853]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>alignment_right [#854]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -4399.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M246,4245 L258,4245 L258,4243 L246,4243 L246,4245 Z M244,4247 L244,4245 L244,4243 L244,4241 L246,4241 L258,4241 L260,4241 L260,4243 L260,4245 L260,4247 L258,4247 L246,4247 L244,4247 Z M254,4255 L258,4255 L258,4253 L254,4253 L254,4255 Z M258,4251 L260,4251 L260,4253 L260,4255 L260,4257 L258,4257 L254,4257 L252,4257 L252,4255 L252,4253 L252,4251 L254,4251 L258,4251 Z M262,4259 L264,4259 L264,4239 L262,4239 L262,4259 Z" id="alignment_right-[#854]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>alignment_top [#855]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -4399.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M208,4257 L210,4257 L210,4245 L208,4245 L208,4257 Z M212,4259 L210,4259 L208,4259 L206,4259 L206,4257 L206,4245 L206,4243 L208,4243 L210,4243 L212,4243 L212,4245 L212,4257 L212,4259 Z M218,4249 L220,4249 L220,4245 L218,4245 L218,4249 Z M216,4245 L216,4243 L218,4243 L220,4243 L222,4243 L222,4245 L222,4249 L222,4251 L220,4251 L218,4251 L216,4251 L216,4249 L216,4245 Z M204,4241 L224,4241 L224,4239 L204,4239 L204,4241 Z" id="alignment_top-[#855]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="18px" viewBox="0 0 20 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>amazon [#160]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -7479.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M181.251105,7332.71631 C181.644105,7332.61435 182.555105,7332.451 182.942105,7332.53614 C183.487105,7332.58465 183.815105,7332.67473 183.924105,7332.8064 C184.155105,7333.14894 183.809105,7334.3498 183.651105,7334.74084 C183.512105,7335.08536 182.861105,7336.19019 182.524105,7336.19019 C182.421105,7336.19019 182.343105,7336.11495 182.396105,7335.97437 C183.633105,7333.09449 183.080105,7333.17072 181.251105,7333.32813 C181.015105,7333.35684 180.149105,7333.53009 180.251105,7333.32813 C180.251105,7333.08954 181.012105,7332.77769 181.251105,7332.71631 M172.633105,7327.47828 C172.633105,7327.94654 172.751105,7328.32175 172.987105,7328.60291 C173.663105,7329.40876 174.897105,7328.97712 175.415105,7328.01881 C175.700105,7327.52976 175.996105,7326.57442 175.996105,7325.33594 C174.996105,7325.33594 174.678105,7325.38445 174.315105,7325.48048 C173.248105,7325.78045 172.633105,7326.44671 172.633105,7327.47828 M169.506105,7327.83864 C169.506105,7326.15169 170.414105,7324.96965 171.815105,7324.38258 C173.052105,7323.86086 174.759105,7323.7183 175.996105,7323.64405 C175.996105,7322.16104 175.793105,7320.97999 174.233105,7320.97999 C173.732105,7320.97999 172.837105,7321.53537 172.633105,7322.46101 C172.584105,7322.70059 172.463105,7322.87285 172.269105,7322.90849 L170.178105,7322.67386 C169.925105,7322.61446 169.827105,7322.47586 169.887105,7322.23628 C170.309105,7320.05039 172.145105,7319.11683 174.233105,7319.00001 C175.233105,7319.00001 176.745105,7318.98714 177.924105,7320.06227 C179.198105,7321.3245 178.996105,7322.91443 178.996105,7327.02882 C178.996105,7328.01683 179.011105,7328.11187 179.687105,7328.98999 C179.823105,7329.19195 179.835105,7329.38401 179.637105,7329.53053 C178.631105,7330.39479 178.084105,7330.86206 177.999105,7330.93433 C177.853105,7331.04224 177.676105,7331.05412 177.470105,7330.96997 C176.575105,7330.21065 176.790105,7330.25619 176.233105,7329.56617 C175.104105,7330.78385 174.217105,7331.11451 172.706105,7331.11451 C170.910105,7331.11451 169.506105,7330.00473 169.506105,7327.83864 M164.324105,7332.94995 C167.354105,7334.69035 170.651105,7335.56055 174.215105,7335.56055 C176.590105,7335.56055 178.936105,7335.12199 181.251105,7334.24585 C181.602105,7334.10725 181.972105,7333.83698 182.187105,7334.13794 C182.290105,7334.28248 182.257105,7334.41415 182.087105,7334.53394 C179.844105,7336.13772 176.718105,7337 173.996105,7337 C170.145105,7337 166.719105,7335.5853 164.106105,7333.25586 C163.873105,7333.06479 164.059105,7332.78363 164.324105,7332.94995" id="amazon-[#160]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>ambulance [#663]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -5279.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M210,5127 L208,5127 L208,5125 L210,5125 L210,5123 L212,5123 L212,5125 L214,5125 L214,5127 L212,5127 L212,5129 L210,5129 L210,5127 Z M218,5130 L222,5130 L222,5126 L218,5126 L218,5130 Z M222,5134 L221.221,5134 C220.672,5133.39 219.885,5133 219,5133 C218.647,5133 218.314,5133.072 218,5133.184 L218,5132 L222,5132 L222,5134 Z M219,5137 C218.449,5137 218,5136.551 218,5136 C218,5135.449 218.449,5135 219,5135 C219.551,5135 220,5135.449 220,5136 C220,5136.551 219.551,5137 219,5137 L219,5137 Z M216,5134 L213.484,5134 C213.038,5132.278 211.487,5131 209.625,5131 C208.014,5131 206.634,5131.958 206,5133.331 L206,5121 L216,5121 L216,5134 Z M211.347,5136 C211,5136.595 210.362,5137 209.625,5137 C208.888,5137 208.25,5136.595 207.903,5136 C207.731,5135.705 207.625,5135.366 207.625,5135 C207.625,5134.634 207.731,5134.295 207.903,5134 C208.25,5133.405 208.888,5133 209.625,5133 C210.362,5133 211,5133.405 211.347,5134 C211.519,5134.295 211.625,5134.634 211.625,5135 C211.625,5135.366 211.519,5135.705 211.347,5136 L211.347,5136 Z M218,5124 L218,5119 L204,5119 L204,5136 L205.766,5136 C206.213,5137.722 207.763,5139 209.625,5139 C211.487,5139 213.037,5137.722 213.484,5136 L216,5136 C216,5137.657 217.343,5139 219,5139 C220.657,5139 222,5137.657 222,5136 L224,5136 L224,5124 L218,5124 Z" id="ambulance-[#663]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>ambulance_round [#662]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -5279.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M252,5124 L252,5125 L253,5125 C253.552,5125 254,5125.448 254,5126 C254,5126.552 253.552,5127 253,5127 L252,5127 L252,5128 C252,5128.552 251.552,5129 251,5129 C250.448,5129 250,5128.552 250,5128 L250,5127 L249,5127 C248.448,5127 248,5126.552 248,5126 C248,5125.448 248.448,5125 249,5125 L250,5125 L250,5124 C250,5123.448 250.448,5123 251,5123 C251.552,5123 252,5123.448 252,5124 L252,5124 Z M262,5130 L258,5130 L258,5126 L261,5126 C261.552,5126 262,5126.448 262,5127 L262,5130 Z M262,5134 L261.221,5134 C260.672,5133.39 259.885,5133 259,5133 C258.647,5133 258.314,5133.072 258,5133.184 L258,5132 L262,5132 L262,5134 Z M259,5137 C258.449,5137 258,5136.551 258,5136 C258,5135.449 258.449,5135 259,5135 C259.551,5135 260,5135.449 260,5136 C260,5136.551 259.551,5137 259,5137 L259,5137 Z M256,5134 L253.484,5134 C253.038,5132.278 251.487,5131 249.625,5131 C248.538,5131 247.556,5131.436 246.838,5132.142 C246.526,5132.448 246,5132.216 246,5131.779 L246,5122 C246,5121.448 246.448,5121 247,5121 L255,5121 C255.552,5121 256,5121.448 256,5122 L256,5134 Z M251.347,5136 C251,5136.595 250.362,5137 249.625,5137 C248.888,5137 248.25,5136.595 247.903,5136 C247.731,5135.705 247.625,5135.366 247.625,5135 C247.625,5134.634 247.731,5134.295 247.903,5134 C248.25,5133.405 248.888,5133 249.625,5133 C250.362,5133 251,5133.405 251.347,5134 C251.519,5134.295 251.625,5134.634 251.625,5135 C251.625,5135.366 251.519,5135.705 251.347,5136 L251.347,5136 Z M262,5124 L258,5124 L258,5121 C258,5119.895 257.105,5119 256,5119 L246,5119 C244.895,5119 244,5119.895 244,5121 L244,5134.234 C244,5135.209 244.791,5136 245.766,5136 C246.213,5137.722 247.763,5139 249.625,5139 C251.487,5139 253.037,5137.722 253.484,5136 L256,5136 C256,5137.657 257.343,5139 259,5139 C260.657,5139 262,5137.657 262,5136 C263.105,5136 264,5135.105 264,5134 L264,5126 C264,5124.895 263.105,5124 262,5124 L262,5124 Z" id="ambulance_round-[#662]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>apple [#1296]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -2399.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M254,2246.703 C254.478,2246.703 254.955,2246.533 255.335,2246.192 C256.073,2245.53 257.019,2245.166 258,2245.166 C260.154,2245.166 262,2247.915 262,2250.166 C262,2252.976 259.645,2257 258,2257 C257.601,2257 257.178,2256.848 256.741,2256.55 C255.936,2256.001 254.988,2255.711 254,2255.711 C253.012,2255.711 252.064,2256.001 251.259,2256.55 C250.822,2256.848 250.399,2257 250,2257 C248.355,2257 246,2252.976 246,2250.166 C246,2247.915 247.846,2245.166 250,2245.166 C250.981,2245.166 251.927,2245.53 252.665,2246.192 C253.045,2246.533 253.522,2246.703 254,2246.703 M258,2243.166 C256.719,2243.166 255.534,2243.571 254.561,2244.257 C254.392,2244.375 254.196,2244.434 254,2244.434 C253.804,2244.434 253.608,2244.375 253.439,2244.257 C252.466,2243.571 251.281,2243.166 250,2243.166 C246.686,2243.166 244,2246.853 244,2250.166 C244,2253.48 246.686,2259 250,2259 C252.031,2259 252.307,2257.711 254,2257.711 C255.679,2257.711 255.99,2259 258,2259 C261.314,2259 264,2253.48 264,2250.166 C264,2246.853 261.314,2243.166 258,2243.166 M251.334,2239 C250.985,2239 250.614,2239.056 250.232,2239.164 C249.921,2240.257 250.042,2241.267 250.673,2241.898 C251.205,2242.43 252.137,2242.732 253.175,2242.732 C253.37,2242.732 253.568,2242.722 253.768,2242.7 C253.905,2241.433 253.597,2240.237 252.966,2239.605 C252.555,2239.194 251.984,2239 251.334,2239" id="apple-[#1296]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="17px" height="20px" viewBox="0 0 17 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>apple [#173]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-102.000000, -7439.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M57.5708873,7282.19296 C58.2999598,7281.34797 58.7914012,7280.17098 58.6569121,7279 C57.6062792,7279.04 56.3352055,7279.67099 55.5818643,7280.51498 C54.905374,7281.26397 54.3148354,7282.46095 54.4735932,7283.60894 C55.6455696,7283.69593 56.8418148,7283.03894 57.5708873,7282.19296 M60.1989864,7289.62485 C60.2283111,7292.65181 62.9696641,7293.65879 63,7293.67179 C62.9777537,7293.74279 62.562152,7295.10677 61.5560117,7296.51675 C60.6853718,7297.73474 59.7823735,7298.94772 58.3596204,7298.97372 C56.9621472,7298.99872 56.5121648,7298.17973 54.9134635,7298.17973 C53.3157735,7298.17973 52.8162425,7298.94772 51.4935978,7298.99872 C50.1203933,7299.04772 49.0738052,7297.68074 48.197098,7296.46676 C46.4032359,7293.98379 45.0330649,7289.44985 46.8734421,7286.3899 C47.7875635,7284.87092 49.4206455,7283.90793 51.1942837,7283.88393 C52.5422083,7283.85893 53.8153044,7284.75292 54.6394294,7284.75292 C55.4635543,7284.75292 57.0106846,7283.67793 58.6366882,7283.83593 C59.3172232,7283.86293 61.2283842,7284.09893 62.4549652,7285.8199 C62.355868,7285.8789 60.1747177,7287.09489 60.1989864,7289.62485" id="apple-[#173]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="18px" height="20px" viewBox="0 0 18 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>apple_store [#126]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-381.000000, -7599.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M336.972,7454.007 C336.628,7454.494 336.27,7454.98 335.708,7454.989 C335.155,7455 334.977,7454.672 334.345,7454.672 C333.713,7454.672 333.515,7454.98 332.992,7455 C332.448,7455.02 332.035,7454.472 331.688,7453.987 C330.978,7452.994 330.436,7451.18 331.164,7449.956 C331.526,7449.348 332.172,7448.964 332.873,7448.954 C333.407,7448.944 333.91,7449.301 334.236,7449.301 C334.562,7449.301 335.174,7448.871 335.817,7448.935 C336.087,7448.945 336.842,7449.04 337.328,7449.728 C337.288,7449.752 336.426,7450.238 336.435,7451.25 C336.447,7452.461 337.531,7452.863 337.543,7452.869 C337.534,7452.898 337.37,7453.443 336.972,7454.007 M335.825,7447 C335.878,7447.468 335.684,7447.939 335.396,7448.278 C335.107,7448.616 334.634,7448.879 334.171,7448.844 C334.107,7448.384 334.341,7447.905 334.609,7447.607 C334.907,7447.268 335.41,7447.016 335.825,7447 M331,7441 L337,7441 C337.552,7441 338,7441.448 338,7442 L338,7443 L330,7443 L330,7442 C330,7441.448 330.448,7441 331,7441 M341,7443 L340,7443 L340,7441 C340,7439.896 339.104,7439 338,7439 L330,7439 C328.895,7439 328,7439.896 328,7441 L328,7443 L327,7443 C325.895,7443 325,7443.896 325,7445 L325,7457 C325,7458.105 325.895,7459 327,7459 L341,7459 C342.104,7459 343,7458.105 343,7457 L343,7445 C343,7443.896 342.104,7443 341,7443" id="apple_store-[#126]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#299]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -6839.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M136,6690 C136,6690.551 135.553,6690.998 135.002,6690.998 L132.998,6690.998 C132.447,6690.998 132,6690.551 132,6690 L132,6687.997 C132,6687.445 132.447,6686.998 132.998,6686.998 L135.002,6686.998 C135.553,6686.998 136,6687.445 136,6687.997 L136,6690 Z M143,6693.987 C142.448,6693.987 142,6694.434 142,6694.987 L142,6695.586 L137.924,6691.51 C138.071,6690.962 138.017,6686.825 137.928,6686.487 L142,6682.415 L142,6683.015 C142,6683.567 142.448,6684.015 143,6684.015 C143.552,6684.015 144,6683.567 144,6683.015 L143.995,6681.001 C143.993,6679.9 143.101,6679.008 142,6679.006 L139.986,6679.001 C139.434,6679.001 138.986,6679.447 138.986,6680 C138.986,6680.552 139.434,6680.998 139.986,6680.998 L140.586,6680.998 L136.512,6685.072 C136.189,6684.987 132.033,6684.929 131.488,6685.072 L127.415,6680.998 L128.015,6680.998 C128.567,6680.998 129.015,6680.552 129.015,6680 C129.015,6679.448 128.566,6679 128.014,6679 L126,6679.005 C124.899,6679.007 124.006,6679.899 124.004,6681.001 L124,6683.014 C124,6683.567 124.448,6684.015 125,6684.015 C125.552,6684.015 126,6683.568 126,6683.015 L126,6682.416 L130.072,6686.488 C129.99,6686.8 129.928,6690.956 130.076,6691.51 L126,6695.587 L126,6694.987 C126,6694.435 125.552,6693.987 125,6693.987 C124.448,6693.987 124,6694.435 124,6694.987 L124.005,6697.001 C124.007,6698.102 124.899,6698.994 126,6698.996 L128.014,6699.001 C128.566,6699.001 129.014,6698.552 129.014,6698 C129.014,6697.447 128.566,6696.998 128.014,6696.998 L127.414,6696.998 L131.489,6692.923 C131.811,6693.01 135.966,6693.069 136.511,6692.924 L140.585,6696.998 L139.985,6696.998 C139.433,6696.998 138.985,6697.447 138.985,6697.999 C138.985,6698.551 139.434,6699.001 139.986,6699.001 L142,6698.997 C143.102,6698.995 143.994,6698.102 143.996,6697.001 L144,6694.987 C144,6694.435 143.552,6693.987 143,6693.987 L143,6693.987 Z" id="arrow_all-[#299]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#328]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M172,6571 L176,6571 L176,6567 L172,6567 L172,6571 Z M184,6568.99 L180.465,6565.455 L179.05,6566.869 L180.181,6568 L178,6568 L178,6565 L175,6565 L175,6562.819 L176.131,6563.95 L177.545,6562.535 L174.01,6559 L174,6559.01 L173.99,6559 L170.455,6562.535 L171.869,6563.95 L173,6562.819 L173,6565 L170,6565 L170,6568 L167.819,6568 L168.95,6566.869 L167.536,6565.455 L164,6568.99 L164.01,6569 L164,6569.01 L167.536,6572.545 L168.95,6571.131 L167.819,6570 L170,6570 L170,6573 L173,6573 L173,6575.181 L171.869,6574.05 L170.455,6575.464 L173.99,6579 L174,6578.99 L174.01,6579 L177.545,6575.464 L176.131,6574.05 L175,6575.181 L175,6573 L178,6573 L178,6570 L180.181,6570 L179.05,6571.131 L180.465,6572.545 L184,6569.01 L183.99,6569 L184,6568.99 Z" id="arrow_all-[#328]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#329]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M135.99975,6570.00175 C135.99975,6570.55275 135.55275,6570.99975 135.00175,6570.99975 L132.99775,6570.99975 C132.44675,6570.99975 131.99975,6570.55275 131.99975,6570.00175 L131.99975,6567.99875 C131.99975,6567.44675 132.44675,6566.99975 132.99775,6566.99975 L135.00175,6566.99975 C135.55275,6566.99975 135.99975,6567.44675 135.99975,6567.99875 L135.99975,6570.00175 Z M143.41675,6567.58875 L141.99575,6566.16175 C141.60575,6565.77175 140.97175,6565.77175 140.58075,6566.16175 C140.19075,6566.55275 140.18975,6567.18575 140.58075,6567.57575 L141.00375,6567.99975 L137.99975,6567.99975 L137.99975,6566.99975 C137.99975,6565.89575 137.10475,6564.99975 135.99975,6564.99975 L134.99975,6564.99975 L134.99975,6561.99375 L135.42375,6562.41775 C135.81375,6562.80775 136.44775,6562.80775 136.83775,6562.41775 C137.22875,6562.02675 137.22875,6561.39375 136.83775,6561.00375 L135.41075,6559.58275 C134.63075,6558.80575 133.36875,6558.80575 132.58875,6559.58275 L131.16175,6561.00375 C130.77075,6561.39375 130.77075,6562.02675 131.16175,6562.41775 C131.55175,6562.80775 132.18575,6562.80775 132.57575,6562.41775 L132.99975,6561.99375 L132.99975,6564.99975 L131.99975,6564.99975 C130.89475,6564.99975 129.99975,6565.89575 129.99975,6566.99975 L129.99975,6567.99975 L126.99575,6567.99975 L127.41975,6567.57575 C127.80975,6567.18575 127.80975,6566.55275 127.41975,6566.16175 C127.02875,6565.77175 126.39475,6565.77175 126.00375,6566.16175 L124.58275,6567.58875 C123.80575,6568.36875 123.80575,6569.63075 124.58275,6570.41175 L126.00375,6571.83775 C126.39475,6572.22875 127.02875,6572.22875 127.41875,6571.83775 C127.80975,6571.44775 127.80975,6570.81475 127.41875,6570.42375 L126.99575,6569.99975 L129.99975,6569.99975 L129.99975,6570.99975 C129.99975,6572.10475 130.89475,6572.99975 131.99975,6572.99975 L132.99975,6572.99975 L132.99975,6576.00675 L132.57575,6575.58275 C132.18575,6575.19275 131.55175,6575.19275 131.16175,6575.58275 C130.77075,6575.97375 130.77075,6576.60675 131.16175,6576.99675 L132.58875,6578.41775 C133.36875,6579.19475 134.63075,6579.19475 135.41075,6578.41775 L136.83775,6576.99675 C137.22875,6576.60675 137.22875,6575.97375 136.83775,6575.58275 C136.44775,6575.19275 135.81375,6575.19275 135.42375,6575.58275 L134.99975,6576.00675 L134.99975,6572.99975 L135.99975,6572.99975 C137.10475,6572.99975 137.99975,6572.10475 137.99975,6570.99975 L137.99975,6569.99975 L141.00375,6569.99975 L140.57975,6570.42375 C140.18975,6570.81475 140.18975,6571.44775 140.57975,6571.83775 C140.97075,6572.22875 141.60575,6572.22875 141.99575,6571.83775 L143.41675,6570.41175 C144.19375,6569.63075 144.19375,6568.36875 143.41675,6567.58875 L143.41675,6567.58875 Z" id="arrow_all-[#329]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#330]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-140.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M94,6571 C92.897,6571 92,6570.103 92,6569 C92,6567.897 92.897,6567 94,6567 C95.103,6567 96,6567.897 96,6569 C96,6570.103 95.103,6571 94,6571 L94,6571 Z M104,6568.99 L100.464,6565.455 L99.05,6566.869 L100.181,6568 L97.859,6568 C97.496,6567 96.401,6565.504 95,6565.141 L95,6562.819 L96.131,6563.95 L97.545,6562.536 L94.01,6559 L94,6559.01 L93.99,6559 L90.455,6562.536 L91.869,6563.95 L93,6562.819 L93,6565.141 C91.599,6565.504 90.504,6567 90.141,6568 L87.819,6568 L88.95,6566.869 L87.536,6565.455 L84,6568.99 L84.01,6569 L84,6569.01 L87.536,6572.545 L88.95,6571.131 L87.819,6570 L90.141,6570 C90.504,6571 91.599,6572.496 93,6572.859 L93,6575.181 L91.869,6574.05 L90.455,6575.464 L93.99,6579 L94,6578.99 L94.01,6579 L97.545,6575.464 L96.131,6574.05 L95,6575.181 L95,6572.859 C96.401,6572.496 97.496,6571 97.859,6570 L100.181,6570 L99.05,6571.131 L100.464,6572.545 L104,6569.01 L103.99,6569 L104,6568.99 Z" id="arrow_all-[#330]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#331]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-100.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M53.99975,6570.99975 C52.89675,6570.99975 51.99975,6570.10275 51.99975,6568.99975 C51.99975,6567.89675 52.89675,6566.99975 53.99975,6566.99975 C55.10275,6566.99975 55.99975,6567.89675 55.99975,6568.99975 C55.99975,6570.10275 55.10275,6570.99975 53.99975,6570.99975 L53.99975,6570.99975 Z M61.99575,6566.16175 C61.60475,6565.77075 60.97175,6565.77075 60.58075,6566.16175 C60.19075,6566.55175 60.18975,6567.18575 60.58075,6567.57575 L61.00375,6567.99975 L57.85875,6567.99975 C57.49575,6566.99975 56.40075,6565.50375 54.99975,6565.14075 L54.99975,6561.99275 L55.42375,6562.41675 C55.81375,6562.80775 56.44775,6562.80775 56.83775,6562.41675 C57.22875,6562.02675 57.22875,6561.39375 56.83775,6561.00275 L55.41075,6559.58275 C54.63075,6558.80575 53.36875,6558.80575 52.58875,6559.58275 L51.16175,6561.00275 C50.77075,6561.39375 50.77075,6562.02675 51.16175,6562.41675 C51.55175,6562.80775 52.18575,6562.80775 52.57575,6562.41675 L52.99975,6561.99275 L52.99975,6565.14075 C51.59875,6565.50375 50.50375,6566.99975 50.14075,6567.99975 L46.99575,6567.99975 L47.41975,6567.57575 C47.80975,6567.18575 47.80975,6566.55175 47.41975,6566.16175 C47.02875,6565.77075 46.39475,6565.77075 46.00375,6566.16175 L44.58275,6567.58875 C43.80575,6568.36875 43.80575,6569.63075 44.58275,6570.41075 L46.00375,6571.83775 C46.39475,6572.22875 47.02775,6572.22875 47.41875,6571.83775 C47.80875,6571.44775 47.80975,6570.81375 47.41875,6570.42375 L46.99575,6569.99975 L50.14075,6569.99975 C50.50375,6570.99975 51.59875,6572.49575 52.99975,6572.85875 L52.99975,6576.00675 L52.57575,6575.58275 C52.18575,6575.19175 51.55175,6575.19175 51.16175,6575.58275 C50.77075,6575.97275 50.77075,6576.60575 51.16175,6576.99675 L52.58875,6578.41675 C53.36875,6579.19375 54.63075,6579.19375 55.41075,6578.41675 L56.83775,6576.99675 C57.22875,6576.60575 57.22875,6575.97275 56.83775,6575.58275 C56.44775,6575.19175 55.81375,6575.19175 55.42375,6575.58275 L54.99975,6576.00675 L54.99975,6572.85875 C56.40075,6572.49575 57.49575,6570.99975 57.85875,6569.99975 L61.00375,6569.99975 L60.57975,6570.42375 C60.18975,6570.81375 60.18975,6571.44775 60.57975,6571.83775 C60.97075,6572.22875 61.60475,6572.22875 61.99575,6571.83775 L63.41675,6570.41075 C64.19375,6569.63075 64.19375,6568.36875 63.41675,6567.58875 L61.99575,6566.16175 Z" id="arrow_all-[#331]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#332]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M15.414,6570.415 C14.634,6571.195 13.365,6571.195 12.586,6570.415 C11.806,6569.635 11.806,6568.366 12.586,6567.587 C13.365,6566.807 14.634,6566.807 15.414,6567.587 C16.194,6568.366 16.194,6569.635 15.414,6570.415 M23,6573.987 C22.447,6573.987 22,6574.434 22,6574.986 L22,6575.585 L17.436,6571.022 C18.17,6569.775 18.17,6568.227 17.436,6566.979 L22,6562.415 L22,6563.014 C22,6563.567 22.447,6564.014 23,6564.014 C23.552,6564.014 24,6563.567 24,6563.014 L23.995,6561.001 C23.993,6559.9 23.101,6559.008 22,6559.005 L19.986,6559.001 C19.434,6559.001 18.986,6559.448 18.986,6560.001 C18.986,6560.553 19.434,6561.001 19.986,6561.001 L20.586,6561.001 L16.021,6565.565 C14.774,6564.831 13.226,6564.831 11.978,6565.565 L7.415,6561.001 L8.015,6561.001 C8.567,6561.001 9.015,6560.554 9.015,6560.001 C9.015,6559.449 8.566,6559 8.013,6559 L6,6559.005 C4.898,6559.007 4.006,6559.899 4.004,6561.001 L4,6563.014 C4,6563.567 4.448,6564.015 5,6564.015 C5.552,6564.015 6,6563.568 6,6563.015 L6,6562.416 L10.564,6566.979 C9.83,6568.227 9.83,6569.775 10.564,6571.022 L6,6575.587 L6,6574.987 C6,6574.435 5.552,6573.987 5,6573.987 C4.448,6573.987 4,6574.435 4,6574.987 L4.004,6577.001 C4.007,6578.102 4.899,6578.994 6,6578.996 L8.013,6579.001 C8.566,6579.001 9.013,6578.553 9.013,6578.001 C9.013,6577.448 8.566,6577.001 8.013,6577.001 L7.414,6577.001 L11.978,6572.436 C13.226,6573.17 14.774,6573.171 16.021,6572.437 L20.584,6577.001 L19.985,6577.001 C19.433,6577.001 18.985,6577.448 18.985,6578 C18.985,6578.552 19.434,6579.001 19.986,6579.001 L22,6578.997 C23.101,6578.995 23.994,6578.102 23.996,6577.001 L24,6574.987 C24,6574.435 23.552,6573.987 23,6573.987" id="arrow_all-[#332]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#373]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-420.000000, -6519.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M384,6359 L384,6367 L382,6367 L382,6362.414 C376.33,6368.084 377.958,6366.456 375.414,6369 C377.929,6371.515 379.694,6373.28 382,6375.586 L382,6371 L384,6371 L384,6379 L376,6379 L376,6377 L380.586,6377 C378.282,6374.696 376.48,6372.894 374,6370.414 L367.414,6377 L372,6377 L372,6379 L364,6379 L364,6371 L366,6371 L366,6375.586 L372.586,6369 L366,6362.414 L366,6367 L364,6367 L364,6359 L372,6359 L372,6361 L367.414,6361 L374,6367.586 L380.586,6361 L376,6361 L376,6359 L384,6359 Z" id="arrow_all-[#373]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#376]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -6519.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M250.586,6371 L246,6375.586 L246,6371 L244,6371 L244,6379 L252,6379 L252,6377 L247.414,6377 L252,6372.414 L250.586,6371 Z M256,6359 L256,6361 L260.586,6361 L256,6365.586 L257.414,6367 L262,6362.414 L262,6367 L264,6367 L264,6359 L256,6359 Z M262,6375.586 L257.414,6371 L256,6372.414 L260.586,6377 L256,6377 L256,6379 L264,6379 L264,6371 L262,6371 L262,6375.586 Z M244,6359 L244,6367 L246,6367 L246,6362.414 L250.549,6366.963 L251.963,6365.549 L247.414,6361 L252,6361 L252,6359 L244,6359 Z" id="arrow_all-[#376]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#378]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6519.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M182,6366 L182,6363.621 C182,6363.176 181.461,6362.953 181.146,6363.268 L175.414,6369 L181.146,6374.732 C181.461,6375.047 182,6374.824 182,6374.379 L182,6372 C182,6371.448 182.448,6371 183,6371 C183.552,6371 184,6371.448 184,6372 L184,6377 C184,6378.105 183.105,6379 182,6379 L177,6379 C176.448,6379 176,6378.552 176,6378 C176,6377.448 176.448,6377 177,6377 L179.379,6377 C179.824,6377 180.047,6376.461 179.732,6376.146 L174,6370.414 C171.983,6372.431 170.267,6374.147 168.268,6376.146 C167.953,6376.461 168.176,6377 168.621,6377 L171,6377 C171.552,6377 172,6377.448 172,6378 C172,6378.552 171.552,6379 171,6379 L166,6379 C164.895,6379 164,6378.105 164,6377 L164,6372 C164,6371.448 164.448,6371 165,6371 C165.552,6371 166,6371.448 166,6372 L166,6374.379 C166,6374.824 166.539,6375.047 166.854,6374.732 C168.976,6372.61 170.591,6370.995 172.586,6369 C170.569,6366.983 168.853,6365.267 166.854,6363.268 C166.539,6362.953 166,6363.176 166,6363.621 L166,6366 C166,6366.552 165.552,6367 165,6367 C164.448,6367 164,6366.552 164,6366 L164,6361 C164,6359.895 164.895,6359 166,6359 L171,6359 C171.552,6359 172,6359.448 172,6360 C172,6360.552 171.552,6361 171,6361 L168.621,6361 C168.176,6361 167.953,6361.539 168.268,6361.854 C170.39,6363.976 172.005,6365.591 174,6367.586 L179.732,6361.854 C180.047,6361.539 179.824,6361 179.379,6361 L177,6361 C176.448,6361 176,6360.552 176,6360 C176,6359.448 176.448,6359 177,6359 L182,6359 C183.105,6359 184,6359.895 184,6361 L184,6366 C184,6366.552 183.552,6367 183,6367 C182.448,6367 182,6366.552 182,6366" id="arrow_all-[#378]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all [#381]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-100.000000, -6519.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M62,6379 C63.105,6379 64,6378.3 64,6377.196 L64,6372.196 C64,6371.643 63.552,6371.196 63,6371.196 L63,6371.196 C62.448,6371.196 62,6371.643 62,6372.196 L62,6374.574 C62,6375.02 61.461,6375.243 61.146,6374.928 L58.121,6371.903 C57.731,6371.512 57.098,6371.512 56.707,6371.903 L56.707,6371.903 C56.317,6372.293 56.317,6372.926 56.707,6373.317 L59.732,6376.244 C60.047,6376.559 59.824,6377 59.379,6377 L57,6377 C56.448,6377 56,6377.546 56,6378.098 L56,6378.049 C56,6378.601 56.448,6379 57,6379 L62,6379 Z M44,6366.196 C44,6366.748 44.448,6367.196 45,6367.196 L45,6367.196 C45.552,6367.196 46,6366.748 46,6366.196 L46,6363.817 C46,6363.371 46.539,6363.148 46.854,6363.463 L49.879,6366.489 C50.269,6366.879 50.902,6366.879 51.293,6366.489 L51.293,6366.489 C51.683,6366.098 51.683,6365.465 51.293,6365.074 L48.268,6361.951 C47.953,6361.636 48.176,6361 48.621,6361 L51,6361 C51.552,6361 52,6360.65 52,6360.098 L52,6360.049 C52,6359.497 51.552,6359 51,6359 L46,6359 C44.895,6359 44,6360.091 44,6361.196 L44,6366.196 Z M64,6361 C64,6359.895 63.3,6359 62.196,6359 L57.196,6359 C56.643,6359 56.196,6359.448 56.196,6360 C56.196,6360.552 56.643,6361 57.196,6361 L59.574,6361 C60.02,6361 60.243,6361.539 59.928,6361.854 L56.903,6364.879 C56.512,6365.269 56.512,6365.902 56.903,6366.293 L56.903,6366.293 C57.293,6366.683 57.926,6366.683 58.317,6366.293 L61.244,6363.268 C61.559,6362.953 62,6363.176 62,6363.621 L62,6366 C62,6366.552 62.546,6367 63.098,6367 L63.049,6367 C63.601,6367 64,6366.552 64,6366 L64,6361 Z M46.196,6379 C45.091,6379 44,6378.105 44,6377 L44,6372 C44,6371.448 44.497,6371 45.049,6371 L45.098,6371 C45.65,6371 46,6371.448 46,6372 L46,6374.379 C46,6374.824 46.636,6375.047 46.951,6374.732 L50.074,6371.707 C50.465,6371.317 51.098,6371.317 51.488,6371.707 L51.488,6371.707 C51.879,6372.098 51.879,6372.731 51.488,6373.121 L48.463,6376.146 C48.148,6376.461 48.371,6377 48.817,6377 L51.196,6377 C51.748,6377 52.196,6377.448 52.196,6378 C52.196,6378.552 51.748,6379 51.196,6379 L46.196,6379 Z" id="arrow_all-[#381]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all_fill [#382]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -6519.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<polygon id="arrow_all_fill-[#382]" points="15.414 6369 20.707 6374.293 24 6371 24 6379 16 6379 19.293 6375.707 14 6370.414 8.707 6375.707 12 6379 4 6379 4 6371 7.293 6374.293 12.586 6369 7.293 6363.707 4 6367 4 6359 12 6359 8.707 6362.293 14 6367.586 19.293 6362.293 16 6359 24 6359 24 6367 20.707 6363.707"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_all_fill [#383]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-420.000000, -6479.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M376,6319 L379.293,6322.293 L376.121,6325.464 L377.536,6326.879 L380.707,6323.707 L384,6327 L384,6319 L376,6319 Z M377.536,6331.121 L376.121,6332.536 L379.293,6335.707 L376,6339 L384,6339 L384,6331 L380.707,6334.293 L377.536,6331.121 Z M371.879,6332.536 L370.464,6331.121 L367.293,6334.293 L364,6331 L364,6339 L372,6339 L368.707,6335.707 L371.879,6332.536 Z M370.464,6326.879 L371.879,6325.464 L368.707,6322.293 L372,6319 L364,6319 L364,6327 L367.293,6323.707 L370.464,6326.879 Z" id="arrow_all_fill-[#383]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_circle [#313]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-420.000000, -6759.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M369.414524,6604.42364 C368.635887,6605.20366 367.369104,6605.20366 366.591465,6604.42364 C365.812827,6603.64362 365.812827,6602.37459 366.591465,6601.59557 C367.369104,6600.81555 368.635887,6600.81555 369.414524,6601.59557 C370.193162,6602.37459 370.193162,6603.64362 369.414524,6604.42364 L369.414524,6604.42364 Z M378.590466,6601.58057 C379.368105,6600.80055 380.634888,6600.80055 381.413525,6601.58057 C382.192163,6602.35959 382.192163,6603.62862 381.413525,6604.40864 C380.634888,6605.18866 379.368105,6605.18866 378.590466,6604.40864 C377.811829,6603.62862 377.811829,6602.35959 378.590466,6601.58057 L378.590466,6601.58057 Z M382.018467,6615.61292 L375.430995,6609.01275 L377.998502,6606.44169 C379.018716,6606.8327 381.518342,6607.14471 382.832043,6605.82867 C384.391314,6604.26663 384.388319,6601.73057 382.829048,6600.16853 C381.269777,6598.60649 378.746193,6598.61249 377.186922,6600.17453 C375.873221,6601.49057 375.489892,6603.30061 376.585974,6605.02965 L374.021462,6607.59972 L371.442974,6605.01665 C371.83429,6603.99363 372.145745,6601.49057 370.832044,6600.17353 C369.272772,6598.61149 366.741203,6598.61549 365.181932,6600.17753 C363.62266,6601.73957 363.62865,6604.26663 365.187921,6605.82867 C366.501622,6607.14571 368.30846,6607.52972 370.034439,6606.43069 L372.61093,6609.01175 L366.008485,6615.62592 L366.001497,6614.01988 L364.001997,6614.00888 L364,6619 L364.073871,6619 L369.003244,6619 L369.010232,6617.02095 L367.420015,6617.03395 L374.020464,6610.40979 L380.611928,6616.99995 L379.008734,6616.99995 L378.998751,6619 L383.96506,6619 L383.96506,6618.965 L383.96506,6614.02788 L381.996505,6614.02088 L382.018467,6615.61292 Z" id="arrow_circle-[#313]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_circle [#318]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6759.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M166.585491,6604.41967 C165.805915,6603.6404 165.805915,6602.37259 166.585491,6601.59432 C167.365066,6600.81505 168.633374,6600.81505 169.41195,6601.59432 C170.191525,6602.37259 170.191525,6603.6404 169.41195,6604.41967 C168.633374,6605.19894 167.365066,6605.19894 166.585491,6604.41967 L166.585491,6604.41967 Z M182.004086,6618.999 C183.104486,6618.997 183.995001,6618.10584 183.997,6617.00687 L183.999998,6614.99475 C184.000998,6614.44227 183.548245,6613.99469 182.995546,6613.99369 C182.443847,6613.99369 181.991093,6614.44127 181.991093,6614.99276 L181.991093,6615.59119 L171.426852,6605.0261 C172.478279,6603.23978 172.044515,6600.82004 170.074589,6599.5882 C168.82427,6598.80493 167.17417,6598.80393 165.922852,6599.5852 C163.640096,6601.00987 163.390232,6604.05201 165.171261,6605.83234 C166.487544,6607.14811 168.486454,6607.32994 170.018619,6606.42879 L180.587858,6616.98289 L179.989185,6616.98289 C179.437485,6616.98289 178.992728,6617.44346 178.992728,6617.99494 L178.992728,6617.99994 C178.992728,6618.55142 179.439484,6619.001 179.992183,6619 L182.004086,6618.999 Z" id="arrow_circle-[#318]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_corner [#277]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -6919.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M214.586,6771 L210,6766.414 L210,6771 L208,6771 L208,6763 L216,6763 L216,6765 L211.414,6765 L216,6769.586 L214.586,6771 Z M206,6777 L206,6761 L222,6761 L222,6771 L216,6771 L216,6777 L206,6777 Z M204,6779 L224,6779 L224,6759 L204,6759 L204,6779 Z" id="arrow_corner-[#277]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 993 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_corner [#278]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6919.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M172,6769.586 L176.586,6765 L172,6765 L172,6763 L180,6763 L180,6771 L178,6771 L178,6766.414 L173.414,6771 L172,6769.586 Z M166,6761 L182,6761 L182,6777 L172,6777 L172,6771 L166,6771 L166,6761 Z M164,6779 L184,6779 L184,6759 L164,6759 L164,6779 Z" id="arrow_corner-[#278]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 993 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_corner [#280]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-140.000000, -6919.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M89,6771 C88.448,6771 88,6770.552 88,6770 L88,6765 C88,6763.895 88.895,6763 90,6763 L95,6763 C95.552,6763 96,6763.448 96,6764 C96,6764.552 95.552,6765 95,6765 L92.621,6765 C92.176,6765 91.953,6765.539 92.268,6765.854 L95.293,6768.879 C95.683,6769.269 95.683,6769.902 95.293,6770.293 C94.902,6770.683 94.269,6770.683 93.879,6770.293 L90.854,6767.268 C90.539,6766.953 90,6767.176 90,6767.621 L90,6770 C90,6770.552 89.552,6771 89,6771 L89,6771 Z M87,6777 C86.448,6777 86,6776.552 86,6776 L86,6762 C86,6761.448 86.448,6761 87,6761 L101,6761 C101.552,6761 102,6761.448 102,6762 L102,6770 C102,6770.552 101.552,6771 101,6771 L98,6771 C96.895,6771 96,6771.895 96,6773 L96,6776 C96,6776.552 95.552,6777 95,6777 L87,6777 Z M104,6761 C104,6759.895 103.105,6759 102,6759 L86,6759 C84.895,6759 84,6759.895 84,6761 L84,6777 C84,6778.105 84.895,6779 86,6779 L102,6779 C103.105,6779 104,6778.105 104,6777 L104,6761 Z" id="arrow_corner-[#280]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_corner [#282]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -6919.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M15,6773 L12.621,6773 C12.176,6773 11.953,6772.461 12.268,6772.146 L15.293,6769.121 C15.683,6768.731 15.683,6768.098 15.293,6767.707 C14.902,6767.317 14.269,6767.317 13.879,6767.707 L10.854,6770.732 C10.539,6771.047 10,6770.824 10,6770.379 L10,6768 C10,6767.448 9.552,6767 9,6767 C8.448,6767 8,6767.448 8,6768 L8,6773 C8,6774.105 8.895,6775 10,6775 L15,6775 C15.552,6775 16,6774.552 16,6774 C16,6773.448 15.552,6773 15,6773 L15,6773 Z M22,6776 C22,6776.552 21.552,6777 21,6777 L7,6777 C6.448,6777 6,6776.552 6,6776 L6,6762 C6,6761.448 6.448,6761 7,6761 L15,6761 C15.552,6761 16,6761.448 16,6762 L16,6765 C16,6766.105 16.895,6767 18,6767 L21,6767 C21.552,6767 22,6767.448 22,6768 L22,6776 Z M22,6759 L6,6759 C4.895,6759 4,6759.895 4,6761 L4,6777 C4,6778.105 4.895,6779 6,6779 L22,6779 C23.105,6779 24,6778.105 24,6777 L24,6761 C24,6759.895 23.105,6759 22,6759 L22,6759 Z" id="arrow_corner-[#282]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_corner_down_left [#275]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -6919.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M294.586,6767 L290,6771.586 L290,6767 L288,6767 L288,6775 L296,6775 L296,6773 L291.414,6773 L296,6768.414 L294.586,6767 Z M302,6777 L286,6777 L286,6761 L296,6761 L296,6767 L302,6767 L302,6777 Z M284,6779 L304,6779 L304,6759 L284,6759 L284,6779 Z" id="arrow_corner_down_left-[#275]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1013 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="28px" viewBox="0 0 20 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_double [#248]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -7035.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M169.5,6889.74533 L178.5,6889.74533 C180.433,6889.74533 182,6891.40458 182,6893.30465 L182,6893.24567 C182,6895.14574 180.433,6896.62609 178.5,6896.62609 L168.207,6896.62609 C167.762,6896.62609 167.539,6896.21619 167.854,6895.90656 L169.536,6894.31219 C169.926,6893.92883 169.926,6893.3361 169.536,6892.95275 C169.145,6892.56841 168.512,6892.58315 168.121,6892.96749 L164.586,6896.45014 C163.805,6897.21783 163.805,6898.4662 164.586,6899.23389 C164.586,6899.23389 164.506,6899.15722 168.121,6902.71162 C168.512,6903.09596 169.145,6903.09596 169.536,6902.71261 C169.926,6902.32827 169.926,6901.70605 169.536,6901.32269 L167.854,6899.55041 C167.539,6899.24077 167.762,6898.59202 168.207,6898.59202 L178.063,6898.59202 C182.014,6898.59202 184,6895.96553 184,6893.30465 L184,6893.24567 C184,6890.25942 181.538,6887.7794 178.5,6887.7794 L169.5,6887.7794 C167.567,6887.7794 166,6886.35804 166,6884.45797 L166,6884.39899 C166,6882.49892 167.567,6880.89865 169.5,6880.89865 L179.793,6880.89865 C180.238,6880.89865 180.461,6881.54741 180.146,6881.85704 L178.464,6883.56936 C178.074,6883.9537 178.074,6884.60639 178.464,6884.98975 C178.855,6885.37409 179.488,6885.38883 179.879,6885.00449 L183.414,6881.53659 C184.195,6880.7689 184.195,6879.5284 183.414,6878.7607 C183.414,6878.7607 183.492,6878.83836 179.879,6875.28789 C179.488,6874.90355 178.855,6874.90453 178.464,6875.28789 C178.074,6875.67223 178.074,6876.29444 178.464,6876.67878 L180.146,6878.21319 C180.461,6878.52282 180.238,6878.93272 179.793,6878.93272 L169.5,6878.93272 C166.462,6878.93272 164,6881.4727 164,6884.45797 L164,6884.39899 C164,6887.38425 166.462,6889.74533 169.5,6889.74533" id="arrow_double-[#248]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_double_circle [#323]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-420.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M380.002,6561.00022 C381.105,6561.00022 382.002,6561.89722 382.002,6563.00022 C382.002,6564.10322 381.105,6565.00022 380.002,6565.00022 C378.899,6565.00022 378.002,6564.10322 378.002,6563.00022 C378.002,6561.89722 378.899,6561.00022 380.002,6561.00022 M378.999,6566.85922 L378.999,6576.00422 L378.577,6575.58022 C378.186,6575.19022 377.554,6575.19022 377.163,6575.58122 L377.164,6575.58122 C376.773,6575.97222 376.774,6576.60522 377.165,6576.99522 L378.592,6578.41722 C379.371,6579.19422 380.632,6579.19422 381.412,6578.41722 L382.838,6576.99622 C383.23,6576.60522 383.23,6575.97222 382.84,6575.58122 C382.449,6575.19022 381.815,6575.19022 381.424,6575.58022 L380.999,6576.00422 L380.999,6566.85922 C382.999,6566.33922 384.412,6564.31622 383.891,6562.05122 C383.56,6560.61222 382.394,6559.44322 380.955,6559.11022 C378.332,6558.50422 376,6560.48022 376,6563.00022 C376,6564.86222 376.999,6566.41322 378.999,6566.85922 M368.001,6561.00022 C369.104,6561.00022 370.001,6561.89722 370.001,6563.00022 C370.001,6564.10322 369.104,6565.00022 368.001,6565.00022 C366.898,6565.00022 366.001,6564.10322 366.001,6563.00022 C366.001,6561.89722 366.898,6561.00022 368.001,6561.00022 M366.999,6566.85922 L366.999,6576.00422 L366.576,6575.58022 C366.186,6575.19022 365.553,6575.19022 365.163,6575.58122 L365.163,6575.58122 C364.772,6575.97222 364.773,6576.60522 365.164,6576.99522 L366.591,6578.41722 C367.37,6579.19422 368.631,6579.19422 369.411,6578.41722 L370.837,6576.99622 C371.229,6576.60522 371.229,6575.97222 370.839,6575.58122 C370.448,6575.19022 369.814,6575.19022 369.424,6575.58022 L368.999,6576.00422 L368.999,6566.85922 C370.999,6566.33922 372.412,6564.31622 371.891,6562.05122 C371.559,6560.61222 370.393,6559.44322 368.954,6559.11022 C366.331,6558.50422 364,6560.48022 364,6563.00022 C364,6564.86222 364.999,6566.41322 366.999,6566.85922" id="arrow_double_circle-[#323]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="8px" height="20px" viewBox="0 0 8 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_double_circle [#326]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-306.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M254,6561.00022 C255.103,6561.00022 256,6561.89722 256,6563.00022 C256,6564.10322 255.103,6565.00022 254,6565.00022 C252.897,6565.00022 252,6564.10322 252,6563.00022 C252,6561.89722 252.897,6561.00022 254,6561.00022 M253,6566.85922 L253,6576.00422 L252.576,6575.58022 C252.186,6575.19022 251.552,6575.19022 251.162,6575.58122 L251.162,6575.58122 C250.772,6575.97222 250.772,6576.60522 251.164,6576.99522 L252.59,6578.41722 C253.369,6579.19422 254.631,6579.19422 255.41,6578.41722 L256.836,6576.99622 C257.228,6576.60522 257.228,6575.97222 256.838,6575.58122 C256.447,6575.19022 255.814,6575.19022 255.424,6575.58022 L255,6576.00422 L255,6566.85922 C257,6566.33922 258.412,6564.31622 257.891,6562.05122 C257.559,6560.61222 256.392,6559.44322 254.954,6559.11022 C252.33,6558.50422 250,6560.48022 250,6563.00022 C250,6564.86222 251,6566.41322 253,6566.85922" id="arrow_double_circle-[#326]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="18px" height="20px" viewBox="0 0 18 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_double_circle [#327]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-261.000000, -6719.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M219,6577.00022 C217.897,6577.00022 217,6576.10322 217,6575.00022 C217,6573.89722 217.897,6573.00022 219,6573.00022 C220.103,6573.00022 221,6573.89722 221,6575.00022 C221,6576.10322 220.103,6577.00022 219,6577.00022 M220,6571.14122 L220,6561.99622 L220.424,6562.42022 C220.814,6562.81022 221.448,6562.81022 221.838,6562.41922 L221.838,6562.41922 C222.228,6562.02822 222.228,6561.39522 221.836,6561.00522 L220.41,6559.58322 C219.631,6558.80622 218.369,6558.80622 217.59,6559.58322 L216.164,6561.00422 C215.772,6561.39522 215.772,6562.02822 216.162,6562.41922 C216.553,6562.81022 217.186,6562.81022 217.576,6562.42022 L218,6561.99622 L218,6571.14122 C216,6571.66122 214.588,6573.68422 215.11,6575.94922 C215.441,6577.38822 216.608,6578.55722 218.046,6578.89022 C220.67,6579.49622 223,6577.52022 223,6575.00022 C223,6573.13822 222,6571.58722 220,6571.14122 M209,6561.00022 C210.103,6561.00022 211,6561.89722 211,6563.00022 C211,6564.10322 210.103,6565.00022 209,6565.00022 C207.898,6565.00022 207,6564.10322 207,6563.00022 C207,6561.89722 207.898,6561.00022 209,6561.00022 M208,6566.85922 L208,6576.00422 L207.577,6575.58022 C207.186,6575.19022 206.553,6575.19022 206.163,6575.58122 L206.162,6575.58122 C205.772,6575.97222 205.773,6576.60522 206.164,6576.99522 L207.59,6578.41722 C208.37,6579.19422 209.631,6579.19422 210.41,6578.41722 L211.837,6576.99522 C212.228,6576.60522 212.229,6575.97222 211.838,6575.58122 C211.448,6575.19022 210.815,6575.19022 210.424,6575.58022 L210,6576.00422 L210,6566.85922 C212,6566.33822 213.412,6564.31622 212.891,6562.05122 C212.56,6560.61222 211.393,6559.44322 209.954,6559.11022 C207.331,6558.50422 205,6560.48022 205,6563.00022 C205,6564.86222 206,6566.41322 208,6566.85922" id="arrow_double_circle-[#327]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down [#269]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -6959.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M142,6804 C142,6804.552 141.552,6805 141,6805 L127,6805 C126.448,6805 126,6804.552 126,6804 L126,6802 C126,6801.448 126.448,6801 127,6801 L141,6801 C141.552,6801 142,6801.448 142,6802 L142,6804 Z M144,6805 L144,6801 C144,6799.895 143.105,6799 142,6799 L126,6799 C124.895,6799 124,6799.895 124,6801 L124,6805 C124,6806.105 124.895,6807 126,6807 L133,6807 L133,6814.793 C133,6815.239 132.462,6815.462 132.147,6815.147 L130.464,6813.464 C130.074,6813.073 129.44,6813.073 129.05,6813.464 C128.66,6813.854 128.66,6814.487 129.05,6814.878 L132.587,6818.415 C133.368,6819.195 134.633,6819.195 135.413,6818.415 C135.982,6817.847 136.098,6817.73 138.95,6814.878 C139.34,6814.488 139.34,6813.854 138.95,6813.464 C138.559,6813.073 137.926,6813.073 137.535,6813.464 L135.854,6815.145 C135.539,6815.46 135,6815.237 135,6814.791 L135,6807 L142,6807 C143.105,6807 144,6806.105 144,6805 L144,6805 Z" id="arrow_down-[#269]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down [#272]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -6959.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M22,6802 C22,6801.448 21.552,6801 21,6801 L7,6801 C6.448,6801 6,6801.448 6,6802 L6,6804 C6,6804.552 6.448,6805 7,6805 L21,6805 C21.552,6805 22,6804.552 22,6804 L22,6802 Z M24,6801 L24,6805 C24,6806.105 23.104,6807 22,6807 L6,6807 C4.895,6807 4,6806.105 4,6805 L4,6801 C4,6799.895 4.895,6799 6,6799 L22,6799 C23.104,6799 24,6799.895 24,6801 L24,6801 Z M18.949,6813.464 C19.34,6813.854 19.34,6814.488 18.95,6814.879 C16.099,6817.729 15.979,6817.849 15.413,6818.415 C14.633,6819.195 13.367,6819.195 12.587,6818.415 L9.05,6814.878 C8.659,6814.488 8.659,6813.855 9.05,6813.464 C9.44,6813.074 10.073,6813.074 10.464,6813.464 L12.146,6815.147 C12.461,6815.462 13,6815.239 13,6814.793 L13,6809.657 C13,6809.104 13.448,6808.657 14,6808.657 C14.552,6808.657 15,6809.104 15,6809.657 L15,6814.791 C15,6815.237 15.539,6815.46 15.854,6815.145 L17.535,6813.464 C17.926,6813.073 18.559,6813.073 18.949,6813.464 L18.949,6813.464 Z" id="arrow_down-[#272]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="11px" viewBox="0 0 20 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down [#338]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6684.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M164.292308,6524.36583 L164.292308,6524.36583 C163.902564,6524.77071 163.902564,6525.42619 164.292308,6525.83004 L172.555873,6534.39267 C173.33636,6535.20244 174.602528,6535.20244 175.383014,6534.39267 L183.70754,6525.76791 C184.093286,6525.36716 184.098283,6524.71997 183.717533,6524.31405 C183.328789,6523.89985 182.68821,6523.89467 182.29347,6524.30266 L174.676479,6532.19636 C174.285736,6532.60124 173.653152,6532.60124 173.262409,6532.19636 L165.705379,6524.36583 C165.315635,6523.96094 164.683051,6523.96094 164.292308,6524.36583" id="arrow_down-[#338]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="11px" viewBox="0 0 20 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down [#339]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -6684.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M144,6525.39 L142.594,6524 L133.987,6532.261 L133.069,6531.38 L133.074,6531.385 L125.427,6524.045 L124,6525.414 C126.113,6527.443 132.014,6533.107 133.987,6535 C135.453,6533.594 134.024,6534.965 144,6525.39" id="arrow_down-[#339]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 950 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down [#348]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6639.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M184,6489 L182.607,6487.565 L175,6495.172 L175,6479 L173,6479 L173,6495.172 L165.414,6487.586 L164,6489 C167.661,6492.661 170.496,6495.496 174,6499 L184,6489" id="arrow_down-[#348]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 901 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down [#360]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-140.000000, -6599.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M103.707257,6450.11258 C104.097581,6449.72125 104.097581,6449.0877 103.707257,6448.69736 C103.316933,6448.30603 102.685027,6448.30603 102.295701,6448.69736 L95.8578462,6455.14292 C95.5433906,6455.4582 94.9983342,6455.235 94.9983342,6454.78962 L94.9983342,6439.98385 C94.9983342,6439.43137 94.5590946,6439 94.0080486,6439 L94.0040555,6439 C93.4530095,6439 93.0017907,6439.43137 93.0017907,6439.98385 L93.0017907,6454.78962 C93.0017907,6455.235 92.4717084,6455.4582 92.1572528,6455.14292 L85.7004312,6448.66634 C85.3111053,6448.275 84.6811958,6448.275 84.2908715,6448.66634 L84.2918698,6448.66634 C83.9025438,6449.05667 83.9025438,6449.69022 84.2928681,6450.08156 L92.6034803,6458.41374 L92.6034803,6458.41374 C93.3831305,6459.19542 94.6479408,6459.19542 95.427591,6458.41374 C95.6072799,6458.23259 103.887944,6449.93143 103.707257,6450.11258" id="arrow_down-[#360]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="10px" height="20px" viewBox="0 0 10 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down [#364]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-385.000000, -6559.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M337.321844,6413.84809 L335.841796,6415.2601 C335.522354,6415.5621 335.008643,6415.3361 335.008643,6414.89709 L335.008643,6400.00001 C335.008643,6399.448 334.552012,6399 333.999247,6399 L334.007258,6399 C333.454493,6399 333.005872,6399.448 333.005872,6400.00001 L333.005872,6414.88209 C333.005872,6415.3231 332.463121,6415.5481 332.145682,6415.2421 L330.683658,6413.83809 C330.285107,6413.45808 329.648226,6413.47508 329.271705,6413.87809 L329.267699,6413.88009 C328.895184,6414.27809 328.913208,6414.90209 329.310759,6415.2771 L332.653384,6418.45411 C333.427455,6419.18512 334.639132,6419.18112 335.410199,6418.44711 L338.692742,6415.2981 C339.085285,6414.92409 339.104311,6414.30509 338.7348,6413.90809 L338.724786,6413.89709 C338.351269,6413.49608 337.722399,6413.47408 337.321844,6413.84809" id="arrow_down-[#364]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="8px" height="20px" viewBox="0 0 8 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down_circle [#301]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-106.000000, -6839.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M53.993,6681 C55.096,6681 55.993,6681.897 55.993,6683 C55.993,6684.103 55.096,6685 53.993,6685 C52.89,6685 51.993,6684.103 51.993,6683 C51.993,6681.897 52.89,6681 53.993,6681 M53.005,6686.859 L53.005,6695.181 L51.868,6694.05 L50.451,6695.464 L53.985,6699 L53.994,6698.99 L54.003,6699 L57.538,6695.464 L56.13,6694.05 L55.005,6695.181 L55.005,6686.859 C56.442,6686.687 57.999,6685.5 57.999,6683 C57.999,6680.791 56.205,6679 53.996,6679 C51.787,6679 50,6680.791 50,6683 C50,6684.862 51.005,6686.413 53.005,6686.859" id="arrow_down_circle-[#301]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_down_double_circle [#305]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -6799.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M288,6641 C289.103,6641 290,6641.897 290,6643 C290,6644.103 289.103,6645 288,6645 C286.897,6645 286,6644.103 286,6643 C286,6641.897 286.897,6641 288,6641 M287.001,6646.859 L287.001,6655.181 L285.869,6654.05 L284.455,6655.464 L287.99,6659 L288,6658.99 L288.01,6659 L291.545,6655.464 L290.131,6654.05 L289.001,6655.181 L289.001,6646.859 C291.001,6646.413 292,6644.862 292,6643 C292,6640.791 290.209,6639 288,6639 C285.791,6639 284,6640.791 284,6643 C284,6644.862 285.001,6646.413 287.001,6646.859 M300.007,6641 C301.11,6641 302.007,6641.897 302.007,6643 C302.007,6644.103 301.11,6645 300.007,6645 C298.904,6645 298.007,6644.103 298.007,6643 C298.007,6641.897 298.904,6641 300.007,6641 M299.001,6646.859 L299.001,6655.181 L297.873,6654.05 L296.46,6655.464 L299.997,6659 L300.007,6658.99 L300.017,6659 L303.552,6655.464 L302.135,6654.05 L301.001,6655.181 L301.001,6646.859 C303.001,6646.413 304.004,6644.862 304.004,6643 C304.004,6640.791 302.215,6639 300.005,6639 C297.796,6639 296.003,6640.791 296.003,6643 C296.003,6644.862 297.001,6646.413 299.001,6646.859" id="arrow_down_double_circle-[#305]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_in_down [#345]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -6639.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M298.274,6485.673 L298.271,6485.669 C297.896,6485.266 297.265,6485.244 296.863,6485.62 L295.842,6486.577 C295.522,6486.876 295,6486.649 295,6486.212 L295,6480 C295,6479.447 294.552,6479 294,6479 C293.448,6479 293,6479.447 293,6480 L293,6486.197 C293,6486.637 292.473,6486.862 292.155,6486.558 L291.181,6485.63 C290.782,6485.248 290.148,6485.266 289.771,6485.669 C289.397,6486.068 289.416,6486.695 289.814,6487.071 L292.662,6489.759 C293.436,6490.49 294.646,6490.487 295.415,6489.753 L298.231,6487.067 C298.624,6486.692 298.643,6486.071 298.274,6485.673 L298.274,6485.673 Z M304,6497.222 C304,6498.2 303.32,6499 301.888,6499 L285.778,6499 C284.796,6499 284,6498.204 284,6497.222 L284,6490.777 C284,6489.847 284.707,6489 285.888,6489 L287.007,6489 C287.555,6489 288,6489.444 288,6489.993 L288,6490.006 C288,6490.555 287.555,6491 287.007,6491 L286.993,6491 C286.445,6491 286,6491.444 286,6491.993 L286,6496.006 C286,6496.555 286.445,6497 286.993,6497 L301.007,6497 C301.555,6497 302,6496.555 302,6496.006 L302,6491.993 C302,6491.444 301.555,6491 301.007,6491 L300.993,6491 C300.445,6491 300,6490.555 300,6490.006 L300,6489.993 C300,6489.444 300.445,6489 300.993,6489 L302.222,6489 C303.204,6489 304,6489.796 304,6490.777 L304,6497.222 Z" id="arrow_in_down-[#345]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_in_down [#384]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-380.000000, -6479.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M338.94,6326.392 L337.592,6324.938 L335,6327.366 L335,6319 L333,6319 L333,6327.366 L330.456,6324.938 L329.094,6326.392 L334.042,6331.063 L338.94,6326.392 Z M344,6339 L324,6339 L324,6329 L328,6329 L328,6331 L326,6331 L326,6337 L342,6337 L342,6331 L340,6331 L340,6329 L344,6329 L344,6339 Z" id="arrow_in_down-[#384]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_in_left [#387]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -6479.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M212.271,6328.958 L216.942,6333.906 L218.396,6332.544 L215.968,6330 L224,6330 L224,6328 L215.968,6328 L218.396,6325.408 L216.942,6324.06 L212.271,6328.958 Z M214,6339 L204,6339 L204,6319 L214,6319 L214,6323 L212,6323 L212,6321 L206,6321 L206,6337 L212,6337 L212,6335 L214,6335 L214,6339 Z" id="arrow_in_left-[#387]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_in_left [#389]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -6479.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M137.327,6333.274 L137.331,6333.271 C137.734,6332.896 137.756,6332.265 137.38,6331.863 L136.423,6330.842 C136.124,6330.522 136.351,6330 136.788,6330 L143,6330 C143.553,6330 144,6329.552 144,6329 C144,6328.448 143.553,6328 143,6328 L136.803,6328 C136.363,6328 136.138,6327.473 136.442,6327.155 L137.37,6326.181 C137.752,6325.782 137.734,6325.148 137.331,6324.771 C136.932,6324.397 136.305,6324.416 135.929,6324.814 L133.24,6327.662 C132.51,6328.436 132.513,6329.646 133.247,6330.415 L135.933,6333.231 C136.308,6333.624 136.929,6333.643 137.327,6333.274 M125.778,6339 L132.223,6339 C133.204,6339 134,6338.204 134,6337.222 L134,6335.993 C134,6335.445 133.556,6335 133.007,6335 L132.994,6335 C132.445,6335 132,6335.445 132,6335.993 L132,6336.007 C132,6336.555 131.556,6337 131.007,6337 L126.994,6337 C126.445,6337 126,6336.555 126,6336.007 L126,6321.993 C126,6321.445 126.445,6321 126.994,6321 L131.007,6321 C131.556,6321 132,6321.445 132,6321.993 L132,6322.007 C132,6322.555 132.445,6323 132.994,6323 L133.007,6323 C133.556,6323 134,6322.555 134,6322.007 L134,6320.889 L134,6320.778 C134,6319.796 133.204,6319 132.223,6319 L125.778,6319 C124.796,6319 124,6319.796 124,6320.778 L124,6337.222 C124,6338.204 124.796,6339 125.778,6339" id="arrow_in_left-[#389]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_in_left [#390]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-140.000000, -6479.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M91.757,6329.233 L97,6324.99 L97,6328 L104,6328 L104,6330 L97,6330 L97,6333.476 L91.757,6329.233 Z M94,6323 L92,6323 L92,6321 L86,6321 L86,6337 L92,6337 L92,6335 L94,6335 L94,6339 L84,6339 L84,6319 L94,6319 L94,6323 Z" id="arrow_in_left-[#390]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 967 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_in_right [#385]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -6479.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M291.392,6324.06 L289.938,6325.408 L292.366,6328 L284,6328 L284,6330 L292.366,6330 L289.938,6332.544 L291.392,6333.906 L296.063,6328.958 L291.392,6324.06 Z M294,6319 L294,6323 L296,6323 L296,6321 L302,6321 L302,6337 L296,6337 L296,6335 L294,6335 L294,6339 L304,6339 L304,6319 L294,6319 Z" id="arrow_in_right-[#385]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="12px" viewBox="0 0 20 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_infinity [#239]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -7083.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M144,6928.38468 C144,6925.41038 141.538,6923 138.5,6923 C135.48,6923 133,6925.4045 133,6928.38468 C133,6930.20764 131.466,6931.81129 129.5,6931.81129 C127.57,6931.81129 126,6930.27421 126,6928.38468 C126,6926.49515 127.57,6924.95806 129.5,6924.95806 C130.667,6924.95806 131.695,6925.52492 132.332,6926.38745 C132.58,6925.6522 132.897,6925.09415 133.336,6924.53023 C132.345,6923.58448 130.993,6923 129.5,6923 C126.462,6923 124,6925.41038 124,6928.38468 C124,6931.35898 126.462,6933.76936 129.5,6933.76936 C132.52,6933.76936 135,6931.36485 135,6928.38468 C135,6926.55682 136.538,6924.95806 138.5,6924.95806 C140.43,6924.95806 142,6926.49515 142,6928.38468 C142,6929.55952 141.392,6930.59729 140.469,6931.21408 L139.808,6929.50665 L138.328,6931.79073 L137.162,6933.58921 L137.13,6933.63914 L141.933,6935 L141.19,6933.07914 C142.866,6932.15591 144,6930.40148 144,6928.38468" id="arrow_infinity-[#239]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_inside [#257]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -6999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M223.742566,6858.55474 C224.096818,6858.16195 224.083845,6857.55528 223.713627,6857.17848 L214.68469,6847.99745 L214.686686,6847.99745 L205.703653,6839.28016 C205.312479,6838.90036 204.688796,6838.90836 204.303609,6839.29415 L204.294628,6839.30514 C203.904452,6839.69593 203.90545,6840.32959 204.294628,6840.71938 L213.275665,6849.70952 L213.27367,6849.71252 L222.222775,6858.67268 C222.626921,6859.07746 223.285531,6859.06047 223.668722,6858.6367 L223.742566,6858.55474 Z M220.585232,6844.99907 C220.14117,6844.99907 219.91864,6844.46635 220.232976,6844.15153 L223.671715,6840.70839 C224.061892,6840.3186 224.061892,6839.68694 223.672713,6839.29715 L223.672713,6839.29715 C223.282537,6838.90736 222.650871,6838.90736 222.260695,6839.29815 L218.822953,6842.74129 C218.508617,6843.05612 217.970752,6842.83324 217.970752,6842.38748 L217.970752,6840.01176 C217.970752,6839.46006 217.534673,6839.00231 216.983836,6839.00231 L216.988826,6839.00231 C216.437989,6839.00231 215.974966,6839.46006 215.974966,6840.01176 L215.974966,6845.00806 L215.974966,6845.01106 C215.974966,6846.11446 216.869078,6846.99799 217.969754,6846.99799 L222.961216,6846.99799 C223.512052,6846.99799 223.958111,6846.55922 223.958111,6846.00652 L223.958111,6846.00552 C223.958111,6845.45382 223.512052,6844.99907 222.961216,6844.99907 L220.585232,6844.99907 Z M204.99914,6852.99475 C204.448303,6852.99475 204.000249,6852.54999 204.000249,6851.99828 L204.000249,6852.00028 C204.000249,6851.44858 204.448303,6850.99583 204.99914,6850.99583 L209.990602,6850.99583 C211.091278,6850.99583 211.983394,6851.89834 211.983394,6853.00174 L211.983394,6853.00374 L211.983394,6858.00204 C211.983394,6858.55474 211.552304,6858.9915 211.001467,6858.9915 L210.996478,6858.9915 C210.445641,6858.9915 209.987608,6858.55474 209.987608,6858.00204 L209.987608,6855.62332 C209.987608,6855.17857 209.450741,6854.95469 209.136405,6855.26952 L205.703653,6858.70766 C205.314475,6859.09745 204.682808,6859.09745 204.292632,6858.70766 L204.292632,6858.70666 C203.902456,6858.31687 203.902456,6857.68221 204.292632,6857.29142 L207.723388,6853.85328 C208.037725,6853.53845 207.815195,6852.99475 207.371132,6852.99475 L204.99914,6852.99475 Z" id="arrow_inside-[#257]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_inside [#258]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M164.998586,6846.98325 L169.997514,6846.98325 C170.9971,6846.98325 171.996686,6846.09115 171.996686,6844.99049 L171.996686,6844.48756 L171.996686,6839.99912 C171.996686,6839.4483 171.548871,6839.00125 170.9971,6839.00125 C170.445329,6839.00125 169.997514,6839.4483 169.997514,6839.99912 L169.997514,6842.37107 C169.997514,6842.81513 169.458737,6843.03865 169.143868,6842.72432 L165.707292,6839.29263 C165.316454,6838.90246 164.683717,6838.90246 164.292879,6839.29263 L164.292879,6839.29263 C163.90304,6839.6828 163.90304,6840.31445 164.292879,6840.70362 L167.731453,6844.13631 C168.046323,6844.45064 167.823415,6844.9875 167.3776,6844.9875 L164.998586,6844.9875 C164.455811,6844.9875 164.019992,6845.2669 164.005998,6845.79977 C164.033986,6846.34062 164.464807,6846.98325 164.998586,6846.98325 L164.998586,6846.98325 Z M180.26226,6853.82268 C179.94639,6853.50835 180.170298,6852.9705 180.615113,6852.9705 L182.991129,6852.9705 C183.5429,6852.9705 183.991714,6852.36379 183.991714,6851.81197 L183.991714,6851.73114 C183.991714,6851.18031 183.5429,6850.97475 182.991129,6850.97475 L177.995199,6850.97475 L177.9922,6850.97475 C176.888658,6850.97475 175.995028,6851.86884 175.995028,6852.9695 L175.995028,6853.46844 L175.995028,6857.96087 C175.995028,6858.5117 176.443842,6858.95775 176.995614,6858.95775 L176.996613,6858.95775 C177.549384,6858.95775 177.9942,6858.5117 177.9942,6857.96087 L177.9942,6855.58593 C177.9942,6855.14088 178.531977,6854.91835 178.846846,6855.23268 L182.292418,6858.67236 C182.682257,6859.06153 183.314994,6859.06153 183.704833,6858.67236 C184.095671,6858.28219 184.095671,6857.65053 183.705832,6857.26036 L180.26226,6853.82268 Z M183.718827,6840.70362 C184.098669,6840.31246 184.092672,6839.68878 183.706832,6839.3046 L183.696836,6839.29462 C183.305998,6838.90445 182.67326,6838.90545 182.283422,6839.29462 L173.292149,6848.2755 L173.290149,6848.2735 L164.327864,6857.22244 C163.924031,6857.62658 163.940025,6858.28518 164.363849,6858.66836 L164.445815,6858.74221 C164.838652,6859.09645 165.441403,6859.08448 165.818246,6858.71327 L174.995443,6849.6845 L174.995443,6849.68649 L183.718827,6840.70362 Z M164,6845.74489 C164,6845.76285 164.004998,6845.78181 164.005998,6845.79977 C164.004998,6845.80975 164,6845.81574 164,6845.82472 L164,6845.74489 Z" id="arrow_inside-[#258]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_inside [#259]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-180.000000, -6999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M135,6840 C135,6839.448 134.552,6839 134,6839 C133.448,6839 133,6839.448 133,6840 L133,6858 C133,6858.552 133.448,6859 134,6859 C134.552,6859 135,6858.552 135,6858 L135,6840 Z M143,6848 L140.864,6848 C140.419,6848 140.196,6847.462 140.511,6847.146 L142.192,6845.465 C142.583,6845.074 142.583,6844.441 142.192,6844.051 L142.192,6844.05 C141.801,6843.66 141.168,6843.66 140.778,6844.05 L137.243,6847.585 L137.241,6847.587 C136.461,6848.367 136.461,6849.633 137.241,6850.413 C138.414,6851.586 139.404,6852.576 140.778,6853.95 C141.168,6854.34 141.801,6854.34 142.192,6853.95 C142.582,6853.56 142.582,6852.927 142.192,6852.536 L140.509,6850.854 C140.194,6850.539 140.417,6850 140.863,6850 L143,6850 C143.552,6850 144,6849.552 144,6849 L144,6849 C144,6848.448 143.552,6848 143,6848 L143,6848 Z M127.222,6844.05 C126.831,6843.66 126.198,6843.66 125.807,6844.051 C125.417,6844.441 125.417,6845.074 125.807,6845.465 L127.488,6847.146 C127.803,6847.462 127.58,6848 127.135,6848 L125,6848 C124.448,6848 124,6848.448 124,6849 C124,6849.552 124.448,6850 125,6850 L127.137,6850 C127.582,6850 127.805,6850.539 127.49,6850.854 L125.807,6852.536 C125.417,6852.927 125.417,6853.56 125.807,6853.95 C126.198,6854.341 126.831,6854.341 127.221,6853.95 L130.758,6850.413 C131.538,6849.633 131.538,6848.367 130.758,6847.587 C130.19,6847.019 130.073,6846.902 127.222,6844.05 L127.222,6844.05 Z" id="arrow_inside-[#259]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_inside [#260]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-140.000000, -6999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M103,6839 C102.448,6839 102,6839.448 102,6840 L102,6845 L97.863,6845 C97.418,6845 97.195,6844.461 97.51,6844.146 L99.193,6842.464 C99.583,6842.073 99.583,6841.44 99.193,6841.05 C98.802,6840.659 98.169,6840.659 97.779,6841.05 L94.242,6844.587 C93.461,6845.367 93.461,6846.633 94.242,6847.413 C94.808,6847.979 94.927,6848.099 97.778,6850.95 C98.169,6851.34 98.802,6851.34 99.193,6850.949 C99.583,6850.559 99.583,6849.926 99.193,6849.535 L97.512,6847.853 C97.197,6847.538 97.42,6847 97.865,6847 L102,6847 L102,6858 C102,6858.552 102.448,6859 103,6859 C103.552,6859 104,6858.552 104,6858 L104,6840 C104,6839.448 103.552,6839 103,6839 M90.222,6847.05 C89.831,6846.66 89.198,6846.66 88.807,6847.05 C88.417,6847.441 88.417,6848.074 88.807,6848.465 L90.488,6850.146 C90.803,6850.461 90.58,6851 90.135,6851 L86,6851 L86,6840 C86,6839.448 85.552,6839 85,6839 C84.448,6839 84,6839.448 84,6840 L84,6858 C84,6858.552 84.448,6859 85,6859 C85.552,6859 86,6858.552 86,6858 L86,6853 L90.137,6853 C90.582,6853 90.805,6853.539 90.49,6853.853 L88.807,6855.536 C88.417,6855.926 88.417,6856.56 88.807,6856.95 C89.198,6857.34 89.831,6857.34 90.221,6856.95 L93.758,6853.413 C94.539,6852.632 94.539,6851.367 93.758,6850.587 C93.385,6850.213 94.215,6851.043 90.222,6847.05" id="arrow_inside-[#260]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_inside [#261]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-100.000000, -6999.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M63,6857 L58,6857 L58,6852.863 C58,6852.418 58.539,6852.195 58.854,6852.51 L60.536,6854.193 C60.926,6854.583 61.56,6854.583 61.95,6854.193 C62.341,6853.802 62.341,6853.169 61.95,6852.779 L58.413,6849.242 C57.633,6848.461 56.367,6848.461 55.587,6849.242 C55.021,6849.808 54.901,6849.927 52.05,6852.778 C51.66,6853.169 51.66,6853.802 52.051,6854.193 C52.441,6854.583 53.074,6854.583 53.465,6854.193 L55.146,6852.512 C55.461,6852.197 56,6852.42 56,6852.865 L56,6857 L45,6857 C44.448,6857 44,6857.448 44,6858 C44,6858.552 44.448,6859 45,6859 L63,6859 C63.552,6859 64,6858.552 64,6858 C64,6857.448 63.552,6857 63,6857 M45,6841 L50,6841 L50,6845.137 C50,6845.582 49.461,6845.805 49.146,6845.49 L47.464,6843.807 C47.074,6843.417 46.44,6843.417 46.05,6843.807 C45.66,6844.198 45.66,6844.831 46.05,6845.221 L49.587,6848.758 C50.368,6849.539 51.633,6849.539 52.413,6848.758 C52.983,6848.189 53.098,6848.074 55.95,6845.222 C56.34,6844.831 56.34,6844.198 55.95,6843.807 C55.559,6843.417 54.926,6843.417 54.535,6843.807 L52.854,6845.488 C52.539,6845.803 52,6845.58 52,6845.135 L52,6841 L63,6841 C63.552,6841 64,6840.552 64,6840 C64,6839.448 63.552,6839 63,6839 L45,6839 C44.448,6839 44,6839.448 44,6840 C44,6840.552 44.448,6841 45,6841" id="arrow_inside-[#261]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="24px" viewBox="0 0 20 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#245]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-340.000000, -7039.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M285.997703,6889.88997 L300.980472,6889.88997 C301.531838,6889.88997 301.979324,6890.33348 301.979324,6890.87996 L301.979324,6895.82995 C301.979324,6896.37643 301.531838,6896.81994 300.980472,6896.81994 L288.202168,6896.81994 C287.757679,6896.81994 287.534935,6896.28634 287.849573,6895.97449 L289.529641,6894.30931 C289.919193,6893.92321 289.919193,6893.29655 289.529641,6892.90946 C289.13909,6892.52336 288.506817,6892.52336 288.116266,6892.90946 L284.585327,6896.41009 C283.805224,6897.18327 283.805224,6898.43661 284.585327,6899.2098 C285.866853,6900.47996 286.815762,6901.42046 288.116266,6902.71043 C288.506817,6903.09652 289.13909,6903.09652 289.529641,6902.71043 C289.919193,6902.32334 289.919193,6901.69667 289.529641,6901.31057 L287.849573,6899.64441 C287.534935,6899.33355 287.757679,6898.79994 288.202168,6898.79994 L301.979324,6898.79994 C303.083054,6898.79994 303.977026,6897.91389 303.977026,6896.81994 L303.977026,6889.88997 L304,6889.88997 C304,6888.79602 303.083054,6887.90997 301.979324,6887.90997 L286.996554,6887.90997 C286.445188,6887.90997 285.997703,6887.46645 285.997703,6886.91998 L285.997703,6881.96999 C285.997703,6881.42351 286.445188,6880.97999 286.996554,6880.97999 L302.978175,6880.97999 C303.529541,6880.97999 303.977026,6880.53648 303.977026,6879.99 L303.977026,6879.99 C303.977026,6879.44352 303.529541,6879 302.978175,6879 L285.997703,6879 C284.893972,6879 284.022974,6879.99 284.022974,6880.97999 L284,6880.97999 L284,6887.90997 L284.022974,6887.90997 C284.022974,6889.00392 284.893972,6889.88997 285.997703,6889.88997" id="arrow_left-[#245]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="24px" viewBox="0 0 20 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#246]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -7039.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M244,6884.44498 L244,6884.44498 C244,6887.45259 246.462,6889.88997 249.5,6889.88997 L258.5,6889.88997 C260.433,6889.88997 262,6891.44129 262,6893.35496 L262,6893.35496 C262,6895.26862 260.433,6896.81994 258.5,6896.81994 L248.207,6896.81994 C247.762,6896.81994 247.539,6896.28634 247.854,6895.97449 L249.536,6894.30931 C249.926,6893.92321 249.926,6893.29655 249.536,6892.90946 C249.145,6892.52336 248.512,6892.52336 248.121,6892.90946 L244.586,6896.41009 C243.805,6897.18327 243.805,6898.43661 244.586,6899.2098 L248.121,6902.71043 C248.512,6903.09652 249.145,6903.09652 249.536,6902.71043 C249.926,6902.32334 249.926,6901.69667 249.536,6901.31057 L247.854,6899.6454 C247.539,6899.33355 247.762,6898.79994 248.207,6898.79994 L258.5,6898.79994 C261.538,6898.79994 264,6896.36257 264,6893.35496 L264,6893.35496 C264,6890.34734 261.538,6887.90997 258.5,6887.90997 L249.5,6887.90997 C247.567,6887.90997 246,6886.35865 246,6884.44498 L246,6884.44498 C246,6882.53132 247.567,6880.97999 249.5,6880.97999 L263,6880.97999 C263.552,6880.97999 264,6880.53648 264,6879.99 L264,6879.99 C264,6879.44352 263.552,6879 263,6879 L249.5,6879 C246.462,6879 244,6881.43737 244,6884.44498" id="arrow_left-[#246]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#266]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -6959.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M262,6816 C262,6816.552 261.552,6817 261,6817 L259,6817 C258.448,6817 258,6816.552 258,6816 L258,6802 C258,6801.448 258.448,6801 259,6801 L261,6801 C261.552,6801 262,6801.448 262,6802 L262,6816 Z M258,6819 L262,6819 C263.105,6819 264,6818.105 264,6817 L264,6801 C264,6799.895 263.105,6799 262,6799 L258,6799 C256.895,6799 256,6799.895 256,6801 L256,6808 L248.207,6808 C247.761,6808 247.538,6807.462 247.853,6807.147 L249.536,6805.464 C249.927,6805.074 249.927,6804.44 249.536,6804.05 C249.146,6803.66 248.513,6803.66 248.122,6804.05 L244.585,6807.587 C243.805,6808.368 243.805,6809.633 244.585,6810.413 C244.749,6810.577 243.92,6809.748 248.122,6813.95 C248.512,6814.34 249.146,6814.34 249.536,6813.95 C249.927,6813.559 249.927,6812.926 249.536,6812.535 L247.855,6810.854 C247.54,6810.539 247.763,6810 248.209,6810 L256,6810 L256,6817 C256,6818.105 256.895,6819 258,6819 L258,6819 Z" id="arrow_left-[#266]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#271]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-100.000000, -6959.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M61.9826762,6816 C61.9826762,6816.552 61.5307957,6817 60.9740143,6817 L58.9566906,6817 C58.3999092,6817 57.9480287,6816.552 57.9480287,6816 L57.9480287,6802 C57.9480287,6801.448 58.3999092,6801 58.9566906,6801 L60.9740143,6801 C61.5307957,6801 61.9826762,6801.448 61.9826762,6802 L61.9826762,6816 Z M61.9826762,6799 L57.9480287,6799 C56.8334573,6799 55.9307049,6799.895 55.9307049,6801 L55.9307049,6817 C55.9307049,6818.105 56.8334573,6819 57.9480287,6819 L61.9826762,6819 C63.0972476,6819 64,6818.105 64,6817 L64,6801 C64,6799.895 63.0972476,6799 61.9826762,6799 L61.9826762,6799 Z M53.111495,6808 L48.10248,6808 C47.6677468,6808 47.4498758,6807.388 47.7575177,6807.088 L49.3986106,6805.434 C49.7788761,6805.062 49.7788761,6804.433 49.3986106,6804.061 C49.0173364,6803.689 48.4000353,6803.676 48.0197698,6804.049 L44.5711548,6807.416 C43.8096151,6808.16 43.8096151,6809.364 44.5711548,6810.108 C45.1097802,6810.633 47.479127,6812.95 48.0187611,6813.478 C48.4000353,6813.851 49.0173364,6813.851 49.3986106,6813.478 C49.7798848,6813.105 49.7798848,6812.501 49.3986106,6812.129 L47.759535,6810.67 C47.4518931,6810.369 47.6697641,6810 48.1044974,6810 L53.111495,6810 C53.6501204,6810 54.086871,6809.527 54.086871,6809 C54.086871,6808.473 53.6501204,6808 53.111495,6808 L53.111495,6808 Z" id="arrow_left-[#271]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="15px" viewBox="0 0 20 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#293]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-420.000000, -6842.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<polygon id="arrow_left-[#293]" points="372 6697 372 6695 367.347 6695 373.646 6688.702 376.179 6691.235 384 6683.414 382.586 6682 376.179 6688.407 375.06 6687.287 375.063 6687.284 373.649 6685.87 366 6693.519 366 6689 364 6689 364 6697"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 951 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="15px" viewBox="0 0 20 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#296]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -6841.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M252.329759,6686.28616 L246.911796,6691.66507 C246.599393,6691.98007 245.983512,6691.75707 245.983512,6691.31208 L245.983512,6689.00012 C245.983512,6688.44813 245.621521,6688.00013 245.074072,6688.00013 L245.032418,6688.00013 C244.484969,6688.00013 244,6688.44813 244,6689.00012 L244,6694.00003 C244,6695.10501 245.053245,6696 246.148144,6696 L251.106924,6696 C251.654373,6696 251.934048,6695.49001 251.934048,6694.93802 L251.934048,6694.90602 C251.934048,6694.35403 251.654373,6694.00003 251.106924,6694.00003 L248.68208,6694.00003 C248.239757,6694.00003 248.018595,6693.46104 248.330999,6693.14605 L253.029939,6688.40913 C253.416723,6688.01813 254.044505,6688.01813 254.432282,6688.40913 L254.840885,6688.82112 C255.615447,6689.60211 256.87101,6689.60211 257.646563,6688.82112 L263.709168,6682.70722 C264.096944,6682.31723 264.096944,6681.68324 263.709168,6681.29325 C263.322383,6680.90225 262.694601,6680.90225 262.306825,6681.29325 L256.945391,6686.69916 C256.557615,6687.09015 255.929833,6687.08915 255.542057,6686.69816 L255.136428,6686.28816 C254.362859,6685.50517 253.105312,6685.50417 252.329759,6686.28616" id="arrow_left-[#296]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="11px" height="20px" viewBox="0 0 11 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#334]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-385.000000, -6679.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M338.61,6539 L340,6537.594 L331.739,6528.987 L332.62,6528.069 L332.615,6528.074 L339.955,6520.427 L338.586,6519 C336.557,6521.113 330.893,6527.014 329,6528.987 C330.406,6530.453 329.035,6529.024 338.61,6539" id="arrow_left-[#334]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 950 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="11px" height="20px" viewBox="0 0 11 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#335]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-345.000000, -6679.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M299.633777,6519.29231 L299.633777,6519.29231 C299.228878,6518.90256 298.573377,6518.90256 298.169513,6519.29231 L289.606572,6527.55587 C288.797809,6528.33636 288.797809,6529.60253 289.606572,6530.38301 L298.231646,6538.70754 C298.632403,6539.09329 299.27962,6539.09828 299.685554,6538.71753 L299.685554,6538.71753 C300.100809,6538.32879 300.104951,6537.68821 299.696945,6537.29347 L291.802968,6529.67648 C291.398069,6529.28574 291.398069,6528.65315 291.802968,6528.26241 L299.633777,6520.70538 C300.038676,6520.31563 300.038676,6519.68305 299.633777,6519.29231" id="arrow_left-[#335]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="11px" viewBox="0 0 20 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#347]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-260.000000, -6643.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<polygon id="arrow_left-[#347]" points="209.657 6494 211.071 6492.46965 207.829 6489.17544 224 6489.17544 224 6487.24561 207.829 6487.24561 211.071 6484.28237 209.657 6483 204 6488.25105"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 901 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#350]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-140.000000, -6639.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M94,6499 L95.435,6497.607 L87.828,6490 L104,6490 L104,6488 L87.828,6488 L95.414,6480.414 L94,6479 C90.339,6482.661 87.504,6485.496 84,6489 C87.966,6492.966 85.166,6490.166 94,6499" id="arrow_left-[#350]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 923 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#352]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-60.000000, -6639.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<polygon id="arrow_left-[#352]" points="24 6480.39449 22.6164781 6479 6.00220242 6495.65583 6.00220242 6484.9951 4 6484.9951 4 6497.07032 4 6499 6.43167484 6499 18.0864951 6499 18.1165282 6496.9993 7.34768245 6496.9993"></polygon>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 932 B

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#356]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-300.000000, -6599.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M245.995,6458.999 L257.123,6458.999 C257.662,6458.999 258,6458.564 258,6458.025 L258,6457.997 C258,6457.447 257.674,6456.999 257.124,6456.999 L248.575,6456.999 C248.129,6456.999 247.907,6456.459 248.222,6456.144 L263.709,6440.685 C264.095,6440.3 264.095,6439.674 263.71,6439.289 L263.71,6439.289 C263.324,6438.903 262.7,6438.904 262.315,6439.29 L246.851,6454.789 C246.536,6455.104 246,6454.882 246,6454.436 L246,6445.982 C246,6445.438 245.554,6444.999 245.009,6444.999 L244.981,6444.999 C244.436,6444.999 244,6445.438 244,6445.982 L244,6456.996 C244,6458.101 244.89,6458.999 245.995,6458.999" id="arrow_left-[#356]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.8.1 (29687) - http://www.bohemiancoding.com/sketch -->
<title>arrow_left [#361]</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Dribbble-Light-Preview" transform="translate(-100.000000, -6599.000000)" fill="currentColor">
<g id="icons" transform="translate(56.000000, 160.000000)">
<path d="M52.87975,6458.70724 C53.27075,6459.09759 53.90375,6459.09759 54.29375,6458.70724 C54.68475,6458.3169 54.68475,6457.68497 54.29375,6457.29563 L47.85375,6450.86648 C47.53875,6450.55201 47.76175,6450.01491 48.20675,6450.01491 L62.99975,6450.01491 C63.55175,6450.01491 63.99975,6449.55868 63.99975,6449.00761 L63.99975,6449.00362 C63.99975,6448.45255 63.55175,6448.01828 62.99975,6448.01828 L48.20675,6448.01828 C47.76175,6448.01828 47.53875,6447.48019 47.85375,6447.16572 L54.32475,6440.70462 C54.71575,6440.31428 54.71575,6439.68235 54.32475,6439.29201 L54.32475,6439.29201 C53.93475,6438.90266 53.30175,6438.90266 52.91075,6439.29201 L44.58575,6447.60398 C43.80475,6448.38367 43.80475,6449.64753 44.58575,6450.42722 C44.78875,6450.62987 53.04075,6458.86797 52.87975,6458.70724" id="arrow_left-[#361]"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

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