diff options
author | Jesús <heckyel@hyperbola.info> | 2018-12-17 12:38:19 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-12-17 12:38:19 -0500 |
commit | cafd1db831f1e540487e39804cbd2c727200eb47 (patch) | |
tree | 98f518fd2ddb5b07061b4b0bfb2652cfaf813813 | |
parent | 575e306f20ccfab15c1c9a3bf4b7cd75d4549ea7 (diff) | |
download | libresocial-cafd1db831f1e540487e39804cbd2c727200eb47.tar.lz libresocial-cafd1db831f1e540487e39804cbd2c727200eb47.tar.xz libresocial-cafd1db831f1e540487e39804cbd2c727200eb47.zip |
Added icon libregit
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | build.sh | 6 | ||||
-rw-r--r-- | css/libresocial.css | 160 | ||||
-rw-r--r-- | demo.html | 1 | ||||
-rw-r--r-- | fonts/libresocial.otf | bin | 38680 -> 41064 bytes | |||
-rw-r--r-- | fonts/libresocial.svg | 41 | ||||
-rw-r--r-- | fonts/libresocial.ttf | bin | 7432 -> 7868 bytes | |||
-rw-r--r-- | fonts/libresocial.woff | bin | 20140 -> 21436 bytes | |||
-rw-r--r-- | lab/libregit.svg | 58 | ||||
-rw-r--r-- | lab/metadata.json | 21 | ||||
-rw-r--r-- | scss/libresocial.sass | 90 | ||||
-rw-r--r-- | scss/libresocial.scss | 26 | ||||
-rw-r--r-- | src/libregit.svg | 58 |
13 files changed, 282 insertions, 182 deletions
@@ -7,3 +7,6 @@ .venv/ venv/ ENV/ + +### SASS ### +.sass-cache/
\ No newline at end of file @@ -13,3 +13,9 @@ then rm -fv ./fonts/libresocial.{svg,otf,ttf,woff} mv -fv ./lab/libresocial.{svg,otf,ttf,woff} ./fonts/ fi + +if [[ -n "$(ls -a ./css/libresocial.css)" ]]; +then + rm -v ./css/libresocial.css + sass --style expanded --sourcemap=none scss/libresocial.scss:css/libresocial.css +fi diff --git a/css/libresocial.css b/css/libresocial.css index 780dc40..124b5d2 100644 --- a/css/libresocial.css +++ b/css/libresocial.css @@ -1,65 +1,103 @@ /* ---- ---- LIBRESOCIAL ---- ---- */ -/* -Written by Heckyel -*/ - +/* Written by Heckyel */ @font-face { - font-family: "libresocial"; - src: url('../fonts/libresocial.woff') format('woff'), - url('../fonts/libresocial.ttf') format('truetype'), - url('../fonts/libresocial.svg') format('svg'); - font-weight: normal; - font-style: normal; + font-family: "libresocial"; + src: url("../fonts/libresocial.woff") format("woff"), url("../fonts/libresocial.ttf") format("truetype"), url("../fonts/libresocial.svg") format("svg"); + font-weight: normal; + font-style: normal; } - [class^="icon-"]:before, [class*=" icon-"]:before { - font-family: "libresocial"; - font-style: normal; - font-weight: normal; - speak: none; - - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - /* opacity: .8; */ - - /* For safety - reset parent styles, that can break glyph codes*/ - font-variant: normal; - text-transform: none; - - /* fix buttons height, for twitter bootstrap */ - line-height: 1em; - - /* Animation center compensation - margins should be symmetric */ - /* remove if not needed */ - margin-left: .2em; - - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - - /* Font smoothing. That was taken from TWBS */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - - /* Uncomment for 3D effect */ - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -} - -.icon-copyleft:before { content: '\e800'; } -.icon-diaspora:before { content: '\e801'; } -.icon-friendica:before { content: '\e802'; } -.icon-gitlab:before { content: '\e803'; } -.icon-gnusocial:before { content: '\e804'; } -.icon-hubzilla:before { content: '\e805'; } -.icon-liberapay:before { content: '\e806'; } -.icon-mastodon:before { content: '\e807'; } -.icon-matrix:before { content: '\e808'; } -.icon-mediagoblin:before { content: '\e809'; } -.icon-notabug:before { content: '\e810'; } -.icon-peertube:before { content: '\e811'; } -.icon-pixelfed:before { content: '\e812'; } -.icon-pump:before { content: '\e813'; } -.icon-tox:before { content: '\e814'; } -.icon-xmpp:before { content: '\e815'; } + font-family: "libresocial"; + font-style: normal; + font-weight: normal; + speak: none; + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: 0.2em; + text-align: center; + /* opacity: .8; */ + /* For safety - reset parent styles, that can break glyph codes */ + font-variant: normal; + text-transform: none; + /* fix buttons height, for twitter bootstrap */ + line-height: 1em; + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ + margin-left: 0.2em; + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + /* Font smoothing. That was taken from TWBS */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ +} + +.icon-copyleft:before { + content: "\e800"; +} + +.icon-diaspora:before { + content: "\e801"; +} + +.icon-friendica:before { + content: "\e802"; +} + +.icon-gitlab:before { + content: "\e803"; +} + +.icon-gnusocial:before { + content: "\e804"; +} + +.icon-hubzilla:before { + content: "\e805"; +} + +.icon-liberapay:before { + content: "\e806"; +} + +.icon-libregit:before { + content: "\e807"; +} + +.icon-mastodon:before { + content: "\e808"; +} + +.icon-matrix:before { + content: "\e809"; +} + +.icon-mediagoblin:before { + content: "\e810"; +} + +.icon-notabug:before { + content: "\e811"; +} + +.icon-peertube:before { + content: "\e812"; +} + +.icon-pixelfed:before { + content: "\e813"; +} + +.icon-pump:before { + content: "\e814"; +} + +.icon-tox:before { + content: "\e815"; +} + +.icon-xmpp:before { + content: "\e816"; +} @@ -14,6 +14,7 @@ <a class="gnusocial" href="#"><i class="icon-gnusocial"></i></a> <a class="hubzilla" href="#"><i class="icon-hubzilla"></i></a> <a class="liberapay" href="#"><i class="icon-liberapay"></i></a> + <a class="libregit" href="#"><i class="icon-libregit"></i></a> <a class="mastodon" href="#"><i class="icon-mastodon"></i></a> <a class="matrix" href="#"><i class="icon-matrix"></i></a> <a class="mediagoblin" href="#"><i class="icon-mediagoblin"></i></a> diff --git a/fonts/libresocial.otf b/fonts/libresocial.otf Binary files differindex 797fb03..b405e15 100644 --- a/fonts/libresocial.otf +++ b/fonts/libresocial.otf diff --git a/fonts/libresocial.svg b/fonts/libresocial.svg index 04a79ef..2ef0116 100644 --- a/fonts/libresocial.svg +++ b/fonts/libresocial.svg @@ -1,11 +1,11 @@ <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!-- -2018-10-30: Created with FontForge (http://fontforge.org) +2018-12-17: Created with FontForge (http://fontforge.org) --> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> <metadata> -Created by FontForge 20170320 at Tue Oct 30 15:14:30 2018 +Created by FontForge 20170320 at Mon Dec 17 12:35:18 2018 By heckyel Copyright (c) 2018, heckyel </metadata> @@ -22,7 +22,7 @@ Copyright (c) 2018, heckyel bbox="5.23352 -6.39046 122.799 96.1191" underline-thickness="50" underline-position="-100" - unicode-range="U+E800-E815" + unicode-range="U+E800-E816" /> <missing-glyph /> <glyph glyph-name="uniE800" unicode="" @@ -99,11 +99,30 @@ c-0.646484 -2.66602 -1.25098 -5.3916 -1.34277 -6.05762l-0.167969 -1.21191h5.2138 c0.0136719 34.3916 0.110352 42.5977 0.515625 43.7344c0.736328 2.06152 2.24805 3.85547 4.2334 5.02246l1.75879 1.0332h43.4258h43.4268l1.54395 -0.825195c0.849609 -0.454102 2.15332 -1.53711 2.89746 -2.40723c2.57129 -3.00391 2.4541 -0.780273 2.4541 -46.7705 c0 -41.4395 0 -41.4834 -0.795898 -43.6387c-0.512695 -1.38965 -1.3584 -2.70215 -2.37598 -3.69043c-3.01855 -2.92871 -0.0283203 -2.75586 -47.123 -2.73633c-40.5244 0.0175781 -42.0254 0.0419922 -43.8027 0.736328z" /> <glyph glyph-name="uniE807" unicode="" +d="M69.4131 82.4189c-1.60254 3.08789 -2.91406 5.9248 -2.91406 6.30469c0 1.21973 13.7393 5.66992 14.6611 4.74902c1.06641 -1.06641 5.93066 -12.668 5.43457 -12.9609c-0.545898 -0.321289 -13.2227 -3.70605 -13.8818 -3.70605 +c-0.211914 0 -1.69727 2.52637 -3.2998 5.61328zM54.6729 73.5977c-2.5957 3.94434 -4.65918 7.48242 -4.58496 7.86133c0.319336 1.6416 8.07617 5.73438 12.2393 6.45801l1.72559 0.300781l2.87793 -6.01758c1.58301 -3.30859 2.76562 -6.12891 2.62793 -6.2666 +s-1.99707 -0.753906 -4.13184 -1.36816s-4.38672 -1.44629 -5.00488 -1.84863c-1.03711 -0.675781 -1.10156 -0.944336 -0.833008 -3.51172c0.160156 -1.52832 0.046875 -2.7793 0.046875 -2.7793c-0.134766 0 -2.36816 3.22754 -4.96289 7.17188zM64.9971 57.4795 +c-1.21582 1.80664 -1.70117 3.28516 -1.70117 3.28516c0.279297 0 2.97266 -0.673828 5.98438 -1.49609c7.42969 -2.03027 7.95508 -2.88379 2.6123 -4.25098c-1.79883 -0.459961 -3.58887 -0.833984 -3.97754 -0.830078 +c-0.389648 0.00390625 -1.70312 1.48535 -2.91797 3.29199zM49.2188 53.333c-2.04688 2.2041 -7.72168 9.54395 -9.93945 12.8574c-2.9541 4.41211 -3.55078 5.76465 -2.99902 6.79688c1.33496 2.49414 8.35547 7.12109 10.8047 7.12109 +c0.689453 0 2.14453 -1.92676 5.61035 -7.43066c5.40039 -8.57617 11.1426 -18.5059 10.8633 -18.7861c-0.234375 -0.234375 -10.9893 -2.0918 -12.1113 -2.0918c-0.442383 0 -1.44531 0.69043 -2.22852 1.5332zM37.6738 48.5742 +c-5.5625 4.62988 -11.3047 9.90527 -12.0977 11.1152c-0.561523 0.857422 -0.613281 1.36719 -0.227539 2.21582c1.28809 2.82617 6.43848 7.35156 8.36719 7.35156c0.808594 0 2.5625 -2.03906 7.74219 -8.99902c3.68359 -4.9502 6.81445 -9.30469 6.95801 -9.67871 +c0.143555 -0.373047 -0.0292969 -1.03027 -0.381836 -1.46094c-1.03613 -1.26074 -4.75098 -3.45117 -5.85254 -3.45117c-0.557617 0 -2.58594 1.30762 -4.50781 2.90723zM39.8125 -1.63184c0.18457 2.53027 0.740234 7.99707 1.23438 12.1494 +c1.46973 12.3291 1.72363 11.2012 -3.73926 16.6143l-4.6582 4.61621l-1.46191 4.71875c-2.71094 8.74707 -3.70508 15.2549 -2.44922 16.0303c0.25 0.155273 3.06348 -1.7793 6.25098 -4.29785c3.18848 -2.51758 6.06836 -4.78613 6.40039 -5.04004 +c0.432617 -0.331055 1.77344 0.342773 4.71777 2.37012c5.66016 3.89648 5.96094 4.03125 10.3691 4.63672l3.89551 0.53418l0.915039 -3.10645c2.11621 -7.18945 2.14258 -7.45703 0.979492 -9.78516c-0.947266 -1.89746 -1 -2.33398 -0.499023 -4.125l0.560547 -2.00195 +l-4.61328 -7.86914c-4.1377 -7.05664 -4.74414 -7.86914 -5.87207 -7.86914c-2.60449 0 -5.21094 -3.67285 -4.43164 -6.24414c0.892578 -2.94141 4.2627 -4.62598 6.97949 -3.49023c2.45508 1.02539 3.31543 2.62695 3.01367 5.61328 +c-0.244141 2.4248 -0.170898 2.60352 4.05664 9.88965c2.36816 4.08105 4.61426 7.07715 4.61426 7.07715c0.169922 -0.188477 0.791992 -2.20117 1.38184 -4.47266c1.01074 -3.89062 1.02637 -4.18066 0.273438 -5.01367 +c-2.74609 -3.03418 -0.128906 -8.55469 4.05273 -8.54785c2.95605 0.00488281 5.47363 3.25977 4.89746 6.33105c-0.273438 1.45996 -2.15332 3.64355 -3.54688 4.12012c-0.261719 0.0898438 -1.0498 2.35352 -1.75098 5.03125 +c-1.2168 4.64551 -1.23828 4.92871 -0.484375 6.20605c1.59863 2.70605 0.469727 6.51758 -2.23438 7.5459c-0.81543 0.30957 -1.26953 1.37402 -2.32715 5.4541c-0.722656 2.78809 -1.14062 5.22559 -0.929688 5.41602c0.345703 0.311523 2.67285 0.886719 15.4824 3.82617 +c2.0752 0.476562 4.5166 0.900391 5.4248 0.942383c1.28418 0.0585938 0.472656 0.27832 0.472656 0.27832c-6.03125 1.03809 -6.43457 1.78125 -4.01855 7.41113l0.791016 1.84473l-2.27832 -1.89746c-3.75781 -3.12891 -4.76074 -3.48535 -8.23828 -2.92871 +c-1.65332 0.264648 -4.5957 1.16113 -6.54004 1.99219c-3.91992 1.67578 -4.08398 1.94336 -4.19434 6.79785l-0.0556641 2.46387l2.47656 0.69043c1.36328 0.379883 7.43555 2.10156 13.4951 3.82715c7.52344 2.14062 11.4131 3.03809 12.2666 2.82812 +c1.99512 -0.490234 3.23242 -1.50293 3.57617 -2.92871c0.176758 -0.728516 1.5625 -4.93359 3.08008 -9.34473c1.51855 -4.41211 3.42676 -10.1338 4.24121 -12.7148l1.47949 -4.69434l-11.7764 -11.8193l-11.7764 -11.8184l0.632812 -6.13379 +c0.347656 -3.37305 0.96582 -9.53027 1.37207 -13.6816c0.407227 -4.15234 0.868164 -8.55762 1.02441 -9.79004l0.28418 -2.24121h-21.5762h-21.5752z" /> + <glyph glyph-name="uniE808" unicode="" d="M91.0215 61.7354h-0.125977c-4.40039 0 -7.9209 -3.41699 -7.9209 -7.84766v-20.252c0 -2.15234 -0.691406 -6.45508 -2.70312 -7.84766h10.6865c4.46387 0 7.98438 3.41699 7.98438 7.84766v20.252c0 4.36719 -3.52051 7.84766 -7.9209 7.84766zM36.3311 61.7354 c-4.46289 0 -7.9209 -3.41699 -7.9209 -7.84766v-20.252c0 -4.36719 3.52051 -7.84766 7.9209 -7.84766h10.624c-2.0752 1.39258 -2.70312 5.69531 -2.70312 7.84766v20.252c0 4.36719 -3.52051 7.84766 -7.9209 7.84766zM63.7393 66.6719 c-4.46387 0 -7.9209 -3.54395 -7.9209 -7.84766v-20.252c0 -4.43066 3.52051 -7.91113 7.9209 -7.91113c4.46289 0 7.9209 3.41797 7.9209 7.84766v20.252c0 2.21582 0.691406 6.45605 2.76562 7.91113h-10.6865zM63.9902 93.7598 c27.4131 0 49.6611 -22.3994 49.6611 -49.998s-22.248 -49.998 -49.6611 -49.998s-49.6611 22.3994 -49.6611 49.998s22.248 49.998 49.6611 49.998z" /> - <glyph glyph-name="uniE808" unicode="" + <glyph glyph-name="uniE809" unicode="" d="M112.593 -3.90918v94.3721h-6.79199v2.26367h9.39941v-98.8994h-9.39941v2.26367h6.79199zM45.251 60.5459v-4.77637h0.135742c1.27344 1.81836 2.80762 3.22949 4.60547 4.23047c1.7959 0.999023 3.85449 1.5 6.17383 1.5c2.22852 0 4.26465 -0.432617 6.10547 -1.2959 c1.84277 -0.865234 3.24121 -2.3877 4.19727 -4.57129c1.04492 1.5459 2.46582 2.91113 4.26367 4.09375c1.7959 1.18164 3.92188 1.77344 6.37891 1.77344c1.86523 0 3.59277 -0.227539 5.18555 -0.682617c1.59082 -0.454102 2.95605 -1.18262 4.09277 -2.18262 c1.13574 -1.00098 2.02246 -2.30859 2.66113 -3.92188c0.635742 -1.61621 0.955078 -3.55957 0.955078 -5.83496v-23.6035h-9.68848v19.9893c0 1.18164 -0.0449219 2.2959 -0.135742 3.34277c-0.0917969 1.04492 -0.34082 1.9541 -0.750977 2.72852 @@ -111,7 +130,7 @@ c-0.40918 0.772461 -1.0127 1.3877 -1.80762 1.84277c-0.795898 0.453125 -1.87695 0 c-0.477539 -0.842773 -0.795898 -1.79688 -0.955078 -2.86719c-0.15918 -1.06738 -0.238281 -2.14844 -0.238281 -3.24023v-19.6475h-9.6875v19.7842c0 1.0459 -0.0244141 2.08105 -0.0683594 3.10352c-0.0458984 1.02441 -0.238281 1.96777 -0.580078 2.83301 c-0.341797 0.863281 -0.910156 1.55664 -1.70605 2.08105c-0.795898 0.521484 -1.9668 0.78418 -3.51367 0.78418c-0.455078 0 -1.05762 -0.102539 -1.80762 -0.307617s-1.47852 -0.591797 -2.18262 -1.16016c-0.706055 -0.568359 -1.30859 -1.3877 -1.80859 -2.45508 c-0.500977 -1.06934 -0.75 -2.46777 -0.75 -4.19531v-20.4668h-9.6875v35.2715h9.1416zM15.3057 90.4629v-94.3721h6.79199v-2.26367h-9.39844v98.8994h9.39844v-2.26367h-6.79199z" /> - <glyph glyph-name="uniE809" unicode="" + <glyph glyph-name="uniE810" unicode="" d="M54.9766 67.2256c0.34082 0.134766 0.748047 0.118164 0.905273 -0.0371094s-0.12207 -0.265625 -0.620117 -0.245117c-0.549805 0.0224609 -0.285156 0.282227 -0.285156 0.282227zM66.8711 57.9746c0 0.418945 1.41895 1.1416 1.69824 0.865234 c0.0810547 -0.0800781 -0.267578 -0.402344 -0.775391 -0.71582c-0.507812 -0.314453 -0.922852 -0.149414 -0.922852 -0.149414zM38.1836 57.8955c0.713867 0.107422 1.29785 0.40332 1.29785 0.65918c0 0.254883 0.21582 0.331055 0.480469 0.169922 c0.870117 -0.532227 -0.0371094 -1.16504 -1.57031 -1.09375c-1.42871 0.0664062 -1.43945 0.0800781 -0.208008 0.264648zM26.0234 56.627c0.160156 0.256836 0.503906 0.466797 0.763672 0.466797s0.34082 -0.209961 0.180664 -0.466797 @@ -249,7 +268,7 @@ c-0.0273438 1.2627 -0.232422 2.10254 -0.232422 2.10254c-0.567383 -0.599609 -0.94 c-0.551758 0.194336 -0.725586 0.0830078 -0.556641 -0.352539c0.135742 -0.349609 -0.0957031 -1.29004 -0.514648 -2.09082c-0.417969 -0.800781 -0.978516 -2.62598 -1.24609 -4.05566c-0.428711 -2.2959 -0.386719 -2.67285 0.358398 -3.21191 c0.495117 -0.358398 0.864258 -1.25781 0.893555 -2.17676c0.140625 -4.39062 0.136719 -4.37891 1.51367 -4.39746c0.713867 -0.0107422 2.31152 -0.0605469 3.54883 -0.112305l2.25098 -0.0947266l-0.125977 -12.2656l-0.125 -12.2656l-35.9004 -0.119141 c-34.9072 -0.117188 -35.9209 -0.0947266 -36.6768 0.77832z" /> - <glyph glyph-name="uniE810" unicode="" + <glyph glyph-name="uniE811" unicode="" d="M56.7275 30.46c1.05469 0.572266 1.6416 1.77637 1.59863 3.27734c-0.0380859 1.30566 -0.50293 1.28027 -0.50293 1.28027c-0.697266 -1.75293 -2.87402 -1.25684 -2.87402 0.65625c0 1.07129 0.583008 1.75879 1.50684 1.77539 c1.36426 0.0253906 1.34863 0.150391 -0.165039 1.31152c-2.33105 1.78906 -3.68262 1.60938 -6.0625 -0.805664c-2.07812 -2.10938 -2.1582 -4.79004 -0.217773 -7.30762c1.02344 -1.32617 4.44434 -1.42188 6.7168 -0.1875zM53.2266 -5.58691 c0 0.381836 1.74414 5.09668 3.87598 10.4785c2.13086 5.38184 3.875 10.5654 3.875 11.5186s1.16309 4.96582 2.58398 8.91699c1.4209 3.95215 2.58398 7.50293 2.58398 7.8916c0 1.45801 -2.48926 0.638672 -2.99805 -0.987305 @@ -269,12 +288,12 @@ c-8.42578 -3.12402 -9.77734 -4.13867 -5.51562 -4.13867c2.92383 0 3.27344 -0.2919 c-0.241211 -0.246094 -0.724609 0.467773 -1.07227 1.58594c-0.348633 1.11719 -1.50488 3.21191 -2.56836 4.6543c-1.06445 1.44238 -3.33691 5.46973 -5.05078 8.9502c-2.5498 5.18066 -3.67871 6.56641 -6.22754 7.64746 c-3.78809 1.60645 -4.54688 1.6709 -2.67871 0.227539c1.30859 -1.01074 1.29102 -1.70996 -0.233398 -9.32422c-0.907227 -4.52734 -2.5791 -10.2305 -3.7168 -12.6738c-1.1377 -2.44238 -3.52344 -7.88281 -5.30176 -12.0889 c-3.00684 -7.1123 -3.89062 -6.95508 -3.89062 -6.95508z" /> - <glyph glyph-name="uniE811" unicode="" + <glyph glyph-name="uniE812" unicode="" d="M64.0752 44.4023c0 13.7324 -0.0253906 24.9678 -0.0566406 24.9678c-0.103516 0 -37.4658 -24.9287 -37.4492 -24.9863c0.0244141 -0.0839844 37.3008 -24.9375 37.4111 -24.9434c0.0751953 -0.00390625 0.0947266 5.03613 0.0947266 24.9619zM26.2998 -5.94043 c-0.0302734 0.0302734 -0.0546875 22.708 -0.0546875 50.3965c0 18.7635 0.0135463 30.7514 0.0135463 38.3013l5.41576e-11 7.11991e-08c0 7.42849 0.0075914 11.9303 0.0206334 11.9507c0.0130174 0.0210972 0.0334626 0.0405438 0.0565936 0.0553998 c0.00436594 0.0485802 0.00893586 0.0716868 0.0137189 0.0735065c0 0 0.040113 -0.0221678 0.112199 -0.0679587c0.195849 -0.119739 1.08051 -0.700646 2.45653 -1.61097c13.1936 -8.70922 72.7302 -48.3491 72.9049 -48.5594 c0.0517578 -0.0625 0.0820312 -0.173828 0.0683594 -0.249023c-0.0146484 -0.0849609 -7.09277 -4.84766 -18.8643 -12.6953c-41.9873 -27.9912 -56.3936 -37.5762 -56.5293 -37.6123c-0.0791016 -0.0205078 -0.167969 -0.0126953 -0.198242 0.0175781z" /> - <glyph glyph-name="uniE812" unicode="" + <glyph glyph-name="uniE813" unicode="" d="M48.0615 45.7881c-1.03906 -0.157227 -2.06543 -0.408203 -3.06738 -0.753906c-2.47852 -0.854492 -4.71973 -2.23438 -6.5791 -4.09375l-9.81445 -9.81641c-0.385742 -0.385742 -0.751953 -0.795898 -1.10938 -1.23926 c-6.16504 1.46387 -10.6875 7.04004 -10.6875 13.5088c0 6.81055 5.02148 12.6221 11.7197 13.6904c0.28125 0.0478516 1.64648 0.192383 2.15918 0.192383h13.8789c1.59277 0 3.13086 -0.275391 4.56543 -0.78125c-0.679688 -1.21484 -1.06543 -2.60938 -1.06543 -4.09277 v-6.61426zM48.0615 23.0596c-0.00488281 -0.162109 -0.0078125 -0.325195 -0.0078125 -0.488281v-13.8818c0 -0.536133 0.0302734 -1.0752 0.0898438 -1.63379c-5.39746 -3.32227 -12.5234 -2.58398 -17.0889 1.98242c-4.80957 4.80957 -5.37207 12.4609 -1.41699 17.9395 @@ -291,7 +310,7 @@ c3.83496 1.70996 6.80957 4.95508 8.10938 8.93555zM63.0264 31.4043c-0.444336 -2.8 c-1.46582 -6.16699 -7.02637 -10.6855 -13.4844 -10.6855c-6.80273 0 -12.6084 5.0127 -13.6846 11.6846c-0.128906 0.801758 -0.195312 1.51465 -0.195312 2.19824v13.8818v0.0380859l9.12012 8.79492h2.38281zM67.7695 60.915 c-0.158203 0.979492 -0.400391 1.94727 -0.726562 2.89355c-0.851562 2.47656 -2.23242 4.71973 -4.09277 6.58105l-9.81445 9.81641c-0.379883 0.379883 -0.783203 0.740234 -1.21777 1.09277c1.4668 6.16602 7.02734 10.6836 13.4854 10.6836 c6.80176 0 12.6074 -5.01172 13.6836 -11.6836c0.128906 -0.802734 0.195312 -1.51465 0.195312 -2.19824v-13.8818c0 -1.74121 -0.335938 -3.44434 -0.976562 -5.05566c-2.11816 1.11816 -4.54004 1.75195 -7.11328 1.75195h-3.42285z" /> - <glyph glyph-name="uniE813" unicode="" + <glyph glyph-name="uniE814" unicode="" d="M45.3096 9.37305c3.08789 2.48145 36.7285 30.667 40.7998 34.1836c0.694906 0.599622 0.958326 0.833763 0.82495 1.12622c-0.206762 0.209402 -0.632584 0.616256 -1.50733 1.39659c-1.98554 1.67064 -7.19792 6.03395 -14.467 12.109 c-9.44141 7.88965 -22.9229 19.1133 -25.1436 20.9307c-1.71094 1.40039 -1.73926 1.41113 -2.5957 0.96582c-0.829102 -0.430664 -3.64453 -2.34766 -4.76758 -3.24512c-5.58203 -4.46387 -9.79395 -10.0332 -12.5195 -16.5586 c-3.39258 -8.11914 -4.0127 -17.1846 -1.76953 -25.8477c1.38867 -5.36133 3.87695 -10.4229 7.23828 -14.7207c2.21973 -2.83887 5.42871 -5.96973 8.26758 -8.06836c1.16504 -0.861328 2.9502 -2.01367 3.7373 -2.41309 @@ -305,7 +324,7 @@ c-3.31055 0.21875 -5.38672 0.458984 -7.50977 0.867188c-9.90332 1.90723 -18.7803 c-0.0211288 0.841077 -0.000390323 1.68413 -0.000390323 2.52846c0.0189791 2.6807 0.118299 3.81051 0.484522 6.25684c2.72852 18.2168 15.207 33.5166 32.5986 39.9697c5.68262 2.10742 11.3613 3.11035 17.6279 3.11035c8.1377 0 15.6133 -1.75879 22.7725 -5.35645 c14.5322 -7.30273 24.5928 -20.8906 27.2861 -36.8525c0.521484 -3.08984 0.647461 -4.70996 0.649414 -8.32129c0.00195312 -3.49121 -0.0859375 -4.76855 -0.523438 -7.62402c-2.33594 -15.2119 -11.3145 -28.3799 -24.6572 -36.1602 c-6.41504 -3.74023 -13.6162 -6.0127 -21.1816 -6.68359c-1.39648 -0.124023 -5.38574 -0.226562 -6.34473 -0.163086z" /> - <glyph glyph-name="uniE814" unicode="" + <glyph glyph-name="uniE815" unicode="" d="M80.0137 64.5537c-1.4707 -4.31543 -4.25586 -7.77246 -7.16504 -11.1475c-2.24707 -2.60449 -4.8877 -4.7959 -7.69922 -6.78125c-0.134766 -0.0966797 -0.280273 -0.176758 -0.644531 -0.400391c1.67676 2.87891 3.0293 5.61328 3.4209 8.80078 c-3.9873 -0.9375 -7.74707 -0.52832 -11.3867 1.06641c-6.46094 2.8291 -10.3223 9 -9.66309 15.9678c0.539062 5.7334 3.70898 9.86523 8.77637 12.5342c8.16016 4.29785 18.5811 1.54883 23.2461 -6.09766c2.71875 -4.45215 2.76074 -9.11523 1.11523 -13.9424z M70.9062 6.52148c2.18457 0 3.95605 1.79102 3.95508 3.99805c0 0.0595703 -0.00585938 0.119141 0 0.176758v1.91211c0 1.05469 -0.625 3.96289 -2.15137 6.05469c-1.63477 2.24023 -3.71094 3.69922 -5.90625 4.4043c3.10059 1.15039 5.30762 4.11816 5.30762 7.59863 @@ -313,7 +332,7 @@ c0 4.48145 -3.65137 8.11133 -8.16113 8.11133c-4.50781 0 -8.16113 -3.62988 -8.161 c0.00195312 -0.955078 0.00292969 -1.91016 0.0078125 -1.91016c-0.00195312 -0.0585938 -0.00878906 -0.119141 -0.00878906 -0.177734c0 -2.20898 1.77148 -4 3.95801 -4h13.9111zM89.2363 56.3682l12.1465 0.0283203c2.61328 0 4.73047 -2.10547 4.73047 -4.70117 v-53.2217c0 -2.5957 -2.11719 -4.70117 -4.73047 -4.70117h-74.8096c-2.61133 0 -4.72949 2.10547 -4.72949 4.70117v53.2217c0 2.5957 2.11816 4.70117 4.72949 4.70117h10.8115c0.302734 0.000976562 0.603516 0 1.05078 0v1.09473v12.9746 c0 11.9941 8.8291 22.5117 20.6895 24.6445c13.3975 2.40918 26.1572 -5.7373 29.3779 -18.8369c0.450195 -1.83301 0.658203 -3.75879 0.702148 -5.64746c0.101562 -4.38281 0.03125 -9.87402 0.03125 -14.2578z" /> - <glyph glyph-name="uniE815" unicode="" + <glyph glyph-name="uniE816" unicode="" d="M5.23438 80.6982c0.0136719 1.09375 0.311523 0.81543 0.311523 0.81543c0.158203 -0.644531 0.148438 -1.53906 -0.0234375 -1.9873c-0.170898 -0.449219 -0.300781 0.0791016 -0.288086 1.17188zM82.8721 -1.87988c-4.80957 1.72168 -10.4385 4.05566 -12.5098 5.18652 c-3.25977 1.78027 -3.95898 1.94727 -5.2002 1.24219c-1.3584 -0.770508 -1.17285 -0.939453 3.45312 -3.16113c8.1416 -3.90918 15.9883 -6.35059 20.5029 -6.38086c2.01074 -0.0126953 0.791992 0.59375 -6.24609 3.11328zM85.4492 -5.41992 c-5.4668 1.1709 -11.3486 3.23633 -17.0986 6.00586l-4.52832 2.18066l-4.45703 -1.9502c-9.59473 -4.19727 -22.4199 -7.49414 -23.7334 -6.10059c-0.854492 0.90625 0.328125 1.6748 5.72852 3.72266c2.58887 0.980469 6.94531 3.30762 9.68164 5.16992l4.97363 3.38574 diff --git a/fonts/libresocial.ttf b/fonts/libresocial.ttf Binary files differindex 6399f02..86b7658 100644 --- a/fonts/libresocial.ttf +++ b/fonts/libresocial.ttf diff --git a/fonts/libresocial.woff b/fonts/libresocial.woff Binary files differindex b146506..2fd4bb7 100644 --- a/fonts/libresocial.woff +++ b/fonts/libresocial.woff diff --git a/lab/libregit.svg b/lab/libregit.svg new file mode 100644 index 0000000..5294a08 --- /dev/null +++ b/lab/libregit.svg @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Written by Heckyel - FreeArts --> + +<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" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="Layer_1" + x="0px" + y="0px" + width="100px" + height="100px" + viewBox="0 0 100 100" + enable-background="new 0 0 100 100" + xml:space="preserve" + sodipodi:docname="libregit.svg" + inkscape:version="0.92.2 2405546, 2018-03-11"><metadata + id="metadata53"><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:license + rdf:resource="http://artlibre.org/licence/lal" /></cc:Work><cc:License + rdf:about="http://artlibre.org/licence/lal"><cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><defs + id="defs51" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="711" + id="namedview49" + showgrid="false" + inkscape:zoom="3.4548795" + inkscape:cx="76.488503" + inkscape:cy="34.176589" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g46" /><g + id="g46"><path + style="fill:#000000;stroke-width:0.3685953" + d="m 31.103557,76.274616 c 0.144087,-1.976593 0.5782,-6.247691 0.964694,-9.49133 1.147721,-9.63221 1.346102,-8.750829 -2.921617,-12.980397 L 25.50771,50.196497 24.365339,46.510543 c -2.118005,-6.833919 -2.894757,-11.917726 -1.913557,-12.524141 0.195519,-0.120836 2.393269,1.390083 4.883889,3.3576 2.490619,1.967518 4.74068,3.739691 5.000133,3.93816 0.337677,0.258304 1.385153,-0.268016 3.685953,-1.852066 4.421712,-3.044254 4.657011,-3.149463 8.100671,-3.622024 l 3.043476,-0.417645 0.714356,2.426999 c 1.653304,5.617038 1.674203,5.825641 0.765903,7.644338 -0.740589,1.482885 -0.781847,1.823674 -0.390162,3.222625 l 0.437998,1.564389 -3.604538,6.147831 c -3.232055,5.512527 -3.706081,6.147831 -4.587155,6.147831 -2.034861,0 -4.071512,2.869547 -3.462213,4.878101 0.696965,2.29754 3.329722,3.614191 5.452963,2.727045 1.917865,-0.801337 2.589561,-2.052773 2.354105,-4.385931 -0.191154,-1.894174 -0.133731,-2.034171 3.169028,-7.725938 1.850043,-3.188246 3.472364,-5.676265 3.605162,-5.52893 0.132796,0.147331 0.618628,1.719723 1.079619,3.494196 0.789674,3.039653 0.802023,3.266263 0.213402,3.916686 -2.14545,2.370695 -0.100525,6.683252 3.166535,6.677941 2.30918,-0.0037 4.276212,-2.546721 3.826046,-4.946295 -0.213981,-1.140629 -1.682383,-2.846139 -2.77089,-3.218317 -0.204939,-0.07007 -0.820688,-1.838859 -1.368329,-3.930637 -0.950304,-3.629805 -0.967551,-3.850903 -0.378189,-4.84861 1.248756,-2.113979 0.366969,-5.092023 -1.74555,-5.895203 -0.637379,-0.242329 -0.992126,-1.073754 -1.818225,-4.261386 -0.56449,-2.178173 -0.891301,-4.082194 -0.726247,-4.231158 0.269919,-0.243605 2.088041,-0.692959 12.095149,-2.989356 1.62182,-0.372169 3.529297,-0.703208 4.238843,-0.73564 1.002556,-0.04582 1.084705,-0.09432 0.368594,-0.217587 -4.711606,-0.811027 -5.026327,-1.391479 -3.139252,-5.789822 l 0.618418,-1.441393 -1.780492,1.482525 c -2.935493,2.444236 -3.718791,2.722691 -6.435925,2.287911 -1.291333,-0.20663 -3.59052,-0.90706 -5.109303,-1.55651 -3.062208,-1.309434 -3.190859,-1.517935 -3.27679,-5.310518 l -0.04361,-1.924829 1.935127,-0.539737 c 1.064318,-0.296855 5.808443,-1.642175 10.542496,-2.989599 5.877761,-1.672951 8.916913,-2.373815 9.583484,-2.210062 1.558564,0.382893 2.525183,1.174445 2.79419,2.288133 0.137471,0.569141 1.22029,3.854556 2.406282,7.300923 1.185982,3.446366 2.676733,7.916484 3.312787,9.933595 l 1.156456,3.667476 -9.200226,9.233362 -9.200216,9.23336 0.494043,4.791739 c 0.271724,2.635456 0.754153,7.445625 1.072063,10.689264 0.317909,3.243639 0.67798,6.685398 0.800154,7.648353 l 0.222137,1.750828 H 47.697756 30.84158 Z M 29.432861,37.051532 c -4.345981,-3.617085 -8.832155,-7.738972 -9.451183,-8.683728 -0.438817,-0.66972 -0.47977,-1.06842 -0.177816,-1.731137 1.00616,-2.208282 5.02972,-5.743499 6.536886,-5.743499 0.631517,0 2.0018,1.592766 6.048575,7.03064 2.877647,3.866853 5.323651,7.269256 5.435564,7.560898 0.111914,0.291641 -0.02242,0.805279 -0.298502,1.141412 -0.809053,0.985005 -3.711067,2.696817 -4.571884,2.696817 -0.435882,0 -2.020621,-1.022134 -3.52164,-2.271403 z m 9.019285,-3.718271 c -1.598851,-1.721264 -6.032506,-7.456079 -7.76531,-10.044223 -2.308019,-3.447295 -2.774259,-4.504104 -2.342787,-5.310317 1.042785,-1.948461 6.527406,-5.563244 8.440971,-5.563244 0.53907,0 1.675548,1.505159 4.383375,5.805376 4.218795,6.699733 8.70505,14.457729 8.486768,14.67601 -0.183092,0.183091 -8.585099,1.634332 -9.462021,1.634332 -0.345541,0 -1.128989,-0.53907 -1.740996,-1.197934 z m 12.326463,-3.239004 c -0.949741,-1.411504 -1.54781,-2.566373 -1.329041,-2.566373 0.218769,0 2.32277,0.525976 4.675562,1.168834 5.804657,1.58602 6.214631,2.253 2.04124,3.320862 -1.405347,0.359591 -2.803979,0.651384 -3.108069,0.648427 -0.304092,-0.003 -1.329955,-1.160245 -2.279692,-2.57175 z M 42.712878,17.501768 C 40.685174,14.420133 39.073356,11.656406 39.13106,11.36015 39.380886,10.07753 45.440651,6.8799285 48.693041,6.3145092 l 1.347968,-0.2343406 2.248597,4.7007054 c 1.236733,2.585387 2.160603,4.788704 2.053046,4.89626 -0.107556,0.107557 -1.560145,0.588367 -3.227972,1.068468 -1.667828,0.480101 -3.427359,1.130173 -3.910068,1.444606 -0.81062,0.52803 -0.860318,0.737535 -0.650693,2.743113 0.124827,1.19428 0.141174,2.17142 0.03633,2.17142 -0.104848,0 -1.849663,-2.521338 -3.877367,-5.602973 z M 54.228856,10.609825 C 52.97687,8.197624 51.952515,5.9814269 51.952515,5.6849412 c 0,-0.9529079 10.733901,-4.430126 11.45365,-3.7103776 0.833216,0.8332172 4.633899,9.8968234 4.24594,10.1254494 -0.426523,0.251357 -10.330049,2.89563 -10.844924,2.89563 -0.16609,0 -1.326335,-1.973618 -2.578325,-4.385818 z" + id="path41" + inkscape:connector-curvature="0" /></g></svg>
\ No newline at end of file diff --git a/lab/metadata.json b/lab/metadata.json index e69aa6d..a15e119 100644 --- a/lab/metadata.json +++ b/lab/metadata.json @@ -19,15 +19,16 @@ "0xe804": "gnusocial.svg", "0xe805": "hubzilla.svg", "0xe806": "liberapay.svg", - "0xe807": "mastodon.svg", - "0xe808": "matrix.svg", - "0xe809": "mediagoblin.svg", - "0xe810": "notabug.svg", - "0xe811": "peertube.svg", - "0xe812": "pixelfed.svg", - "0xe813": "pump.svg", - "0xe814": "tox.svg", - "0xe815": "xmpp.svg" + "0xe807": "libregit.svg", + "0xe808": "mastodon.svg", + "0xe809": "matrix.svg", + "0xe810": "mediagoblin.svg", + "0xe811": "notabug.svg", + "0xe812": "peertube.svg", + "0xe813": "pixelfed.svg", + "0xe814": "pump.svg", + "0xe815": "tox.svg", + "0xe816": "xmpp.svg" }, "sfnt_names": [ ["English (US)", "Copyright", "Copyright (c) 2018 Conocimientos Libres"], @@ -35,7 +36,7 @@ ["English (US)", "SubFamily", "Regular"], ["English (US)", "UniqueID", "Libresocial 2018-7-11"], ["English (US)", "Fullname", "libresocial"], - ["English (US)", "Version", "Version 1.0"], + ["English (US)", "Version", "Version 1.1"], ["English (US)", "PostScriptName", "libresocial"] ], "input": ".", diff --git a/scss/libresocial.sass b/scss/libresocial.sass deleted file mode 100644 index a010b6c..0000000 --- a/scss/libresocial.sass +++ /dev/null @@ -1,90 +0,0 @@ -/* ---- ---- LIBRESOCIAL ---- ---- -/* Written by Heckyel - -$libresocial-path: "../fonts" - -@font-face - font-family: "libresocial" - src: url("#{$libresocial-path}/libresocial/libresocial.woff") format("woff"), url("#{$libresocial-path}/libresocial/libresocial.ttf") format("truetype"), url("#{$libresocial-path}/libresocial/libresocial.svg") format("svg") - font-weight: normal - font-style: normal - -[class^="icon-"]:before, [class*=" icon-"]:before - font-family: "libresocial" - font-style: normal - font-weight: normal - speak: none - display: inline-block - text-decoration: inherit - width: 1em - margin-right: 0.2em - text-align: center - - /* opacity: .8; - /* For safety - reset parent styles, that can break glyph codes - font-variant: normal - text-transform: none - - /* fix buttons height, for twitter bootstrap - line-height: 1em - - /* Animation center compensation - margins should be symmetric - /* remove if not needed - margin-left: 0.2em - - /* you can be more comfortable with increased icons size - /* font-size: 120%; - /* Font smoothing. That was taken from TWBS - -webkit-font-smoothing: antialiased - -moz-osx-font-smoothing: grayscale - - /* Uncomment for 3D effect - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); - -.icon-copyleft:before - content: "\e800" - -.icon-diaspora:before - content: "\e801" - -.icon-friendica:before - content: "\e802" - -.icon-gitlab:before - content: "\e803" - -.icon-gnusocial:before - content: "\e804" - -.icon-hubzilla:before - content: "\e805" - -.icon-liberapay:before - content: "\e806" - -.icon-mastodon:before - content: "\e807" - -.icon-matrix:before - content: "\e808" - -.icon-mediagoblin:before - content: "\e809" - -.icon-notabug:before - content: "\e810" - -.icon-peertube:before - content: "\e811" - -.icon-pixelfed:before - content: "\e812" - -.icon-pump:before - content: "\e813" - -.icon-tox:before - content: "\e814" - -.icon-xmpp:before - content: "\e815" diff --git a/scss/libresocial.scss b/scss/libresocial.scss index fd240a6..ed60b1f 100644 --- a/scss/libresocial.scss +++ b/scss/libresocial.scss @@ -5,7 +5,9 @@ $libresocial-path: "../fonts"; @font-face { font-family: "libresocial"; - src: url("#{$libresocial-path}/libresocial/libresocial.woff") format("woff"), url("#{$libresocial-path}/libresocial/libresocial.ttf") format("truetype"), url("#{$libresocial-path}/libresocial/libresocial.svg") format("svg"); + src: url("#{$libresocial-path}/libresocial.woff") format("woff"), + url("#{$libresocial-path}/libresocial.ttf") format("truetype"), + url("#{$libresocial-path}/libresocial.svg") format("svg"); font-weight: normal; font-style: normal; } @@ -71,38 +73,42 @@ $libresocial-path: "../fonts"; content: "\e806"; } -.icon-mastodon:before { +.icon-libregit:before { content: "\e807"; } -.icon-matrix:before { +.icon-mastodon:before { content: "\e808"; } -.icon-mediagoblin:before { +.icon-matrix:before { content: "\e809"; } -.icon-notabug:before { +.icon-mediagoblin:before { content: "\e810"; } -.icon-peertube:before { +.icon-notabug:before { content: "\e811"; } -.icon-pixelfed:before { +.icon-peertube:before { content: "\e812"; } -.icon-pump:before { +.icon-pixelfed:before { content: "\e813"; } -.icon-tox:before { +.icon-pump:before { content: "\e814"; } -.icon-xmpp:before { +.icon-tox:before { content: "\e815"; } + +.icon-xmpp:before { + content: "\e816"; +} diff --git a/src/libregit.svg b/src/libregit.svg new file mode 100644 index 0000000..5294a08 --- /dev/null +++ b/src/libregit.svg @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Written by Heckyel - FreeArts --> + +<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" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="Layer_1" + x="0px" + y="0px" + width="100px" + height="100px" + viewBox="0 0 100 100" + enable-background="new 0 0 100 100" + xml:space="preserve" + sodipodi:docname="libregit.svg" + inkscape:version="0.92.2 2405546, 2018-03-11"><metadata + id="metadata53"><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:license + rdf:resource="http://artlibre.org/licence/lal" /></cc:Work><cc:License + rdf:about="http://artlibre.org/licence/lal"><cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><defs + id="defs51" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="711" + id="namedview49" + showgrid="false" + inkscape:zoom="3.4548795" + inkscape:cx="76.488503" + inkscape:cy="34.176589" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g46" /><g + id="g46"><path + style="fill:#000000;stroke-width:0.3685953" + d="m 31.103557,76.274616 c 0.144087,-1.976593 0.5782,-6.247691 0.964694,-9.49133 1.147721,-9.63221 1.346102,-8.750829 -2.921617,-12.980397 L 25.50771,50.196497 24.365339,46.510543 c -2.118005,-6.833919 -2.894757,-11.917726 -1.913557,-12.524141 0.195519,-0.120836 2.393269,1.390083 4.883889,3.3576 2.490619,1.967518 4.74068,3.739691 5.000133,3.93816 0.337677,0.258304 1.385153,-0.268016 3.685953,-1.852066 4.421712,-3.044254 4.657011,-3.149463 8.100671,-3.622024 l 3.043476,-0.417645 0.714356,2.426999 c 1.653304,5.617038 1.674203,5.825641 0.765903,7.644338 -0.740589,1.482885 -0.781847,1.823674 -0.390162,3.222625 l 0.437998,1.564389 -3.604538,6.147831 c -3.232055,5.512527 -3.706081,6.147831 -4.587155,6.147831 -2.034861,0 -4.071512,2.869547 -3.462213,4.878101 0.696965,2.29754 3.329722,3.614191 5.452963,2.727045 1.917865,-0.801337 2.589561,-2.052773 2.354105,-4.385931 -0.191154,-1.894174 -0.133731,-2.034171 3.169028,-7.725938 1.850043,-3.188246 3.472364,-5.676265 3.605162,-5.52893 0.132796,0.147331 0.618628,1.719723 1.079619,3.494196 0.789674,3.039653 0.802023,3.266263 0.213402,3.916686 -2.14545,2.370695 -0.100525,6.683252 3.166535,6.677941 2.30918,-0.0037 4.276212,-2.546721 3.826046,-4.946295 -0.213981,-1.140629 -1.682383,-2.846139 -2.77089,-3.218317 -0.204939,-0.07007 -0.820688,-1.838859 -1.368329,-3.930637 -0.950304,-3.629805 -0.967551,-3.850903 -0.378189,-4.84861 1.248756,-2.113979 0.366969,-5.092023 -1.74555,-5.895203 -0.637379,-0.242329 -0.992126,-1.073754 -1.818225,-4.261386 -0.56449,-2.178173 -0.891301,-4.082194 -0.726247,-4.231158 0.269919,-0.243605 2.088041,-0.692959 12.095149,-2.989356 1.62182,-0.372169 3.529297,-0.703208 4.238843,-0.73564 1.002556,-0.04582 1.084705,-0.09432 0.368594,-0.217587 -4.711606,-0.811027 -5.026327,-1.391479 -3.139252,-5.789822 l 0.618418,-1.441393 -1.780492,1.482525 c -2.935493,2.444236 -3.718791,2.722691 -6.435925,2.287911 -1.291333,-0.20663 -3.59052,-0.90706 -5.109303,-1.55651 -3.062208,-1.309434 -3.190859,-1.517935 -3.27679,-5.310518 l -0.04361,-1.924829 1.935127,-0.539737 c 1.064318,-0.296855 5.808443,-1.642175 10.542496,-2.989599 5.877761,-1.672951 8.916913,-2.373815 9.583484,-2.210062 1.558564,0.382893 2.525183,1.174445 2.79419,2.288133 0.137471,0.569141 1.22029,3.854556 2.406282,7.300923 1.185982,3.446366 2.676733,7.916484 3.312787,9.933595 l 1.156456,3.667476 -9.200226,9.233362 -9.200216,9.23336 0.494043,4.791739 c 0.271724,2.635456 0.754153,7.445625 1.072063,10.689264 0.317909,3.243639 0.67798,6.685398 0.800154,7.648353 l 0.222137,1.750828 H 47.697756 30.84158 Z M 29.432861,37.051532 c -4.345981,-3.617085 -8.832155,-7.738972 -9.451183,-8.683728 -0.438817,-0.66972 -0.47977,-1.06842 -0.177816,-1.731137 1.00616,-2.208282 5.02972,-5.743499 6.536886,-5.743499 0.631517,0 2.0018,1.592766 6.048575,7.03064 2.877647,3.866853 5.323651,7.269256 5.435564,7.560898 0.111914,0.291641 -0.02242,0.805279 -0.298502,1.141412 -0.809053,0.985005 -3.711067,2.696817 -4.571884,2.696817 -0.435882,0 -2.020621,-1.022134 -3.52164,-2.271403 z m 9.019285,-3.718271 c -1.598851,-1.721264 -6.032506,-7.456079 -7.76531,-10.044223 -2.308019,-3.447295 -2.774259,-4.504104 -2.342787,-5.310317 1.042785,-1.948461 6.527406,-5.563244 8.440971,-5.563244 0.53907,0 1.675548,1.505159 4.383375,5.805376 4.218795,6.699733 8.70505,14.457729 8.486768,14.67601 -0.183092,0.183091 -8.585099,1.634332 -9.462021,1.634332 -0.345541,0 -1.128989,-0.53907 -1.740996,-1.197934 z m 12.326463,-3.239004 c -0.949741,-1.411504 -1.54781,-2.566373 -1.329041,-2.566373 0.218769,0 2.32277,0.525976 4.675562,1.168834 5.804657,1.58602 6.214631,2.253 2.04124,3.320862 -1.405347,0.359591 -2.803979,0.651384 -3.108069,0.648427 -0.304092,-0.003 -1.329955,-1.160245 -2.279692,-2.57175 z M 42.712878,17.501768 C 40.685174,14.420133 39.073356,11.656406 39.13106,11.36015 39.380886,10.07753 45.440651,6.8799285 48.693041,6.3145092 l 1.347968,-0.2343406 2.248597,4.7007054 c 1.236733,2.585387 2.160603,4.788704 2.053046,4.89626 -0.107556,0.107557 -1.560145,0.588367 -3.227972,1.068468 -1.667828,0.480101 -3.427359,1.130173 -3.910068,1.444606 -0.81062,0.52803 -0.860318,0.737535 -0.650693,2.743113 0.124827,1.19428 0.141174,2.17142 0.03633,2.17142 -0.104848,0 -1.849663,-2.521338 -3.877367,-5.602973 z M 54.228856,10.609825 C 52.97687,8.197624 51.952515,5.9814269 51.952515,5.6849412 c 0,-0.9529079 10.733901,-4.430126 11.45365,-3.7103776 0.833216,0.8332172 4.633899,9.8968234 4.24594,10.1254494 -0.426523,0.251357 -10.330049,2.89563 -10.844924,2.89563 -0.16609,0 -1.326335,-1.973618 -2.578325,-4.385818 z" + id="path41" + inkscape:connector-curvature="0" /></g></svg>
\ No newline at end of file |