Clean up icon doubles
Some icons are now existing twice. * Their crystal icon looks wrong (rotationwise), compare with https://github.com/crystal-lang/crystal * Their C logo misses the standard's hex shape * Their C++ logo misses the standard's hex shape * Their Elixir icons has a dent in the reflextion? * Their Elm icon is colored * Their Git Folder is not a folder * Their Kotlin icon is colored * Their Puppet icon is more correct * Their Pursescript icon is identical * Their Windows icon is more modern That means: * Do not include their crystal, elixir, elm, kotlin, purescript * Do not include our puppet, windows * Keeping both c, c++, git-folder [note] Keeping their old files around with changed suffix to find this commit in the future on updates. Reuse old icons that were labeled as 'seti' but have been vanished as new custom types with appropriate file naming. And remove 'red' versions of icons. We have a black and white font... Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Before Width: | Height: | Size: 1019 B After Width: | Height: | Size: 1019 B |
Before Width: | Height: | Size: 1019 B After Width: | Height: | Size: 1019 B |
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
10
src/seti/file_nf.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>file</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="file" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M6.30418581,5 L24.9671891,5 L25.06582,7.66614445 L6.238249,7.66614445 L6.30418581,5 Z M6.23817059,11.122259 L22.3996049,11.122259 L22.3666757,13.7554852 L6.30396628,13.7554852 L6.23817059,11.122259 Z M6.30418581,17.2445132 L25.9217598,17.2445132 L25.987775,19.8777426 L6.23854693,19.8777426 L6.30418581,17.2445132 Z M6.23817059,23.3338571 L17.7914606,23.3338571 L17.7254454,26 L6.30380948,26 L6.23817059,23.3338571 Z" id="path132" fill="#444444" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 934 B |
10
src/seti/home_nf.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>home</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="home" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18.4400032,5.1815394 C17.2584638,4.39384647 16.4707703,4 16.0769227,4 C15.6830774,4 14.883078,4.39384647 13.6769246,5.1815394 C12.4953875,5.94461598 11.2523102,6.80615388 9.94769251,7.76615311 C8.66769237,8.72615351 7.53538392,9.599999 6.55076717,10.3876896 L5,11.532308 L5.07385962,28 L12.5692501,24.8984621 L12.6061535,16.6276934 L13.0492339,16.2215375 C13.3200021,15.9261542 13.6400012,15.5938468 14.0092314,15.2246155 C14.3784626,14.8307702 14.7600009,14.4861553 15.1538462,14.1907708 C15.5476915,13.8953862 15.8553831,13.7476939 16.0769209,13.7476939 C16.3230763,13.7476939 16.6430772,13.8953862 17.0369237,14.1907708 C17.430769,14.4861553 17.8123072,14.8307702 18.1815385,15.2246155 C18.5507698,15.5938468 18.8584625,15.9261542 19.1046167,16.2215375 L19.5476953,16.6276934 L19.5845988,24.8984621 L27.0799857,28 L27.1538453,11.532308 L25.6400009,10.3876896 C24.6307807,9.599999 23.4738624,8.72615351 22.1692459,7.76615311 C20.8892469,6.80615388 19.6461696,5.94461598 18.4400138,5.1815394 L18.4400032,5.1815394 Z" id="path41" fill="#444444" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
@ -19,7 +19,8 @@
|
||||
5 i_custom_folder folder_nf.svg
|
||||
6 i_seti_stylus stylus.svg
|
||||
7 i_seti_project project.svg
|
||||
8 i_seti_play_arrow play-arrow.svg
|
||||
8 i_custom_play_arrow play-arrow_nf.svg
|
||||
8 i_seti_play_arrow
|
||||
9 i_seti_sass sass.svg
|
||||
10 i_seti_rails rails.svg
|
||||
11 i_seti_ruby ruby.svg
|
||||
@ -33,45 +34,177 @@
|
||||
18 i_seti_javascript javascript.svg
|
||||
19 i_seti_image image.svg
|
||||
20 i_seti_html html.svg
|
||||
21 i_seti_mustache handlebars.svg
|
||||
21 i_seti_mustache mustache.svg
|
||||
22 i_seti_gulp gulp.svg
|
||||
23 i_seti_grunt grunt.svg
|
||||
24 i_seti_default file.svg
|
||||
24 i_custom_default file.svg
|
||||
24 i_seti_default
|
||||
24 i_seti_text
|
||||
25 i_seti_folder seti-folder.svg
|
||||
25 i_seti_folder folder.svg
|
||||
26 i_seti_css css.svg
|
||||
27 i_seti_config config.svg
|
||||
28 i_seti_npm npm.svg
|
||||
29 i_seti_home home.svg
|
||||
30 i_seti_ejs html.svg
|
||||
31 i_seti_xml rss.svg
|
||||
29 i_custom_home home_nf.svg
|
||||
29 i_seti_home
|
||||
30 i_seti_ejs ejs.svg
|
||||
31 i_seti_xml xml.svg
|
||||
32 i_seti_bower bower.svg
|
||||
33 i_seti_coffee coffeescript.svg
|
||||
33 i_seti_coffee coffee.svg
|
||||
33 i_seti_cjsx
|
||||
34 i_seti_twig twig.svg
|
||||
35 i_custom_cpp cpp_nf.svg
|
||||
36 i_custom_c c_nf.svg
|
||||
37 i_seti_haskell haskell.svg
|
||||
38 i_seti_lua lua.svg
|
||||
39 i_indent_line separator.svg
|
||||
39 i_indent_line separator_nf.svg
|
||||
39 i_indentation_line
|
||||
39 i_indent_dotted_guide
|
||||
40 i_seti_karma karma.svg
|
||||
41 i_seti_favicon favourite.svg
|
||||
41 i_seti_favicon favicon.svg
|
||||
42 i_seti_julia julia.svg
|
||||
43 i_seti_react react.svg
|
||||
44 i_custom_go go2_nf.svg
|
||||
44 i_custom_go go_nf.svg
|
||||
45 i_seti_go go.svg
|
||||
46 i_seti_typescript typescript.svg
|
||||
47 i_custom_msdos ms-dos_nf.svg
|
||||
48 i_custom_windows windows_nf.svg
|
||||
48 i_custom_windows windows.svg
|
||||
49 i_custom_vim vim_nf.svg
|
||||
50 i_custom_elm elm_nf.svg
|
||||
50 i_seti_elm
|
||||
51 i_custom_elixir elixir_nf.svg
|
||||
51 i_seti_elixir
|
||||
52 i_custom_electron electron_nf.svg
|
||||
53 i_custom_crystal crystal_nf.svg
|
||||
53 i_seti_crystal
|
||||
54 i_custom_purescript purescript_nf.svg
|
||||
55 i_custom_puppet puppet_nf.svg
|
||||
54 i_seti_purescript
|
||||
55 i_seti_puppet puppet.svg
|
||||
55 i_custom_puppet
|
||||
56 i_custom_emacs emacs_nf.svg
|
||||
57 i_custom_orgmode orgmode_nf.svg
|
||||
58 i_custom_kotlin kotlin_nf.svg
|
||||
# new
|
||||
058 i_seti_kotlin
|
||||
059 i_seti_apple apple.svg
|
||||
060 i_seti_argdown argdown.svg
|
||||
061 i_seti_asm asm.svg
|
||||
062 i_seti_audio audio.svg
|
||||
063 i_seti_babel babel.svg
|
||||
064 i_seti_bazel bazel.svg
|
||||
065 i_seti_bicep bicep.svg
|
||||
066 i_seti_bsl bsl.svg
|
||||
067 i_seti_cake_php cake_php.svg
|
||||
068 i_seti_cake cake.svg
|
||||
069 i_seti_checkbox checkbox.svg
|
||||
070 i_seti_checkbox_unchecked checkbox-unchecked.svg
|
||||
071 i_seti_clock clock.svg
|
||||
072 i_seti_clojure clojure.svg
|
||||
073 i_seti_code_climate code-climate.svg
|
||||
074 i_seti_code_search code-search.svg
|
||||
075 i_seti_coldfusion coldfusion.svg
|
||||
076 i_seti_cpp cpp.svg
|
||||
077 i_seti_crystal_embedded crystal_embedded.svg
|
||||
078 i_seti_c_sharp c-sharp.svg
|
||||
079 i_seti_c c.svg
|
||||
080 i_seti_csv csv.svg
|
||||
081 i_seti_cu cu.svg
|
||||
082 i_seti_dart dart.svg
|
||||
083 i_seti_db db.svg
|
||||
084 i_seti_default default.svg
|
||||
085 i_seti_deprecation_cop deprecation-cop.svg
|
||||
086 i_seti_docker docker.svg
|
||||
087 i_seti_d d.svg
|
||||
088 i_seti_editorconfig editorconfig.svg
|
||||
089 i_seti_elixir_script elixir_script.svg
|
||||
090 i_seti_error error.svg
|
||||
091 i_seti_eslint eslint.svg
|
||||
092 i_seti_ethereum ethereum.svg
|
||||
093 i_seti_firebase firebase.svg
|
||||
094 i_seti_firefox firefox.svg
|
||||
095 i_seti_font font.svg
|
||||
096 i_seti_f_sharp f-sharp.svg
|
||||
097 i_seti_git_folder git_folder.svg
|
||||
098 i_seti_github github.svg
|
||||
099 i_seti_git_ignore git_ignore.svg
|
||||
100 i_seti_gitlab gitlab.svg
|
||||
101 i_seti_git git.svg
|
||||
102 i_seti_go2 go2.svg
|
||||
103 i_seti_godot godot.svg
|
||||
104 i_seti_gradle gradle.svg
|
||||
105 i_seti_grails grails.svg
|
||||
106 i_seti_graphql graphql.svg
|
||||
107 i_seti_hacklang hacklang.svg
|
||||
108 i_seti_haml haml.svg
|
||||
109 i_seti_happenings happenings.svg
|
||||
110 i_seti_haxe haxe.svg
|
||||
111 i_seti_hex hex.svg
|
||||
112 i_seti_ignored ignored.svg
|
||||
113 i_seti_illustrator illustrator.svg
|
||||
114 i_seti_info info.svg
|
||||
115 i_seti_ionic ionic.svg
|
||||
116 i_seti_jade jade.svg
|
||||
117 i_seti_java java.svg
|
||||
118 i_seti_jenkins jenkins.svg
|
||||
119 i_seti_jinja jinja.svg
|
||||
120 i_seti_json json.svg
|
||||
121 i_seti_liquid liquid.svg
|
||||
122 i_seti_livescript livescript.svg
|
||||
123 i_seti_lock lock.svg
|
||||
124 i_seti_makefile makefile.svg
|
||||
125 i_seti_maven maven.svg
|
||||
126 i_seti_mdo mdo.svg
|
||||
127 i_seti_new_file new-file.svg
|
||||
128 i_seti_nim nim.svg
|
||||
129 i_seti_notebook notebook.svg
|
||||
130 i_seti_npm_ignored npm_ignored.svg
|
||||
131 i_seti_nunjucks nunjucks.svg
|
||||
132 i_seti_ocaml ocaml.svg
|
||||
133 i_seti_odata odata.svg
|
||||
134 i_seti_pddl pddl.svg
|
||||
135 i_seti_pdf pdf.svg
|
||||
136 i_seti_perl perl.svg
|
||||
137 i_seti_photoshop photoshop.svg
|
||||
138 i_seti_pipeline pipeline.svg
|
||||
139 i_seti_plan plan.svg
|
||||
140 i_seti_platformio platformio.svg
|
||||
141 i_seti_powershell powershell.svg
|
||||
142 i_seti_prisma prisma.svg
|
||||
143 i_seti_prolog prolog.svg
|
||||
144 i_seti_pug pug.svg
|
||||
145 i_seti_reasonml reasonml.svg
|
||||
146 i_seti_rescript rescript.svg
|
||||
147 i_seti_rollup rollup.svg
|
||||
148 i_seti_r R.svg
|
||||
149 i_seti_rust rust.svg
|
||||
150 i_seti_salesforce salesforce.svg
|
||||
151 i_seti_sbt sbt.svg
|
||||
152 i_seti_scala scala.svg
|
||||
153 i_seti_search search.svg
|
||||
154 i_seti_settings settings.svg
|
||||
155 i_seti_shell shell.svg
|
||||
156 i_seti_slim slim.svg
|
||||
157 i_seti_smarty smarty.svg
|
||||
158 i_seti_spring spring.svg
|
||||
159 i_seti_stylelint stylelint.svg
|
||||
160 i_seti_sublime sublime.svg
|
||||
161 i_seti_svelte svelte.svg
|
||||
162 i_seti_svg svg.svg
|
||||
163 i_seti_swift swift.svg
|
||||
164 i_seti_terraform terraform.svg
|
||||
165 i_seti_tex tex.svg
|
||||
166 i_seti_time_cop time-cop.svg
|
||||
167 i_seti_todo todo.svg
|
||||
168 i_seti_tsconfig tsconfig.svg
|
||||
169 i_seti_vala vala.svg
|
||||
170 i_seti_video video.svg
|
||||
171 i_seti_vue vue.svg
|
||||
172 i_seti_wasm wasm.svg
|
||||
173 i_seti_wat wat.svg
|
||||
174 i_seti_webpack webpack.svg
|
||||
175 i_seti_wgt wgt.svg
|
||||
176 i_seti_word word.svg
|
||||
177 i_seti_xls xls.svg
|
||||
178 i_seti_yarn yarn.svg
|
||||
179 i_seti_yml yml.svg
|
||||
180 i_seti_zig zig.svg
|
||||
181 i_seti_zip zip.svg
|
||||
|
Can't render this file because it has a wrong number of fields in line 11.
|
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
10
src/seti/play-arrow_nf.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>play-arrow</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="play-arrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="path100" fill="#444444" fill-rule="nonzero" points="11 6 23.5947 15.718913 11 25.941614"></polygon>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 576 B |
@ -1,71 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="32.0px"
|
||||
height="32.0px"
|
||||
viewBox="0 0 32.0 32.0"
|
||||
version="1.1"
|
||||
id="SVGRoot">
|
||||
<defs
|
||||
id="defs101">
|
||||
<clipPath
|
||||
id="a">
|
||||
<path
|
||||
d="M 0,792 H 612 V 0 H 0 Z"
|
||||
id="path2" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata104">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="puppet">
|
||||
<g
|
||||
clip-path="url(#a)"
|
||||
transform="matrix(1.2062359,0,0,-1.1952485,-40.141024,931.82481)"
|
||||
id="g19"
|
||||
style="fill:#444444;fill-opacity:1">
|
||||
<g
|
||||
fill="#ffa61a"
|
||||
transform="matrix(0.95837,0,0,0.96866,1.89,23.96)"
|
||||
id="g17"
|
||||
style="fill:#444444;fill-opacity:1">
|
||||
<path
|
||||
d="M 53.407,769.136 H 47.271 V 763 h 6.136 z"
|
||||
id="path7"
|
||||
style="fill:#444444;fill-opacity:1" />
|
||||
<path
|
||||
d="m 43.819,757.631 h -1.918 v 1.918 h 1.918 z m 2.301,4.218 H 39.6 v -6.52 h 6.52 z"
|
||||
id="path9"
|
||||
style="fill:#444444;fill-opacity:1" />
|
||||
<path
|
||||
d="M 0,0 -3.874,3.874 -2.378,5.37 1.496,1.496 Z"
|
||||
transform="translate(47.4,767.58)"
|
||||
id="path11"
|
||||
style="fill:#444444;fill-opacity:1" />
|
||||
<path
|
||||
d="M 0,0 -1.496,1.496 1.57,4.562 3.066,3.066 Z"
|
||||
transform="translate(46.06,760.36)"
|
||||
id="path13"
|
||||
style="fill:#444444;fill-opacity:1" />
|
||||
<path
|
||||
d="m 43.819,772.588 h -1.918 v 1.918 h 1.918 z m 2.301,4.219 H 39.6 v -6.52 h 6.52 z"
|
||||
id="path15"
|
||||
style="fill:#444444;fill-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
40
src/seti/separator_nf.svg
Normal file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="32px"
|
||||
height="32px"
|
||||
viewBox="0 0 32 32"
|
||||
version="1.1"
|
||||
id="svg10"
|
||||
sodipodi:docname="separator.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview12"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0" />
|
||||
<!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch -->
|
||||
<title
|
||||
id="title2">separator</title>
|
||||
<desc
|
||||
id="desc4">Created with Sketch.</desc>
|
||||
<defs
|
||||
id="defs6" />
|
||||
<g
|
||||
id="separator"
|
||||
stroke="none"
|
||||
stroke-width="1"
|
||||
fill="none"
|
||||
fill-rule="evenodd">
|
||||
<path
|
||||
d="m 15.091997,29.979998 c -0.02431,-1.697791 2.841916,-0.890422 1.871266,0.545626 -0.534854,0.837098 -1.897387,0.465727 -1.871266,-0.545626 z m 0,-8.010001 c 0.01541,-1.700017 2.819131,-0.859907 1.871266,0.564377 -0.531904,0.81199 -1.92615,0.459601 -1.871266,-0.564377 z M 15.392009,26.68 c -1.226436,-1.199701 1.407172,-2.586304 1.721253,-0.892501 0.241175,0.950427 -1.092727,1.680486 -1.721253,0.892501 z M 15.091997,13.99 c -0.0255,-1.701832 2.830671,-0.87347 1.871266,0.551249 C 16.455027,15.402066 15.061429,14.98527 15.091997,13.99 Z m 0,3.989999 c 0.0444,-1.739992 2.822965,-0.856019 1.871266,0.590625 -0.520393,0.811183 -1.926282,0.389346 -1.871266,-0.590625 z m 0,-12 c 0.01541,-1.7000191 2.819134,-0.859911 1.871266,0.5643751 -0.522338,0.829352 -1.928999,0.4529849 -1.871266,-0.5643751 z m 0.300012,4.739998 C 14.161401,9.5054057 16.781436,8.0932451 17.113262,9.7974998 17.348946,10.747503 16.04763,11.455945 15.392009,10.719997 Z m 0,-8.0099982 c -1.229396,-1.2140279 1.356623,-2.5787075 1.721253,-0.9206243 0.253969,0.9756303 -1.059248,1.648187 -1.721253,0.9206243 z"
|
||||
id="path61"
|
||||
fill="#444444"
|
||||
fill-rule="nonzero" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>windows</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="windows" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M8.42078071,5.60503828 C8.42078071,5.60503828 13.6365866,2.76767168 18.0984859,6.18609178 L15.6015779,14.7664105 C15.6015779,14.7664105 12.8069872,12.8416509 10.7319552,13.049011 C8.65692314,13.2563711 5.92419069,14.2502366 5.92419069,14.2502366 L8.42078071,5.60503828 Z M5.48402756,15.7621842 C5.48402756,15.7621842 8.28338875,14.4601409 10.6077618,14.6258382 C12.9318167,14.7916945 14.7875623,16.0426928 15.1878118,16.3300392 L12.6649837,24.9998853 C12.6649837,24.9998853 9.86069298,23.1749893 7.86866857,23.3410046 C5.87648515,23.5074969 4.14954454,23.8109042 3,24.4061103 L5.48402756,15.7621842 Z M16.4941486,17.1693387 C16.4941486,17.1693387 19.1567539,18.9007318 20.8997553,18.859228 C22.6169958,18.8182012 23.8050228,18.6828765 26.1348025,17.7696334 C26.1529306,17.7624776 26.2003181,17.7286066 26.1845753,17.7386248 C26.1348025,17.7696334 23.6881443,26.3305519 23.6881443,26.3305519 C23.6881443,26.3305519 20.9414182,27.6157392 18.4508709,27.4915457 C15.9609596,27.3670343 14.4655499,25.9430239 14.0096439,25.7625379 L16.4941486,17.1693387 Z M19.4188163,7.09122492 C20.1367847,7.60771692 21.4809679,8.52541253 23.6390075,8.77411742 C25.7972063,9.02314035 29.0965215,7.64604038 29.0965215,7.64604038 L26.6115399,16.2521201 C26.2329169,16.3794939 24.6766031,17.2820828 21.8129984,17.447939 C18.9492348,17.6141133 16.9157065,15.6220889 16.9157065,15.6220889 L19.4188163,7.09122492 Z" id="Combined-Shape" fill="#444444" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.9 KiB |
@ -36,7 +36,8 @@
|
||||
21 i_seti_mustache handlebars.svg
|
||||
22 i_seti_gulp gulp.svg
|
||||
23 i_seti_grunt grunt.svg
|
||||
24 i_seti_default file.svg
|
||||
24 i_custom_default file_nf.svg
|
||||
24 i_seti_default
|
||||
24 i_seti_text
|
||||
25 i_seti_folder seti-folder.svg
|
||||
26 i_seti_css css.svg
|
||||
|
Can't render this file because it has a wrong number of fields in line 11.
|