Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
feather
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kulya
feather
Commits
7ce70f6c
Commit
7ce70f6c
authored
8 years ago
by
Cole Bemis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new icons
parent
ab3cc7ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
circle.svg
icons/circle.svg
+1
-1
rectangle-horizontal.svg
icons/rectangle-horizontal.svg
+1
-0
rectangle-vertical.svg
icons/rectangle-vertical.svg
+1
-0
index.html
index.html
+3
-1
No files found.
icons/circle.svg
View file @
7ce70f6c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"#000"
stroke-linecap=
"round"
stroke-miterlimit=
"10"
stroke-width=
"2"
><circle
cx=
"12"
cy=
"12"
r=
"10"
/></g></svg>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"#000"
stroke-linecap=
"round"
stroke-miterlimit=
"10"
stroke-width=
"2"
><circle
cx=
"12"
cy=
"12"
r=
"10"
/></svg>
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
icons/rectangle-horizontal.svg
0 → 100644
View file @
7ce70f6c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"#000"
stroke-linecap=
"round"
stroke-miterlimit=
"10"
stroke-width=
"2"
><rect
x=
"2"
y=
"4"
width=
"20"
height=
"16"
rx=
"2"
ry=
"2"
/></svg>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
icons/rectangle-vertical.svg
0 → 100644
View file @
7ce70f6c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"#000"
stroke-linecap=
"round"
stroke-miterlimit=
"10"
stroke-width=
"2"
><rect
x=
"4"
y=
"2"
width=
"16"
height=
"20"
rx=
"2"
ry=
"2"
/></svg>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
index.html
View file @
7ce70f6c
...
@@ -43,7 +43,9 @@
...
@@ -43,7 +43,9 @@
const
data
=
{
const
data
=
{
icons
:
[
icons
:
[
'
square
'
,
'
square
'
,
'
circle
'
'
circle
'
,
'
rectangle-vertical
'
,
'
rectangle-horizontal
'
]
]
};
};
...
...
This diff is collapsed.
Click to expand it.
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