Only store images in git lfs

This commit is contained in:
Jasper Woudenberg 2018-05-04 13:43:35 +02:00
parent 03c460f80e
commit eec2962006
73 changed files with 1226 additions and 146 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
styleguide-app/assets/** filter=lfs diff=lfs merge=lfs -text
styleguide-app/assets/images/** filter=lfs diff=lfs merge=lfs -text

View File

@ -85,74 +85,74 @@ assets : Assets
assets =
{ activity = "icon-activity"
, arrowDown = "icon-arrow-down"
, attention_svg = Asset "assets/attention.svg"
, attention_svg = Asset "assets/images/attention.svg"
, bulb = "icon-bulb"
, calendar = "icon-calendar"
, checkmark = "icon-checkmark"
, class = "icon-class"
, clever = "icon-clever"
, clock = "icon-clock"
, commentNotStarred_png = Asset "assets/comment-notStarred.png"
, commentStarred_png = Asset "assets/comment-starred.png"
, commentNotStarred_png = Asset "assets/images/comment-notStarred.png"
, commentStarred_png = Asset "assets/images/comment-starred.png"
, compass = "icon-compass"
, darkBlueCheckmark_svg = Asset "assets/dark-blue-checkmark.svg"
, darkBlueCheckmark_svg = Asset "assets/images/dark-blue-checkmark.svg"
, diagnostic = "icon-diagnostic"
, document = "icon-document"
, download = "icon-download"
, edit = "icon-edit"
, editWriting = "icon-edit-writing"
, exclamation = "icon-exclamation"
, exclamationPoint_svg = Asset "assets/exclamation-point.svg"
, facebookBlue_svg = Asset "assets/facebook-blue.svg"
, exclamationPoint_svg = Asset "assets/images/exclamation-point.svg"
, facebookBlue_svg = Asset "assets/images/facebook-blue.svg"
, flipper = "icon-flipper"
, footsteps = "icon-footsteps"
, gear = "icon-gear"
, hint_png = Asset "assets/hint.png"
, iconCalendar_svg = Asset "assets/icon-calendar.svg"
, iconCheck_png = Asset "assets/icon-check.png"
, iconFlag_png = Asset "assets/icon-flag.png"
, icons_arrowDownBlue_svg = Asset "assets/arrow-down-blue.svg"
, icons_arrowRightBlue_svg = Asset "assets/arrow-right-blue.svg"
, icons_clockRed_svg = Asset "assets/clock-red.svg"
, icons_equals_svg = Asset "assets/equals.svg"
, icons_helpBlue_svg = Asset "assets/help-blue.svg"
, icons_peerReview_svg = Asset "assets/peer-review.svg"
, icons_plusBlue_svg = Asset "assets/plus-blue.svg"
, icons_quickWrite_svg = Asset "assets/quick-write.svg"
, icons_searchGray_svg = Asset "assets/search-gray.svg"
, icons_xBlue_svg = Asset "assets/x-blue.svg"
, hint_png = Asset "assets/images/hint.png"
, iconCalendar_svg = Asset "assets/images/icon-calendar.svg"
, iconCheck_png = Asset "assets/images/icon-check.png"
, iconFlag_png = Asset "assets/images/icon-flag.png"
, icons_arrowDownBlue_svg = Asset "assets/images/arrow-down-blue.svg"
, icons_arrowRightBlue_svg = Asset "assets/images/arrow-right-blue.svg"
, icons_clockRed_svg = Asset "assets/images/clock-red.svg"
, icons_equals_svg = Asset "assets/images/equals.svg"
, icons_helpBlue_svg = Asset "assets/images/help-blue.svg"
, icons_peerReview_svg = Asset "assets/images/peer-review.svg"
, icons_plusBlue_svg = Asset "assets/images/plus-blue.svg"
, icons_quickWrite_svg = Asset "assets/images/quick-write.svg"
, icons_searchGray_svg = Asset "assets/images/search-gray.svg"
, icons_xBlue_svg = Asset "assets/images/x-blue.svg"
, key = "icon-key"
, leaderboard = "icon-leaderboard"
, leftArrowBlue_png = Asset "assets/left-arrow-blue.png"
, level1Badge_png = Asset "assets/level-1-badge.png"
, level2Badge_png = Asset "assets/level-2-badge.png"
, level3Badge_png = Asset "assets/level-3-badge.png"
, leftArrowBlue_png = Asset "assets/images/left-arrow-blue.png"
, level1Badge_png = Asset "assets/images/level-1-badge.png"
, level2Badge_png = Asset "assets/images/level-2-badge.png"
, level3Badge_png = Asset "assets/images/level-3-badge.png"
, lock = "icon-lock"
, logoRedBlack_svg = Asset "assets/logo-red-black.svg"
, logoRedBlack_svg = Asset "assets/images/logo-red-black.svg"
, newspaper = "icon-newspaper"
, openClose = "icon-open-close"
, performance = "icon-performance"
, personBlue_svg = Asset "assets/person-blue.svg"
, personBlue_svg = Asset "assets/images/person-blue.svg"
, practice = "icon-practice"
, premiumLock_svg = Asset "assets/premium-lock.svg"
, premiumLock_svg = Asset "assets/images/premium-lock.svg"
, preview = "icon-preview"
, quiz = "icon-quiz"
, seemore = "icon-seemore"
, share = "icon-share"
, skip = "icon-skip"
, smallCheckmark_png = Asset "assets/small_checkmark.png"
, smallCheckmark_png = Asset "assets/images/small_checkmark.png"
, sort = "icon-sort"
, sortArrow = "icon-sort-arrow"
, speedometer = "icon-speedometer"
, squiggly_png = Asset "assets/squiggly.png"
, startingOffBadge_png = Asset "assets/starting-off-badge.png"
, teach_assignments_copyWhite_svg = Asset "assets/copy-white.svg"
, twitterBlue_svg = Asset "assets/twitter-blue.svg"
, unarchiveBlue2x_png = Asset "assets/unarchive-blue_2x.png"
, squiggly_png = Asset "assets/images/squiggly.png"
, startingOffBadge_png = Asset "assets/images/starting-off-badge.png"
, teach_assignments_copyWhite_svg = Asset "assets/images/copy-white.svg"
, twitterBlue_svg = Asset "assets/images/twitter-blue.svg"
, unarchiveBlue2x_png = Asset "assets/images/unarchive-blue_2x.png"
, writingAssignment = "icon-writing-assignment"
, writingcycle = "icon-writingcycle"
, x = "icon-x"
, xWhite_svg = Asset "assets/x-white.svg"
, xWhite_svg = Asset "assets/images/x-white.svg"
, submitting = "icon-submitting"
, rating = "icon-rating"
, revising = "icon-revising"

View File

@ -1,3 +1,100 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9806866aa282d5ff98c2898130ebd428f2189332087cb14e144da364f19abb3
size 2666
function AutoresizeTextArea() {
var _this = HTMLElement.call(this) || this;
_this._onInput = _this._onInput.bind(_this);
_this._textarea = document.createElement("textarea");
return _this;
}
AutoresizeTextArea.prototype = Object.create(HTMLElement.prototype);
AutoresizeTextArea.prototype.constructor = AutoresizeTextArea;
Object.defineProperties(AutoresizeTextArea.prototype, {
defaultValue: {
get: function() {
return this._textarea.defaultValue;
},
set: function(value) {
this._textarea.defaultValue = value;
}
},
autofocus: {
get: function() {
return this._textarea.autofocus;
},
set: function(value) {
this._textarea.autofocus = value;
}
},
placeholder: {
get: function() {
return this._textarea.placeholder;
},
set: function(value) {
this._textarea.placeholder = value;
}
},
value: {
get: function() {
return this._textarea.value;
},
set: function(value) {
this._textarea.value = value;
}
}
});
AutoresizeTextArea.prototype._onInput = function() {
var minHeight = null;
if (this._textarea.style.minHeight) {
minHeight = parseInt(this._textarea.style.minHeight, 10);
} else {
minHeight = parseInt(window.getComputedStyle(this._textarea).height, 10);
}
this._textarea.style.overflowY = "hidden";
this._textarea.style.minHeight = minHeight + "px";
if (this._textarea.scrollHeight > minHeight) {
this._textarea.style.height = "auto";
this._textarea.style.height = this._textarea.scrollHeight + "px";
} else {
this._textarea.style.height = minHeight + "px";
}
this.dispatchEvent(new Event("input"));
};
AutoresizeTextArea.prototype._reflectAttributes = function() {
while (this.attributes.length) {
var attribute = this.attributes[0];
this.removeAttributeNode(attribute);
this._textarea.setAttributeNode(attribute);
}
for (var k in this.dataset) {
this._textarea.dataset[k] = this.dataset[k];
delete this.dataset[k];
}
};
AutoresizeTextArea.prototype.attributeChangedCallback = function(
attribute,
previous,
next
) {
if (previous && !next) {
this._textarea.removeAttribute(attribute);
} else {
this._textarea.setAttribute(attribute, next);
}
};
AutoresizeTextArea.prototype.connectedCallback = function() {
this._textarea.addEventListener("input", this._onInput);
this._reflectAttributes();
this.appendChild(this._textarea);
};
AutoresizeTextArea.prototype.disconnectedCallback = function() {
this._textarea.removeEventListener("input", this._onInput);
};
customElements.define("autoresize-textarea", AutoresizeTextArea);

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0a2e61f5983fc5a5b4641702463363941ea3fb9414e6de9651a9656e88f7814
size 1531

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f60659d815d86d60bba46f819b1d01dfd9bae7483b9a4e5fb14e5c12343e4b11
size 1544

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a62b30edd323c62dda5bc96a92331e79525ce1e3d1a2fa7038a44812e98dfbf8
size 424

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf999be76d5c4f7b168a384ed3ea3f5790256de1c8de49e5d448a473ca88d402
size 1151

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb85db21111f5a962a08bc46d5b517ca2039d944d091d15dc05a6aee101f5f08
size 555

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f274f52cfe1b853e1e47e0f4ac16db67eaefc4e99219c714bbfc840f1a39807
size 588

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae21de948053da6e18a1f7752cf3aca3be3e5837842cf9c5cf703b21c53d08bf
size 2701

View File

@ -1,3 +1,724 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faa04ce93326056a1089cbfd97ca2534d0c6ed0cfdef676594549ed35e3f4911
size 21844
(function() {
"use strict";
var h = new function() {}();
var aa = new Set(
"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(
" "
)
);
function n(b) {
var a = aa.has(b);
b = /^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(b);
return !a && b;
}
function p(b) {
var a = b.isConnected;
if (void 0 !== a) return a;
for (; b && !(b.__CE_isImportDocument || b instanceof Document); )
b =
b.parentNode ||
(window.ShadowRoot && b instanceof ShadowRoot ? b.host : void 0);
return !(!b || !(b.__CE_isImportDocument || b instanceof Document));
}
function q(b, a) {
for (; a && a !== b && !a.nextSibling; ) a = a.parentNode;
return a && a !== b ? a.nextSibling : null;
}
function t(b, a, c) {
c = c ? c : new Set();
for (var d = b; d; ) {
if (d.nodeType === Node.ELEMENT_NODE) {
var e = d;
a(e);
var f = e.localName;
if ("link" === f && "import" === e.getAttribute("rel")) {
d = e.import;
if (d instanceof Node && !c.has(d))
for (c.add(d), d = d.firstChild; d; d = d.nextSibling) t(d, a, c);
d = q(b, e);
continue;
} else if ("template" === f) {
d = q(b, e);
continue;
}
if ((e = e.__CE_shadowRoot))
for (e = e.firstChild; e; e = e.nextSibling) t(e, a, c);
}
d = d.firstChild ? d.firstChild : q(b, d);
}
}
function u(b, a, c) {
b[a] = c;
}
function v() {
this.a = new Map();
this.o = new Map();
this.f = [];
this.b = !1;
}
function ba(b, a, c) {
b.a.set(a, c);
b.o.set(c.constructor, c);
}
function w(b, a) {
b.b = !0;
b.f.push(a);
}
function x(b, a) {
b.b &&
t(a, function(a) {
return y(b, a);
});
}
function y(b, a) {
if (b.b && !a.__CE_patched) {
a.__CE_patched = !0;
for (var c = 0; c < b.f.length; c++) b.f[c](a);
}
}
function z(b, a) {
var c = [];
t(a, function(b) {
return c.push(b);
});
for (a = 0; a < c.length; a++) {
var d = c[a];
1 === d.__CE_state ? b.connectedCallback(d) : A(b, d);
}
}
function B(b, a) {
var c = [];
t(a, function(b) {
return c.push(b);
});
for (a = 0; a < c.length; a++) {
var d = c[a];
1 === d.__CE_state && b.disconnectedCallback(d);
}
}
function C(b, a, c) {
c = c ? c : {};
var d = c.w || new Set(),
e =
c.s ||
function(a) {
return A(b, a);
},
f = [];
t(
a,
function(a) {
if ("link" === a.localName && "import" === a.getAttribute("rel")) {
var c = a.import;
c instanceof Node &&
((c.__CE_isImportDocument = !0), (c.__CE_hasRegistry = !0));
c && "complete" === c.readyState
? (c.__CE_documentLoadHandled = !0)
: a.addEventListener("load", function() {
var c = a.import;
if (!c.__CE_documentLoadHandled) {
c.__CE_documentLoadHandled = !0;
var f = new Set(d);
f.delete(c);
C(b, c, { w: f, s: e });
}
});
} else f.push(a);
},
d
);
if (b.b) for (a = 0; a < f.length; a++) y(b, f[a]);
for (a = 0; a < f.length; a++) e(f[a]);
}
function A(b, a) {
if (void 0 === a.__CE_state) {
var c = a.ownerDocument;
if (c.defaultView || (c.__CE_isImportDocument && c.__CE_hasRegistry))
if ((c = b.a.get(a.localName))) {
c.constructionStack.push(a);
var d = c.constructor;
try {
try {
if (new d() !== a)
throw Error(
"The custom element constructor did not produce the element being upgraded."
);
} finally {
c.constructionStack.pop();
}
} catch (m) {
throw ((a.__CE_state = 2), m);
}
a.__CE_state = 1;
a.__CE_definition = c;
if (c.attributeChangedCallback)
for (c = c.observedAttributes, d = 0; d < c.length; d++) {
var e = c[d],
f = a.getAttribute(e);
null !== f && b.attributeChangedCallback(a, e, null, f, null);
}
p(a) && b.connectedCallback(a);
}
}
}
v.prototype.connectedCallback = function(b) {
var a = b.__CE_definition;
a.connectedCallback && a.connectedCallback.call(b);
};
v.prototype.disconnectedCallback = function(b) {
var a = b.__CE_definition;
a.disconnectedCallback && a.disconnectedCallback.call(b);
};
v.prototype.attributeChangedCallback = function(b, a, c, d, e) {
var f = b.__CE_definition;
f.attributeChangedCallback &&
-1 < f.observedAttributes.indexOf(a) &&
f.attributeChangedCallback.call(b, a, c, d, e);
};
function D(b, a) {
this.c = b;
this.a = a;
this.b = void 0;
C(this.c, this.a);
"loading" === this.a.readyState &&
(
(this.b = new MutationObserver(this.f.bind(this))),
this.b.observe(this.a, { childList: !0, subtree: !0 })
);
}
function E(b) {
b.b && b.b.disconnect();
}
D.prototype.f = function(b) {
var a = this.a.readyState;
("interactive" !== a && "complete" !== a) || E(this);
for (a = 0; a < b.length; a++)
for (var c = b[a].addedNodes, d = 0; d < c.length; d++) C(this.c, c[d]);
};
function ca() {
var b = this;
this.b = this.a = void 0;
this.f = new Promise(function(a) {
b.b = a;
b.a && a(b.a);
});
}
function F(b) {
if (b.a) throw Error("Already resolved.");
b.a = void 0;
b.b && b.b(void 0);
}
function G(b) {
this.i = !1;
this.c = b;
this.m = new Map();
this.j = function(b) {
return b();
};
this.g = !1;
this.l = [];
this.u = new D(b, document);
}
G.prototype.define = function(b, a) {
var c = this;
if (!(a instanceof Function))
throw new TypeError("Custom element constructors must be functions.");
if (!n(b))
throw new SyntaxError("The element name '" + b + "' is not valid.");
if (this.c.a.get(b))
throw Error(
"A custom element with name '" + b + "' has already been defined."
);
if (this.i) throw Error("A custom element is already being defined.");
this.i = !0;
var d, e, f, m, l;
try {
var g = function(b) {
var a = k[b];
if (void 0 !== a && !(a instanceof Function))
throw Error("The '" + b + "' callback must be a function.");
return a;
},
k = a.prototype;
if (!(k instanceof Object))
throw new TypeError(
"The custom element constructor's prototype is not an object."
);
d = g("connectedCallback");
e = g("disconnectedCallback");
f = g("adoptedCallback");
m = g("attributeChangedCallback");
l = a.observedAttributes || [];
} catch (r) {
return;
} finally {
this.i = !1;
}
a = {
localName: b,
constructor: a,
connectedCallback: d,
disconnectedCallback: e,
adoptedCallback: f,
attributeChangedCallback: m,
observedAttributes: l,
constructionStack: []
};
ba(this.c, b, a);
this.l.push(a);
this.g ||
(
(this.g = !0),
this.j(function() {
return da(c);
})
);
};
function da(b) {
if (!1 !== b.g) {
b.g = !1;
for (var a = b.l, c = [], d = new Map(), e = 0; e < a.length; e++)
d.set(a[e].localName, []);
C(b.c, document, {
s: function(a) {
if (void 0 === a.__CE_state) {
var e = a.localName,
f = d.get(e);
f ? f.push(a) : b.c.a.get(e) && c.push(a);
}
}
});
for (e = 0; e < c.length; e++) A(b.c, c[e]);
for (; 0 < a.length; ) {
for (
var f = a.shift(), e = f.localName, f = d.get(f.localName), m = 0;
m < f.length;
m++
)
A(b.c, f[m]);
(e = b.m.get(e)) && F(e);
}
}
}
G.prototype.get = function(b) {
if ((b = this.c.a.get(b))) return b.constructor;
};
G.prototype.whenDefined = function(b) {
if (!n(b))
return Promise.reject(
new SyntaxError("'" + b + "' is not a valid custom element name.")
);
var a = this.m.get(b);
if (a) return a.f;
a = new ca();
this.m.set(b, a);
this.c.a.get(b) &&
!this.l.some(function(a) {
return a.localName === b;
}) &&
F(a);
return a.f;
};
G.prototype.v = function(b) {
E(this.u);
var a = this.j;
this.j = function(c) {
return b(function() {
return a(c);
});
};
};
window.CustomElementRegistry = G;
G.prototype.define = G.prototype.define;
G.prototype.get = G.prototype.get;
G.prototype.whenDefined = G.prototype.whenDefined;
G.prototype.polyfillWrapFlushCallback = G.prototype.v;
var H = window.Document.prototype.createElement,
ea = window.Document.prototype.createElementNS,
fa = window.Document.prototype.importNode,
ga = window.Document.prototype.prepend,
ha = window.Document.prototype.append,
ia = window.DocumentFragment.prototype.prepend,
ja = window.DocumentFragment.prototype.append,
I = window.Node.prototype.cloneNode,
J = window.Node.prototype.appendChild,
K = window.Node.prototype.insertBefore,
L = window.Node.prototype.removeChild,
M = window.Node.prototype.replaceChild,
N = Object.getOwnPropertyDescriptor(window.Node.prototype, "textContent"),
O = window.Element.prototype.attachShadow,
P = Object.getOwnPropertyDescriptor(window.Element.prototype, "innerHTML"),
Q = window.Element.prototype.getAttribute,
R = window.Element.prototype.setAttribute,
S = window.Element.prototype.removeAttribute,
T = window.Element.prototype.getAttributeNS,
U = window.Element.prototype.setAttributeNS,
ka = window.Element.prototype.removeAttributeNS,
la = window.Element.prototype.insertAdjacentElement,
ma = window.Element.prototype.prepend,
na = window.Element.prototype.append,
V = window.Element.prototype.before,
oa = window.Element.prototype.after,
pa = window.Element.prototype.replaceWith,
qa = window.Element.prototype.remove,
ra = window.HTMLElement,
W = Object.getOwnPropertyDescriptor(
window.HTMLElement.prototype,
"innerHTML"
),
sa = window.HTMLElement.prototype.insertAdjacentElement;
function ta() {
var b = X;
window.HTMLElement = (function() {
function a() {
var a = this.constructor,
d = b.o.get(a);
if (!d)
throw Error(
"The custom element being constructed was not registered with `customElements`."
);
var e = d.constructionStack;
if (!e.length)
return (e = H.call(document, d.localName)), Object.setPrototypeOf(
e,
a.prototype
), (e.__CE_state = 1), (e.__CE_definition = d), y(b, e), e;
var d = e.length - 1,
f = e[d];
if (f === h)
throw Error(
"The HTMLElement constructor was either called reentrantly for this constructor or called multiple times."
);
e[d] = h;
Object.setPrototypeOf(f, a.prototype);
y(b, f);
return f;
}
a.prototype = ra.prototype;
return a;
})();
}
function Y(b, a, c) {
function d(a) {
return function(d) {
for (var c = [], e = 0; e < arguments.length; ++e)
c[e - 0] = arguments[e];
for (var e = [], f = [], k = 0; k < c.length; k++) {
var r = c[k];
r instanceof Element && p(r) && f.push(r);
if (r instanceof DocumentFragment)
for (r = r.firstChild; r; r = r.nextSibling) e.push(r);
else e.push(r);
}
a.apply(this, c);
for (c = 0; c < f.length; c++) B(b, f[c]);
if (p(this))
for (c = 0; c < e.length; c++)
(f = e[c]), f instanceof Element && z(b, f);
};
}
c.h && (a.prepend = d(c.h));
c.append && (a.append = d(c.append));
}
function ua() {
var b = X;
u(Document.prototype, "createElement", function(a) {
if (this.__CE_hasRegistry) {
var c = b.a.get(a);
if (c) return new c.constructor();
}
a = H.call(this, a);
y(b, a);
return a;
});
u(Document.prototype, "importNode", function(a, c) {
a = fa.call(this, a, c);
this.__CE_hasRegistry ? C(b, a) : x(b, a);
return a;
});
u(Document.prototype, "createElementNS", function(a, c) {
if (
this.__CE_hasRegistry &&
(null === a || "http://www.w3.org/1999/xhtml" === a)
) {
var d = b.a.get(c);
if (d) return new d.constructor();
}
a = ea.call(this, a, c);
y(b, a);
return a;
});
Y(b, Document.prototype, { h: ga, append: ha });
}
function va() {
var b = X;
function a(a, d) {
Object.defineProperty(a, "textContent", {
enumerable: d.enumerable,
configurable: !0,
get: d.get,
set: function(a) {
if (this.nodeType === Node.TEXT_NODE) d.set.call(this, a);
else {
var c = void 0;
if (this.firstChild) {
var e = this.childNodes,
l = e.length;
if (0 < l && p(this))
for (var c = Array(l), g = 0; g < l; g++) c[g] = e[g];
}
d.set.call(this, a);
if (c) for (a = 0; a < c.length; a++) B(b, c[a]);
}
}
});
}
u(Node.prototype, "insertBefore", function(a, d) {
if (a instanceof DocumentFragment) {
var c = Array.prototype.slice.apply(a.childNodes);
a = K.call(this, a, d);
if (p(this)) for (d = 0; d < c.length; d++) z(b, c[d]);
return a;
}
c = p(a);
d = K.call(this, a, d);
c && B(b, a);
p(this) && z(b, a);
return d;
});
u(Node.prototype, "appendChild", function(a) {
if (a instanceof DocumentFragment) {
var c = Array.prototype.slice.apply(a.childNodes);
a = J.call(this, a);
if (p(this)) for (var e = 0; e < c.length; e++) z(b, c[e]);
return a;
}
c = p(a);
e = J.call(this, a);
c && B(b, a);
p(this) && z(b, a);
return e;
});
u(Node.prototype, "cloneNode", function(a) {
a = I.call(this, a);
this.ownerDocument.__CE_hasRegistry ? C(b, a) : x(b, a);
return a;
});
u(Node.prototype, "removeChild", function(a) {
var c = p(a),
e = L.call(this, a);
c && B(b, a);
return e;
});
u(Node.prototype, "replaceChild", function(a, d) {
if (a instanceof DocumentFragment) {
var e = Array.prototype.slice.apply(a.childNodes);
a = M.call(this, a, d);
if (p(this)) for (B(b, d), d = 0; d < e.length; d++) z(b, e[d]);
return a;
}
var e = p(a),
c = M.call(this, a, d),
m = p(this);
m && B(b, d);
e && B(b, a);
m && z(b, a);
return c;
});
N && N.get
? a(Node.prototype, N)
: w(b, function(b) {
a(b, {
enumerable: !0,
configurable: !0,
get: function() {
for (var a = [], b = 0; b < this.childNodes.length; b++)
a.push(this.childNodes[b].textContent);
return a.join("");
},
set: function(a) {
for (; this.firstChild; ) L.call(this, this.firstChild);
J.call(this, document.createTextNode(a));
}
});
});
}
function wa(b) {
var a = Element.prototype;
function c(a) {
return function(c) {
for (var d = [], e = 0; e < arguments.length; ++e)
d[e - 0] = arguments[e];
for (var e = [], l = [], g = 0; g < d.length; g++) {
var k = d[g];
k instanceof Element && p(k) && l.push(k);
if (k instanceof DocumentFragment)
for (k = k.firstChild; k; k = k.nextSibling) e.push(k);
else e.push(k);
}
a.apply(this, d);
for (d = 0; d < l.length; d++) B(b, l[d]);
if (p(this))
for (d = 0; d < e.length; d++)
(l = e[d]), l instanceof Element && z(b, l);
};
}
V && (a.before = c(V));
V && (a.after = c(oa));
pa &&
u(a, "replaceWith", function(a) {
for (var d = [], c = 0; c < arguments.length; ++c)
d[c - 0] = arguments[c];
for (var c = [], m = [], l = 0; l < d.length; l++) {
var g = d[l];
g instanceof Element && p(g) && m.push(g);
if (g instanceof DocumentFragment)
for (g = g.firstChild; g; g = g.nextSibling) c.push(g);
else c.push(g);
}
l = p(this);
pa.apply(this, d);
for (d = 0; d < m.length; d++) B(b, m[d]);
if (l)
for (B(b, this), d = 0; d < c.length; d++)
(m = c[d]), m instanceof Element && z(b, m);
});
qa &&
u(a, "remove", function() {
var a = p(this);
qa.call(this);
a && B(b, this);
});
}
function xa() {
var b = X;
function a(a, c) {
Object.defineProperty(a, "innerHTML", {
enumerable: c.enumerable,
configurable: !0,
get: c.get,
set: function(a) {
var d = this,
e = void 0;
p(this) &&
(
(e = []),
t(this, function(a) {
a !== d && e.push(a);
})
);
c.set.call(this, a);
if (e)
for (var f = 0; f < e.length; f++) {
var k = e[f];
1 === k.__CE_state && b.disconnectedCallback(k);
}
this.ownerDocument.__CE_hasRegistry ? C(b, this) : x(b, this);
return a;
}
});
}
function c(a, c) {
u(a, "insertAdjacentElement", function(a, d) {
var e = p(d);
a = c.call(this, a, d);
e && B(b, d);
p(a) && z(b, d);
return a;
});
}
O &&
u(Element.prototype, "attachShadow", function(a) {
return (this.__CE_shadowRoot = a = O.call(this, a));
});
P && P.get
? a(Element.prototype, P)
: W && W.get
? a(HTMLElement.prototype, W)
: w(b, function(b) {
a(b, {
enumerable: !0,
configurable: !0,
get: function() {
return I.call(this, !0).innerHTML;
},
set: function(a) {
var b = "template" === this.localName,
d = b ? this.content : this,
c = H.call(document, this.localName);
for (c.innerHTML = a; 0 < d.childNodes.length; )
L.call(d, d.childNodes[0]);
for (a = b ? c.content : c; 0 < a.childNodes.length; )
J.call(d, a.childNodes[0]);
}
});
});
u(Element.prototype, "setAttribute", function(a, c) {
if (1 !== this.__CE_state) return R.call(this, a, c);
var d = Q.call(this, a);
R.call(this, a, c);
c = Q.call(this, a);
b.attributeChangedCallback(this, a, d, c, null);
});
u(Element.prototype, "setAttributeNS", function(a, c, f) {
if (1 !== this.__CE_state) return U.call(this, a, c, f);
var d = T.call(this, a, c);
U.call(this, a, c, f);
f = T.call(this, a, c);
b.attributeChangedCallback(this, c, d, f, a);
});
u(Element.prototype, "removeAttribute", function(a) {
if (1 !== this.__CE_state) return S.call(this, a);
var c = Q.call(this, a);
S.call(this, a);
null !== c && b.attributeChangedCallback(this, a, c, null, null);
});
u(Element.prototype, "removeAttributeNS", function(a, c) {
if (1 !== this.__CE_state) return ka.call(this, a, c);
var d = T.call(this, a, c);
ka.call(this, a, c);
var e = T.call(this, a, c);
d !== e && b.attributeChangedCallback(this, c, d, e, a);
});
sa
? c(HTMLElement.prototype, sa)
: la
? c(Element.prototype, la)
: console.warn(
"Custom Elements: `Element#insertAdjacentElement` was not patched."
);
Y(b, Element.prototype, { h: ma, append: na });
wa(b);
} /*
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
var Z = window.customElements;
if (
!Z ||
Z.forcePolyfill ||
"function" != typeof Z.define ||
"function" != typeof Z.get
) {
var X = new v();
ta();
ua();
Y(X, DocumentFragment.prototype, { h: ia, append: ja });
va();
xa();
document.__CE_hasRegistry = !0;
var customElements = new G(X);
Object.defineProperty(window, "customElements", {
configurable: !0,
enumerable: !0,
value: customElements
});
}
}.call(self));
//# sourceMappingURL=custom-elements.min.js.map

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64bf0689cc55ab7978734e0a7be1e18a3044e6f2cc7304cd49a8bd7dafd228a9
size 342

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84985af19fe81fd8caf173314e137e77e6a8df1df18a2713c382935732b34940
size 843

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:018acef1bd7b821928d4aa33849f93c2bbd1f03bbe0beb5b8399ba8db4ee1177
size 433

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78a9e882a7fe269dc4c413db69c6abc9872ff2b3fdb4a06e482f2abc93e4f0ba
size 629

File diff suppressed because one or more lines are too long

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0479636923327a52e3a04106fc1c2002b5c3791921c1c36b60c2e687da124ce
size 2050

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fee790f618d13e661485c964e51a252dacaf6efeccc8d1ae684994f1ea970abb
size 1223

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:817ebb074cd6c0a115e1c7778f32c7ced99a5280b0d7ff0589cf5bd52ff8b062
size 1907

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9332050869834c46b44fe3c0d27c9e925a4b63da0fa5af904b2c3f68c17eeaf5
size 229

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5561d7d259693ebcf7918daf995014f67c6b9f8f137397f0d442b28ff39a3719
size 242

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="25px" height="15px" viewBox="0 0 25 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>icon/arrow-down-blue</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Style-guide" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UI-Icons" transform="translate(-120.000000, -1265.000000)" fill="#146AFF">
<g id="Stacked-Group" transform="translate(50.000000, 50.000000)">
<g id="Stacked-Group-5-Copy" transform="translate(0.000000, 1210.000000)">
<g id="icon/arrow-down-blue" transform="translate(70.000000, 0.000000)">
<path d="M19.2677026,20.7322696 C20.2443584,21.7070736 20.2443584,23.2915005 19.2677026,24.2677859 C18.7788191,24.7555583 18.139567,25 17.4999444,25 C16.8603219,25 16.2210698,24.7555583 15.7321863,24.2677859 L5.73229742,14.267897 C4.7556416,13.293093 4.7556416,11.7086662 5.73229742,10.7323808 L15.7321863,0.732491861 C16.7084718,-0.244163954 18.2914171,-0.244163954 19.2677026,0.732491861 C20.2443584,1.70729584 20.2443584,3.29172268 19.2677026,4.26800813 L11.0359422,12.5001389 L19.2677026,20.7322696 Z" transform="translate(12.500000, 12.500000) rotate(270.000000) translate(-12.500000, -12.500000) "></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="15px" height="25px" viewBox="0 0 15 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>icon/arrow-right-blue</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Style-guide" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UI-Icons" transform="translate(-80.000000, -1260.000000)" fill="#146AFF">
<g id="Stacked-Group" transform="translate(50.000000, 50.000000)">
<g id="Stacked-Group-5-Copy" transform="translate(0.000000, 1210.000000)">
<g id="icon/arrow-right-blue" transform="translate(25.000000, 0.000000)">
<path d="M19.2677026,20.7322696 C20.2443584,21.7070736 20.2443584,23.2915005 19.2677026,24.2677859 C18.7788191,24.7555583 18.139567,25 17.4999444,25 C16.8603219,25 16.2210698,24.7555583 15.7321863,24.2677859 L5.73229742,14.267897 C4.7556416,13.293093 4.7556416,11.7086662 5.73229742,10.7323808 L15.7321863,0.732491861 C16.7084718,-0.244163954 18.2914171,-0.244163954 19.2677026,0.732491861 C20.2443584,1.70729584 20.2443584,3.29172268 19.2677026,4.26800813 L11.0359422,12.5001389 L19.2677026,20.7322696 Z" id="Page-1" transform="translate(12.500000, 12.500000) rotate(180.000000) translate(-12.500000, -12.500000) "></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.05 15.43"><defs><style>.cls-1{fill:#fff;}</style></defs><title>exclamationPointWhite</title><ellipse class="cls-1" cx="2.52" cy="13.71" rx="1.76" ry="1.71"/><path class="cls-1" d="M2.57,0H2.48A2.46,2.46,0,0,0,0,2.36c0,.56,1.1,7.08,1.1,7.08a1.4,1.4,0,0,0,1.4,1.16h.06a1.4,1.4,0,0,0,1.4-1.16S5,2.93,5,2.36A2.46,2.46,0,0,0,2.57,0Z"/></svg>

After

Width:  |  Height:  |  Size: 424 B

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.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:#FFFFFF;}
.st1{fill:#F3336C;}
</style>
<g id="Page-1">
<g id="icon_x2F_clock-red">
<circle id="Oval-7" class="st0" cx="7.5" cy="7.5" r="6.9"/>
<g id="Group">
<path id="Shape" class="st1" d="M7.5,0C3.4,0,0,3.4,0,7.5S3.4,15,7.5,15S15,11.6,15,7.5S11.6,0,7.5,0L7.5,0z M7.5,13.5
c-3.3,0-6-2.7-6-6c0-3.3,2.7-6,6-6c3.3,0,6,2.7,6,6C13.5,10.8,10.8,13.5,7.5,13.5L7.5,13.5z"/>
<path id="Shape-Copy" class="st1" d="M7.4,9.3C7,9.3,6.6,8.9,6.6,8.4V4.4c0-0.5,0.3-0.9,0.8-0.9c0.4,0,0.7,0.4,0.7,0.8
c0,0,0,0,0,0V3.5c0,0,0,1,0,1v1.8c0,0.6,0,2.2,0,2.2C8.1,8.9,7.7,9.3,7.4,9.3z"/>
<path id="Shape_1_" class="st1" d="M6.7,8.4C6.9,8,7.4,7.8,7.8,7.9l2.3,0.9c0.5,0.1,0.7,0.7,0.6,1c-0.1,0.3-0.6,0.6-1.1,0.5
L7.4,9.4C6.9,9.3,6.6,8.8,6.7,8.4z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 40.2 (33826) - http://www.bohemiancoding.com/sketch -->
<title>icon/copy</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Share-assignment-modal'" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Share-assignment-modal" transform="translate(-188.000000, -218.000000)" fill="#FFFFFF">
<g id="Group-3" transform="translate(66.000000, 207.000000)">
<g id="button/medium-primary-copy" transform="translate(112.000000, 0.000000)">
<g id="Group">
<g id="icon/copy" transform="translate(10.000000, 11.000000)">
<path d="M14.9605333,4.04693333 L1.07093333,4.04693333 C0.522933333,4.04693333 0.0781333333,4.49173333 0.0781333333,5.03946667 L0.0781333333,18.9301333 C0.0781333333,19.4770667 0.524,19.9218667 1.06986667,19.9218667 L14.9605333,19.9218667 C15.5072,19.9218667 15.952,19.476 15.952,18.9301333 L15.952,5.03946667 C15.9530667,4.49173333 15.5082667,4.04693333 14.9605333,4.04693333 L14.9605333,4.04693333 Z M13.9688,17.9376 L2.0624,17.9376 L2.0624,6.0312 L13.9688,6.0312 L13.9688,17.9376 Z" id="Fill-1"></path>
<path d="M18.9290667,0.0781333333 L6.0312,0.0781333333 C5.48426667,0.0781333333 5.03946667,0.524 5.03946667,1.06986667 C5.03946667,1.61653333 5.48533333,2.06133333 6.0312,2.06133333 L17.9376,2.06133333 L17.9376,13.9677333 C17.9376,14.5146667 18.3834667,14.9594667 18.9290667,14.9594667 C19.476,14.9594667 19.9208,14.5136 19.9208,13.9677333 L19.9208,1.07093333 C19.9218667,0.522933333 19.4770667,0.0781333333 18.9290667,0.0781333333 L18.9290667,0.0781333333 Z" id="Fill-2"></path>
<path d="M5.03946667,12.9770667 L7.024,12.9770667 L7.024,14.9605333 C7.024,15.5072 7.46986667,15.952 8.01573333,15.952 C8.5624,15.952 9.0072,15.5061333 9.0072,14.9605333 L9.0072,12.976 L10.9917333,12.976 C11.5386667,12.976 11.9834667,12.5301333 11.9834667,11.9842667 C11.9834667,11.4376 11.5376,10.9928 10.9917333,10.9928 L9.0072,10.9928 L9.0072,9.00826667 C9.0072,8.46133333 8.56133333,8.01653333 8.01573333,8.01653333 C7.4688,8.01653333 7.024,8.4624 7.024,9.00826667 L7.024,10.9928 L5.03946667,10.9928 C4.4928,10.9928 4.048,11.4386667 4.048,11.9842667 C4.04693333,12.5312 4.49173333,12.9770667 5.03946667,12.9770667 L5.03946667,12.9770667 Z" id="Fill-3"></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.62 17"><defs><style>.cls-1{fill:#146aff;fill-rule:evenodd;}</style></defs><title>checkmark</title><path class="cls-1" d="M7.62,17a2,2,0,0,1-1.38-.56L.62,11.07A2,2,0,0,1,3.38,8.18l4.15,4L18.15.64a2,2,0,1,1,2.94,2.71l-12,13A2,2,0,0,1,7.68,17H7.62"/></svg>

After

Width:  |  Height:  |  Size: 342 B

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="25px" height="15px" viewBox="0 0 25 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>icon/equals</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Style-guide" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UI-Icons" transform="translate(-191.000000, -1433.000000)" fill="#BFBFBF">
<g id="icon/equals" transform="translate(191.000000, 1433.000000)">
<rect id="Rectangle-8" x="0" y="0" width="25" height="5" rx="2.5"></rect>
<rect id="Rectangle-8-Copy" x="0" y="10" width="25" height="5" rx="2.5"></rect>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 843 B

View File

@ -0,0 +1 @@
<svg width="4" height="12" viewBox="0 0 4 12" xmlns="http://www.w3.org/2000/svg"><title>110026BC-E06D-4FB8-A733-F39C6C8681B5</title><path d="M3.234 10.575a1.363 1.363 0 1 1-2.726 0 1.363 1.363 0 0 1 2.726 0zm.648-8.398a1.978 1.978 0 0 1-.007.047l-.834 5.294c-.079.53-.542.926-1.085.926h-.013a1.096 1.096 0 0 1-1.085-.926L.024 2.224A1.93 1.93 0 0 1 1.93 0h.04a1.94 1.94 0 0 1 1.912 1.663v.514z" fill="#FFF" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 433 B

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, 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 19" style="enable-background:new 0 0 10 19;" xml:space="preserve">
<style type="text/css">
.st0{fill:#146AFF;}
</style>
<title>icon/facebook-blue</title>
<desc>Created with Sketch.</desc>
<path class="st0" d="M10,3.1H8.2c-1.4,0-1.7,0.7-1.7,1.6v2.1h3.4l-0.5,3.4H6.5v8.6H2.9v-8.6H0V6.9h2.9V4.4C2.9,1.6,4.7,0,7.3,0
C8.6,0,9.7,0.1,10,0.1V3.1z"/>
</svg>

After

Width:  |  Height:  |  Size: 629 B

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="20px" 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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>icon/help-blue</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Style-guide" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UI-Icons" transform="translate(-50.000000, -2284.000000)">
<g id="Stacked-Group" transform="translate(50.000000, 50.000000)">
<g id="icon/help" transform="translate(0.000000, 2234.000000)">
<g id="Group">
<circle id="Oval-1" stroke="#146AFF" stroke-width="2" cx="12.5" cy="12.5" r="11.5"></circle>
<path d="M12.6825,6.6275 C13.3866702,6.6275 14.0095806,6.74395717 14.55125,6.976875 C15.0929194,7.20979283 15.5154151,7.53749789 15.81875,7.96 C16.1220849,8.38250211 16.27375,8.86458063 16.27375,9.40625 C16.27375,9.98041954 16.1329181,10.470623 15.85125,10.876875 C15.5695819,11.283127 15.1579194,11.7408308 14.61625,12.25 C14.1937479,12.6508353 13.8768761,12.9866653 13.665625,13.2575 C13.4543739,13.5283347 13.3216669,13.8262484 13.2675,14.15125 L13.18625,14.6875 L11.74,14.6875 L11.74,13.875 C11.74,13.3116639 11.8402073,12.8458352 12.040625,12.4775 C12.2410427,12.1091648 12.5362481,11.6975023 12.92625,11.2425 C13.2079181,10.9174984 13.419166,10.6385428 13.56,10.405625 C13.700834,10.1727072 13.77125,9.91541808 13.77125,9.63375 C13.77125,9.30874838 13.6602094,9.0595842 13.438125,8.88625 C13.2160406,8.7129158 12.8991687,8.62625 12.4875,8.62625 C11.7074961,8.62625 10.9437537,8.85916434 10.19625,9.325 L10.19625,7.29375 C10.9112536,6.84958111 11.7399953,6.6275 12.6825,6.6275 Z M11.17125,18.34375 L11.17125,15.7275 L13.82,15.7275 L13.82,18.34375 L11.17125,18.34375 Z" id="?" fill="#146AFF"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.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.1 25" style="enable-background:new 0 0 22.1 25;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#146AFF;}
.st1{fill:#146AFF;}
</style>
<path class="st0" d="M19.2,23.4H2.9c-0.7,0-1.4-0.7-1.4-1.5V11.2h19v10.7C20.6,22.7,20,23.4,19.2,23.4z M2.9,5.1h3v1.2
c0,0.5,0.3,0.9,0.8,0.9c0.4,0,0.8-0.4,0.8-0.9V5.1h7.2v1.2c0,0.5,0.3,0.9,0.8,0.9c0.4,0,0.8-0.4,0.8-0.9V5.1h3
c0.7,0,1.4,0.7,1.4,1.5v2.9h-19V6.6C1.6,5.7,2.2,5.1,2.9,5.1z M22.1,6.1v16.3c-0.2,1.3-1,2.3-2.1,2.6H2.1C0.9,24.6,0,23.4,0,21.9
V6.6c0-1.8,1.3-3.2,2.9-3.2h3V0.9C5.9,0.4,6.3,0,6.7,0c0.4,0,0.8,0.4,0.8,0.9v2.5h7.2V0.9C14.7,0.4,15,0,15.5,0
c0.4,0,0.8,0.4,0.8,0.9v2.5h3C20.7,3.3,21.9,4.5,22.1,6.1z"/>
<rect x="3.3" y="13" class="st1" width="2.2" height="2.2"/>
<rect x="3.3" y="16.3" class="st1" width="2.2" height="2.2"/>
<rect x="6.5" y="13" class="st1" width="2.2" height="2.2"/>
<rect x="6.5" y="16.3" class="st1" width="2.2" height="2.2"/>
<rect x="9.8" y="13" class="st1" width="2.2" height="2.2"/>
<rect x="9.8" y="16.3" class="st1" width="2.2" height="2.2"/>
<rect x="13" y="13" class="st1" width="2.2" height="2.2"/>
<rect x="13" y="16.3" class="st1" width="2.2" height="2.2"/>
<rect x="16.3" y="13" class="st1" width="2.2" height="2.2"/>
<rect x="16.3" y="16.3" class="st1" width="2.2" height="2.2"/>
<rect x="3.3" y="19.6" class="st1" width="2.2" height="2.2"/>
<rect x="6.5" y="19.6" class="st1" width="2.2" height="2.2"/>
<rect x="9.8" y="19.6" class="st1" width="2.2" height="2.2"/>
<rect x="13" y="19.6" class="st1" width="2.2" height="2.2"/>
<rect x="16.3" y="19.6" class="st1" width="2.2" height="2.2"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="109px" height="24px" viewBox="0 0 109 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.1 (44463) - http://www.bohemiancoding.com/sketch -->
<title>logo</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="headers/logged-out/normal" transform="translate(-15.000000, -29.000000)">
<g id="headers/teacher/normal-copy">
<g id="logo" transform="translate(15.000000, 29.000000)">
<path d="M4.29012,6.0299 L4.29012,8.0777 L4.35527,8.0777 C5.29812,6.3551 6.92278,5.5749 8.808,5.5749 C11.60327,5.5749 13.26073,7.102 13.26073,10.5473 L13.26073,23.5161 L8.77567,23.5161 L8.77567,11.4578 C8.77567,9.7024 8.19037,9.0201 6.85812,9.0201 C5.32996,9.0201 4.48506,9.9629 4.48506,11.9123 L4.48506,23.5161 L0,23.5161 L0,6.0299 L4.29012,6.0299 Z" id="Mask" fill="#F3336C"></path>
<path d="M22.55853,20.9158 C24.37861,20.9158 24.96343,19.1285 24.96343,14.7727 C24.96343,10.4175 24.37861,8.6302 22.55853,8.6302 C20.34857,8.6302 20.15363,11.1977 20.15363,14.7727 C20.15363,18.3482 20.34857,20.9158 22.55853,20.9158 Z M22.55853,5.5749 C27.95412,5.4774 29.44898,8.6953 29.44898,14.7727 C29.44898,20.7531 27.69404,23.9706 22.55853,23.9706 C17.16294,24.0686 15.66808,20.8506 15.66808,14.7727 C15.66808,8.7923 17.42302,5.5749 22.55853,5.5749 Z" id="Mask" fill="#F3336C"></path>
<path d="M32.2462,6.2571 L34.19657,6.2571 L34.19657,8.9549 L34.26122,8.9549 C35.00865,7.0374 36.60147,5.8673 38.61698,5.8673 C38.84424,5.8673 39.07151,5.9001 39.29927,5.9647 L39.29927,7.9151 C38.97453,7.85 38.64931,7.8176 38.3569,7.8176 C36.21159,7.8176 34.19657,9.3776 34.19657,12.7254 L34.19657,23.5161 L32.2462,23.5161 L32.2462,6.2571 Z" id="Mask" fill="#333333"></path>
<path d="M49.99396,13.3425 C49.92882,9.0524 48.72588,7.4924 46.32098,7.4924 C43.91608,7.4924 42.71314,9.0524 42.64849,13.3425 L49.99396,13.3425 Z M51.91151,17.7958 C51.6191,21.4682 49.60359,23.9064 46.3538,23.9064 C42.71314,23.9064 40.56833,21.3708 40.56833,14.8707 C40.56833,8.8898 42.71314,5.8673 46.51592,5.8673 C50.35151,5.8673 52.07412,8.5004 52.07412,14.2531 L52.07412,14.9682 L42.64849,14.9682 L42.64849,15.7807 C42.64849,20.7531 44.40343,22.2808 46.32098,22.2808 C48.36882,22.2808 49.63641,20.8183 49.96114,17.7958 L51.91151,17.7958 Z" id="Clip-15" fill="#333333"></path>
<path d="M60.26596,22.2808 C62.24865,22.2808 64.03641,21.2733 64.03641,14.8707 C64.03641,8.5004 62.24865,7.4924 60.26596,7.4924 C58.31559,7.4924 56.496,8.5004 56.496,14.8707 C56.496,21.2733 58.31559,22.2808 60.26596,22.2808 Z M64.23135,20.6557 L64.1662,20.6557 C63.64653,22.6389 61.98906,23.9064 59.94122,23.9064 C56.13894,23.9064 54.41584,20.8506 54.41584,14.8707 C54.41584,8.9226 56.13894,5.8673 59.94122,5.8673 C62.08604,5.8673 63.54857,7.0374 63.97078,8.8575 L64.03641,8.8575 L64.03641,0.3096 L65.98629,0.3096 L65.98629,23.5161 L64.23135,23.5161 L64.23135,20.6557 Z" id="Clip-18" fill="#333333"></path>
<path d="M69.33649,6.0299 L73.82155,6.0299 L73.82155,23.5161 L69.33649,23.5161 L69.33649,6.0299 Z M69.33649,0.049 L73.82155,0.049 L73.82155,3.8841 L69.33649,3.8841 L69.33649,0.049 Z" id="Clip-21" fill="#F3336C"></path>
<path d="M76.97486,6.0299 L81.2655,6.0299 L81.2655,8.0777 L81.3301,8.0777 C82.2735,6.3551 83.8981,5.5749 85.7829,5.5749 C88.5781,5.5749 90.2361,7.102 90.2361,10.5473 L90.2361,23.5161 L85.7505,23.5161 L85.7505,11.4578 C85.7505,9.7024 85.1652,9.0201 83.833,9.0201 C82.3058,9.0201 81.4604,9.9629 81.4604,11.9123 L81.4604,23.5161 L76.97486,23.5161 L76.97486,6.0299 Z" id="Clip-24" fill="#F3336C"></path>
<polygon id="Clip-27" fill="#F3336C" points="97.8759 0.3096 97.8759 12.5628 97.9411 12.5628 102.4589 6.0299 107.399 6.0299 102.3615 12.9203 108.1469 23.5161 103.2064 23.5161 99.4682 16.3332 97.8759 18.4134 97.8759 23.5161 93.3909 23.5161 93.3909 0.3096"></polygon>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.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 90 93" style="enable-background:new 0 0 90 93;" xml:space="preserve">
<style type="text/css">
.st0{fill:#00D93E;}
.st1{fill:#00CBEB;}
</style>
<g id="Page-1">
<g id="peer-review">
<path id="Clip-2" class="st0" d="M26.4,69.4v-17c0-0.1,0-0.1,0-0.2v-0.1v-6l-2,3.9c-0.6,1.2-2,1.6-3.1,1.1c-1.1-0.6-1.5-2-1-3.2
l4-7.7c0.1-0.1,0.1-0.3,0.2-0.4c0.4-1,1.3-1.8,2.5-1.8H34l-3.6,6.9c-1.2,2.3-0.4,5.1,2,6.4c1.5,0.8,3.1,0.6,4.4-0.1l0.1-0.1v18.1
h-4.6V54.8h-1.2v14.6H26.4L26.4,69.4L26.4,69.4z M39.1,69.4V50.9c0-0.1,0-0.1,0-0.2v-0.1V44l-2.2,4.3c-0.7,1.3-2.2,1.8-3.4,1.2
c-1.2-0.6-1.7-2.2-1-3.5l4.4-8.5c0.1-0.1,0.2-0.3,0.3-0.4c0.4-1.1,1.5-2,2.8-2h10.5c1.3,0,2.4,0.8,2.8,2c0.1,0.1,0.2,0.3,0.3,0.4
l4.4,8.5c0.7,1.3,0.2,2.9-1,3.5c-1.2,0.6-2.8,0.1-3.4-1.2L50.9,44v6.6c0,0.1,0,0.2,0,0.3v0v18.5h-5.3V53.5h-1.3v15.9H39.1
L39.1,69.4L39.1,69.4z M53,69.4V51.3l0.1,0.1c1.3,0.8,2.9,0.9,4.4,0.1c2.4-1.2,3.1-4.1,2-6.4L56,38.2H63c1.2,0,2.1,0.7,2.5,1.8
c0.1,0.1,0.2,0.2,0.2,0.4l4,7.7c0.6,1.2,0.2,2.6-1,3.2c-1.1,0.6-2.5,0.1-3.1-1.1l-2-3.9v6c0,0.1,0,0.2,0,0.2v0v17h-4.8V54.8h-1.2
v14.6H53L53,69.4z M45.1,22.6c-2.9,0-5.2,2.3-5.2,5.2c0,2.9,2.3,5.2,5.2,5.2c2.9,0,5.2-2.3,5.2-5.2C50.3,24.9,48,22.6,45.1,22.6
L45.1,22.6L45.1,22.6L45.1,22.6z M27.1,31.5c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7c0,2.6-2.1,4.7-4.7,4.7S27.1,34.1,27.1,31.5
L27.1,31.5z M53.6,31.5c0-2.6,2.1-4.7,4.7-4.7c2.6,0,4.7,2.1,4.7,4.7c0,2.6-2.1,4.7-4.7,4.7C55.7,36.2,53.6,34.1,53.6,31.5
L53.6,31.5z"/>
<path id="Combined-Shape" class="st1" d="M84.8,72.8c1.2-0.1,1.8,0.8,1.8,1.5S86.3,76,85,76.1l-6.9,0.5c0,0,0,0-0.1,0
c0,0-0.1,0-0.1,0c-0.8,0.1-1.7-0.3-1.8-1.6l-0.5-6.9c-0.1-0.9,0.6-1.7,1.5-1.8c0.9-0.1,1.7,0.6,1.8,1.5l0.2,3.1
c10.4-14.3,9.8-37.7-2-50.8c-1-1.1-0.7-2.1-0.2-2.6c0.5-0.6,1.6-0.8,2.7,0.4C92.6,32.3,93.4,57.4,82.1,73L84.8,72.8z M74.6,11.9
C74.6,11.9,74.6,11.9,74.6,11.9c0.1,0.9-0.3,1.8-1.5,1.9l-6.9,0.5c-0.9,0.1-1.7-0.6-1.8-1.5c-0.1-0.9,0.6-1.7,1.5-1.8l3.1-0.2
C54.7,0.3,31.4,1,18.2,12.8c-1.1,1-2.1,0.7-2.6,0.2c-0.6-0.5-0.8-1.6,0.4-2.7C30.3-2.6,55.3-3.4,70.9,7.9l-0.2-2.7
c-0.1-1.2,0.8-1.8,1.5-1.8C73,3.4,73.9,3.7,74,5L74.6,11.9C74.6,11.9,74.6,11.9,74.6,11.9z M73.7,79.6c0.5,0.5,0.8,1.6-0.4,2.7
C59,95.2,34.1,95.9,18.5,84.6l0.2,2.7c0.1,1.2-0.8,1.8-1.5,1.8c-0.8,0.1-1.7-0.3-1.8-1.5l-0.5-6.9c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1
c-0.1-0.8,0.3-1.7,1.5-1.8l6.9-0.5c0.9-0.1,1.7,0.6,1.8,1.5c0.1,0.9-0.6,1.7-1.5,1.8l-3.1,0.2c14.3,10.5,37.5,9.8,50.6-2
C72.1,78.8,73.1,79.1,73.7,79.6z M11,25l-0.2-3.1C0.3,36.2,1,59.6,12.8,72.7c1,1.1,0.7,2.1,0.2,2.6c-0.5,0.6-1.6,0.8-2.7-0.4
C-2.6,60.7-3.4,35.6,7.9,20l-2.7,0.2c-1.2,0.1-1.8-0.8-1.8-1.5C3.4,17.9,3.7,17,5,16.9l6.9-0.5c0,0,0,0,0,0c0,0,0.1,0,0.1,0
c0.8-0.1,1.7,0.3,1.8,1.5l0.5,6.9c0.1,0.9-0.6,1.7-1.5,1.8C11.9,26.7,11.1,26,11,25z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, 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 18" style="enable-background:new 0 0 18 18;" xml:space="preserve">
<style type="text/css">
.st0{fill:#146AFF;}
</style>
<title>icon/person-blue</title>
<desc>Created with Sketch.</desc>
<path class="st0" d="M8.6,9.4c2.6,0,4.7-2.1,4.7-4.7c0-2.6-2.1-4.7-4.7-4.7C6,0,3.9,2.1,3.9,4.7C3.9,7.3,6,9.4,8.6,9.4L8.6,9.4z
M0,17.6C0,17.8,0.2,18,0.4,18h16.4c0.2,0,0.4-0.2,0.4-0.4v-0.8c0-3.2-2.1-5.9-6.3-5.9H6.3C2.1,11,0,13.7,0,16.8V17.6z"/>
</svg>

After

Width:  |  Height:  |  Size: 716 B

View File

@ -0,0 +1,20 @@
<?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 46.1 (44463) - http://www.bohemiancoding.com/sketch -->
<title>icon/plus-blue</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Style-guide" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UI-Icons" transform="translate(-225.000000, -108.000000)" fill="#146AFF">
<g id="Stacked-Group" transform="translate(50.000000, 50.000000)">
<g id="Stacked-Group-3" transform="translate(0.000000, 58.000000)">
<g id="Group-3" transform="translate(175.000000, 0.000000)">
<g id="icon/plus-blue">
<path d="M3.8105802,7.57167235 C2.7298066,6.49089875 2.7298066,4.89135381 3.8105802,3.8105802 C4.89135381,2.7298066 6.49089875,2.7298066 7.57167235,3.8105802 L12.4135381,8.65244596 L17.2554039,3.8105802 C18.3361775,2.7298066 20.1302617,2.7298066 21.1894198,3.8105802 C22.2701934,4.89135381 22.2701934,6.685438 21.1894198,7.74459613 L16.347554,12.5864619 L21.1894198,17.4283276 C22.2701934,18.5091013 22.2701934,20.1086462 21.1894198,21.1894198 C20.1086462,22.2701934 18.5091013,22.2701934 17.4283276,21.1894198 L12.5864619,16.347554 L7.74459613,21.1894198 C6.66382253,22.2701934 4.86973834,22.2701934 3.8105802,21.1894198 C2.7298066,20.1086462 2.7298066,18.314562 3.8105802,17.2554039 L8.65244596,12.5864619 L3.8105802,7.57167235 Z" id="Shape" transform="translate(12.500000, 12.500000) rotate(45.000000) translate(-12.500000, -12.500000) "></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="19px" height="26px" viewBox="0 0 19 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
<title>icon_premium_locked</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_premium_locked" transform="translate(0.880000, 0.257143)">
<path d="M15.1703507,11.7613357 L15.1703507,7.54281617 C15.1703507,4.09252936 12.4022155,1.28571429 9.00015151,1.28571429 C5.59748152,1.28571429 2.82964933,4.09252936 2.82964933,7.54281617 L2.82964933,11.7613357 L1.947846,11.7613357 C0.872409555,11.7613357 0,12.6451106 0,13.7356938 L0,23.7399276 C0,24.8305108 0.872409555,25.7142857 1.947846,25.7142857 L16.0527601,25.7142857 C17.1281965,25.7142857 18,24.8305108 18,23.7399276 L18,13.7360011 C18,12.6454179 17.1281965,11.7613357 16.0527601,11.7613357 L15.1703507,11.7613357 Z M9.59559603,19.3582355 L9.59559603,21.7044182 C9.59559603,22.0384458 9.32863083,22.3088637 9.00015151,22.3088637 C8.67106614,22.3088637 8.40410094,22.0384458 8.40410094,21.7044182 L8.40410094,19.3582355 C7.73047592,19.1108645 7.24836282,18.4584813 7.24836282,17.689634 C7.24836282,16.7090617 8.03259204,15.9131726 9.00015151,15.9131726 C9.96680191,15.9131726 10.7522432,16.7090617 10.7522432,17.689634 C10.7522432,18.4594032 10.2692211,19.1117864 9.59559603,19.3582355 L9.59559603,19.3582355 Z M12.8337233,11.7613357 L5.16627666,11.7613357 L5.16627666,7.54281617 C5.16627666,5.39913958 6.88624771,3.654944 9.00015151,3.654944 C11.1137523,3.654944 12.8337233,5.39913958 12.8337233,7.54281617 L12.8337233,11.7613357 L12.8337233,11.7613357 Z" id="icon_premium_locked-copy" fill="#E68900"></path>
<rect id="Rectangle-9" fill="#FFFFFF" x="1.28571429" y="14.1428571" width="14.1428571" height="7.71428571"></rect>
<path d="M15.1703507,10.4756214 L15.1703507,6.25710188 C15.1703507,2.80681508 12.4022155,0 9.00015151,0 C5.59748152,0 2.82964933,2.80681508 2.82964933,6.25710188 L2.82964933,10.4756214 L1.947846,10.4756214 C0.872409555,10.4756214 0,11.3593963 0,12.4499795 L0,22.4542133 C0,23.5447965 0.872409555,24.4285714 1.947846,24.4285714 L16.0527601,24.4285714 C17.1281965,24.4285714 18,23.5447965 18,22.4542133 L18,12.4502868 C18,11.3597036 17.1281965,10.4756214 16.0527601,10.4756214 L15.1703507,10.4756214 Z M9.59559603,18.0725212 L9.59559603,20.4187039 C9.59559603,20.7527315 9.32863083,21.0231494 9.00015151,21.0231494 C8.67106614,21.0231494 8.40410094,20.7527315 8.40410094,20.4187039 L8.40410094,18.0725212 C7.73047592,17.8251502 7.24836282,17.172767 7.24836282,16.4039197 C7.24836282,15.4233474 8.03259204,14.6274583 9.00015151,14.6274583 C9.96680191,14.6274583 10.7522432,15.4233474 10.7522432,16.4039197 C10.7522432,17.1736889 10.2692211,17.8260721 9.59559603,18.0725212 L9.59559603,18.0725212 Z M12.8337233,10.4756214 L5.16627666,10.4756214 L5.16627666,6.25710188 C5.16627666,4.11342529 6.88624771,2.36922972 9.00015151,2.36922972 C11.1137523,2.36922972 12.8337233,4.11342529 12.8337233,6.25710188 L12.8337233,10.4756214 L12.8337233,10.4756214 Z" fill="#FEC900"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.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 90 70" style="enable-background:new 0 0 90 70;" xml:space="preserve">
<style type="text/css">
.st0{fill:#00CFBE;}
.st1{fill:#A839E7;}
</style>
<g id="Page-1">
<g id="quick-write">
<path id="Combined-Shape" class="st0" d="M62.7,12l-5,5H0v-5H62.7z M52.7,22l-5,5H11v-5H52.7z M42.7,32l-5,5H4v-5H42.7z M33.7,41
l-5,5H13v-5H33.7z"/>
<path id="Combined-Shape_1_" class="st1" d="M24.8,54.8l10.4,10.4l-14.6,4.2L24.8,54.8z M89.5,11l-6.9,6.9L72.2,7.6l6.9-6.9
L89.5,11z M28,51.7l41.2-41.2l10.3,10.3L38.3,62L28,51.7z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 813 B

View File

@ -0,0 +1,18 @@
<?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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>icon/search-gray</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Style-guide" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UI-Icons" transform="translate(-85.000000, -1948.000000)" fill="#BFBFBF">
<g id="Stacked-Group" transform="translate(50.000000, 50.000000)">
<g id="Stacked-Group-2" transform="translate(0.000000, 1898.000000)">
<g id="icon/search-gray" transform="translate(35.000000, 0.000000)">
<path d="M17.3076923,10.5765481 C17.3076923,8.72359894 16.6484159,7.13841054 15.3317383,5.82135785 C14.0146856,4.50468019 12.4294972,3.84540382 10.5765481,3.84540382 C8.72359894,3.84540382 7.13841054,4.50468019 5.82135785,5.82135785 C4.50468019,7.13841054 3.84540382,8.72359894 3.84540382,10.5765481 C3.84540382,12.4294972 4.50468019,14.0146856 5.82135785,15.3317383 C7.13841054,16.6484159 8.72359894,17.3076923 10.5765481,17.3076923 C12.4294972,17.3076923 14.0146856,16.6484159 15.3317383,15.3317383 C16.6484159,14.0146856 17.3076923,12.4294972 17.3076923,10.5765481 L17.3076923,10.5765481 Z M25,23.0780481 C25,23.5981939 24.8094924,24.049337 24.4299772,24.4299772 C24.049337,24.8094924 23.5981939,25 23.0780481,25 C22.5361514,25 22.0861334,24.8094924 21.724619,24.4299772 L16.5707878,19.2911466 C14.7793412,20.5335713 12.7797612,21.1545962 10.5765481,21.1545962 C9.14399076,21.1545962 7.77406096,20.8763351 6.4675087,20.3198128 C5.16095644,19.7644156 4.03441138,19.0128855 3.08637345,18.0667227 C2.14021061,17.1201848 1.38868055,15.9936397 0.833658346,14.6855874 C0.27676107,13.3790352 0,12.0091054 0,10.5765481 C0,9.14399076 0.27676107,7.77406096 0.833658346,6.4675087 C1.38868055,5.16095644 2.14021061,4.03441138 3.08637345,3.08637345 C4.03441138,2.14021061 5.16095644,1.38868055 6.4675087,0.833658346 C7.77406096,0.27676107 9.14399076,0 10.5765481,0 C12.0091054,0 13.3790352,0.27676107 14.6855874,0.833658346 C15.9936397,1.38868055 17.1201848,2.14021061 18.0667227,3.08637345 C19.0128855,4.03441138 19.7644156,5.16095644 20.3198128,6.4675087 C20.8763351,7.77406096 21.1545962,9.14399076 21.1545962,10.5765481 C21.1545962,12.7797612 20.5335713,14.7793412 19.2911466,16.5707878 L24.4449778,21.724619 C24.8154926,22.0951338 25,22.5462769 25,23.0780481 L25,23.0780481 Z" id="icon/search-blue"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, 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 20 16" style="enable-background:new 0 0 20 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:#146AFF;}
</style>
<title>icon/twitter-blue</title>
<desc>Created with Sketch.</desc>
<path class="st0" d="M17.9,4.5c0,5.3-4.1,11.4-11.6,11.4c-2.3,0-4.5-0.7-6.3-1.8c0.3,0,0.6,0,1,0c1.9,0,3.7-0.6,5.1-1.7
c-1.8,0-3.3-1.2-3.8-2.8c0.3,0,0.5,0.1,0.8,0.1c0.4,0,0.7,0,1.1-0.1c-1.9-0.4-3.3-2-3.3-3.9v0C1.4,5.9,2,6.1,2.7,6.1
c-1.1-0.7-1.8-2-1.8-3.4c0-0.7,0.2-1.4,0.6-2c2,2.4,5,4,8.4,4.2C9.7,4.6,9.7,4.3,9.7,4c0-2.2,1.8-4,4.1-4c1.2,0,2.2,0.5,3,1.3
c0.9-0.2,1.8-0.5,2.6-1c-0.3,0.9-0.9,1.7-1.8,2.2c0.8-0.1,1.6-0.3,2.3-0.6c-0.6,0.8-1.3,1.5-2,2.1C17.9,4.1,17.9,4.3,17.9,4.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="18px" 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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>icon/x-blue</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Style-guide" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UI-Icons" transform="translate(-50.000000, -888.000000)" fill="#146AFF">
<g id="Stacked-Group" transform="translate(50.000000, 50.000000)">
<g id="Stacked-Group-3" transform="translate(0.000000, 838.000000)">
<g id="icon/x-blue">
<path d="M1.0665529,6.01535836 C-0.355517634,4.59328783 -0.355517634,2.48862344 1.0665529,1.0665529 C2.48862344,-0.355517634 4.59328783,-0.355517634 6.01535836,1.0665529 L12.3862344,7.4374289 L18.7571104,1.0665529 C20.1791809,-0.355517634 22.539818,-0.355517634 23.9334471,1.0665529 C25.3555176,2.48862344 25.3555176,4.84926052 23.9334471,6.24288965 L17.5625711,12.6137656 L23.9334471,18.9846416 C25.3555176,20.4067122 25.3555176,22.5113766 23.9334471,23.9334471 C22.5113766,25.3555176 20.4067122,25.3555176 18.9846416,23.9334471 L12.6137656,17.5625711 L6.24288965,23.9334471 C4.82081911,25.3555176 2.46018203,25.3555176 1.0665529,23.9334471 C-0.355517634,22.5113766 -0.355517634,20.1507395 1.0665529,18.7571104 L7.4374289,12.6137656 L1.0665529,6.01535836 Z"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, 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 12.9" style="enable-background:new 0 0 13 12.9;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<title>x-white</title>
<desc>Created with Sketch.</desc>
<path id="x-white" class="st0" d="M0.6,3c-0.8-0.7-0.8-1.8,0-2.5c0.7-0.7,1.8-0.7,2.6,0l3.3,3.3l3.3-3.3c0.7-0.7,2-0.7,2.7,0
s0.7,2,0,2.7L9.1,6.5l3.3,3.3c0.7,0.7,0.7,1.8,0,2.6c-0.7,0.7-1.8,0.7-2.6,0L6.6,9.1l-3.3,3.3c-0.7,0.7-2,0.7-2.7,0s-0.7-2,0-2.7
l3.3-3.2L0.6,3z"/>
</svg>

After

Width:  |  Height:  |  Size: 735 B

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c741d2d8bef09db22e14affee80baacf257c7413d1b923ef08d80511df1535c
size 492

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dc11ae8b8d2eb5426418c149f4c4a8b0c7471f75d3ca55643ae45d1519b5a71
size 7906

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee84c3695fc3cc048f087968fda7f46b0750820a77d00b16a9723ca35d89ece2
size 7433

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d00cb88e7ff4724fe8d2ba902b64a6818f4d2df7e63a13fbd48e6f63fe77826
size 6688

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f4a0e47782fcec1a2a7eb824eedb2b13fb9c52412e298039771c869396f87ab
size 4191

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75f7462bbd3630fadeb5611306ddbcac6e87171495a2ff426e27dbe5d8bbac34
size 3056

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a51dfa6de07beb7f708c5622bb3aebfbb83599e1cf662627174cb5da09d1df53
size 716

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a593f0966e091a31250d5664abba07d676e27c6f8ef286394a7d32b47f49563b
size 1823

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0741a5c4d96cba222c32fed1f7cd9b37caa1626b9f87464ff5d8063544aa1fd
size 3293

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e6124222162f3e3e1d1f165fc5b5cb081ca6f3751e6462af61b1a2dd4373947
size 813

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c410ed9cb015930b735158981aa22345b7a4bbf2bb40f77797e24ef46154ccc8
size 2707

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b39fe337bb120481da4dc2b50484123c402ed941643f6cbbed4661118f3e6e78
size 264

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86234cd99a1a1c6d4075c00d481f5e9a76aa531dd4bf86f54b14d1b4ade5ada9
size 4490

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44e168490bb2176e0ba9b567883b429c1e1f27a26b578d2dfd88eca88a63f3f5
size 8628

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:475a0b365ca5363d8ff84ae607d00c874f6bffa6c0ba6438103c6c2b98dfc5b4
size 954

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94cb12d54e49a06b0aebad7cf3c636b0b616ce0b4a1cac767c9b273cff859c12
size 1358

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06683fc5e55eee3ac4e059a35ee69a3fc3874eaa775d1252393e619f30c828ae
size 1618

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95e156db5ac26037244dfc7179508d86182c21f3f906326856e3870cd8654b07
size 735