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
76062b47
Commit
76062b47
authored
Feb 13, 2020
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `restricted` icon
parent
2364c416
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
restricted.svg
src/images/icons/restricted.svg
+1
-0
svg-icon.js
src/sidebar/components/svg-icon.js
+1
-0
No files found.
src/images/icons/restricted.svg
0 → 100644
View file @
76062b47
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
><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=
"M8 1C4.5 1 1 4.5 1 8s3.5 7 7 7 7-3.5 7-7-3.5-7-7-7zm0 7l-4 4 4-4 4-4-4 4z"
></path></g></svg>
src/sidebar/components/svg-icon.js
View file @
76062b47
...
...
@@ -41,6 +41,7 @@ const icons = {
profile
:
require
(
'../../images/icons/profile.svg'
),
public
:
require
(
'../../images/icons/public.svg'
),
refresh
:
require
(
'../../images/icons/refresh.svg'
),
restricted
:
require
(
'../../images/icons/restricted.svg'
),
reply
:
require
(
'../../images/icons/reply.svg'
),
search
:
require
(
'../../images/icons/search.svg'
),
share
:
require
(
'../../images/icons/share.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