Add Angular SVG component

This commit is contained in:
Will 2020-02-03 13:39:43 +00:00 committed by Dillon-Brown
parent d4baf71483
commit 20a9733fc0
192 changed files with 808 additions and 6218 deletions

View file

@ -1,105 +1,101 @@
<!-- Start of action bar section -->
<div class="global-action-bar row pb-2 pt-2 mr-0">
<div class="col-6">
<form novalidate class="global-search ng-untouched ng-pristine ng-valid">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search..." aria-label="Search">
<div class="input-group-append">
<button class="btn btn-default search-button" type="submit" aria-label="Search">
<scrm-svg-icon-ui class="search-icon sicon" file="search.svg"
file="search.svg"></scrm-svg-icon-ui>
</button>
</div>
</div>
</form>
</div>
<div class="col justify-content-right">
<div class="action-group">
<div class="action-alert dropdown">
<button class="alerts-button dropdown-toggle" type="button" aria-label="Toggle Alerts">
<scrm-svg-icon-ui class="action-btn-icon" file="alert_icon.svg"
file="alert_icon.svg"></scrm-svg-icon-ui>
</button>
<div class="dropdown-menu dropdown-menu-right">
<li>
<h4>ASSIGNED TASK</h4>
<a href="#">
<scrm-svg-icon-ui class="action-btn-icon" file="alert_icon.svg" file="alert_icon.svg">
</scrm-svg-icon-ui>
Create Wireframe
</a>
</li>
<li>
<h4>DUE DATE EXPIRED</h4>
<a href="#">
<scrm-svg-icon-ui class="action-btn-icon" file="alert_icon.svg" file="alert_icon.svg">
</scrm-svg-icon-ui>
Call John Doe to discuss...
</a>
</li>
<li>
<h4>ASSIGNED LEAD</h4>
<a href="#">
<scrm-svg-icon-ui class="action-btn-icon" file="alert_icon.svg" file="alert_icon.svg">
</scrm-svg-icon-ui>
John Doe
</a>
</li>
<li>
<h4>NEW CASE</h4>
<a href="#">
<scrm-svg-icon-ui class="action-btn-icon" file="alert_icon.svg" file="alert_icon.svg">
</scrm-svg-icon-ui>
Johnston &amp; Co
</a>
</li>
<li>
<a class="action-view-all" href="#">
View All
</a>
</li>
</div>
</div>
<div class="action-favourite dropdown">
<button class="favourites-button dropdown-toggle" type="button" aria-label="Toggle Favourites">
<scrm-svg-icon-ui class="action-btn-icon" file="star_icon.svg"
file="star_icon.svg"></scrm-svg-icon-ui>
</button>
<div class="dropdown-menu dropdown-menu-right">
<li *ngFor="let item of actionBar.favoriteRecords">
<h4>{{ item.itemSummaryShort }}</h4>
<a href="redirect-to-the-record-{{ item.id }}-of-module-{{
<div class="col-6">
<form novalidate class="global-search ng-untouched ng-pristine ng-valid">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search..." aria-label="Search">
<div class="input-group-append">
<button class="btn btn-default search-button" type="submit" aria-label="Search">
<svg-icon class="search-icon sicon" src="public/themes/suite8/images/search.svg"></svg-icon>
</button>
</div>
</div>
</form>
</div>
<div class="col justify-content-right">
<div class="action-group">
<div class="action-alert dropdown">
<button class="alerts-button dropdown-toggle" type="button" aria-label="Toggle Alerts">
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/alert.svg"></svg-icon>
</button>
<div class="dropdown-menu dropdown-menu-right">
<li>
<h4>ASSIGNED TASK</h4>
<a href="#">
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/alert.svg">
</svg-icon>
Create Wireframe
</a>
</li>
<li>
<h4>DUE DATE EXPIRED</h4>
<a href="#">
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/alert.svg">
</svg-icon>
Call John Doe to discuss...
</a>
</li>
<li>
<h4>ASSIGNED LEAD</h4>
<a href="#">
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/alert.svg">
</svg-icon>
John Doe
</a>
</li>
<li>
<h4>NEW CASE</h4>
<a href="#">
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/alert.svg">
</svg-icon>
Johnston &amp; Co
</a>
</li>
<li>
<a class="action-view-all" href="#">
View All
</a>
</li>
</div>
</div>
<div class="action-favourite dropdown">
<button class="favourites-button dropdown-toggle" type="button" aria-label="Toggle Favourites">
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/star.svg"></svg-icon>
</button>
<div class="dropdown-menu dropdown-menu-right">
<li *ngFor="let item of actionBar.favoriteRecords">
<h4>{{ item.itemSummaryShort }}</h4>
<a href="redirect-to-the-record-{{ item.id }}-of-module-{{
item.moduleName
}}">
<scrm-svg-icon-ui class="action-btn-icon" file="star_icon.svg" file="star_icon.svg">
</scrm-svg-icon-ui>
{{ item.itemSummary }}
</a>
</li>
<li>
<a class="action-view-all" href="#">
View All
</a>
</li>
</div>
</div>
<div class="action-new dropdown">
<button class="quickcreate-button dropdown-toggle" type="button" aria-label="Quick Create">
NEW
</button>
<div class="dropdown-menu dropdown-menu-right">
<li *ngFor="let item of actionBar.createLinks">
<a href="{{ item.url }}">
<scrm-svg-icon-ui class="action-btn-icon" file="plus.svg"
file="plus.svg"></scrm-svg-icon-ui>
{{ item.label }}
</a>
</li>
</div>
</div>
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/star.svg">
</svg-icon>
{{ item.itemSummary }}
</a>
</li>
<li>
<a class="action-view-all" href="#">
View All
</a>
</li>
</div>
</div>
<div class="action-new dropdown">
<button class="quickcreate-button dropdown-toggle" type="button" aria-label="Quick Create">
NEW
</button>
<div class="dropdown-menu dropdown-menu-right">
<li *ngFor="let item of actionBar.createLinks">
<a href="{{ item.url }}">
<svg-icon class="action-btn-icon" src="public/themes/suite8/images/plus.svg"></svg-icon>
{{ item.label }}
</a>
</li>
</div>
</div>
</div>
</div>
</div>
<!-- End of action bar section -->

View file

@ -2,22 +2,22 @@ import {Component, OnInit} from '@angular/core';
import {ActionBarModel} from './action-bar-model';
@Component({
selector: 'scrm-action-bar-ui',
templateUrl: './action-bar.component.html',
styleUrls: []
selector: 'scrm-action-bar-ui',
templateUrl: './action-bar.component.html',
styleUrls: []
})
export class ActionBarUiComponent implements OnInit {
actionBar: ActionBarModel = {
createLinks: [],
favoriteRecords: [],
};
actionBar: ActionBarModel = {
createLinks: [],
favoriteRecords: [],
};
constructor() {
}
constructor() {
}
ngOnInit(): void {
ngOnInit(): void {
}
}
}

View file

@ -3,17 +3,16 @@ import {CommonModule} from '@angular/common';
import {AppManagerModule} from '../../app-manager/app-manager.module';
import {ActionBarUiComponent} from './action-bar.component';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [ActionBarUiComponent],
exports: [ActionBarUiComponent],
imports: [
CommonModule,
AppManagerModule.forChild(ActionBarUiComponent),
SvgIconUiModule
]
declarations: [ActionBarUiComponent],
exports: [ActionBarUiComponent],
imports: [
CommonModule,
AppManagerModule.forChild(ActionBarUiComponent),
AngularSvgIconModule
]
})
export class ActionBarUiModule {
}

View file

@ -9,7 +9,7 @@
<div class="modal-title">{{ modalTitle }}</div>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
(click)="modal.dismiss('Cross click')">
<scrm-svg-icon-ui class="sicon" file="icon_modal_close.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/icon_modal_close.svg"></svg-icon>
</button>
</div>
@ -78,7 +78,7 @@
</ng-template>
<button type="button" (click)="open(columnchoosermodal)" class="settings-button">
<scrm-svg-icon-ui class="sicon" file="column_chooser.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/column_chooser.svg"></svg-icon>
Columns
</button>

View file

@ -4,8 +4,7 @@ import {CommonModule} from '@angular/common';
import {AppManagerModule} from '../../app-manager/app-manager.module';
import {ColumnChooserUiComponent} from './columnchooser.component';
import {DragDropModule} from '@angular/cdk/drag-drop';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [ColumnChooserUiComponent],
@ -14,7 +13,7 @@ import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
CommonModule,
DragDropModule,
AppManagerModule.forChild(ColumnChooserUiComponent),
SvgIconUiModule
AngularSvgIconModule
]
})
export class ColumnchooserUiModule {

View file

@ -9,7 +9,7 @@
<div class="modal-title">{{ modalTitle }}</div>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
(click)="modal.dismiss('Cross click')">
<scrm-svg-icon-ui class="sicon" file="icon_modal_close.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/icon_modal_close.svg"></svg-icon>
</button>
</div>
@ -68,10 +68,10 @@
<div class="col-lg-3">
<div class="relate-input-group">
<button type="button" class="create-popup-button create-popup-arrow">
<scrm-svg-icon-ui class="sicon" file="cursor_grey.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cursor_grey.svg"></svg-icon>
</button>
<button type="button" class="create-popup-button create-popup-cross">
<scrm-svg-icon-ui class="sicon" file="cross.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cross.svg"></svg-icon>
</button>
</div>
</div>
@ -114,7 +114,7 @@
<div class="col-lg-4">
<input class="modal-input modal-date-input" type="text" placeholder="dd/mm/yy">
<button type="button" class="create-popup-button create-popup-calendar">
<scrm-svg-icon-ui class="sicon" file="calendar_grey.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/calendar_grey.svg"></svg-icon>
</button>
</div>
</div>
@ -201,7 +201,7 @@
</ng-template>
<button type="button" (click)="open(filtermodal)" class="settings-button">
<scrm-svg-icon-ui class="sicon" file="filter_icon.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/filter.svg"></svg-icon>
Filter
</button>

View file

@ -3,8 +3,7 @@ import {CommonModule} from '@angular/common';
import {AppManagerModule} from '../../app-manager/app-manager.module';
import {FilterUiComponent} from './filter.component';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [FilterUiComponent],
@ -12,7 +11,7 @@ import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
imports: [
CommonModule,
AppManagerModule.forChild(FilterUiComponent),
SvgIconUiModule
AngularSvgIconModule
]
})
export class FilterUiModule {

View file

@ -1,24 +1,24 @@
<!-- Start of footer section -->
<div class="footer">
<div class="copyright-links">
<a (click)="openSuiteCopyright(suitecopyright)" class="footer-link" data-toggle="modal"
data-target=".copyright-suitecrm">
&copy; Supercharged by SuiteCRM
</a>
<a (click)="openSugarCopyright(sugarcopyright)" class="footer-link" data-toggle="modal"
data-target=".copyright-sugarcrm">
&copy; Powered By SugarCRM
</a>
</div>
<div class="back-to-top">
<a (click)="backToTop()" class="footer-link">
<div class="copyright-links">
<a (click)="openSuiteCopyright(suitecopyright)" class="footer-link" data-toggle="modal"
data-target=".copyright-suitecrm">
&copy; Supercharged by SuiteCRM
</a>
<a (click)="openSugarCopyright(sugarcopyright)" class="footer-link" data-toggle="modal"
data-target=".copyright-sugarcrm">
&copy; Powered By SugarCRM
</a>
</div>
<div class="back-to-top">
<a (click)="backToTop()" class="footer-link">
<span>
Back To Top
<scrm-svg-icon-ui class="sicon back-top-icon" file="arrow_up_filled.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon back-top-icon" src="public/themes/suite8/images/arrow_up_filled.svg"></svg-icon>
</span>
</a>
</div>
</a>
</div>
</div>
<!-- End of footer section -->
@ -27,75 +27,75 @@
<div class="copyright">
<!-- Start of SugarCRM Copyright notice modal -->
<!-- Start of SugarCRM Copyright notice modal -->
<ng-template #sugarcopyright let-modal>
<ng-template #sugarcopyright let-modal>
<div class="copyright-sugarcrm" role="dialog" aria-hidden="true">
<div class="modal-header">
<h5 class="modal-title">&copy; Powered By SugarCRM</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
(click)="modal.dismiss('Cross click')">
<scrm-svg-icon-ui class="sicon" file="icon_modal_close.svg"></scrm-svg-icon-ui>
</button>
</div>
<div class="modal-body">
<p>
&copy; 2004-2013 SugarCRM Inc. The Program is provided AS IS, without
warranty. Licensed under AGPLv3.
</p>
<p>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version
3 as published by the Free Software Foundation, including the
additional permission set forth in the source code header.
</p>
<p>
SugarCRM is a trademark of SugarCRM, Inc. All other company and
product names may be trademarks of the respective companies with
which they are associated.
</p>
</div>
</div>
<div class="copyright-sugarcrm" role="dialog" aria-hidden="true">
<div class="modal-header">
<h5 class="modal-title">&copy; Powered By SugarCRM</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
(click)="modal.dismiss('Cross click')">
<svg-icon class="sicon" src="public/themes/suite8/images/icon_modal_close.svg"></svg-icon>
</button>
</div>
<div class="modal-body">
<p>
&copy; 2004-2013 SugarCRM Inc. The Program is provided AS IS, without
warranty. Licensed under AGPLv3.
</p>
<p>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version
3 as published by the Free Software Foundation, including the
additional permission set forth in the source code header.
</p>
<p>
SugarCRM is a trademark of SugarCRM, Inc. All other company and
product names may be trademarks of the respective companies with
which they are associated.
</p>
</div>
</div>
</ng-template>
</ng-template>
<!-- End of SugarCRM Copyright notice modal -->
<!-- End of SugarCRM Copyright notice modal -->
<!-- Start of SuiteCRM Copyright notice modal -->
<!-- Start of SuiteCRM Copyright notice modal -->
<ng-template #suitecopyright let-modal>
<ng-template #suitecopyright let-modal>
<div class="copyright-suitecrm" role="dialog" aria-hidden="true">
<div class="modal-header">
<h5 class="modal-title">&copy; Supercharged by SuiteCRM</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
(click)="modal.dismiss('Cross click')">
<scrm-svg-icon-ui class="sicon" file="icon_modal_close.svg"></scrm-svg-icon-ui>
</button>
</div>
<div class="modal-body">
<p>
SuiteCRM has been written and assembled by SalesAgility. The Program
is provided AS IS, without warranty. Licensed under AGPLv3.
</p>
<p>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version
3 as published by the Free Software Foundation, including the
additional permission set forth in the source code header.
</p>
<p>
SuiteCRM is a trademark of SalesAgility Ltd. All other company and
product names may be trademarks of the respective companies with
which they are associated.
</p>
</div>
</div>
<div class="copyright-suitecrm" role="dialog" aria-hidden="true">
<div class="modal-header">
<h5 class="modal-title">&copy; Supercharged by SuiteCRM</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
(click)="modal.dismiss('Cross click')">
<svg-icon class="sicon" src="public/themes/suite8/images/icon_modal_close.svg"></svg-icon>
</button>
</div>
<div class="modal-body">
<p>
SuiteCRM has been written and assembled by SalesAgility. The Program
is provided AS IS, without warranty. Licensed under AGPLv3.
</p>
<p>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version
3 as published by the Free Software Foundation, including the
additional permission set forth in the source code header.
</p>
<p>
SuiteCRM is a trademark of SalesAgility Ltd. All other company and
product names may be trademarks of the respective companies with
which they are associated.
</p>
</div>
</div>
</ng-template>
</ng-template>
<!-- End of SuiteCRM Copyright notice modal -->
<!-- End of SuiteCRM Copyright notice modal -->
</div>
<!-- End of copyright modal section -->

View file

@ -3,7 +3,7 @@ import {CommonModule} from '@angular/common';
import {AppManagerModule} from '../../app-manager/app-manager.module';
import {FooterUiComponent} from './footer.component';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
@ -12,7 +12,7 @@ import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
imports: [
CommonModule,
AppManagerModule.forChild(FooterUiComponent),
SvgIconUiModule
AngularSvgIconModule
]
})
export class FooterUiModule {

View file

@ -3,24 +3,24 @@ import {CommonModule} from '@angular/common';
import {AppManagerModule} from '../../app-manager/app-manager.module';
import {ListViewUiComponent} from './list-view.component';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {ModalViewUiModule} from '../modal-view/modal-view.module';
import {FilterUiModule} from '../filter/filter.module';
import {ColumnchooserUiModule} from '../columnchooser/columnchooser.module';
import {FieldModule} from '../../../fields/field.module';
import {RouterModule} from '@angular/router';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [ListViewUiComponent],
exports: [ListViewUiComponent],
imports: [
SvgIconUiModule,
FieldModule,
ModalViewUiModule,
FilterUiModule,
ColumnchooserUiModule,
CommonModule,
AppManagerModule.forChild(ListViewUiComponent)
AppManagerModule.forChild(ListViewUiComponent),
AngularSvgIconModule
]
})
export class ListViewUiModule {

View file

@ -1,29 +1,29 @@
<div class="container">
<!-- Start of login form section -->
<!-- Start of login form section -->
<form name="login" class="login-form">
<scrm-logo-ui></scrm-logo-ui>
<form name="login" class="login-form">
<scrm-logo-ui></scrm-logo-ui>
<div class="inner-addon left-addon">
<scrm-svg-icon-ui class="sicon" file="login_user.svg"></scrm-svg-icon-ui>
<input [(ngModel)]="uname" type="text" name="username" placeholder="Username" aria-label="Username">
</div>
<div class="inner-addon left-addon">
<svg-icon class="sicon" src="public/themes/suite8/images/login_user.svg"></svg-icon>
<input [(ngModel)]="uname" type="text" name="username" placeholder="Username" aria-label="Username">
</div>
<div class="inner-addon left-addon">
<scrm-svg-icon-ui class="sicon" file="login_password.svg"></scrm-svg-icon-ui>
<input [(ngModel)]="passw" type="password" name="password" placeholder="Password" aria-label="Password">
</div>
<div class="inner-addon left-addon">
<svg-icon class="sicon" src="public/themes/suite8/images/login_password.svg"></svg-icon>
<input [(ngModel)]="passw" type="password" name="password" placeholder="Password" aria-label="Password">
</div>
<button (click)="doLogin()">LOGIN</button>
<div class="forgotten-password">
<a href="#" class="forgotten-password-link">
Forgot Password?
</a>
</div>
</form>
<button (click)="doLogin()">LOGIN</button>
<div class="forgotten-password">
<a href="#" class="forgotten-password-link">
Forgot Password?
</a>
</div>
</form>
<!-- End of login form section -->
<!-- End of login form section -->
</div>

View file

@ -5,8 +5,8 @@ import {RouterModule} from '@angular/router';
import {AppManagerModule} from '../../app-manager/app-manager.module';
import {LoginUiComponent} from './login.component';
import {LogoUiModule} from '../logo/logo.module';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {LoginUiRoutes} from './login.routes';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [
@ -18,10 +18,10 @@ import {LoginUiRoutes} from './login.routes';
imports: [
FormsModule,
LogoUiModule,
SvgIconUiModule,
AppManagerModule.forChild(LoginUiComponent),
RouterModule.forChild(LoginUiRoutes),
CommonModule,
AngularSvgIconModule
]
})
export class LoginUiModule {

View file

@ -8,7 +8,7 @@
<div class="modal-title">{{ modalTitle }}</div>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
(click)="modal.dismiss('Cross click')">
<scrm-svg-icon-ui class="sicon" file="icon_modal_close.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/close_modal.svg"></svg-icon>
</button>
</div>
@ -47,10 +47,10 @@
<label class="modal-label">Label</label>
<input class="modal-input" type="text">
<button type="button" class="create-popup-button create-popup-arrow">
<scrm-svg-icon-ui class="sicon" file="cursor_grey.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cursor.svg"></svg-icon>
</button>
<button type="button" class="create-popup-button create-popup-cross">
<scrm-svg-icon-ui class="sicon" file="cross.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cross.svg"></svg-icon>
</button>
</div>
</div>
@ -61,10 +61,10 @@
<label class="modal-label">Label</label>
<input class="modal-input" type="text">
<button type="button" class="create-popup-button create-popup-calendar">
<scrm-svg-icon-ui class="sicon" file="calendar_grey.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/calendar.svg"></svg-icon>
</button>
<button type="button" class="create-popup-button create-popup-cross">
<scrm-svg-icon-ui class="sicon" file="cross.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cross.svg"></svg-icon>
</button>
</div>
</div>
@ -98,10 +98,10 @@
<label class="modal-label">Label</label>
<input class="modal-input" type="text">
<button type="button" class="create-popup-button create-popup-arrow">
<scrm-svg-icon-ui class="sicon" file="cursor_grey.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cursor.svg"></svg-icon>
</button>
<button type="button" class="create-popup-button create-popup-cross">
<scrm-svg-icon-ui class="sicon" file="cross.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cross.svg"></svg-icon>
</button>
</div>
</div>
@ -110,10 +110,10 @@
<label class="modal-label">Label</label>
<input class="modal-input" type="text">
<button type="button" class="create-popup-button create-popup-calendar">
<scrm-svg-icon-ui class="sicon" file="calendar_grey.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/calendar.svg"></svg-icon>
</button>
<button type="button" class="create-popup-button create-popup-cross">
<scrm-svg-icon-ui class="sicon" file="cross.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon" src="public/themes/suite8/images/cross.svg"></svg-icon>
</button>
</div>
</div>
@ -134,13 +134,14 @@
</label>
<p class="modal-redirect-text">
Redirect on SAVE
<scrm-svg-icon-ui class="sicon info-icon" file="info.svg"></scrm-svg-icon-ui>
<scrm-svg-icon-ui class="sicon info-icon" src="public/themes/suite8/images/info.svg"></scrm-svg-icon-ui>
</p>
</div>
</div>
<div class="col-lg-6">
<div class="modal-buttons">
<button type="button" class="btn modal-button-cancel" data-dismiss="modal" (click)="modal.dismiss('Cross click')">
<button type="button" class="btn modal-button-cancel" data-dismiss="modal"
(click)="modal.dismiss('Cross click')">
Cancel
</button>
<button type="button" class="btn modal-button-save">

View file

@ -3,17 +3,16 @@ import {CommonModule} from '@angular/common';
import {AppManagerModule} from '../../app-manager/app-manager.module';
import {ModalViewUiComponent} from './modal-view.component';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [ModalViewUiComponent],
exports: [ModalViewUiComponent],
imports: [
CommonModule,
AppManagerModule.forChild(ModalViewUiComponent),
SvgIconUiModule
]
declarations: [ModalViewUiComponent],
exports: [ModalViewUiComponent],
imports: [
CommonModule,
AppManagerModule.forChild(ModalViewUiComponent),
AngularSvgIconModule
]
})
export class ModalViewUiModule {
}

View file

@ -1,8 +1,6 @@
import {IconRefModel} from '../svg-icon/icon-ref-model';
import {LinkTarget} from './link-target';
export class LinkModel {
iconRef?: IconRefModel;
label: string | undefined;
url: string | undefined;
target?: LinkTarget = LinkTarget.none;

View file

@ -2,10 +2,8 @@ import { ActionLinkModel } from './action-link-model';
import { CurrentUserModel } from './current-user-model';
import { AllMenuModel } from './all-menu-model';
import { LogoModel } from '../logo/logo-model';
import { SvgFilenameMapModel } from '../svg-icon/svg-filename-map-model';
export interface NavbarModel {
svgFilenameMaps: SvgFilenameMapModel[];
authenticated: boolean;
logo: LogoModel;
useGroupTabs: boolean;

View file

@ -1,9 +1,7 @@
import { NavbarModel } from './navbar-model';
import { LogoAbstract } from '../logo/logo-abstract';
import { SvgFilenameMapModel } from '../svg-icon/svg-filename-map-model';
export class NavbarAbstract implements NavbarModel {
svgFilenameMaps: SvgFilenameMapModel[] = [];
authenticated = true;
logo = new LogoAbstract();
useGroupTabs = true;

View file

@ -1,5 +1,4 @@
<!-- Start of main navbar section -->
<div class="top-panel fixed-top">
<!-- Start of empty navbar section until data is loaded -->
@ -41,7 +40,7 @@
<div class="position-static" ngbDropdown #myDrop="ngbDropdown" [autoClose]="false">
<button aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation" ngbDropdownToggle
class="navbar-toggler" type="button">
<scrm-svg-icon-ui class="responsive-menu-toggler" file="hamburger.svg"></scrm-svg-icon-ui>
<svg-icon class="responsive-menu-toggler" src="public/themes/suite8/images/hamburger.svg"></svg-icon>
</button>
<div class="mobile-nav-dropdown w-100" ngbDropdownMenu [@mobileNavFade]>
<ng-template [ngIf]="backLink">
@ -52,8 +51,8 @@
<a class="mobile-nav-link"
>{{ item.link.label }}
</a>
<scrm-svg-icon-ui class="sicon-xs mobile-nav-arrow" file="arrow_right_filled.svg"
file="arrow_right_filled.svg" (click)="changeSubNav($event, item)"></scrm-svg-icon-ui>
<svg-icon class="sicon-xs mobile-nav-arrow" src="public/themes/suite8/images/arrow_right_filled.svg"
(click)="changeSubNav($event, item)"></svg-icon>
</li>
</ng-template>
<ng-template [ngIf]="mobileSubNav">
@ -64,8 +63,6 @@
<ul *ngIf="sub.submenu.length" class="">
<li *ngFor="let subitem of sub.submenu" class="nav-item">
<a class="mobile-nav-link action-link" href="{{ subitem.link.url }}">
<scrm-svg-icon-ui file="{{ subitem.link.iconRef.resolved }}.svg">
</scrm-svg-icon-ui>
{{ subitem.link.label }}
</a>
</li>
@ -82,7 +79,7 @@
<li>
<a class="mobile-nav-link" (click)="myDrop.close()">
<scrm-svg-icon-ui class="sicon mobile-nav-close" file="cross_purple.svg" file="cross_purple.svg"></scrm-svg-icon-ui>
<svg-icon class="sicon mobile-nav-close" src="public/themes/suite8/images/cross_purple.svg"></svg-icon>
<span class="mobile-nav-close">Close menu</span>
</a>
</li>
@ -91,8 +88,7 @@
<div class="global-links" ngbDropdown>
<li class="global-link-item">
<a class="nav-link primary-global-link dropdown-toggle" ngbDropdownToggle>
<scrm-svg-icon-ui class="global-action-icon sicon-2x" file="user.svg"
file="user.svg"></scrm-svg-icon-ui>
<svg-icon class="global-action-icon sicon-2x" src="public/themes/suite8/images/user.svg"></svg-icon>
{{ navbar.currentUser.name }}
</a>
<div aria-labelledby="navbarDropdownMenuLink"
@ -125,7 +121,7 @@
<ul class="navbar-nav home-nav">
<li class="nav-item home-nav-link">
<a class="home-nav-link" href="#/Home">
<scrm-svg-icon-ui class="home-icon" file="home_icon.svg"></scrm-svg-icon-ui>
<svg-icon class="home-icon" src="public/themes/suite8/images/home.svg"></svg-icon>
</a>
</li>
</ul>
@ -148,8 +144,8 @@
<ul *ngIf="sub.submenu.length" class="dropdown-menu submenu">
<li *ngFor="let subitem of sub.submenu" class="nav-item">
<a class="nav-link action-link" href="{{ subitem.link.url }}">
<scrm-svg-icon-ui file="{{ subitem.link.iconRef.resolved }}.svg">
</scrm-svg-icon-ui>
<svg-icon src="{{ subitem.link.iconRef.resolved }}.svg">
</svg-icon>
{{ subitem.link.label }}
</a>
</li>
@ -188,7 +184,7 @@
<div aria-labelledby="navbarDropdownMenuLink" class="dropdown-menu submenu">
<li class="nav-item" *ngFor="let sub of item.submenu">
<a class="nav-link action-link" href="{{ sub.link.url }}">
<scrm-svg-icon-ui file="{{ sub.link.iconRef.resolved }}.svg"></scrm-svg-icon-ui>
<svg-icon src="{{ sub.link.iconRef.resolved }}.svg"></svg-icon>
{{ sub.link.label }}
</a>
</li>
@ -220,8 +216,7 @@
<ul class="navbar-nav">
<li class="global-link-item">
<a class="nav-link primary-global-link dropdown-toggle" ngbDropdownToggle>
<scrm-svg-icon-ui class="global-action-icon sicon-2x" file="user.svg"
file="user.svg"></scrm-svg-icon-ui>
<svg-icon class="global-action-icon sicon-2x" src="public/themes/suite8/images/user.svg"></svg-icon>
{{ navbar.currentUser.name }}
</a>
<div aria-labelledby="navbarDropdownMenuLink"

View file

@ -3,7 +3,6 @@ import {Router, NavigationEnd} from '@angular/router';
import {ApiService} from '../../services/api/api.service';
import {NavbarModel} from './navbar-model';
import {NavbarAbstract} from './navbar.abstract';
import {SvgFilenameMapModel} from '../svg-icon/svg-filename-map-model';
@Component({
selector: 'scrm-navbar-ui',
@ -63,9 +62,6 @@ export class NavbarUiComponent implements OnInit {
protected setNavbar(navbar: NavbarModel) {
this.navbar = navbar;
this.api.getSvgFilenameMap((svgFilenameMaps: SvgFilenameMapModel[]) => {
this.navbar.svgFilenameMaps = svgFilenameMaps;
});
this.loaded = true;
}

View file

@ -7,9 +7,8 @@ import {NavbarUiComponent} from './navbar.component';
import {LogoUiModule} from '../logo/logo.module';
import {LogoutUiModule} from '../logout/logout.module';
import {ActionBarUiModule} from '../action-bar/action-bar.module';
import {SvgIconUiModule} from '../svg-icon/svg-icon.module';
import {NgbModule} from '@ng-bootstrap/ng-bootstrap';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [NavbarUiComponent],
@ -17,11 +16,11 @@ import {NgbModule} from '@ng-bootstrap/ng-bootstrap';
imports: [
CommonModule,
AppManagerModule.forChild(NavbarUiComponent),
SvgIconUiModule,
LogoUiModule,
LogoutUiModule,
ActionBarUiModule,
NgbModule
NgbModule,
AngularSvgIconModule
]
})
export class NavbarUiModule {

View file

@ -1,4 +0,0 @@
export interface IconRefModel {
resolved: string;
origin: string;
}

View file

@ -1,4 +0,0 @@
export interface SvgFilenameMapModel {
iconId: string;
fileName: string;
}

File diff suppressed because it is too large Load diff

View file

@ -1,25 +0,0 @@
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
import {SvgIconUiComponent} from './svg-icon.component';
describe('SvgiconComponent', () => {
let component: SvgIconUiComponent;
let fixture: ComponentFixture<SvgIconUiComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [SvgIconUiComponent]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(SvgIconUiComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});

View file

@ -1,17 +0,0 @@
import {Component, OnInit, Input, ViewEncapsulation} from '@angular/core';
@Component({
selector: 'scrm-svg-icon-ui',
templateUrl: './svg-icon.component.html',
styleUrls: []
})
export class SvgIconUiComponent implements OnInit {
@Input() file: string = "";
constructor() {
}
ngOnInit() {
}
}

View file

@ -1,15 +0,0 @@
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { CommonModule } from '@angular/common';
import { AppManagerModule } from '../../app-manager/app-manager.module';
import { SvgIconUiComponent } from './svg-icon.component';
@NgModule({
declarations: [SvgIconUiComponent],
exports: [SvgIconUiComponent],
imports: [
CommonModule,
AppManagerModule.forChild(SvgIconUiComponent)
]
})
export class SvgIconUiModule {}

View file

@ -3,13 +3,15 @@ import { CommonModule } from '@angular/common';
import { AppManagerModule } from '../../app-manager/app-manager.module';
import { UserActionMenuUiComponent } from './user-action-menu.component';
import {AngularSvgIconModule} from 'angular-svg-icon';
@NgModule({
declarations: [UserActionMenuUiComponent],
exports: [UserActionMenuUiComponent],
imports: [
CommonModule,
AppManagerModule.forChild(UserActionMenuUiComponent)
AppManagerModule.forChild(UserActionMenuUiComponent),
AngularSvgIconModule
]
})
export class UserActionMenuUiModule {}

View file

@ -5,7 +5,6 @@ import {ParamMap, Router} from '@angular/router';
import {Observable} from 'rxjs';
import * as hash from 'object-hash';
import {MessageService} from '../message/message.service';
import {SvgFilenameMapModel} from '../../components/svg-icon/svg-filename-map-model';
import {ApiAccessTokenResponseModel} from './api-access-token-response-model';
import {ApiResponseModel} from './api-response-model';
import {ApiSubscriptionModel} from './api-subscription-model';
@ -281,15 +280,6 @@ export class ApiService {
return this.request({type: 'GET', url}, onSuccess, onError);
}
getSvgFilenameMap(callback: (response: SvgFilenameMapModel[]) => void): boolean {
return false;
// return this.get(this.config.apiBaseUrl + 'module=Template&controller=Index&action=GetSvgIcon', (response: ApiResponseModel) => {
// if (response.error) { throw new Error('Api response error: ' + response.error.message); }
// callback(response.list);
// });
}
getListViewData(
listViewData: ListViewData,
callback: (listViewData: ListViewDataModel) => void,

View file

@ -1,16 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 16 17" style="enable-background:new 0 0 16 17;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F5F5F5;}
</style>
<title>02_alert_icon</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<title>Alert Icon</title>
<g>
<g>
<path id="Page-1-Copy-11" class="st0" d="M14.8,12h-0.9V8.1c0-2.9-2-5.3-4.7-5.8C9.4,2,9.4,1.8,9.4,1.5v0C9.4,0.6,8.8,0,8,0
<path d="M14.8,12h-0.9V8.1c0-2.9-2-5.3-4.7-5.8C9.4,2,9.4,1.8,9.4,1.5v0C9.4,0.6,8.8,0,8,0
C7.2,0,6.6,0.6,6.6,1.4v0c0,0.3,0.1,0.6,0.2,0.8c-2.7,0.6-4.7,3-4.7,5.8v3.9l-0.9,0C0.5,12,0,12.5,0,13.1s0.5,1.2,1.2,1.2h5.3v1
C6.5,16.2,7.2,17,8,17c0.8,0,1.5-0.8,1.5-1.7v-1h5.3c0.7,0,1.2-0.5,1.2-1.2C16,12.5,15.5,12,14.8,12L14.8,12z"/>
</g>

Before

Width:  |  Height:  |  Size: 919 B

After

Width:  |  Height:  |  Size: 647 B

Before After
Before After

View file

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 10 10.6" style="enable-background:new 0 0 10 10.6;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F08377;}
</style>
<title>08_alert_red</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<path id="Page-1-Copy-25" class="st0" d="M9.3,7.5H8.7V5.1c0-1.8-1.3-3.3-2.9-3.7c0.1-0.1,0.1-0.3,0.1-0.5v0C5.9,0.4,5.5,0,5,0
C4.5,0,4.1,0.4,4.1,0.9v0c0,0.2,0.1,0.4,0.1,0.5C2.6,1.8,1.3,3.3,1.3,5.1v2.4l-0.6,0C0.3,7.5,0,7.8,0,8.2S0.3,9,0.7,9h3.3v0.6
c0,0.6,0.4,1,0.9,1s0.9-0.5,0.9-1V9h3.3C9.7,9,10,8.6,10,8.2C10,7.8,9.7,7.5,9.3,7.5L9.3,7.5z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 908 B

View file

@ -3,14 +3,10 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 7 7" style="enable-background:new 0 0 7 7;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>05_arrow_down</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<title>Arrow Down</title>
<g>
<g>
<polygon id="Triangle-21-Copy-5" class="st0" points="0,0 7,0 3.5,7 "/>
<polygon points="0,0 7,0 3.5,7 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 628 B

After

Width:  |  Height:  |  Size: 447 B

Before After
Before After

View file

@ -1,16 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 12 10" style="enable-background:new 0 0 12 10;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>12_arrow_down_blue</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<title>Arrow Down</title>
<g>
<g>
<polygon id="Triangle-21-Copy-10" class="st0" points="0,0 12,0 6,10 "/>
<polygon points="0,0 12,0 6,10 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 356 B

Before After
Before After

View file

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 6 6" style="enable-background:new 0 0 6 6;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F79F95;}
</style>
<title>13_arrow_down_red</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon id="Triangle-21-Copy-9" class="st0" points="0,0 6,0 3,6 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 630 B

View file

@ -1,16 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 8 8" style="enable-background:new 0 0 8 8;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>12_arrow_left</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<title>Arrow Left</title>
<g>
<g>
<polygon id="Triangle-21-Copy-6" class="st0" points="8,0 8,8 0,4 "/>
<polygon points="8,0 8,8 0,4 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 626 B

After

Width:  |  Height:  |  Size: 350 B

Before After
Before After

View file

@ -1,14 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 5.6 6.5" style="enable-background:new 0 0 5.6 6.5;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>07_arrow_right</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<title>Arrow Right</title>
<g>
<g>
<path class="st0" d="M5.6,2.9v0.7L0,6.5V5.3C0,5.2,0,5.1,0.1,5c0-0.1,0.1-0.1,0.2-0.2l2.5-1.3c0.2-0.1,0.5-0.2,0.7-0.3
C3.3,3.2,3.1,3.1,2.8,3L0.3,1.7C0.2,1.6,0.1,1.6,0.1,1.5C0,1.4,0,1.3,0,1.2V0L5.6,2.9z"/>

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 530 B

Before After
Before After

View file

@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 8 8" style="enable-background:new 0 0 8 8;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>12_arrow_right</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 442 B

Before After
Before After

View file

@ -1,12 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 17 34" style="enable-background:new 0 0 17 34;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F5F5F5;}
</style>
<title>12_arrow_separator</title>
<desc>Created with Sketch.</desc>
<polygon class="st0" points="0.9,0 0,0 0,2 0,2 14.5,18 0,32 0,32 0,34 0.8,34 17.3,18.1 "/>
<title>Separator Arrow Right</title>
<polygon points="0.9,0 0,0 0,2 0,2 14.5,18 0,32 0,32 0,34 0.8,34 17.3,18.1 "/>
</svg>

Before

Width:  |  Height:  |  Size: 585 B

After

Width:  |  Height:  |  Size: 387 B

Before After
Before After

View file

@ -1,16 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 12 10" style="enable-background:new 0 0 12 10;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>12_arrow_up</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<title>Arrow Up</title>
<g>
<g>
<polygon id="Triangle-21-Copy-8" class="st0" points="12,10 0,10 6,0 "/>
<polygon points="12,10 0,10 6,0 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 631 B

After

Width:  |  Height:  |  Size: 357 B

Before After
Before After

View file

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 8 8" style="enable-background:new 0 0 8 8;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#4D4D4D;}
</style>
<title>02_arrow_up_grey</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon id="p_icon_back_to_top-copy" class="st0" points="4,0 8,8 0,8 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 634 B

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 19 13.4" style="enable-background:new 0 0 19 13.4;" xml:space="preserve">
<title>Bars</title>
<g>
<g>
<g transform="translate(1.425373, 1.320802)">
<rect id="Rectangle-157" x="-1.4" y="2.8" class="st0" width="5" height="9.3"/>
<rect x="5.6" y="0.7" class="st0" width="5" height="11.3"/>
<rect x="12.6" y="-1.3" class="st0" width="5" height="13.4"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 566 B

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 19 13.4" style="enable-background:new 0 0 19 13.4;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>15_bars_blue</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Group-28-Copy-2" transform="translate(1.425373, 1.320802)">
<rect id="Rectangle-157" x="-1.4" y="2.8" class="st0" width="5" height="9.3"/>
<rect x="5.6" y="0.7" class="st0" width="5" height="11.3"/>
<rect x="12.6" y="-1.3" class="st0" width="5" height="13.4"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 864 B

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 19 13.4" style="enable-background:new 0 0 19 13.4;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>15_bars_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Group-28-Copy-2" transform="translate(1.425373, 1.320802)">
<rect id="Rectangle-157" x="-1.4" y="2.8" class="st0" width="5" height="9.3"/>
<rect x="5.6" y="0.7" class="st0" width="5" height="11.3"/>
<rect x="12.6" y="-1.3" class="st0" width="5" height="13.4"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 865 B

View file

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 18.1 19" style="enable-background:new 0 0 18.1 19;" xml:space="preserve">
<style type="text/css">
.st0{filter:url(#Adobe_OpacityMaskFilter);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st2{mask:url(#mask-2_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>15_bug_blue</title>
<desc>Created with Sketch.</desc>
<title>Bug</title>
<g id="Page-1">
<g>
<g id="Page-1-Copy-48" transform="translate(1.425373, 0.820802)">

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

View file

@ -1,45 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 18.1 19" style="enable-background:new 0 0 18.1 19;" xml:space="preserve">
<style type="text/css">
.st0{filter:url(#Adobe_OpacityMaskFilter);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st2{mask:url(#mask-2_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>15_bug_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-48" transform="translate(1.425373, 0.820802)">
<g id="Clip-2">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-1.4" y="-0.8" width="18.1"
height="19">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.4" y="-0.8" width="18.1" height="19" id="mask-2_1_">
<g class="st0">
<polygon id="path-1_1_" class="st1"
points="7.6,18.2 16.7,18.2 16.7,-0.8 7.6,-0.8 -1.4,-0.8 -1.4,18.2 "/>
</g>
</mask>
<path id="Fill-1" class="st2" d="M13.7,7.1c0-0.5-0.1-0.9-0.3-1.3l0.3-0.3c1.4-1.5,2.1-2.3,2.1-4.7V0.4c0-0.2-0.2-0.4-0.4-0.4
C15.2,0,15,0.2,15,0.4v0.4c0,2.1-0.5,2.7-1.9,4.1L13.1,5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.5-0.5-1.1-0.9-1.8-1.2
c-0.1-0.5-0.3-1-0.6-1.4c0.9-0.4,2.2-1.1,2.2-2v-0.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-0.4,0.2-0.4,0.4v0.3c0,0.4-1,1-2,1.4
c-0.6-0.5-1.3-0.8-2-0.8c-0.8,0-1.5,0.3-2.1,0.8c-1-0.4-2.1-1-2.1-1.4v-0.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-0.4,0.2-0.4,0.4v0.3
c0,0.9,1.4,1.6,2.3,2C4.7,2.3,4.5,2.8,4.4,3.2C3.7,3.5,3.1,3.9,2.7,4.4C2.5,4.6,2.3,4.9,2.2,5.2L2,5C0.5,3.3,0.2,3,0.2,0.8V0.4
C0.2,0.2,0,0-0.2,0s-0.4,0.2-0.4,0.4v0.4c0,2.5,0.5,3.1,2,4.7l0.3,0.3c0.1,0.1,0.1,0.1,0.2,0.1C1.7,6.3,1.7,6.6,1.6,7
c-2.1,0.6-3,2.1-3,4.8v0.7c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4v-0.7c0-2.2,0.6-3.3,2.2-3.9c0,0.5,0.1,1,0.1,1.6
c0,0.1,0,0.1,0,0.2c0,0-0.1,0.1-0.1,0.1l-0.1,0.4C0.4,13.1,0,13.8,1.1,17c0.1,0.2,0.2,0.3,0.4,0.3c0,0,0.1,0,0.1,0
C1.8,17.2,2,17,1.9,16.8C1,14.1,1.1,13.4,2,11.1c1,4.1,3.2,7.1,5.5,7.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0c2.2,0,4.5-3,5.5-7
c0.9,2.2,1,2.9,0.1,5.6c-0.1,0.2,0,0.4,0.3,0.5c0,0,0.1,0,0.1,0c0.2,0,0.3-0.1,0.4-0.3c1.1-3.2,0.7-4-0.4-6.8l-0.1-0.4
c0,0,0-0.1-0.1-0.1c0-0.1,0-0.2,0-0.3C13.7,9,13.7,8.4,13.7,8c1.5,0.6,2.1,1.7,2.1,3.9v0.7c0,0.2,0.2,0.4,0.4,0.4
s0.4-0.2,0.4-0.4v-0.7C16.7,9.2,15.7,7.8,13.7,7.1"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 10.7 17.5" style="enable-background:new 0 0 10.7 17.5;" xml:space="preserve">
<title>Bulb Icon</title>
<g id="Page-1">
<g>
<g id="Page-1-Copy-39" transform="translate(1.631579, 1.539474)">
<g id="Group-3" transform="translate(3.542464, 16.488939)">
<g id="Clip-2">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-1.6" y="-1.6" width="3.6"
height="1.1">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.6" y="-1.6" width="3.6" height="1.1" id="mask-2_1_">
<g class="st0">
<polygon id="path-1_1_" class="st1"
points="-1.6,-0.5 2,-0.5 2,-1.6 -1.6,-1.6 "/>
</g>
</mask>
<path id="Fill-1" class="st2" d="M-1.6-1.6c0.3,0.6,1,1.1,1.8,1.1S1.6-0.9,2-1.6H-1.6z"/>
</g>
<g id="Group-6" transform="translate(0.000000, 0.008240)">
<g id="Clip-5">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="-1.6" y="-1.5" width="10.7"
height="13.1">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.6" y="-1.5" width="10.7" height="13.1" id="mask-4_1_">
<g class="st3">
<polygon id="path-3_1_" class="st1"
points="9.1,11.6 9.1,-1.5 -1.6,-1.5 -1.6,11.6 "/>
</g>
</mask>
<path id="Fill-4" class="st4" d="M5.7,11.6c0.4,0,0.7-0.4,0.7-0.7c0-3,2.7-3.4,2.7-7.2c0-2.9-2.4-5.3-5.4-5.3
c-3,0-5.4,2.4-5.4,5.3c0,3.8,2.7,4.2,2.7,7.2c0,0.4,0.4,0.7,0.7,0.7H5.7z"/>
</g>
<path id="Fill-7" class="st5" d="M6.1,12.6c0,0.2-0.2,0.4-0.4,0.4H1.9c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4h3.8
C5.9,12.1,6.1,12.3,6.1,12.6"/>
<path id="Fill-9" class="st5" d="M6.1,14c0,0.2-0.2,0.4-0.4,0.4H1.9c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4h3.8
C5.9,13.5,6.1,13.7,6.1,14"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 10.7 17.5" style="enable-background:new 0 0 10.7 17.5;" xml:space="preserve">
<style type="text/css">
.st0{filter:url(#Adobe_OpacityMaskFilter);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st2{mask:url(#mask-2_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
.st3{filter:url(#Adobe_OpacityMaskFilter_1_);}
.st4{mask:url(#mask-4_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
.st5{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>15_bulb_blue</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-39" transform="translate(1.631579, 1.539474)">
<g id="Group-3" transform="translate(3.542464, 16.488939)">
<g id="Clip-2">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-1.6" y="-1.6" width="3.6"
height="1.1">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.6" y="-1.6" width="3.6" height="1.1" id="mask-2_1_">
<g class="st0">
<polygon id="path-1_1_" class="st1"
points="-1.6,-0.5 2,-0.5 2,-1.6 -1.6,-1.6 "/>
</g>
</mask>
<path id="Fill-1" class="st2" d="M-1.6-1.6c0.3,0.6,1,1.1,1.8,1.1S1.6-0.9,2-1.6H-1.6z"/>
</g>
<g id="Group-6" transform="translate(0.000000, 0.008240)">
<g id="Clip-5">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="-1.6" y="-1.5" width="10.7"
height="13.1">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.6" y="-1.5" width="10.7" height="13.1" id="mask-4_1_">
<g class="st3">
<polygon id="path-3_1_" class="st1"
points="9.1,11.6 9.1,-1.5 -1.6,-1.5 -1.6,11.6 "/>
</g>
</mask>
<path id="Fill-4" class="st4" d="M5.7,11.6c0.4,0,0.7-0.4,0.7-0.7c0-3,2.7-3.4,2.7-7.2c0-2.9-2.4-5.3-5.4-5.3
c-3,0-5.4,2.4-5.4,5.3c0,3.8,2.7,4.2,2.7,7.2c0,0.4,0.4,0.7,0.7,0.7H5.7z"/>
</g>
<path id="Fill-7" class="st5" d="M6.1,12.6c0,0.2-0.2,0.4-0.4,0.4H1.9c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4h3.8
C5.9,12.1,6.1,12.3,6.1,12.6"/>
<path id="Fill-9" class="st5" d="M6.1,14c0,0.2-0.2,0.4-0.4,0.4H1.9c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4h3.8
C5.9,13.5,6.1,13.7,6.1,14"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 10.7 17.5" style="enable-background:new 0 0 10.7 17.5;" xml:space="preserve">
<style type="text/css">
.st0{filter:url(#Adobe_OpacityMaskFilter);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st2{mask:url(#mask-2_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st3{filter:url(#Adobe_OpacityMaskFilter_1_);}
.st4{mask:url(#mask-4_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>15_bulb_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-39" transform="translate(1.631579, 1.539474)">
<g id="Group-3" transform="translate(3.542464, 16.488939)">
<g id="Clip-2">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-1.6" y="-1.6" width="3.6"
height="1.1">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.6" y="-1.6" width="3.6" height="1.1" id="mask-2_1_">
<g class="st0">
<polygon id="path-1_1_" class="st1"
points="-1.6,-0.5 2,-0.5 2,-1.6 -1.6,-1.6 "/>
</g>
</mask>
<path id="Fill-1" class="st2" d="M-1.6-1.6c0.3,0.6,1,1.1,1.8,1.1S1.6-0.9,2-1.6H-1.6z"/>
</g>
<g id="Group-6" transform="translate(0.000000, 0.008240)">
<g id="Clip-5">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="-1.6" y="-1.5" width="10.7"
height="13.1">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.6" y="-1.5" width="10.7" height="13.1" id="mask-4_1_">
<g class="st3">
<polygon id="path-3_1_" class="st1"
points="9.1,11.6 9.1,-1.5 -1.6,-1.5 -1.6,11.6 "/>
</g>
</mask>
<path id="Fill-4" class="st4" d="M5.7,11.6c0.4,0,0.7-0.4,0.7-0.7c0-3,2.7-3.4,2.7-7.2c0-2.9-2.4-5.3-5.4-5.3
c-3,0-5.4,2.4-5.4,5.3c0,3.8,2.7,4.2,2.7,7.2c0,0.4,0.4,0.7,0.7,0.7H5.7z"/>
</g>
<path id="Fill-7" class="st1" d="M6.1,12.6c0,0.2-0.2,0.4-0.4,0.4H1.9c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4h3.8
C5.9,12.1,6.1,12.3,6.1,12.6"/>
<path id="Fill-9" class="st1" d="M6.1,14c0,0.2-0.2,0.4-0.4,0.4H1.9c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.4h3.8
C5.9,13.5,6.1,13.7,6.1,14"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,38 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 14.7 15" style="enable-background:new 0 0 14.7 15;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#94A6B5;}
</style>
<title>06_calendar</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-22" transform="translate(1.000000, 0.750000)">
<g id="Group">
<path id="Fill-1" class="st0" d="M0.8,14.2h11.1c1,0,1.8-0.8,1.8-1.8V2.6c0-1-0.8-1.8-1.8-1.8h0v0.9c0,0.6-0.5,1.1-1.1,1.1h-0.1
c-0.6,0-1.1-0.5-1.1-1.1V0.8l-6.3,0v0.9c0,0.6-0.5,1.1-1.1,1.1l-0.1,0c-0.6,0-1.1-0.5-1.1-1.1V0.8h0c-1,0-1.8,0.8-1.8,1.8v9.9
C-1,13.4-0.2,14.2,0.8,14.2L0.8,14.2z M0,4.7h12.6v7.7c0,0.4-0.3,0.8-0.8,0.8H0.8c-0.4,0-0.8-0.3-0.8-0.8L0,4.7z"/>
<polygon id="Fill-2" class="st0" points="1.2,7.4 3.4,7.4 3.4,5.7 1.2,5.7 "/>
<polygon id="Fill-3" class="st0" points="3.9,7.4 6.1,7.4 6.1,5.7 3.9,5.7 "/>
<polygon id="Fill-4" class="st0" points="6.6,7.4 8.7,7.4 8.7,5.7 6.6,5.7 "/>
<polygon id="Fill-5" class="st0" points="9.3,7.4 11.4,7.4 11.4,5.7 9.3,5.7 "/>
<polygon id="Fill-6" class="st0" points="1.2,9.7 3.4,9.7 3.4,8 1.2,8 "/>
<polygon id="Fill-7" class="st0" points="3.9,9.7 6.1,9.7 6.1,8 3.9,8 "/>
<polygon id="Fill-8" class="st0" points="6.6,9.7 8.7,9.7 8.7,8 6.6,8 "/>
<polygon id="Fill-9" class="st0" points="9.3,9.7 11.4,9.7 11.4,8 9.3,8 "/>
<polygon id="Fill-10" class="st0" points="1.2,11.9 3.4,11.9 3.4,10.2 1.2,10.2 "/>
<polygon id="Fill-11" class="st0" points="3.9,11.9 6.1,11.9 6.1,10.2 3.9,10.2 "/>
<polygon id="Fill-12" class="st0" points="6.6,11.9 8.7,11.9 8.7,10.2 6.6,10.2 "/>
<polygon id="Fill-13" class="st0" points="9.3,11.9 11.4,11.9 11.4,10.2 9.3,10.2 "/>
<path id="Fill-14" class="st0" d="M2.1,2.3c0.4,0,0.6-0.3,0.6-0.6v-1.7c0-0.4-0.3-0.6-0.6-0.6H1.9c-0.4,0-0.6,0.3-0.6,0.6v1.7
c0,0.4,0.3,0.6,0.6,0.6L2.1,2.3z"/>
<path id="Fill-15" class="st0" d="M10.7,2.3c0.4,0,0.6-0.3,0.6-0.6v-1.7c0-0.4-0.3-0.6-0.6-0.6h-0.1c-0.4,0-0.6,0.3-0.6,0.6v1.7
c0,0.4,0.3,0.6,0.6,0.6L10.7,2.3z"/>
</g>
<title>Calendar Icon</title>
<g id="Group-13-Copy-2" transform="translate(1.263158, 0.973684)">
<path id="Fill-1" class="st0" d="M0.5,14h11.1c1,0,1.8-0.8,1.8-1.8V2.3c0-1-0.8-1.8-1.8-1.8h0v0.9c0,0.6-0.5,1.1-1.1,1.1h-0.1
C9.7,2.5,9.2,2,9.2,1.4V0.5l-6.3,0v0.9c0,0.6-0.5,1.1-1.1,1.1l-0.1,0C1,2.5,0.5,2,0.5,1.4V0.5h0c-1,0-1.8,0.8-1.8,1.8v9.9
C-1.3,13.2-0.5,14,0.5,14L0.5,14z M-0.2,4.5h12.6v7.7c0,0.4-0.3,0.8-0.8,0.8H0.5c-0.4,0-0.8-0.3-0.8-0.8L-0.2,4.5z"/>
<polygon id="Fill-2" class="st0" points="1,7.2 3.1,7.2 3.1,5.5 1,5.5 "/>
<polygon id="Fill-3" class="st0" points="3.7,7.2 5.8,7.2 5.8,5.5 3.7,5.5 "/>
<polygon id="Fill-4" class="st0" points="6.3,7.2 8.5,7.2 8.5,5.5 6.3,5.5 "/>
<polygon id="Fill-5" class="st0" points="9,7.2 11.2,7.2 11.2,5.5 9,5.5 "/>
<polygon id="Fill-6" class="st0" points="1,9.5 3.1,9.5 3.1,7.7 1,7.7 "/>
<polygon id="Fill-7" class="st0" points="3.7,9.5 5.8,9.5 5.8,7.7 3.7,7.7 "/>
<polygon id="Fill-8" class="st0" points="6.3,9.5 8.5,9.5 8.5,7.7 6.3,7.7 "/>
<polygon id="Fill-9" class="st0" points="9,9.5 11.2,9.5 11.2,7.7 9,7.7 "/>
<polygon id="Fill-10" class="st0" points="1,11.7 3.1,11.7 3.1,10 1,10 "/>
<polygon id="Fill-11" class="st0" points="3.7,11.7 5.8,11.7 5.8,10 3.7,10 "/>
<polygon id="Fill-12" class="st0" points="6.3,11.7 8.5,11.7 8.5,10 6.3,10 "/>
<polygon id="Fill-13" class="st0" points="9,11.7 11.2,11.7 11.2,10 9,10 "/>
<path id="Fill-14" class="st0" d="M1.8,2c0.4,0,0.6-0.3,0.6-0.6v-1.7C2.4-0.7,2.2-1,1.8-1H1.7C1.3-1,1-0.7,1-0.3v1.7
C1,1.7,1.3,2,1.7,2L1.8,2z"/>
<path id="Fill-15" class="st0" d="M10.5,2c0.4,0,0.6-0.3,0.6-0.6v-1.7c0-0.4-0.3-0.6-0.6-0.6h-0.1C10-1,9.7-0.7,9.7-0.3v1.7
C9.7,1.7,10,2,10.3,2L10.5,2z"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

View file

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 15.5 15.9" style="enable-background:new 0 0 15.5 15.9;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.7;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#A9A6B2;}
</style>
<title>01_calendar_grey</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" class="st0">
<g>
<g id="Page-1-Copy-7" transform="translate(1.250000, 1.409903)">
<g id="Group">
<path id="Fill-1" class="st1" d="M0.7,14.4h11.7c1.1,0,1.9-0.9,1.9-1.9V2.1c0-1.1-0.9-1.9-1.9-1.9h0v0.9c0,0.7-0.5,1.2-1.2,1.2
H11c-0.7,0-1.2-0.5-1.2-1.2V0.2l-6.7,0v0.9c0,0.7-0.5,1.2-1.2,1.2l-0.1,0c-0.7,0-1.2-0.5-1.2-1.2V0.2h0c-1.1,0-1.9,0.9-1.9,1.9
v10.4C-1.2,13.6-0.4,14.4,0.7,14.4L0.7,14.4z M-0.2,4.4h13.3v8.1c0,0.4-0.4,0.8-0.8,0.8H0.7c-0.4,0-0.8-0.4-0.8-0.8L-0.2,4.4z"
/>
<polygon id="Fill-2" class="st1" points="1.1,7.3 3.4,7.3 3.4,5.4 1.1,5.4 "/>
<polygon id="Fill-3" class="st1" points="4,7.3 6.2,7.3 6.2,5.4 4,5.4 "/>
<polygon id="Fill-4" class="st1" points="6.8,7.3 9.1,7.3 9.1,5.4 6.8,5.4 "/>
<polygon id="Fill-5" class="st1" points="9.6,7.3 11.9,7.3 11.9,5.4 9.6,5.4 "/>
<polygon id="Fill-6" class="st1" points="1.1,9.6 3.4,9.6 3.4,7.8 1.1,7.8 "/>
<polygon id="Fill-7" class="st1" points="4,9.6 6.2,9.6 6.2,7.8 4,7.8 "/>
<polygon id="Fill-8" class="st1" points="6.8,9.6 9.1,9.6 9.1,7.8 6.8,7.8 "/>
<polygon id="Fill-9" class="st1" points="9.6,9.6 11.9,9.6 11.9,7.8 9.6,7.8 "/>
<polygon id="Fill-10" class="st1" points="1.1,12 3.4,12 3.4,10.2 1.1,10.2 "/>
<polygon id="Fill-11" class="st1" points="4,12 6.2,12 6.2,10.2 4,10.2 "/>
<polygon id="Fill-12" class="st1" points="6.8,12 9.1,12 9.1,10.2 6.8,10.2 "/>
<polygon id="Fill-13" class="st1" points="9.6,12 11.9,12 11.9,10.2 9.6,10.2 "/>
<path id="Fill-14" class="st1" d="M2,1.8c0.4,0,0.7-0.3,0.7-0.7v-1.8c0-0.4-0.3-0.7-0.7-0.7H1.9c-0.4,0-0.7,0.3-0.7,0.7v1.8
c0,0.4,0.3,0.7,0.7,0.7L2,1.8z"/>
<path id="Fill-15" class="st1" d="M11.2,1.8c0.4,0,0.7-0.3,0.7-0.7v-1.8c0-0.4-0.3-0.7-0.7-0.7H11c-0.4,0-0.7,0.3-0.7,0.7v1.8
c0,0.4,0.3,0.7,0.7,0.7L11.2,1.8z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="21px" height="21px" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>17_calendar_hover</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="17_calendar_hover" fill="#F08377">
<g id="Page-1-Copy-42" transform="translate(1.500000, 1.000000)">
<path d="M16.9133245,2.33541493 L15.1463679,2.33541493 L15.1463679,4.85729957 C15.1463679,5.6824359 14.5138096,6.34171369 13.719585,6.34171369 L13.2697626,6.34171369 C12.4755381,6.34171369 11.8429797,5.6824359 11.8429797,4.85729957 L11.8429797,2.33541493 L6.43107573,2.33541493 L6.43107573,4.85729957 C6.43107573,5.6824359 5.78657011,6.34171369 4.9930473,6.34171369 L4.54322484,6.34171369 C3.74970204,6.34171369 3.09254741,5.6824359 3.09254741,4.85729957 L3.09254741,2.33541493 L1.07950211,2.33541493 C0.485592523,2.33541493 -7.17261526e-05,2.8541142 -7.17261526e-05,3.47121664 L-7.17261526e-05,17.8711128 C-7.17261526e-05,18.4882153 0.485592523,18.992862 1.07950211,18.992862 L16.9132525,18.992862 C17.5071621,18.992862 17.9928264,18.4882153 17.9928264,17.8711128 L17.9928264,3.47121664 C17.9928264,2.8541142 17.5071621,2.33541493 16.9132525,2.33541493 L16.9133245,2.33541493 Z M5.62278076,16.0494222 C5.62278076,16.277842 5.43793971,16.4627011 5.20950187,16.4627011 L2.87330394,16.4627011 C2.6448841,16.4627011 2.46002506,16.27786 2.46002506,16.0494222 L2.46002506,14.2044304 L2.46002506,14.2051339 C2.46002506,13.976714 2.6448661,13.791855 2.87330394,13.791855 L5.21022159,13.791855 L5.20951807,13.791855 C5.43793791,13.791855 5.62279695,13.9766961 5.62279695,14.2051339 L5.62279695,16.0501257 L5.62278076,16.0494222 Z M5.62278076,11.5862837 C5.62278076,11.8147036 5.43793971,11.9995626 5.20950187,11.9995626 L2.87330394,11.9995626 C2.6448841,11.9995626 2.46002506,11.8147216 2.46002506,11.5862837 L2.46002506,9.74129192 L2.46002506,9.74199544 C2.46002506,9.51357559 2.6448661,9.32871656 2.87330394,9.32871656 L5.21022159,9.32871656 L5.20951807,9.32871656 C5.43793791,9.32871656 5.62279695,9.5135576 5.62279695,9.74199544 L5.62279695,11.5869872 L5.62278076,11.5862837 Z M10.5778451,16.0494222 C10.5778451,16.277842 10.393004,16.4627011 10.1645662,16.4627011 L7.82764852,16.4627011 L7.82835204,16.4627011 C7.5999322,16.4627011 7.41507316,16.27786 7.41507316,16.0494222 L7.41507316,14.2044304 L7.41507316,14.2051339 C7.41507316,13.976714 7.59991421,13.791855 7.82835204,13.791855 L10.1652697,13.791855 L10.1645662,13.791855 C10.392986,13.791855 10.5778451,13.9766961 10.5778451,14.2051339 L10.5778451,16.0501257 L10.5778451,16.0494222 Z M10.5778451,11.5862837 C10.5778451,11.8147036 10.393004,11.9995626 10.1645662,11.9995626 L7.82764852,11.9995626 L7.82835204,11.9995626 C7.5999322,11.9995626 7.41507316,11.8147216 7.41507316,11.5862837 L7.41507316,9.74129192 L7.41507316,9.74199544 C7.41507316,9.51357559 7.59991421,9.32871656 7.82835204,9.32871656 L10.1652697,9.32871656 L10.1645662,9.32871656 C10.392986,9.32871656 10.5778451,9.5135576 10.5778451,9.74199544 L10.5778451,11.5869872 L10.5778451,11.5862837 Z M15.6383477,16.0494222 C15.6383477,16.277842 15.4535067,16.4627011 15.2250688,16.4627011 L12.8881512,16.4627011 L12.8888547,16.4627011 C12.6604349,16.4627011 12.4755758,16.27786 12.4755758,16.0494222 L12.4755758,14.2044304 L12.4755758,14.2051339 C12.4755758,13.976714 12.6604169,13.791855 12.8888547,13.791855 L15.2257724,13.791855 L15.2250688,13.791855 C15.4534887,13.791855 15.6383477,13.9766961 15.6383477,14.2051339 L15.6383477,16.0501257 L15.6383477,16.0494222 Z M15.6383477,11.5862837 C15.6383477,11.8147036 15.4535067,11.9995626 15.2250688,11.9995626 L12.8881512,11.9995626 L12.8888547,11.9995626 C12.6604349,11.9995626 12.4755758,11.8147216 12.4755758,11.5862837 L12.4755758,9.74129192 L12.4755758,9.74199544 C12.4755758,9.51357559 12.6604169,9.32871656 12.8888547,9.32871656 L15.2257724,9.32871656 L15.2250688,9.32871656 C15.4534887,9.32871656 15.6383477,9.5135576 15.6383477,9.74199544 L15.6383477,11.5869872 L15.6383477,11.5862837 Z"
id="Fill-1"></path>
<path d="M4.99302931,4.70910137 C5.43934316,4.70910137 5.7984994,4.32254195 5.7984994,3.85724559 L5.7984994,0.841995675 C5.7984994,0.377419037 5.43934316,-1.79928984e-05 4.99302931,-1.79928984e-05 L4.54320685,-1.79928984e-05 C4.09689301,-1.79928984e-05 3.72508775,0.377419037 3.72508775,0.841995675 L3.72508775,3.85796531 C3.72508775,4.32254195 4.09689301,4.70911937 4.54320685,4.70911937 L4.99302931,4.70910137 Z"
id="Fill-2"></path>
<path d="M13.719585,4.70910137 C14.1658989,4.70910137 14.5138096,4.32254195 14.5138096,3.85724559 L14.5138096,0.841275959 C14.5138096,0.377401044 14.1658989,-3.59857968e-05 13.719585,-3.59857968e-05 L13.2697626,-3.59857968e-05 C12.8234487,-3.59857968e-05 12.4755381,0.377401044 12.4755381,0.841275959 L12.4755381,3.85724559 C12.4755381,4.32252395 12.8234487,4.70910137 13.2697626,4.70910137 L13.719585,4.70910137 Z"
id="Fill-3"></path>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 41.4 32" style="enable-background:new 0 0 41.4 32;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F2F6F7;}
.st1{fill:#82ACB4;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#82ACB4;}
</style>
<title>14_calendar_icon</title>
<desc>Created with Sketch.</desc>
<g>
<rect id="path-1_1_" x="30" y="11" class="st0" width="11.4" height="8"/>
</g>
<circle id="Oval-Copy-3_1_" class="st0" cx="16" cy="16" r="15"/>
<path class="st1" d="M16,32C7.2,32,0,24.8,0,16S7.2,0,16,0s16,7.2,16,16S24.8,32,16,32z M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14
s14-6.3,14-14S23.7,2,16,2z"/>
<polygon class="st1" points="41.4,17 32,17 32,13 41.4,13 41.4,11 30,11 30,19 41.4,19 "/>
<g id="Page-1-Copy-38" transform="translate(10.657895, 8.763158)">
<g id="Group">
<path id="Fill-1" class="st2" d="M0.2,14.2h11.1c1,0,1.8-0.8,1.8-1.8V2.6c0-1-0.8-1.8-1.8-1.8h0v0.9c0,0.6-0.5,1.1-1.1,1.1H10
c-0.6,0-1.1-0.5-1.1-1.1V0.8l-6.3,0v0.9c0,0.6-0.5,1.1-1.1,1.1l-0.1,0c-0.6,0-1.1-0.5-1.1-1.1V0.8h0c-1,0-1.8,0.8-1.8,1.8v9.9
C-1.6,13.4-0.8,14.2,0.2,14.2L0.2,14.2z M-0.6,4.7H12v7.7c0,0.4-0.3,0.8-0.8,0.8H0.2c-0.4,0-0.8-0.3-0.8-0.8L-0.6,4.7z"/>
<polygon id="Fill-2" class="st2" points="0.6,7.4 2.8,7.4 2.8,5.7 0.6,5.7 "/>
<polygon id="Fill-3" class="st2" points="3.3,7.4 5.4,7.4 5.4,5.7 3.3,5.7 "/>
<polygon id="Fill-4" class="st2" points="6,7.4 8.1,7.4 8.1,5.7 6,5.7 "/>
<polygon id="Fill-5" class="st2" points="8.6,7.4 10.8,7.4 10.8,5.7 8.6,5.7 "/>
<polygon id="Fill-6" class="st2" points="0.6,9.7 2.8,9.7 2.8,8 0.6,8 "/>
<polygon id="Fill-7" class="st2" points="3.3,9.7 5.4,9.7 5.4,8 3.3,8 "/>
<polygon id="Fill-8" class="st2" points="6,9.7 8.1,9.7 8.1,8 6,8 "/>
<polygon id="Fill-9" class="st2" points="8.6,9.7 10.8,9.7 10.8,8 8.6,8 "/>
<polygon id="Fill-10" class="st2" points="0.6,11.9 2.8,11.9 2.8,10.2 0.6,10.2 "/>
<polygon id="Fill-11" class="st2" points="3.3,11.9 5.4,11.9 5.4,10.2 3.3,10.2 "/>
<polygon id="Fill-12" class="st2" points="6,11.9 8.1,11.9 8.1,10.2 6,10.2 "/>
<polygon id="Fill-13" class="st2" points="8.6,11.9 10.8,11.9 10.8,10.2 8.6,10.2 "/>
<path id="Fill-14" class="st2" d="M1.4,2.3c0.4,0,0.6-0.3,0.6-0.6v-1.7c0-0.4-0.3-0.6-0.6-0.6H1.3C1-0.8,0.7-0.5,0.7-0.1v1.7
C0.7,2,1,2.3,1.3,2.3L1.4,2.3z"/>
<path id="Fill-15" class="st2" d="M10.1,2.3c0.4,0,0.6-0.3,0.6-0.6v-1.7c0-0.4-0.3-0.6-0.6-0.6H10c-0.4,0-0.6,0.3-0.6,0.6v1.7
C9.3,2,9.6,2.3,10,2.3L10.1,2.3z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 17 16" style="enable-background:new 0 0 17 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#AA9DCC;}
</style>
<title>02_calendar_purple</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Group-5-Copy" transform="translate(1.000000, 1.250000)">
<path id="Fill-1" class="st0" d="M15,0.7h-1.7v2.1c0,0.7-0.6,1.3-1.3,1.3h-0.4c-0.8,0-1.3-0.6-1.3-1.3V0.7H5.1v2.1
c0,0.7-0.6,1.3-1.4,1.3H3.3c-0.7,0-1.4-0.6-1.4-1.3V0.7H0c-0.6,0-1,0.4-1,1v12.1c0,0.5,0.5,0.9,1,0.9h15c0.6,0,1-0.4,1-0.9V1.7
C16,1.2,15.5,0.7,15,0.7L15,0.7z M4.3,12.3c0,0.2-0.2,0.3-0.4,0.3H1.7c-0.2,0-0.4-0.2-0.4-0.3v-1.6v0c0-0.2,0.2-0.3,0.4-0.3h2.2
h0c0.2,0,0.4,0.2,0.4,0.3L4.3,12.3L4.3,12.3z M4.3,8.5c0,0.2-0.2,0.3-0.4,0.3H1.7c-0.2,0-0.4-0.2-0.4-0.3V7v0
c0-0.2,0.2-0.3,0.4-0.3h2.2h0c0.2,0,0.4,0.2,0.4,0.3L4.3,8.5L4.3,8.5z M9,12.3c0,0.2-0.2,0.3-0.4,0.3H6.4h0
c-0.2,0-0.4-0.2-0.4-0.3v-1.6v0c0-0.2,0.2-0.3,0.4-0.3h2.2h0c0.2,0,0.4,0.2,0.4,0.3V12.3L9,12.3z M9,8.5c0,0.2-0.2,0.3-0.4,0.3
H6.4h0C6.2,8.9,6,8.7,6,8.5V7v0c0-0.2,0.2-0.3,0.4-0.3h2.2h0C8.8,6.6,9,6.8,9,7V8.5L9,8.5z M13.8,12.3c0,0.2-0.2,0.3-0.4,0.3
h-2.2h0c-0.2,0-0.4-0.2-0.4-0.3v-1.6v0c0-0.2,0.2-0.3,0.4-0.3h2.2h0c0.2,0,0.4,0.2,0.4,0.3V12.3L13.8,12.3z M13.8,8.5
c0,0.2-0.2,0.3-0.4,0.3h-2.2h0c-0.2,0-0.4-0.2-0.4-0.3V7v0c0-0.2,0.2-0.3,0.4-0.3h2.2h0c0.2,0,0.4,0.2,0.4,0.3V8.5L13.8,8.5z"/>
<path id="Fill-2" class="st0" d="M3.7,2.7c0.4,0,0.8-0.3,0.8-0.7v-2.5c0-0.4-0.3-0.7-0.8-0.7H3.3c-0.4,0-0.8,0.3-0.8,0.7V2
c0,0.4,0.4,0.7,0.8,0.7L3.7,2.7z"/>
<path id="Fill-3" class="st0" d="M12,2.7c0.4,0,0.8-0.3,0.8-0.7v-2.5c0-0.4-0.3-0.7-0.8-0.7h-0.4c-0.4,0-0.8,0.3-0.8,0.7V2
c0,0.4,0.3,0.7,0.8,0.7H12z"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="19px" height="19px" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>02_calendar_purple_hover</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="02_calendar_purple_hover" fill="#8D74CC">
<g id="Group-5-Copy" transform="translate(1.000000, 1.250000)">
<path d="M15.9736954,1.9666652 L14.304903,1.9666652 L14.304903,4.09035753 C14.304903,4.78520918 13.7074868,5.34039048 12.9573859,5.34039048 L12.5325536,5.34039048 C11.7824526,5.34039048 11.1850364,4.78520918 11.1850364,4.09035753 L11.1850364,1.9666652 L6.07379375,1.9666652 L6.07379375,4.09035753 C6.07379375,4.78520918 5.46509399,5.34039048 4.71565579,5.34039048 L4.29082346,5.34039048 C3.54138526,5.34039048 2.92073922,4.78520918 2.92073922,4.09035753 L2.92073922,1.9666652 L1.01952977,1.9666652 C0.45861516,1.9666652 -6.77413674e-05,2.40346459 -6.77413674e-05,2.9231298 L-6.77413674e-05,15.0493582 C-6.77413674e-05,15.5690234 0.45861516,15.9939891 1.01952977,15.9939891 L15.9736274,15.9939891 C16.534542,15.9939891 16.993225,15.5690234 16.993225,15.0493582 L16.993225,2.9231298 C16.993225,2.40346459 16.534542,1.9666652 15.9736274,1.9666652 L15.9736954,1.9666652 Z M5.31040405,13.5153029 C5.31040405,13.7076564 5.13583195,13.8633272 4.9200851,13.8633272 L2.71367594,13.8633272 C2.49794609,13.8633272 2.323357,13.7076716 2.323357,13.5153029 L2.323357,11.9616256 L2.323357,11.962218 C2.323357,11.7698645 2.4979291,11.6141937 2.71367594,11.6141937 L4.92076483,11.6141937 L4.9201004,11.6141937 C5.13583025,11.6141937 5.31041934,11.7698493 5.31041934,11.962218 L5.31041934,13.5158953 L5.31040405,13.5153029 Z M5.31040405,9.7568705 C5.31040405,9.94922406 5.13583195,10.1048948 4.9200851,10.1048948 L2.71367594,10.1048948 C2.49794609,10.1048948 2.323357,9.94923921 2.323357,9.7568705 L2.323357,8.20319319 L2.323357,8.20378563 C2.323357,8.01143208 2.4979291,7.85576131 2.71367594,7.85576131 L4.92076483,7.85576131 L4.9201004,7.85576131 C5.13583025,7.85576131 5.31041934,8.01141693 5.31041934,8.20378563 L5.31041934,9.75746294 L5.31040405,9.7568705 Z M9.99018699,13.5153029 C9.99018699,13.7076564 9.8156149,13.8633272 9.59986805,13.8633272 L7.39277916,13.8633272 L7.3934436,13.8633272 C7.17771374,13.8633272 7.00312465,13.7076716 7.00312465,13.5153029 L7.00312465,11.9616256 L7.00312465,11.962218 C7.00312465,11.7698645 7.17769675,11.6141937 7.3934436,11.6141937 L9.60053249,11.6141937 L9.59986805,11.6141937 C9.8155979,11.6141937 9.99018699,11.7698493 9.99018699,11.962218 L9.99018699,13.5158953 L9.99018699,13.5153029 Z M9.99018699,9.7568705 C9.99018699,9.94922406 9.8156149,10.1048948 9.59986805,10.1048948 L7.39277916,10.1048948 L7.3934436,10.1048948 C7.17771374,10.1048948 7.00312465,9.94923921 7.00312465,9.7568705 L7.00312465,8.20319319 L7.00312465,8.20378563 C7.00312465,8.01143208 7.17769675,7.85576131 7.3934436,7.85576131 L9.60053249,7.85576131 L9.59986805,7.85576131 C9.8155979,7.85576131 9.99018699,8.01141693 9.99018699,8.20378563 L9.99018699,9.75746294 L9.99018699,9.7568705 Z M14.7695506,13.5153029 C14.7695506,13.7076564 14.5949785,13.8633272 14.3792317,13.8633272 L12.1721428,13.8633272 L12.1728072,13.8633272 C11.9570774,13.8633272 11.7824883,13.7076716 11.7824883,13.5153029 L11.7824883,11.9616256 L11.7824883,11.962218 C11.7824883,11.7698645 11.9570604,11.6141937 12.1728072,11.6141937 L14.3798961,11.6141937 L14.3792317,11.6141937 C14.5949615,11.6141937 14.7695506,11.7698493 14.7695506,11.962218 L14.7695506,13.5158953 L14.7695506,13.5153029 Z M14.7695506,9.7568705 C14.7695506,9.94922406 14.5949785,10.1048948 14.3792317,10.1048948 L12.1721428,10.1048948 L12.1728072,10.1048948 C11.9570774,10.1048948 11.7824883,9.94923921 11.7824883,9.7568705 L11.7824883,8.20319319 L11.7824883,8.20378563 C11.7824883,8.01143208 11.9570604,7.85576131 12.1728072,7.85576131 L14.3798961,7.85576131 L14.3792317,7.85576131 C14.5949615,7.85576131 14.7695506,8.01141693 14.7695506,8.20378563 L14.7695506,9.75746294 L14.7695506,9.7568705 Z"
id="Fill-1"></path>
<path d="M4.71563879,3.96555905 C5.13715743,3.96555905 5.47636055,3.64003532 5.47636055,3.24820681 L5.47636055,0.709048989 C5.47636055,0.317826558 5.13715743,-1.51519144e-05 4.71563879,-1.51519144e-05 L4.29080647,-1.51519144e-05 C3.86928784,-1.51519144e-05 3.51813843,0.317826558 3.51813843,0.709048989 L3.51813843,3.24881289 C3.51813843,3.64003532 3.86928784,3.9655742 4.29080647,3.9655742 L4.71563879,3.96555905 Z"
id="Fill-2"></path>
<path d="M12.9573859,3.96555905 C13.3789045,3.96555905 13.7074868,3.64003532 13.7074868,3.24820681 L13.7074868,0.708442912 C13.7074868,0.317811406 13.3789045,-3.03038289e-05 12.9573859,-3.03038289e-05 L12.5325536,-3.03038289e-05 C12.1110349,-3.03038289e-05 11.7824526,0.317811406 11.7824526,0.708442912 L11.7824526,3.24820681 C11.7824526,3.64002017 12.1110349,3.96555905 12.5325536,3.96555905 L12.9573859,3.96555905 Z"
id="Fill-3"></path>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -1,16 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 18 19" style="enable-background:new 0 0 18 19;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>17_calendar</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-42" transform="translate(1.500000, 1.000000)">
<title>Calendar Icon</title>
<g id="Page-1-Copy-42" transform="translate(1.500000, 1.000000)">
<path id="Fill-1" class="st0" d="M15.4,1.3h-1.8v2.5c0,0.8-0.6,1.5-1.4,1.5h-0.4c-0.8,0-1.4-0.7-1.4-1.5V1.3H4.9v2.5
c0,0.8-0.6,1.5-1.4,1.5H3c-0.8,0-1.5-0.7-1.5-1.5V1.3h-2c-0.6,0-1.1,0.5-1.1,1.1v14.4c0,0.6,0.5,1.1,1.1,1.1h15.8
c0.6,0,1.1-0.5,1.1-1.1V2.5C16.5,1.9,16,1.3,15.4,1.3L15.4,1.3z M4.1,15c0,0.2-0.2,0.4-0.4,0.4H1.4C1.1,15.5,1,15.3,1,15v-1.8v0
@ -21,11 +14,9 @@
c0,0.2-0.2,0.4-0.4,0.4h-2.3h0c-0.2,0-0.4-0.2-0.4-0.4v-1.8v0c0-0.2,0.2-0.4,0.4-0.4h2.3h0c0.2,0,0.4,0.2,0.4,0.4V15L14.1,15z
M14.1,10.6c0,0.2-0.2,0.4-0.4,0.4h-2.3h0c-0.2,0-0.4-0.2-0.4-0.4V8.7v0c0-0.2,0.2-0.4,0.4-0.4h2.3h0c0.2,0,0.4,0.2,0.4,0.4V10.6
L14.1,10.6z"/>
<path id="Fill-2" class="st0" d="M3.5,3.7c0.4,0,0.8-0.4,0.8-0.9v-3C4.3-0.6,3.9-1,3.5-1H3C2.6-1,2.2-0.6,2.2-0.2v3
<path id="Fill-2" class="st0" d="M3.5,3.7c0.4,0,0.8-0.4,0.8-0.9v-3C4.3-0.6,3.9-1,3.5-1H3C2.6-1,2.2-0.6,2.2-0.2v3
c0,0.5,0.4,0.9,0.8,0.9L3.5,3.7z"/>
<path id="Fill-3" class="st0" d="M12.2,3.7c0.4,0,0.8-0.4,0.8-0.9v-3C13-0.6,12.7-1,12.2-1h-0.4C11.3-1,11-0.6,11-0.2v3
<path id="Fill-3" class="st0" d="M12.2,3.7c0.4,0,0.8-0.4,0.8-0.9v-3C13-0.6,12.7-1,12.2-1h-0.4C11.3-1,11-0.6,11-0.2v3
c0,0.5,0.3,0.9,0.8,0.9H12.2z"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 14.7 15" style="enable-background:new 0 0 14.7 15;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>12_calendar_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Group-13-Copy-2" transform="translate(1.263158, 0.973684)">
<path id="Fill-1" class="st0" d="M0.5,14h11.1c1,0,1.8-0.8,1.8-1.8V2.3c0-1-0.8-1.8-1.8-1.8h0v0.9c0,0.6-0.5,1.1-1.1,1.1h-0.1
C9.7,2.5,9.2,2,9.2,1.4V0.5l-6.3,0v0.9c0,0.6-0.5,1.1-1.1,1.1l-0.1,0C1,2.5,0.5,2,0.5,1.4V0.5h0c-1,0-1.8,0.8-1.8,1.8v9.9
C-1.3,13.2-0.5,14,0.5,14L0.5,14z M-0.2,4.5h12.6v7.7c0,0.4-0.3,0.8-0.8,0.8H0.5c-0.4,0-0.8-0.3-0.8-0.8L-0.2,4.5z"/>
<polygon id="Fill-2" class="st0" points="1,7.2 3.1,7.2 3.1,5.5 1,5.5 "/>
<polygon id="Fill-3" class="st0" points="3.7,7.2 5.8,7.2 5.8,5.5 3.7,5.5 "/>
<polygon id="Fill-4" class="st0" points="6.3,7.2 8.5,7.2 8.5,5.5 6.3,5.5 "/>
<polygon id="Fill-5" class="st0" points="9,7.2 11.2,7.2 11.2,5.5 9,5.5 "/>
<polygon id="Fill-6" class="st0" points="1,9.5 3.1,9.5 3.1,7.7 1,7.7 "/>
<polygon id="Fill-7" class="st0" points="3.7,9.5 5.8,9.5 5.8,7.7 3.7,7.7 "/>
<polygon id="Fill-8" class="st0" points="6.3,9.5 8.5,9.5 8.5,7.7 6.3,7.7 "/>
<polygon id="Fill-9" class="st0" points="9,9.5 11.2,9.5 11.2,7.7 9,7.7 "/>
<polygon id="Fill-10" class="st0" points="1,11.7 3.1,11.7 3.1,10 1,10 "/>
<polygon id="Fill-11" class="st0" points="3.7,11.7 5.8,11.7 5.8,10 3.7,10 "/>
<polygon id="Fill-12" class="st0" points="6.3,11.7 8.5,11.7 8.5,10 6.3,10 "/>
<polygon id="Fill-13" class="st0" points="9,11.7 11.2,11.7 11.2,10 9,10 "/>
<path id="Fill-14" class="st0" d="M1.8,2c0.4,0,0.6-0.3,0.6-0.6v-1.7C2.4-0.7,2.2-1,1.8-1H1.7C1.3-1,1-0.7,1-0.3v1.7
C1,1.7,1.3,2,1.7,2L1.8,2z"/>
<path id="Fill-15" class="st0" d="M10.5,2c0.4,0,0.6-0.3,0.6-0.6v-1.7c0-0.4-0.3-0.6-0.6-0.6h-0.1C10-1,9.7-0.7,9.7-0.3v1.7
C9.7,1.7,10,2,10.3,2L10.5,2z"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 41.4 32" style="enable-background:new 0 0 41.4 32;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FDF8F1;}
.st1{fill:#F0C079;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#F0C079;}
</style>
<title>14_calls_icon</title>
<desc>Created with Sketch.</desc>
<g>
<rect id="path-1_1_" x="30" y="11" class="st0" width="11.4" height="8"/>
</g>
<circle id="Oval-Copy-3_1_" class="st0" cx="16" cy="16" r="15"/>
<path class="st1" d="M16,32C7.2,32,0,24.8,0,16S7.2,0,16,0s16,7.2,16,16S24.8,32,16,32z M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14
s14-6.3,14-14S23.7,2,16,2z"/>
<polygon class="st1" points="41.4,17 32,17 32,13 41.4,13 41.4,11 30,11 30,19 41.4,19 "/>
<path id="Page-1-Copy-36" class="st2" d="M9.2,10.9l2.2-2.2c0.3-0.2,0.7-0.3,0.9,0l2,3.4c0.1,0.3,0.2,0.6,0,0.9l-0.7,0.7
c-0.6,0.6-0.6,1.6,0,2.2c0.9,0.9,1.7,1.7,2.6,2.5c0.6,0.6,1.6,0.6,2.2,0l0.7-0.7c0.3-0.2,0.6-0.1,0.9,0.1l3.4,2
c0.3,0.2,0.2,0.6,0,0.9l-2.2,2.2C17.1,24,8.1,14.9,9.2,10.9L9.2,10.9z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_1_a</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_1_a">
<rect id="Rectangle-11" stroke="#FFFFFF" x="0.5" y="0.5" width="15" height="15" rx="3"></rect>
<path d="M6.07867966,8.2 L3.33933983,10.9393398 C2.75355339,11.5251263 2.75355339,12.4748737 3.33933983,13.0606602 C3.92512627,13.6464466 4.87487373,13.6464466 5.46066017,13.0606602 L8.2,10.3213203 L10.9393398,13.0606602 C11.5251263,13.6464466 12.4748737,13.6464466 13.0606602,13.0606602 C13.6464466,12.4748737 13.6464466,11.5251263 13.0606602,10.9393398 L10.3213203,8.2 L13.0606602,5.46066017 C13.6464466,4.87487373 13.6464466,3.92512627 13.0606602,3.33933983 C12.4748737,2.75355339 11.5251263,2.75355339 10.9393398,3.33933983 L8.2,6.07867966 L5.46066017,3.33933983 C4.87487373,2.75355339 3.92512627,2.75355339 3.33933983,3.33933983 C2.75355339,3.92512627 2.75355339,4.87487373 3.33933983,5.46066017 L6.07867966,8.2 Z"
id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_1_b</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_1_b" fill-rule="nonzero" fill="#FFFFFF">
<path d="M4.07867966,6.2 L1.33933983,8.93933983 C0.753553391,9.52512627 0.753553391,10.4748737 1.33933983,11.0606602 C1.92512627,11.6464466 2.87487373,11.6464466 3.46066017,11.0606602 L6.2,8.32132034 L8.93933983,11.0606602 C9.52512627,11.6464466 10.4748737,11.6464466 11.0606602,11.0606602 C11.6464466,10.4748737 11.6464466,9.52512627 11.0606602,8.93933983 L8.32132034,6.2 L11.0606602,3.46066017 C11.6464466,2.87487373 11.6464466,1.92512627 11.0606602,1.33933983 C10.4748737,0.753553391 9.52512627,0.753553391 8.93933983,1.33933983 L6.2,4.07867966 L3.46066017,1.33933983 C2.87487373,0.753553391 1.92512627,0.753553391 1.33933983,1.33933983 C0.753553391,1.92512627 0.753553391,2.87487373 1.33933983,3.46066017 L4.07867966,6.2 Z"
id="Combined-Shape"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_2_a</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_2_a">
<path d="M6.07867966,8.2 L3.33933983,10.9393398 C2.75355339,11.5251263 2.75355339,12.4748737 3.33933983,13.0606602 C3.92512627,13.6464466 4.87487373,13.6464466 5.46066017,13.0606602 L8.2,10.3213203 L10.9393398,13.0606602 C11.5251263,13.6464466 12.4748737,13.6464466 13.0606602,13.0606602 C13.6464466,12.4748737 13.6464466,11.5251263 13.0606602,10.9393398 L10.3213203,8.2 L13.0606602,5.46066017 C13.6464466,4.87487373 13.6464466,3.92512627 13.0606602,3.33933983 C12.4748737,2.75355339 11.5251263,2.75355339 10.9393398,3.33933983 L8.2,6.07867966 L5.46066017,3.33933983 C4.87487373,2.75355339 3.92512627,2.75355339 3.33933983,3.33933983 C2.75355339,3.92512627 2.75355339,4.87487373 3.33933983,5.46066017 L6.07867966,8.2 Z"
id="Combined-Shape" fill="#EE8776" fill-rule="nonzero"></path>
<rect id="Rectangle-11" stroke="#94A6B5" x="0.5" y="0.5" width="15" height="15" rx="3"></rect>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_2_b</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_2_b" fill-rule="nonzero" fill="#EE8776">
<path d="M4.07867966,6.2 L1.33933983,8.93933983 C0.753553391,9.52512627 0.753553391,10.4748737 1.33933983,11.0606602 C1.92512627,11.6464466 2.87487373,11.6464466 3.46066017,11.0606602 L6.2,8.32132034 L8.93933983,11.0606602 C9.52512627,11.6464466 10.4748737,11.6464466 11.0606602,11.0606602 C11.6464466,10.4748737 11.6464466,9.52512627 11.0606602,8.93933983 L8.32132034,6.2 L11.0606602,3.46066017 C11.6464466,2.87487373 11.6464466,1.92512627 11.0606602,1.33933983 C10.4748737,0.753553391 9.52512627,0.753553391 8.93933983,1.33933983 L6.2,4.07867966 L3.46066017,1.33933983 C2.87487373,0.753553391 1.92512627,0.753553391 1.33933983,1.33933983 C0.753553391,1.92512627 0.753553391,2.87487373 1.33933983,3.46066017 L4.07867966,6.2 Z"
id="Combined-Shape"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_2_c</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_2_c">
<rect id="Rectangle-11" fill="#FFFFFF" x="0" y="0" width="14" height="14" rx="3"></rect>
<path d="M5.07867966,7.2 L2.33933983,9.93933983 C1.75355339,10.5251263 1.75355339,11.4748737 2.33933983,12.0606602 C2.92512627,12.6464466 3.87487373,12.6464466 4.46066017,12.0606602 L7.2,9.32132034 L9.93933983,12.0606602 C10.5251263,12.6464466 11.4748737,12.6464466 12.0606602,12.0606602 C12.6464466,11.4748737 12.6464466,10.5251263 12.0606602,9.93933983 L9.32132034,7.2 L12.0606602,4.46066017 C12.6464466,3.87487373 12.6464466,2.92512627 12.0606602,2.33933983 C11.4748737,1.75355339 10.5251263,1.75355339 9.93933983,2.33933983 L7.2,5.07867966 L4.46066017,2.33933983 C3.87487373,1.75355339 2.92512627,1.75355339 2.33933983,2.33933983 C1.75355339,2.92512627 1.75355339,3.87487373 2.33933983,4.46066017 L5.07867966,7.2 Z"
id="Combined-Shape" fill="#EE8776" fill-rule="nonzero"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_3_a</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_3_a">
<rect id="Rectangle-21" stroke="#5C576C" x="0.5" y="0.5" width="16" height="16" rx="2"></rect>
<path d="M6.37867966,8.5 L2.43933983,12.4393398 C1.85355339,13.0251263 1.85355339,13.9748737 2.43933983,14.5606602 C3.02512627,15.1464466 3.97487373,15.1464466 4.56066017,14.5606602 L8.5,10.6213203 L12.4393398,14.5606602 C13.0251263,15.1464466 13.9748737,15.1464466 14.5606602,14.5606602 C15.1464466,13.9748737 15.1464466,13.0251263 14.5606602,12.4393398 L10.6213203,8.5 L14.5606602,4.56066017 C15.1464466,3.97487373 15.1464466,3.02512627 14.5606602,2.43933983 C13.9748737,1.85355339 13.0251263,1.85355339 12.4393398,2.43933983 L8.5,6.37867966 L4.56066017,2.43933983 C3.97487373,1.85355339 3.02512627,1.85355339 2.43933983,2.43933983 C1.85355339,3.02512627 1.85355339,3.97487373 2.43933983,4.56066017 L6.37867966,8.5 Z"
id="Combined-Shape" fill="#EE8776" fill-rule="nonzero"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="13px" height="13px" viewBox="0 0 13 13" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_3_b</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_3_b" fill-rule="nonzero" fill="#EE8776">
<path d="M4.37867966,6.5 L0.439339828,10.4393398 C-0.146446609,11.0251263 -0.146446609,11.9748737 0.439339828,12.5606602 C1.02512627,13.1464466 1.97487373,13.1464466 2.56066017,12.5606602 L6.5,8.62132034 L10.4393398,12.5606602 C11.0251263,13.1464466 11.9748737,13.1464466 12.5606602,12.5606602 C13.1464466,11.9748737 13.1464466,11.0251263 12.5606602,10.4393398 L8.62132034,6.5 L12.5606602,2.56066017 C13.1464466,1.97487373 13.1464466,1.02512627 12.5606602,0.439339828 C11.9748737,-0.146446609 11.0251263,-0.146446609 10.4393398,0.439339828 L6.5,4.37867966 L2.56066017,0.439339828 C1.97487373,-0.146446609 1.02512627,-0.146446609 0.439339828,0.439339828 C-0.146446609,1.02512627 -0.146446609,1.97487373 0.439339828,2.56066017 L4.37867966,6.5 Z"
id="Combined-Shape"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="17px" viewBox="0 0 20 17" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_3_c</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_3_c">
<rect id="Rectangle-17" stroke="#534D64" x="0.5" y="0.5" width="16" height="16" rx="2"></rect>
<path d="M19.526079,4.35361606 L10.3473062,13.5323889 C9.7238247,14.1558704 8.69076939,14.1558704 8.04744846,13.5323889 L3.4676111,8.95255193 C2.84412963,8.32907046 2.84412963,7.29601515 3.4676111,6.65269422 C4.09109295,6.02921276 5.12414827,6.02921276 5.76746919,6.65269422 L9.21676854,10.1019936 L17.2459049,2.07285725 C17.8693863,1.44937579 18.9024416,1.44937579 19.5457626,2.07285725 C20.149463,2.69709878 20.149463,3.73015409 19.5259699,4.35361606 L19.526079,4.35361606 Z"
id="Page-1" fill="#EE8776"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="17px" height="13px" viewBox="0 0 17 13" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>check_3_d</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="check_3_d" fill="#EE8776">
<path d="M16.526079,3.35361606 L7.34730617,12.5323889 C6.7238247,13.1558704 5.69076939,13.1558704 5.04744846,12.5323889 L0.467611099,7.95255193 C-0.155870366,7.32907046 -0.155870366,6.29601515 0.467611099,5.65269422 C1.09109295,5.02921276 2.12414827,5.02921276 2.76746919,5.65269422 L6.21676854,9.10199357 L14.2459049,1.07285725 C14.8693863,0.449375787 15.9024416,0.449375787 16.5457626,1.07285725 C17.149463,1.69709878 17.149463,2.73015409 16.5259699,3.35361606 L16.526079,3.35361606 Z"
id="Page-1"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,39 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 15.9 14" style="enable-background:new 0 0 15.9 14;" xml:space="preserve">
<style type="text/css">
.st0{filter:url(#Adobe_OpacityMaskFilter);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st2{mask:url(#mask-2_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>12_clock</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-27" transform="translate(1.250000, 1.500000)">
<title>Clock Icon</title>
<g id="Page-1-Copy-27" transform="translate(1.250000, 1.500000)">
<g id="Group-3" transform="translate(0.000000, 0.023385)">
<g id="Clip-2">
</g>
<defs>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-1.2" y="-1.5" width="15.9"
height="14">
height="14">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-1.2" y="-1.5" width="15.9" height="14" id="mask-2_1_">
<mask maskUnits="userSpaceOnUse" x="-1.2" y="-1.5" width="15.9" height="14" id="mask-2_1_">
<g class="st0">
<polygon id="path-1_1_" class="st1"
points="14.7,-1.5 14.7,12.5 -1.2,12.5 -1.2,-1.5 "/>
points="14.7,-1.5 14.7,12.5 -1.2,12.5 -1.2,-1.5 "/>
</g>
</mask>
<path id="Fill-1" class="st2" d="M7.7-1.5c-3.9,0-7,3.2-7,7h-2l2.5,3l2.5-3h-2c0-3.3,2.6-6,6-6s6,2.7,6,6c0,3.3-2.6,6-6,6v1
<path id="Fill-1" class="st2" d="M7.7-1.5c-3.9,0-7,3.2-7,7h-2l2.5,3l2.5-3h-2c0-3.3,2.6-6,6-6s6,2.7,6,6c0,3.3-2.6,6-6,6v1
c3.9,0,7-3.2,7-7S11.6-1.5,7.7-1.5"/>
</g>
<polygon id="Fill-4" class="st1"
points="7.2,1.5 6.7,1.5 6.7,6.5 10.7,6.5 10.7,5.5 7.7,5.5 7.7,1.5 "/>
<polygon id="Fill-4" class="st1"
points="7.2,1.5 6.7,1.5 6.7,6.5 10.7,6.5 10.7,5.5 7.7,5.5 7.7,1.5 "/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

View file

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 21.6 19" style="enable-background:new 0 0 21.6 19;" xml:space="preserve">
<style type="text/css">
.st0{filter:url(#Adobe_OpacityMaskFilter);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st2{mask:url(#mask-4_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>12_clock_large</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-33" transform="translate(0.947368, 0.618421)">
<g id="Group-3" transform="translate(0.000000, 0.031667)">
<g id="Clip-2">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-0.9" y="-0.7" width="21.6"
height="19">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="-0.9" y="-0.7" width="21.6" height="19" id="mask-4_1_">
<g class="st0">
<polygon id="path-3_1_" class="st1"
points="20.6,-0.7 20.6,18.3 -0.9,18.3 -0.9,-0.7 "/>
</g>
</mask>
<path id="Fill-1" class="st2" d="M11.2-0.7c-5.3,0-9.4,4.3-9.4,9.5h-2.7l3.4,4.1l3.4-4.1H3.1c0-4.5,3.6-8.1,8.1-8.1
s8.1,3.7,8.1,8.1c0,4.5-3.6,8.1-8.1,8.1v1.4c5.3,0,9.4-4.3,9.4-9.5S16.4-0.7,11.2-0.7"/>
</g>
<polygon id="Fill-4" class="st1"
points="10.5,3.4 9.8,3.4 9.8,10.2 15.2,10.2 15.2,8.9 11.2,8.9 11.2,3.4 "/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>icon_modal_close</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<title>Close Modal Icon</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon_modal_close">
<text id="+"

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 846 B

Before After
Before After

View file

@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="15px" height="13px" viewBox="0 0 15 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>columns_icons</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="columns_icons" fill="#F5F5F5">
<g id="Group-6">
<rect id="Rectangle-46" x="5" y="0" width="10" height="3"></rect>
<rect id="Rectangle-46" x="5" y="5" width="10" height="3"></rect>
<rect id="Rectangle-46" x="5" y="10" width="10" height="3"></rect>
<rect id="Rectangle-46" x="0" y="0" width="3" height="3"></rect>
<rect id="Rectangle-46" x="0" y="5" width="3" height="3"></rect>
<rect id="Rectangle-46" x="0" y="10" width="3" height="3"></rect>
</g>
</g>
<svg width="15px" height="13px" viewBox="0 0 15 13" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Column Chooser Icon</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="columns_icons" fill="#F5F5F5">
<g id="Group-6">
<rect id="Rectangle-46" x="5" y="0" width="10" height="3"></rect>
<rect id="Rectangle-46" x="5" y="5" width="10" height="3"></rect>
<rect id="Rectangle-46" x="5" y="10" width="10" height="3"></rect>
<rect id="Rectangle-46" x="0" y="0" width="3" height="3"></rect>
<rect id="Rectangle-46" x="0" y="5" width="3" height="3"></rect>
<rect id="Rectangle-46" x="0" y="10" width="3" height="3"></rect>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 848 B

Before After
Before After

View file

@ -1,17 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 12.2 12.1" style="enable-background:new 0 0 12.2 12.1;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>05_cross</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<title>Cross Icon</title>
<g>
<polygon class="st0" points="10.4,11.8 6.1,7.5 1.5,12.1 0,10.5 4.6,6 0.3,1.7 1.7,0.2 6,4.5 10.5,0 12.1,1.5 7.5,6.1 11.9,10.4
"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 452 B

Before After
Before After

View file

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 9.2 9.2" style="enable-background:new 0 0 9.2 9.2;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.7;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#A9A6B2;}
</style>
<title>01_cross_grey</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" class="st0">
<g>
<polygon class="st1"
points="8,9.1 4.7,5.7 1.2,9.2 0,8.1 3.5,4.6 0.2,1.3 1.3,0.2 4.6,3.5 8.1,0 9.2,1.2 5.8,4.7 9.1,8 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 735 B

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>05_cross_hover</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="05_cross_hover" fill="#EE8776">
<polygon id="+-copy-6"
transform="translate(6.628229, 7.354383) rotate(45.000000) translate(-6.628229, -7.354383) "
points="13.8207294 8.34438309 7.70072936 8.34438309 7.70072936 14.7943831 5.52572936 14.7943831 5.52572936 8.34438309 -0.564270644 8.34438309 -0.564270644 6.31938309 5.52572936 6.31938309 5.52572936 -0.085616908 7.70072936 -0.085616908 7.70072936 6.31938309 13.8207294 6.31938309"></polygon>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 982 B

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 8.1 8.1" style="enable-background:new 0 0 8.1 8.1;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#AA9DCC;}
</style>
<title>03_cross_purple</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon class="st0"
points="6.5,7.9 4.1,5.5 1.6,8.1 0,6.5 2.5,3.9 0.2,1.6 1.6,0.2 3.9,2.5 6.5,0 8.1,1.6 5.5,4.1 7.9,6.5 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 709 B

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="10px" height="10px" viewBox="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>03_cross_purple_hover</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="03_cross_purple_hover" fill="#FFFFFF">
<polygon id="+-copy-3"
transform="translate(5.104776, 4.845776) rotate(45.000000) translate(-5.104776, -4.845776) "
points="9.55977631 5.83577631 6.22977631 5.83577631 6.22977631 9.41777631 3.96177631 9.41777631 3.96177631 5.83577631 0.649776311 5.83577631 0.649776311 3.83777631 3.96177631 3.83777631 3.96177631 0.273776311 6.22977631 0.273776311 6.22977631 3.83777631 9.55977631 3.83777631"></polygon>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 992 B

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 12.1 12.1" style="enable-background:new 0 0 12.1 12.1;" xml:space="preserve">
<style type="text/css">
.st0{enable-background:new ;}
.st1{fill:#AA9DCC;}
</style>
<title>06_cross</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g class="st0">
<path class="st1" d="M10.4,11.8L6.1,7.5l-4.6,4.6L0,10.5L4.6,6L0.3,1.7l1.4-1.4L6,4.5L10.5,0l1.5,1.5L7.5,6.1l4.3,4.3L10.4,11.8z
"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 720 B

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 9 9" style="enable-background:new 0 0 9 9;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>01_cross_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon class="st0"
points="7.7,8.8 4.5,5.7 1.2,9 0,7.7 3.3,4.4 0.2,1.3 1.3,0.2 4.5,3.3 7.7,0 9,1.2 5.7,4.5 8.8,7.7 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 696 B

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 11.1 15.4" style="enable-background:new 0 0 11.1 15.4;" xml:space="preserve">
<title>Cursor Icon</title>
<g>
<polygon id="Page-1-Copy-6" class="st0"
points="0,0 1.4,13.7 4.3,10.7 6.9,15.4 9.8,13.7 7.2,9 11.1,8.1 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 440 B

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 11.1 15.4" style="enable-background:new 0 0 11.1 15.4;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#C3C1C9;}
</style>
<title>01_cursor_grey</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon id="Page-1-Copy-6" class="st0"
points="0,0 1.4,13.7 4.3,10.7 6.9,15.4 9.8,13.7 7.2,9 11.1,8.1 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 694 B

View file

@ -1,21 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 22 22" style="enable-background:new 0 0 22 22;" xml:space="preserve">
<style type="text/css">
.st0{fill:#AA9DCC;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#AA9DCC;}
</style>
<title>12_dots</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<title>Dots Icon</title>
<g>
<path class="st0" d="M11,22C4.9,22,0,17.1,0,11C0,4.9,4.9,0,11,0c6.1,0,11,4.9,11,11C22,17.1,17.1,22,11,22z M11,1
C5.5,1,1,5.5,1,11s4.5,10,10,10s10-4.5,10-10S16.5,1,11,1z"/>
<path id="Page-1-Copy-34" class="st1" d="M5.8,13.2c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8S6.8,13.2,5.8,13.2z
<path id="Page-1-Copy-34" class="st1" d="M5.8,13.2c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8S6.8,13.2,5.8,13.2z
M16.2,13.2c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8S17.2,13.2,16.2,13.2z M11,13.2c-1,0-1.8-0.8-1.8-1.8
S10,9.6,11,9.6s1.8,0.8,1.8,1.8S12,13.2,11,13.2z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 791 B

Before After
Before After

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>12_dots_hover</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="12_dots_hover">
<circle id="Rectangle-78-Copy-13" stroke="#7F60CC" cx="12.5657895" cy="12.5" r="10.5"></circle>
<path d="M7.37208754,14.7297414 C6.37457756,14.7297414 5.56578947,13.9209113 5.56578947,12.9234433 C5.56578947,11.9259754 6.37461956,11.1171453 7.37208754,11.1171453 C8.37014352,11.1171453 9.1783856,11.9259754 9.1783856,12.9234433 C9.1783856,13.9209113 8.37010152,14.7297414 7.37208754,14.7297414 Z M17.7594914,14.7297414 C16.7614354,14.7297414 15.9531933,13.9209113 15.9531933,12.9234433 C15.9531933,11.9259754 16.7614774,11.1171453 17.7594914,11.1171453 C18.7570014,11.1171453 19.5657895,11.9259754 19.5657895,12.9234433 C19.5657895,13.9209113 18.7569594,14.7297414 17.7594914,14.7297414 Z M12.5657195,14.7297414 C11.5682095,14.7297414 10.7594214,13.9209113 10.7594214,12.9234433 C10.7594214,11.9259754 11.5682515,11.1171453 12.5657195,11.1171453 C13.5631874,11.1171453 14.3720175,11.9259754 14.3720175,12.9234433 C14.3720175,13.9209113 13.5631874,14.7297414 12.5657195,14.7297414 Z"
id="Page-1-Copy-34" fill="#7F60CC"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -1,20 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 8 15" style="enable-background:new 0 0 8 15;" xml:space="preserve">
<style type="text/css">
.st0{opacity:0.5;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>02_double_arrows</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" class="st0">
<title>Sort Double Icon</title>
<g>
<g id="Group-4-Copy-3" transform="translate(1.250000, 0.750000)">
<polygon id="Triangle-21" class="st1" points="-1.2,8.2 6.8,8.2 2.8,14.2 "/>
<polygon class="st1" points="6.8,5.2 -1.2,5.2 2.8,-0.8 "/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 541 B

Before After
Before After

View file

@ -1,12 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 10 10" style="enable-background:new 0 0 10 10;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#897FA1;}
</style>
<title>01_down_arrow</title>
<title>Down Arrow Icon</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 449 B

Before After
Before After

View file

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 6 6" style="enable-background:new 0 0 6 6;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>02_down_arrow_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon id="Triangle-21-Copy-4" class="st0" points="0,0 6,0 3,6 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 632 B

View file

@ -1,17 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 15 12.3" style="enable-background:new 0 0 15 12.3;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>07_download</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<title>Download Icon</title>
<g>
<path id="Page-1-Copy-24" class="st0" d="M7.5,9.5l3.8-5.5H8.9V1.4H6.1v2.7H3.8L7.5,9.5z M10.9,0v1.4h2.7v9.5H1.4V1.4h2.7V0H0
v12.3h15V0H10.9z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 462 B

Before After
Before After

View file

@ -1,15 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="11px" height="9px" viewBox="0 0 11 9" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>12_drop_menu_arrow</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="12_drop_menu_arrow" fill="#AA9DCC">
<polygon id="Triangle-2"
transform="translate(5.500000, 4.500000) rotate(90.000000) translate(-5.500000, -4.500000) "
points="5.5 -1 10 10 1 10"></polygon>
</g>
</g>
<title>Drop Down Menu Arrow</title>
<g id="12_drop_menu_arrow">
<polygon id="Triangle-2"
transform="translate(5.500000, 4.500000) rotate(90.000000) translate(-5.500000, -4.500000) "
points="5.5 -1 10 10 1 10"></polygon>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 454 B

Before After
Before After

View file

@ -1,19 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#94A6B5;}
</style>
<title>06_edit</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<title>Edit Icon</title>
<g>
<path id="Page-1-Copy-23" class="st0" d="M13.8,15H1.2C0.6,15,0,14.5,0,13.8V1.3C0,0.6,0.6,0,1.2,0h8L8,1.3H1.2v12.5h12.5l0-6.8
L15,5.8v8c0,0.3-0.1,0.6-0.4,0.9C14.4,14.9,14.1,15,13.8,15L13.8,15z M6.3,11.9l-3.1,0l0-3.1l8.5-8.4h0C11.8,0.1,12.1,0,12.5,0
c0.3,0,0.6,0.1,0.9,0.4l1.3,1.3v0C14.9,1.9,15,2.2,15,2.5c0,0.3-0.1,0.6-0.4,0.9L6.3,11.9z M4.4,10.6h1.9L4.4,8.8V10.6z M12.5,1.2
L5.6,8.1l1.2,1.2l6.9-6.8L12.5,1.2z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 974 B

After

Width:  |  Height:  |  Size: 729 B

Before After
Before After

View file

@ -1,18 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 19 12.8" style="enable-background:new 0 0 19 12.8;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#AA9DCC;}
</style>
<title>02_email_purple</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<title>Email Icon</title>
<g>
<path id="Page-1-Copy-17" class="st0" d="M1.3,0C0.6,0,0,0.6,0,1.3v10.2c0,0.7,0.6,1.3,1.3,1.3h16.4c0.7,0,1.3-0.6,1.3-1.3V1.3
C19,0.6,18.4,0,17.7,0H1.3z M1.6,0.9h15.9L9.9,7.8C9.7,8,9.3,8,9.1,7.8L1.6,0.9z M0.9,1.5l5.4,4.9l-5.4,5V1.5z M18.1,1.5v9.9
l-5.4-5L18.1,1.5z M6.9,7l1.6,1.5c0.6,0.5,1.4,0.5,2,0L12.1,7l5.3,5H1.5L6.9,7z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 896 B

After

Width:  |  Height:  |  Size: 644 B

Before After
Before After

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>02_email_purple_hover</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="02_email_purple_hover" fill="#8D74CC">
<path d="M3.07620686,1.25 C2.34920237,1.25 1.75,1.84920237 1.75,2.57620686 L1.75,12.7437928 C1.75,13.4707973 2.34920237,14.0699997 3.07620686,14.0699997 L19.4327582,14.0699997 C20.1597627,14.0699997 20.7589651,13.4707973 20.7589651,12.7437928 L20.7589651,2.57620686 C20.7589651,1.84920237 20.1597627,1.25 19.4327582,1.25 L3.07620686,1.25 Z M3.311056,2.13413791 L19.1979091,2.13413791 L11.6343303,9.07594671 C11.4538755,9.24172257 11.0549768,9.24172257 10.8745243,9.07594671 L3.311056,2.13413791 Z M2.63413791,2.71435341 L7.98737192,7.62551847 L2.63413791,12.5919421 L2.63413791,2.71435341 Z M19.8748272,2.71435341 L19.8748272,12.5919421 L14.5215931,7.62551847 L19.8748272,2.71435341 Z M8.63655018,8.22651121 L10.2735757,9.72539021 C10.8252999,10.2313602 11.6835326,10.2313602 12.2352567,9.72539021 L13.8722823,8.22651121 L19.2115911,13.1860828 L3.29710872,13.1860828 L8.63655018,8.22651121 Z"
id="Page-1-Copy-17"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -1,17 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 13 13" style="enable-background:new 0 0 13 13;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>12_expand_arrow</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon id="Page-1-Copy-35" class="st0" points="2.3,11.6 11.6,2.3 11.6,4.6 13,4.6 13,0 8.4,0 8.4,1.4 10.7,1.4 1.4,10.7
<title>Expand Arrow Icon</title>
<g>
<polygon id="Page-1-Copy-35" class="st0" points="2.3,11.6 11.6,2.3 11.6,4.6 13,4.6 13,0 8.4,0 8.4,1.4 10.7,1.4 1.4,10.7
1.4,8.4 0,8.4 0,13 4.6,13 4.6,11.6 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 480 B

Before After
Before After

View file

@ -1,22 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 22.2 13.4" style="enable-background:new 0 0 22.2 13.4;" xml:space="preserve">
<style type="text/css">
.st0{fill:#534D64;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#534D64;}
</style>
<title>12_eye</title>
<desc>Created with Sketch.</desc>
<g>
<g>
<g id="Group-2-Copy-4" transform="translate(1.250000, 1.500000)">
<title>Eye Icon</title>
<g id="Group-2-Copy-4" transform="translate(1.250000, 1.500000)">
<path class="st0" d="M9.8,11.9c-6,0-10.7-6.1-10.9-6.4l-0.2-0.3L-1,4.9c0.2-0.3,4.9-6.4,10.9-6.4s10.7,6.1,10.9,6.4l0.2,0.3
l-0.2,0.3C20.5,5.7,15.8,11.9,9.8,11.9z M0,5.2c1,1.2,5.1,5.7,9.8,5.7c4.7,0,8.8-4.5,9.8-5.7c-1-1.2-5.1-5.7-9.8-5.7
C5.1-0.5,1,4,0,5.2z"/>
<circle id="Oval-7" class="st1" cx="9.6" cy="5" r="4.4"/>
<circle id="Oval-7" class="st1" cx="9.6" cy="5" r="4.4"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 706 B

Before After
Before After

View file

@ -1,17 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 12 13.1" style="enable-background:new 0 0 12 13.1;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F5F5F5;}
</style>
<title>02_filter_icon</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<title>Filter Icon</title>
<g>
<path id="Page-1-Copy-9" class="st0" d="M7.1,7c0-0.2,0.1-0.6,0.3-0.8l4.5-5.8C12.1,0.2,12,0,11.8,0H0.2C0,0-0.1,0.2,0.1,0.4
l4.5,5.8C4.8,6.4,4.9,6.7,4.9,7v5.8c0,0.2,0.2,0.4,0.4,0.3l1.4-0.6c0.2-0.1,0.4-0.4,0.4-0.6L7.1,7z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 788 B

After

Width:  |  Height:  |  Size: 538 B

Before After
Before After

View file

@ -1,18 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 19.4 14.5" style="enable-background:new 0 0 19.4 14.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#534D64;}
</style>
<title>15_folder_blue</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<title>Folder Icon</title>
<g>
<path class="st0" d="M18.2,14.5H1.4c-0.7,0-1.4-0.7-1.4-1.4V1.2C0,0.5,0.6,0,1.4,0H6c0.3,0,0.6,0.1,0.9,0.3l1.7,1.6h9.6
c0.7,0,1.2,0.5,1.2,1.2v9.9C19.4,13.9,18.9,14.5,18.2,14.5z M1.5,13h16.4l0-9.6H8L5.9,1.5H1.5V13z M18.2,3.4
C18.2,3.4,18.2,3.4,18.2,3.4V2.7V3.4z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 800 B

After

Width:  |  Height:  |  Size: 586 B

Before After
Before After

View file

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 19.4 14.5" style="enable-background:new 0 0 19.4 14.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<title>15_folder_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<path class="st0" d="M18.2,14.5H1.4c-0.7,0-1.4-0.7-1.4-1.4V1.2C0,0.5,0.6,0,1.4,0H6c0.3,0,0.6,0.1,0.9,0.3l1.7,1.6h9.6
c0.7,0,1.2,0.5,1.2,1.2v9.9C19.4,13.9,18.9,14.5,18.2,14.5z M1.5,13h16.4l0-9.6H8L5.9,1.5H1.5V13z M18.2,3.4
C18.2,3.4,18.2,3.4,18.2,3.4V2.7V3.4z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 801 B

View file

@ -1,21 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 26 13" style="enable-background:new 0 0 26 13;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>12_graph_white</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<g id="Page-1-Copy-32" transform="translate(1.671053, 1.592105)">
<title>Graph Icon</title>
<g id="Page-1-Copy-32" transform="translate(1.671053, 1.592105)">
<path id="Fill-1" class="st0" d="M23.8-1.1c-0.7-0.7-1.7-0.7-2.4,0l-6.7,7l-4.3-4.5L8-1L5.6,1.4l-6.7,7c-0.7,0.7-0.7,1.8,0,2.5
c0.7,0.7,1.7,0.7,2.4,0l6.7-7l4.3,4.5l2.4,2.5l2.4-2.5l6.7-7C24.5,0.7,24.5-0.4,23.8-1.1"/>
<path id="Fill-3" class="st0" d="M19.6,8.6c0,1.3,1,2.3,2.2,2.3c1.2,0,2.2-1,2.2-2.3c0-1.3-1-2.3-2.2-2.3
<path id="Fill-3" class="st0" d="M19.6,8.6c0,1.3,1,2.3,2.2,2.3c1.2,0,2.2-1,2.2-2.3c0-1.3-1-2.3-2.2-2.3
C20.6,6.3,19.6,7.3,19.6,8.6z"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1,004 B

After

Width:  |  Height:  |  Size: 733 B

Before After
Before After

View file

@ -1,17 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="30px" height="14px" viewBox="0 0 30 14" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>hamburger</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square">
<g id="hamburger" stroke-width="2" stroke="#FFFFFF">
<g id="Group">
<path d="M0.5,1 L30.5,1" id="Line"></path>
<path d="M0.5,7 L30.5,7" id="Line"></path>
<path d="M0.5,13 L30.5,13" id="Line"></path>
</g>
</g>
<title>Hamburger Icon</title>
<g id="hamburger" stroke-width="2" stroke="#FFFFFF">
<g id="Group">
<path d="M0.5,1 L30.5,1" id="Line"></path>
<path d="M0.5,7 L30.5,7" id="Line"></path>
<path d="M0.5,13 L30.5,13" id="Line"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 776 B

After

Width:  |  Height:  |  Size: 466 B

Before After
Before After

View file

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 41.4 32" style="enable-background:new 0 0 41.4 32;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F8F4F8;}
.st1{fill:#BE97BE;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#BE97BE;}
</style>
<title>14_history_icon</title>
<desc>Created with Sketch.</desc>
<g>
<g>
<rect id="path-1" x="30" y="11" class="st0" width="11.4" height="8"/>
</g>
<circle id="Oval-Copy-3_1_" class="st0" cx="16" cy="16" r="15"/>
<path class="st1" d="M16,32C7.2,32,0,24.8,0,16S7.2,0,16,0c8.8,0,16,7.2,16,16S24.8,32,16,32z M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14
c7.7,0,14-6.3,14-14S23.7,2,16,2z"/>
<g id="Page-1-Copy-37" transform="translate(8.631579, 8.513158)">
<path id="Fill-1" class="st2" d="M7.4,16.4c2.3,0,4.5-0.9,6.3-2.6c3.5-3.5,3.5-9.1,0-12.6s-9.1-3.5-12.6,0s-3.5,9.1,0,12.6
C2.8,15.5,5.1,16.4,7.4,16.4z M2.2,2.3c1.4-1.4,3.3-2.1,5.2-2.1s3.7,0.7,5.2,2.1c2.9,2.9,2.9,7.5,0,10.3s-7.5,2.9-10.3,0
S-0.7,5.2,2.2,2.3z"/>
<path id="Fill-2" class="st2" d="M4.2,8.7h3.6c0.4,0,0.8-0.4,0.8-0.8V3.4c0-0.4-0.4-0.8-0.8-0.8C7.4,2.6,7,3,7,3.4v3.7H4.2
c-0.4,0-0.8,0.4-0.8,0.8C3.4,8.4,3.8,8.7,4.2,8.7z"/>
</g>
<polygon class="st1" points="41.4,17 32,17 32,13 41.4,13 41.4,11 30,11 30,19 41.4,19 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<title>Home Icon</title>
<g>
<g>
<polygon points="8,0 0,7.6 0,7.7 2.3,7.7 2.3,16 6.7,16 6.7,11.3 9.6,11.3 9.6,16 13.8,16
13.8,7.7 16,7.7 "/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 431 B

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<title>02_home_icon</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon id="p_icon_home-copy-2" class="st0" points="8,0 0,7.6 0,7.7 2.3,7.7 2.3,16 6.7,16 6.7,11.3 9.6,11.3 9.6,16 13.8,16
13.8,7.7 16,7.7 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 708 B

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px"
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F79F95;}
</style>
<title>05_home_icon_red</title>
<desc>Created with Sketch.</desc>
<g id="Page-1">
<g>
<polygon id="p_icon_home-copy-3" class="st0" points="8,0 0,7.6 0,7.7 2.3,7.7 2.3,16 6.7,16 6.7,11.3 9.6,11.3 9.6,16 13.8,16
13.8,7.7 16,7.7 "/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 712 B

View file

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
<title>icon_first</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon_first">
<rect id="Rectangle-2" stroke="#F5F5F5" x="0.5" y="0.5" width="23" height="23" rx="2"></rect>
<path d="M8.646,11.03 C8.42666557,11.1373339 8.18633464,11.221333 7.925,11.282 C8.18633464,11.342667 8.42666557,11.4266661 8.646,11.534 L11.187,12.843 C11.2943339,12.8943336 11.3713331,12.9596663 11.418,13.039 C11.4646669,13.1183337 11.488,13.2046662 11.488,13.298 L11.488,14.53 L5.937,11.632 L5.937,10.932 L11.488,8.041 L11.488,9.273 C11.488,9.3663338 11.4646669,9.45149962 11.418,9.5285 C11.3713331,9.60550039 11.2943339,9.67199972 11.187,9.728 L8.646,11.03 Z M14.766,11.03 C14.5466656,11.1373339 14.3063346,11.221333 14.045,11.282 C14.3063346,11.342667 14.5466656,11.4266661 14.766,11.534 L17.307,12.843 C17.4143339,12.8943336 17.4913331,12.9596663 17.538,13.039 C17.5846669,13.1183337 17.608,13.2046662 17.608,13.298 L17.608,14.53 L12.057,11.632 L12.057,10.932 L17.608,8.041 L17.608,9.273 C17.608,9.3663338 17.5846669,9.45149962 17.538,9.5285 C17.4913331,9.60550039 17.4143339,9.67199972 17.307,9.728 L14.766,11.03 Z"
id="&lt;&lt;" fill="#FFFFFF"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

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