Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
0063b931
Commit
0063b931
authored
Dec 13, 2019
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add needed SVG icons
parent
9eb89202
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
15 deletions
+6
-15
profile.svg
src/images/icons/profile.svg
+1
-0
search.svg
src/images/icons/search.svg
+1
-15
sort.svg
src/images/icons/sort.svg
+1
-0
svg-icon.js
src/sidebar/components/svg-icon.js
+3
-0
No files found.
src/images/icons/profile.svg
0 → 100644
View file @
0063b931
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
aria-hidden=
"true"
focusable=
"false"
class=
"Icon Icon--profile"
><g
fill-rule=
"evenodd"
><rect
fill=
"none"
stroke=
"none"
x=
"0"
y=
"0"
width=
"16"
height=
"16"
></rect><path
fill=
"none"
stroke=
"currentColor"
stroke-linecap=
"round"
stroke-linejoin=
"round"
stroke-width=
"2"
d=
"M1 15c0-2.761 3.134-5 7-5s7 2.239 7 5M8 7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"
></path></g></svg>
src/images/icons/search.svg
View file @
0063b931
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
xmlns:sketch=
"http://www.bohemiancoding.com/sketch/ns"
>
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
<title>
Artboard 1 Copy 2
</title>
<desc>
Created with Sketch.
</desc>
<defs></defs>
<g
id=
"Page-1"
stroke=
"none"
stroke-width=
"1"
fill=
"none"
fill-rule=
"evenodd"
sketch:type=
"MSPage"
>
<g
id=
"Artboard-1-Copy-2"
sketch:type=
"MSArtboardGroup"
fill=
"#000000"
>
<g
id=
"Shape-+-Shape-Copy-28"
sketch:type=
"MSLayerGroup"
>
<path
d=
"M6,10 L6,10 C8.209139,10 10,8.209139 10,6 C10,3.790861 8.209139,2 6,2 C3.790861,2 2,3.790861 2,6 C2,8.209139 3.790861,10 6,10 L6,10 Z M6,12 L6,12 C2.6862915,12 0,9.3137085 0,6 C0,2.6862915 2.6862915,0 6,0 C9.3137085,0 12,2.6862915 12,6 C12,9.3137085 9.3137085,12 6,12 L6,12 Z"
id=
"Shape"
sketch:type=
"MSShapeGroup"
></path>
</g>
<path
d=
"M9.29289322,10.7071068 L14.2426407,15.6568542 L15.6568542,14.2426407 L10.7071068,9.29289322 L9.29289322,10.7071068 L9.29289322,10.7071068 Z"
id=
"Shape"
sketch:type=
"MSShapeGroup"
></path>
</g>
</g>
</svg>
\ No newline at end of file
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
aria-hidden=
"true"
focusable=
"false"
class=
"Icon Icon--search"
><g
fill-rule=
"evenodd"
><rect
fill=
"none"
stroke=
"none"
x=
"0"
y=
"0"
width=
"16"
height=
"16"
></rect><path
fill=
"none"
stroke=
"currentColor"
stroke-linecap=
"round"
stroke-linejoin=
"round"
stroke-width=
"2"
d=
"M9.536 9.536a5 5 0 1 1-7.071-7.071 5 5 0 0 1 7.07 7.07L15 15 9.536 9.536z"
></path></g></svg>
src/images/icons/sort.svg
0 → 100644
View file @
0063b931
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
aria-hidden=
"true"
focusable=
"false"
class=
"Icon Icon--sort"
><g
fill-rule=
"evenodd"
><rect
fill=
"none"
stroke=
"none"
x=
"0"
y=
"0"
width=
"16"
height=
"16"
></rect><path
fill=
"none"
stroke=
"currentColor"
stroke-linecap=
"round"
stroke-linejoin=
"round"
stroke-width=
"2"
d=
"M5 9V2v7zM1 5l4-4 4 4m2 2v7-7zm-4 4l4 4 4-4"
></path></g></svg>
src/sidebar/components/svg-icon.js
View file @
0063b931
...
...
@@ -39,10 +39,13 @@ const icons = {
lock
:
require
(
'../../images/icons/lock.svg'
),
logo
:
require
(
'../../images/icons/logo.svg'
),
pointer
:
require
(
'../../images/icons/pointer.svg'
),
profile
:
require
(
'../../images/icons/profile.svg'
),
public
:
require
(
'../../images/icons/public.svg'
),
refresh
:
require
(
'../../images/icons/refresh.svg'
),
reply
:
require
(
'../../images/icons/reply.svg'
),
search
:
require
(
'../../images/icons/search.svg'
),
share
:
require
(
'../../images/icons/share.svg'
),
sort
:
require
(
'../../images/icons/sort.svg'
),
trash
:
require
(
'../../images/icons/trash.svg'
),
twitter
:
require
(
'../../images/icons/twitter.svg'
),
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment