Commit 155b3602 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Revert to local icon image

Shared version of lock icon looks weird in context
parent ff984e98
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="48px" height="56px" viewBox="0 0 48 56" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g fill="currentColor">
<rect x="0" y="24" width="48" height="32"></rect>
<path d="M24,0 C24,0 8,0 8,16 L8,32 L16,32 L16,16.0000004 C16,8 24,8 24,8 C24,8 32,8 32,16 L32,32 L40,32 L40,16 C40,0 24,0 24,0 Z"></path>
</g>
</g>
</svg>
\ No newline at end of file
...@@ -29,7 +29,6 @@ import { ...@@ -29,7 +29,6 @@ import {
listOrdered, listOrdered,
listUnordered, listUnordered,
logo, logo,
lock,
plus, plus,
profile, profile,
refresh, refresh,
...@@ -43,6 +42,7 @@ import { ...@@ -43,6 +42,7 @@ import {
// The following icons differ here from the shared-package versions // The following icons differ here from the shared-package versions
import annotateIcon from '../images/icons/annotate.svg'; import annotateIcon from '../images/icons/annotate.svg';
import lockIcon from '../images/icons/lock.svg';
import replyIcon from '../images/icons/reply.svg'; import replyIcon from '../images/icons/reply.svg';
import sortIcon from '../images/icons/sort.svg'; import sortIcon from '../images/icons/sort.svg';
...@@ -88,7 +88,7 @@ export default { ...@@ -88,7 +88,7 @@ export default {
image, image,
leave, leave,
link, link,
lock, lock: lockIcon,
logo, logo,
pointer: pointerIcon, pointer: pointerIcon,
profile, profile,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment