init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
allhaileris
2026-02-16 15:50:16 +03:00
commit afb81b8278
13816 changed files with 3689732 additions and 0 deletions

View File

@@ -0,0 +1,167 @@
icon_themedir = $(datadir)/icons/hicolor
status_scalable_icondir = $(icon_themedir)/scalable/status/
status_scalable_icon_DATA = \
scalable/nimf-m17n-am.svg \
scalable/nimf-m17n-ar.svg \
scalable/nimf-m17n-as.svg \
scalable/nimf-m17n-ath.svg \
scalable/nimf-m17n-be.svg \
scalable/nimf-m17n-bla.svg \
scalable/nimf-m17n-bn.svg \
scalable/nimf-m17n-bo.svg \
scalable/nimf-m17n-cmc.svg \
scalable/nimf-m17n-cr.svg \
scalable/nimf-m17n-cs.svg \
scalable/nimf-m17n-da.svg \
scalable/nimf-m17n-dv.svg \
scalable/nimf-m17n-el.svg \
scalable/nimf-m17n-eo.svg \
scalable/nimf-m17n-fa.svg \
scalable/nimf-m17n-fr.svg \
scalable/nimf-m17n-grc.svg \
scalable/nimf-m17n-gu.svg \
scalable/nimf-m17n-he.svg \
scalable/nimf-m17n-hi.svg \
scalable/nimf-m17n-hr.svg \
scalable/nimf-m17n-hu.svg \
scalable/nimf-m17n-hy.svg \
scalable/nimf-m17n-ii.svg \
scalable/nimf-m17n-iu.svg \
scalable/nimf-m17n-ka.svg \
scalable/nimf-m17n-kk.svg \
scalable/nimf-m17n-km.svg \
scalable/nimf-m17n-kn.svg \
scalable/nimf-m17n-ks.svg \
scalable/nimf-m17n-lo.svg \
scalable/nimf-m17n-mai.svg \
scalable/nimf-m17n-ml.svg \
scalable/nimf-m17n-mr.svg \
scalable/nimf-m17n-my.svg \
scalable/nimf-m17n-ne.svg \
scalable/nimf-m17n-nsk.svg \
scalable/nimf-m17n-oj.svg \
scalable/nimf-m17n-or.svg \
scalable/nimf-m17n-pa.svg \
scalable/nimf-m17n-ps.svg \
scalable/nimf-m17n-ru.svg \
scalable/nimf-m17n-sa.svg \
scalable/nimf-m17n-sd.svg \
scalable/nimf-m17n-si.svg \
scalable/nimf-m17n-sk.svg \
scalable/nimf-m17n-sr.svg \
scalable/nimf-m17n-sv.svg \
scalable/nimf-m17n-ta.svg \
scalable/nimf-m17n-tai.svg \
scalable/nimf-m17n-t.svg \
scalable/nimf-m17n-te.svg \
scalable/nimf-m17n-th.svg \
scalable/nimf-m17n-ug.svg \
scalable/nimf-m17n-uk.svg \
scalable/nimf-m17n-ur.svg \
scalable/nimf-m17n-uz.svg \
scalable/nimf-m17n-vi.svg \
scalable/nimf-m17n-yi.svg
# 16x16 icons
status_16_icondir = $(icon_themedir)/16x16/status/
status_16_icon_tmp = $(status_scalable_icon_DATA:scalable/%=16x16/%)
status_16_icon_DATA = $(status_16_icon_tmp:.svg=.png)
$(status_16_icon_DATA): $(status_scalable_icon_DATA)
$(AM_V_GEN) $(MKDIR_P) 16x16; \
$(RSVG_CONVERT) -w 16 -h 16 scalable/`basename "$@" .png`.svg -o $@
# 22x22 icons
status_22_icondir = $(icon_themedir)/22x22/status/
status_22_icon_tmp = $(status_scalable_icon_DATA:scalable/%=22x22/%)
status_22_icon_DATA = $(status_22_icon_tmp:.svg=.png)
$(status_22_icon_DATA): $(status_scalable_icon_DATA)
$(AM_V_GEN) $(MKDIR_P) 22x22; \
$(RSVG_CONVERT) -w 22 -h 22 scalable/`basename "$@" .png`.svg -o $@
# 24x24 icons
status_24_icondir = $(icon_themedir)/24x24/status/
status_24_icon_tmp = $(status_scalable_icon_DATA:scalable/%=24x24/%)
status_24_icon_DATA = $(status_24_icon_tmp:.svg=.png)
$(status_24_icon_DATA): $(status_scalable_icon_DATA)
$(AM_V_GEN) $(MKDIR_P) 24x24; \
$(RSVG_CONVERT) -w 24 -h 24 scalable/`basename "$@" .png`.svg -o $@
# 32x32 icons
status_32_icondir = $(icon_themedir)/32x32/status/
status_32_icon_tmp = $(status_scalable_icon_DATA:scalable/%=32x32/%)
status_32_icon_DATA = $(status_32_icon_tmp:.svg=.png)
$(status_32_icon_DATA): $(status_scalable_icon_DATA)
$(AM_V_GEN) $(MKDIR_P) 32x32; \
$(RSVG_CONVERT) -w 32 -h 32 scalable/`basename "$@" .png`.svg -o $@
update-gtk-icon-cache:
@if [ -d "$(icon_themedir)" ]; then \
$(GTK_UPDATE_ICON_CACHE) -f -t $(icon_themedir); \
else \
echo "GTK icon cache is not updated. Try after make; sudo make install"; \
exit 1; \
fi
# 48x48 icons
status_48_icondir = $(icon_themedir)/48x48/status/
status_48_icon_tmp = $(status_scalable_icon_DATA:scalable/%=48x48/%)
status_48_icon_DATA = $(status_48_icon_tmp:.svg=.png)
$(status_48_icon_DATA): $(status_scalable_icon_DATA)
$(AM_V_GEN) $(MKDIR_P) 48x48; \
$(RSVG_CONVERT) -w 48 -h 48 scalable/`basename "$@" .png`.svg -o $@
# 96x96 icons
status_96_icondir = $(icon_themedir)/96x96/status/
status_96_icon_tmp = $(status_scalable_icon_DATA:scalable/%=96x96/%)
status_96_icon_DATA = $(status_96_icon_tmp:.svg=.png)
$(status_96_icon_DATA): $(status_scalable_icon_DATA)
$(AM_V_GEN) $(MKDIR_P) 96x96; \
$(RSVG_CONVERT) -w 96 -h 96 scalable/`basename "$@" .png`.svg -o $@
# 256x256 icons
status_256_icondir = $(icon_themedir)/256x256/status/
status_256_icon_tmp = $(status_scalable_icon_DATA:scalable/%=256x256/%)
status_256_icon_DATA = $(status_256_icon_tmp:.svg=.png)
$(status_256_icon_DATA): $(status_scalable_icon_DATA)
$(AM_V_GEN) $(MKDIR_P) 256x256; \
$(RSVG_CONVERT) -w 256 -h 256 scalable/`basename "$@" .png`.svg -o $@
clean-local:
-rmdir 16x16 22x22 24x24 32x32 48x48 96x96 256x256
uninstall-hook:
rm -f $(DESTDIR)$(icon_themedir)/icon-theme.cache
-rmdir -p $(DESTDIR)$(icon_themedir)/16x16/status
-rmdir -p $(DESTDIR)$(icon_themedir)/22x22/status
-rmdir -p $(DESTDIR)$(icon_themedir)/24x24/status
-rmdir -p $(DESTDIR)$(icon_themedir)/32x32/status
-rmdir -p $(DESTDIR)$(icon_themedir)/48x48/status
-rmdir -p $(DESTDIR)$(icon_themedir)/96x96/status
-rmdir -p $(DESTDIR)$(icon_themedir)/256x256/status
-rmdir -p $(DESTDIR)$(icon_themedir)/scalable/status
-$(GTK_UPDATE_ICON_CACHE) -f -t $(icon_themedir)
CLEANFILES = $(status_16_icon_DATA) \
$(status_22_icon_DATA) \
$(status_24_icon_DATA) \
$(status_32_icon_DATA) \
$(status_48_icon_DATA) \
$(status_96_icon_DATA) \
$(status_256_icon_DATA)
DISTCLEANFILES = Makefile.in

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-am</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M11.25,47.52a8.14,8.14,0,0,1-5.8-2A7.24,7.24,0,0,1,3.31,40V38.65a7.68,7.68,0,0,1,2.08-5.58q2.07-2.16,6.7-2.16h6.13V29.34a5.82,5.82,0,0,0-1.17-4,4.89,4.89,0,0,0-3.81-1.3,8.5,8.5,0,0,0-3.69.74,19.16,19.16,0,0,0-3.24,2L4.2,23.22a19.17,19.17,0,0,1,4-2.38,12.17,12.17,0,0,1,5.11-1,11.4,11.4,0,0,1,3.7.56,8,8,0,0,1,2.89,1.67,7.68,7.68,0,0,1,1.9,2.69,9.13,9.13,0,0,1,.68,3.6V47.13h-4.1V43.9h0a5.29,5.29,0,0,1-.95,1.34,7.27,7.27,0,0,1-1.3,1.06,8.53,8.53,0,0,1-2.1.9A10.12,10.12,0,0,1,11.25,47.52Zm7-12.59h-6A5,5,0,0,0,8.58,36,4,4,0,0,0,7.5,39v.68a3.22,3.22,0,0,0,1.24,2.84,4.93,4.93,0,0,0,2.95.88A8.19,8.19,0,0,0,14.45,43a6.91,6.91,0,0,0,2.14-1.25,4.13,4.13,0,0,0,1.25-1.69,6.88,6.88,0,0,0,.38-2.48Z"/><path class="cls-2" d="M59.81,47.13H55.53V31.06c0-4.61-1.52-6.91-4.54-6.91a5.63,5.63,0,0,0-2,.37,5.19,5.19,0,0,0-1.79,1.12,5.84,5.84,0,0,0-1.3,2,7.17,7.17,0,0,0-.51,2.82V47.13H41.11V31.06q0-6.91-4.55-6.91a6,6,0,0,0-2,.34,5.08,5.08,0,0,0-1.79,1.08,5.61,5.61,0,0,0-1.3,1.89A6.62,6.62,0,0,0,31,30.17v17H26.69V20.33h4.23V24h0A6.75,6.75,0,0,1,33.28,21a6.83,6.83,0,0,1,4.12-1.17A7.57,7.57,0,0,1,41.61,21a7.25,7.25,0,0,1,2.72,3.3,10.21,10.21,0,0,1,2.88-3.2,7.72,7.72,0,0,1,4.61-1.25,7.25,7.25,0,0,1,5.87,2.52c1.41,1.68,2.12,4.08,2.12,7.18Z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ar</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M20.75,47.52a9.66,9.66,0,0,1-6.44-2A6.87,6.87,0,0,1,11.93,40V38.65a7.28,7.28,0,0,1,2.31-5.58c1.53-1.44,4-2.16,7.45-2.16H28.5V29.34a5.46,5.46,0,0,0-1.3-4A5.82,5.82,0,0,0,23,24.05a10.27,10.27,0,0,0-4.09.74,21.52,21.52,0,0,0-3.6,2l-2.35-3.53a22.19,22.19,0,0,1,4.4-2.38,14.94,14.94,0,0,1,5.69-1,14.11,14.11,0,0,1,4.12.56,9.11,9.11,0,0,1,3.2,1.67,7.73,7.73,0,0,1,2.11,2.69,8.2,8.2,0,0,1,.76,3.6V47.13H28.64V43.9h-.05a5.26,5.26,0,0,1-1.05,1.34A7.86,7.86,0,0,1,26.1,46.3a10.06,10.06,0,0,1-2.33.9A12.48,12.48,0,0,1,20.75,47.52ZM28.5,34.93H21.78a5.92,5.92,0,0,0-4,1.08,3.81,3.81,0,0,0-1.2,3v.68A3.12,3.12,0,0,0,18,42.52a5.93,5.93,0,0,0,3.28.88A10.05,10.05,0,0,0,24.31,43a7.93,7.93,0,0,0,2.37-1.25,4.2,4.2,0,0,0,1.4-1.69,6.22,6.22,0,0,0,.42-2.48Z"/><path class="cls-2" d="M52.51,25a8.55,8.55,0,0,0-3.29-.64,6.39,6.39,0,0,0-2.52.52,6,6,0,0,0-2.08,1.47,7.33,7.33,0,0,0-1.42,2.28,7.55,7.55,0,0,0-.54,2.89V47.13H37.9V20.33h4.61v4.26h.05a9.12,9.12,0,0,1,3.06-3.5,8.54,8.54,0,0,1,4.83-1.25,11.59,11.59,0,0,1,3.48.54Z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-as</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M18.77,47.52a9.64,9.64,0,0,1-6.44-2A6.84,6.84,0,0,1,10,40V38.65a7.31,7.31,0,0,1,2.3-5.58q2.31-2.16,7.45-2.16h6.81V29.34a5.41,5.41,0,0,0-1.3-4c-.86-.87-2.27-1.3-4.23-1.3a10.32,10.32,0,0,0-4.1.74,21.52,21.52,0,0,0-3.6,2l-2.35-3.53a22.56,22.56,0,0,1,4.41-2.38,14.89,14.89,0,0,1,5.68-1,14,14,0,0,1,4.12.56,9.25,9.25,0,0,1,3.21,1.67,7.73,7.73,0,0,1,2.11,2.69,8.34,8.34,0,0,1,.76,3.6V47.13H26.66V43.9h-.05a5.26,5.26,0,0,1-1.05,1.34,7.93,7.93,0,0,1-1.45,1.06,9.89,9.89,0,0,1-2.33.9A12.39,12.39,0,0,1,18.77,47.52Zm7.74-12.59H19.8a5.92,5.92,0,0,0-4,1.08,3.77,3.77,0,0,0-1.2,3v.68A3.1,3.1,0,0,0,16,42.52a5.91,5.91,0,0,0,3.28.88A9.94,9.94,0,0,0,22.32,43a7.86,7.86,0,0,0,2.38-1.25,4.28,4.28,0,0,0,1.4-1.69,6.41,6.41,0,0,0,.41-2.48Z"/><path class="cls-2" d="M44.25,43.4a7.71,7.71,0,0,0,4.12-.93,2.86,2.86,0,0,0,1.46-2.54v-.4a3.77,3.77,0,0,0-.24-1.42,2.31,2.31,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,31.79,31.79,0,0,0-3.09-.76,27.06,27.06,0,0,1-3.92-1.08,10.93,10.93,0,0,1-2.89-1.55,6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.45,6.45,0,0,1,.59-2.7,6.25,6.25,0,0,1,1.81-2.32A9.5,9.5,0,0,1,40,20.45a14.53,14.53,0,0,1,4.48-.61,20.5,20.5,0,0,1,5.13.61,13.26,13.26,0,0,1,4.38,2l-2.11,3.58a10.73,10.73,0,0,0-3.16-1.57,12.72,12.72,0,0,0-3.89-.59,7.75,7.75,0,0,0-4.29.91,2.72,2.72,0,0,0-1.3,2.33v.44a2.52,2.52,0,0,0,1.32,2.33A15.61,15.61,0,0,0,45,31.25a29.07,29.07,0,0,1,4.27,1.08,10.39,10.39,0,0,1,3,1.59,6.16,6.16,0,0,1,1.76,2.28,7.87,7.87,0,0,1,.59,3.19V40A6.32,6.32,0,0,1,53.93,43a7,7,0,0,1-2,2.38,10.25,10.25,0,0,1-3.21,1.59,13.91,13.91,0,0,1-4.23.59,19.9,19.9,0,0,1-6.13-.88,15.14,15.14,0,0,1-4.65-2.35l2.2-3.73a19.85,19.85,0,0,0,3.87,2A12.22,12.22,0,0,0,44.25,43.4Z"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ath</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M12.79,47.52a6.73,6.73,0,0,1-5.15-2A7.71,7.71,0,0,1,5.74,40V38.65a8.27,8.27,0,0,1,1.84-5.58c1.23-1.44,3.21-2.16,6-2.16H19V29.34a6.35,6.35,0,0,0-1-4,4.1,4.1,0,0,0-3.39-1.3,6.82,6.82,0,0,0-3.28.74,16.73,16.73,0,0,0-2.88,2L6.52,23.22a17.2,17.2,0,0,1,3.53-2.38,9.81,9.81,0,0,1,4.55-1,9.16,9.16,0,0,1,3.29.56,7.06,7.06,0,0,1,2.57,1.67,7.74,7.74,0,0,1,1.68,2.69,9.92,9.92,0,0,1,.61,3.6V47.13H19.1V43.89h0a5.26,5.26,0,0,1-.84,1.35,6.43,6.43,0,0,1-1.16,1.06,7,7,0,0,1-1.86.9A8,8,0,0,1,12.79,47.52ZM19,34.93H13.62A4.1,4.1,0,0,0,10.42,36a4.32,4.32,0,0,0-1,3v.68a3.43,3.43,0,0,0,1.1,2.84,4,4,0,0,0,2.62.88A6.48,6.48,0,0,0,15.63,43a6,6,0,0,0,1.91-1.25,4.15,4.15,0,0,0,1.11-1.69A7.72,7.72,0,0,0,19,37.57Z"/><path class="cls-2" d="M27.84,24.39H24.32V20.33h3.52V13.56h3.81v6.77h5.64v4.06H31.65V39.63a8.31,8.31,0,0,0,.19,2,2.58,2.58,0,0,0,.57,1.15,2,2,0,0,0,.88.54,4.3,4.3,0,0,0,1.1.14,6.86,6.86,0,0,0,2.82-.63l.59,3.82a8.07,8.07,0,0,1-1.76.61,9.4,9.4,0,0,1-2.24.27,5.31,5.31,0,0,1-4.51-1.91c-1-1.27-1.45-3.27-1.45-6Z"/><path class="cls-2" d="M57.48,47.13h-3.8V30.47q0-3.39-1.14-4.9A4.13,4.13,0,0,0,49,24.05a4.81,4.81,0,0,0-1.94.42,5.07,5.07,0,0,0-1.72,1.22,6.49,6.49,0,0,0-1.26,2,7.64,7.64,0,0,0-.49,2.8V47.13H39.8V10.08h3.8V23.56a7,7,0,0,1,2.57-2.77A7.17,7.17,0,0,1,50,19.84a7.38,7.38,0,0,1,2.94.58,6.55,6.55,0,0,1,2.39,1.77,8.43,8.43,0,0,1,1.61,3,13.72,13.72,0,0,1,.59,4.21Z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-be</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M14.43,23.41a6.7,6.7,0,0,1,3.36-2.79,12.05,12.05,0,0,1,4.28-.78c3.4,0,6,1,7.79,3s2.7,4.79,2.7,8.45V36a14.1,14.1,0,0,1-.78,4.87,10.45,10.45,0,0,1-2.18,3.6,9.62,9.62,0,0,1-3.36,2.26,11.56,11.56,0,0,1-4.31.78,9.62,9.62,0,0,1-4.85-1.05A7.51,7.51,0,0,1,14.38,44h-.1v3.14H9.68V10.08h4.75Zm0,14.16a4.67,4.67,0,0,0,.52,2.09,5.66,5.66,0,0,0,1.47,1.86,8,8,0,0,0,2.22,1.32,7.61,7.61,0,0,0,2.85.52,5.75,5.75,0,0,0,4.73-2.11,9.3,9.3,0,0,0,1.69-5.93V32a9.17,9.17,0,0,0-1.72-5.93A5.72,5.72,0,0,0,21.44,24a7.76,7.76,0,0,0-2.75.49,7,7,0,0,0-2.23,1.37A6.72,6.72,0,0,0,14.94,28a6.92,6.92,0,0,0-.56,2.82Z"/><path class="cls-2" d="M57.16,44.58a17.3,17.3,0,0,1-4.22,2.08,18.74,18.74,0,0,1-6.12.86,14.64,14.64,0,0,1-4.63-.71,10,10,0,0,1-3.73-2.2A10.33,10.33,0,0,1,36,40.76a15.64,15.64,0,0,1-.9-5.59v-3a15.11,15.11,0,0,1,.86-5.34A10.55,10.55,0,0,1,38.32,23,10,10,0,0,1,42,20.62a13.14,13.14,0,0,1,4.6-.78A10.89,10.89,0,0,1,54.76,23q3,3.13,3,8.87v3.58h-18v.19a7.81,7.81,0,0,0,2,5.81,7.15,7.15,0,0,0,5.24,2,14.42,14.42,0,0,0,4.54-.63A15.83,15.83,0,0,0,55.15,41ZM46.57,23.9a7,7,0,0,0-2.72.52,6.35,6.35,0,0,0-2.15,1.42A6.28,6.28,0,0,0,40.28,28a7.48,7.48,0,0,0-.52,2.82v.69H53.19v-.88a6.8,6.8,0,0,0-1.77-4.93A6.41,6.41,0,0,0,46.57,23.9Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-bla</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M13.36,23.41a5.85,5.85,0,0,1,2.69-2.79,8,8,0,0,1,3.43-.78,7.23,7.23,0,0,1,6.23,3c1.44,2,2.15,4.79,2.15,8.45V36a17.19,17.19,0,0,1-.62,4.87,11,11,0,0,1-1.75,3.6,7.43,7.43,0,0,1-6.13,3,6.47,6.47,0,0,1-3.88-1.05A6.76,6.76,0,0,1,13.32,44h-.08v3.14H9.56V10.08h3.8Zm0,14.16a5.86,5.86,0,0,0,1.59,4,6.3,6.3,0,0,0,1.78,1.32,5,5,0,0,0,2.28.52,4.27,4.27,0,0,0,3.78-2.11,11,11,0,0,0,1.35-5.93V32a10.86,10.86,0,0,0-1.37-5.93A4.27,4.27,0,0,0,19,24a5.1,5.1,0,0,0-2.2.49A5.49,5.49,0,0,0,15,25.86,6.71,6.71,0,0,0,13.77,28a8.34,8.34,0,0,0-.45,2.82Z"/><path class="cls-2" d="M34.76,10.08V47.13H31V10.08Z"/><path class="cls-2" d="M44.88,47.52a6.77,6.77,0,0,1-5.16-2A7.71,7.71,0,0,1,37.82,40V38.65a8.27,8.27,0,0,1,1.84-5.58q1.85-2.16,6-2.16h5.45V29.34a6.35,6.35,0,0,0-1-4,4.07,4.07,0,0,0-3.39-1.3,6.78,6.78,0,0,0-3.27.74,16.36,16.36,0,0,0-2.88,2L38.6,23.22a17.47,17.47,0,0,1,3.53-2.38,9.87,9.87,0,0,1,4.55-1A9.13,9.13,0,0,1,50,20.4a7,7,0,0,1,2.57,1.67,7.76,7.76,0,0,1,1.69,2.69,10.14,10.14,0,0,1,.6,3.6V47.13H51.19V43.89h0a5.26,5.26,0,0,1-.84,1.35,6.79,6.79,0,0,1-1.16,1.06,7.27,7.27,0,0,1-1.86.9A8.09,8.09,0,0,1,44.88,47.52Zm6.19-12.59H45.7A4.08,4.08,0,0,0,42.51,36a4.27,4.27,0,0,0-1,3v.68a3.43,3.43,0,0,0,1.1,2.84,4.06,4.06,0,0,0,2.63.88A6.52,6.52,0,0,0,47.72,43a6.08,6.08,0,0,0,1.9-1.25,4.18,4.18,0,0,0,1.12-1.69,7.75,7.75,0,0,0,.33-2.48Z"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-bn</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M12.52,23.41a6.7,6.7,0,0,1,3.36-2.79,12.15,12.15,0,0,1,4.29-.78c3.39,0,6,1,7.79,3s2.69,4.79,2.69,8.45V36a14.1,14.1,0,0,1-.78,4.87,10.3,10.3,0,0,1-2.18,3.6,9.44,9.44,0,0,1-3.36,2.26,11.56,11.56,0,0,1-4.31.78,9.64,9.64,0,0,1-4.85-1.05A7.51,7.51,0,0,1,12.47,44h-.09v3.14H7.77V10.08h4.75Zm0,14.16A4.67,4.67,0,0,0,13,39.66a5.66,5.66,0,0,0,1.47,1.86,7.93,7.93,0,0,0,2.23,1.32,7.56,7.56,0,0,0,2.84.52,5.75,5.75,0,0,0,4.73-2.11A9.3,9.3,0,0,0,26,35.32V32a9.11,9.11,0,0,0-1.72-5.93A5.72,5.72,0,0,0,19.53,24a7.66,7.66,0,0,0-2.74.49,6.84,6.84,0,0,0-2.23,1.37A6.42,6.42,0,0,0,13,28a6.77,6.77,0,0,0-.57,2.82Z"/><path class="cls-2" d="M56.62,47.13H51.87V30.47c0-2.26-.48-3.89-1.42-4.9A5.79,5.79,0,0,0,46,24.05a7.31,7.31,0,0,0-2.43.42,6.4,6.4,0,0,0-3.72,3.25,6.17,6.17,0,0,0-.61,2.8V47.13H34.52V20.33h4.61v3.38h0a8.14,8.14,0,0,1,3.23-2.87,10.63,10.63,0,0,1,4.8-1,11.31,11.31,0,0,1,3.68.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-bo</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M12.79,23.41a6.7,6.7,0,0,1,3.36-2.79,12.15,12.15,0,0,1,4.29-.78c3.39,0,6,1,7.79,3s2.69,4.79,2.69,8.45V36a14.1,14.1,0,0,1-.78,4.87A10.3,10.3,0,0,1,28,44.48a9.44,9.44,0,0,1-3.36,2.26,11.56,11.56,0,0,1-4.31.78,9.64,9.64,0,0,1-4.85-1.05A7.51,7.51,0,0,1,12.74,44h-.09v3.14H8V10.08h4.75Zm0,14.16a4.67,4.67,0,0,0,.52,2.09,5.66,5.66,0,0,0,1.47,1.86A7.93,7.93,0,0,0,17,42.84a7.56,7.56,0,0,0,2.84.52,5.75,5.75,0,0,0,4.73-2.11,9.3,9.3,0,0,0,1.69-5.93V32a9.11,9.11,0,0,0-1.72-5.93A5.72,5.72,0,0,0,19.8,24a7.76,7.76,0,0,0-2.75.49,6.9,6.9,0,0,0-2.22,1.37A6.42,6.42,0,0,0,13.31,28a6.77,6.77,0,0,0-.57,2.82Z"/><path class="cls-2" d="M45.38,19.84q5.53,0,8.74,3.18t3.21,9v3.28q0,5.84-3.21,9t-8.74,3.18c-3.7,0-6.61-1.06-8.75-3.18s-3.21-5.13-3.21-9V32q0-5.88,3.21-9C38.77,20.89,41.68,19.84,45.38,19.84Zm0,23.52a6.83,6.83,0,0,0,5.17-2.09q2-2.09,2-6.34v-2.5q0-4.26-2-6.35A6.86,6.86,0,0,0,45.38,24a6.83,6.83,0,0,0-5.17,2.08q-2,2.09-2,6.35v2.5q0,4.26,2,6.34A6.8,6.8,0,0,0,45.38,43.36Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-cmc</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M10.65,19.84a7.72,7.72,0,0,1,3.82.83,10.41,10.41,0,0,1,2.66,2.11l-1.58,3.57a7.62,7.62,0,0,0-2.41-1.83,6.46,6.46,0,0,0-2.49-.47,3.87,3.87,0,0,0-1.78.44,4.08,4.08,0,0,0-1.51,1.4,7.64,7.64,0,0,0-1.05,2.42,13.93,13.93,0,0,0-.39,3.53v3.38a15.27,15.27,0,0,0,.39,3.7,7.74,7.74,0,0,0,1.06,2.5,4.26,4.26,0,0,0,1.55,1.4,4,4,0,0,0,1.8.44,6.17,6.17,0,0,0,3.07-.69A9,9,0,0,0,16,40.81l1.61,3.62a9.69,9.69,0,0,1-2.67,2.14,8.61,8.61,0,0,1-4.26,1,6.79,6.79,0,0,1-6-3.23c-1.4-2.16-2.11-5.16-2.11-9V31.89a20.24,20.24,0,0,1,.59-5.12A12.09,12.09,0,0,1,4.77,23,7.19,7.19,0,0,1,7.3,20.64,7,7,0,0,1,10.65,19.84Z"/><path class="cls-2" d="M45,47.13H41.69V31.06q0-6.91-3.53-6.91a3.5,3.5,0,0,0-1.56.37,4,4,0,0,0-1.39,1.12,6.11,6.11,0,0,0-1,2,8.84,8.84,0,0,0-.4,2.82V47.13H30.47V31.06c0-4.61-1.17-6.91-3.53-6.91a3.82,3.82,0,0,0-1.56.34A3.92,3.92,0,0,0,24,25.57a5.82,5.82,0,0,0-1,1.89,8.41,8.41,0,0,0-.4,2.71v17H19.26V20.33h3.29V24h0A6.74,6.74,0,0,1,24.39,21a4.49,4.49,0,0,1,3.2-1.17A5,5,0,0,1,30.87,21,7.1,7.1,0,0,1,33,24.29a10,10,0,0,1,2.24-3.21,5.11,5.11,0,0,1,3.59-1.24,5.17,5.17,0,0,1,4.56,2.52Q45,24.88,45,29.54Z"/><path class="cls-2" d="M55.51,19.84a7.76,7.76,0,0,1,3.83.83A10.58,10.58,0,0,1,62,22.78l-1.58,3.57A7.64,7.64,0,0,0,58,24.52a6.39,6.39,0,0,0-2.49-.47,3.9,3.9,0,0,0-1.78.44,4.16,4.16,0,0,0-1.51,1.4,8.12,8.12,0,0,0-1,2.42,13.93,13.93,0,0,0-.39,3.53v3.38a15.27,15.27,0,0,0,.39,3.7,7.74,7.74,0,0,0,1.07,2.5,4.23,4.23,0,0,0,1.54,1.4,4,4,0,0,0,1.8.44,6.14,6.14,0,0,0,3.07-.69,9,9,0,0,0,2.21-1.76l1.62,3.62a9.89,9.89,0,0,1-2.68,2.14,8.59,8.59,0,0,1-4.25,1,6.77,6.77,0,0,1-6-3.23c-1.41-2.16-2.11-5.16-2.11-9V31.89A20.27,20.27,0,0,1,48,26.77,12.09,12.09,0,0,1,49.63,23a7.22,7.22,0,0,1,2.54-2.36A7,7,0,0,1,55.51,19.84Z"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-cr</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M24.55,19.84a15.14,15.14,0,0,1,5.47.83,15.26,15.26,0,0,1,3.79,2.11l-2.25,3.57a11.41,11.41,0,0,0-3.45-1.83,12.73,12.73,0,0,0-3.56-.47,7.6,7.6,0,0,0-2.55.44,5.72,5.72,0,0,0-2.15,1.4,7,7,0,0,0-1.5,2.42,10,10,0,0,0-.56,3.53v3.38a11,11,0,0,0,.56,3.7,6.92,6.92,0,0,0,1.52,2.5,5.94,5.94,0,0,0,2.21,1.4,7.76,7.76,0,0,0,2.57.44A12,12,0,0,0,29,42.57a13.3,13.3,0,0,0,3.16-1.76l2.3,3.62a14.23,14.23,0,0,1-3.82,2.14,16.76,16.76,0,0,1-6.08,1q-5.58,0-8.6-3.23t-3-9V31.89a14.7,14.7,0,0,1,.83-5.12A10.73,10.73,0,0,1,16.15,23a9.8,9.8,0,0,1,3.63-2.36A13.56,13.56,0,0,1,24.55,19.84Z"/><path class="cls-2" d="M51.45,25A7.88,7.88,0,0,0,50,24.52a8.28,8.28,0,0,0-1.79-.18,6.39,6.39,0,0,0-2.52.52,6,6,0,0,0-2.09,1.47,7.47,7.47,0,0,0-1.42,2.28,7.55,7.55,0,0,0-.54,2.89V47.13H36.85V20.33h4.61v4.26h0a9.23,9.23,0,0,1,3.06-3.51,8.6,8.6,0,0,1,4.83-1.24,11.48,11.48,0,0,1,3.47.54Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-cs</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M22.57,19.84a15.08,15.08,0,0,1,5.46.83,15.33,15.33,0,0,1,3.8,2.11l-2.25,3.57a11.56,11.56,0,0,0-3.46-1.83,12.66,12.66,0,0,0-3.55-.47,7.6,7.6,0,0,0-2.55.44,5.68,5.68,0,0,0-2.16,1.4,6.85,6.85,0,0,0-1.49,2.42,9.79,9.79,0,0,0-.56,3.53v3.38a10.71,10.71,0,0,0,.56,3.7,6.65,6.65,0,0,0,1.52,2.5,5.9,5.9,0,0,0,2.2,1.4,7.81,7.81,0,0,0,2.58.44,12,12,0,0,0,4.38-.69,13.3,13.3,0,0,0,3.16-1.76l2.3,3.62a14.08,14.08,0,0,1-3.82,2.14,16.7,16.7,0,0,1-6.07,1c-3.73,0-6.59-1.08-8.6-3.23s-3-5.16-3-9V31.89a14.47,14.47,0,0,1,.84-5.12A10.71,10.71,0,0,1,14.16,23a9.89,9.89,0,0,1,3.63-2.36A13.58,13.58,0,0,1,22.57,19.84Z"/><path class="cls-2" d="M43.2,43.4a7.67,7.67,0,0,0,4.11-.93,2.87,2.87,0,0,0,1.47-2.54v-.4a3.77,3.77,0,0,0-.24-1.42,2.43,2.43,0,0,0-.93-1,7.79,7.79,0,0,0-1.87-.8,30.78,30.78,0,0,0-3.08-.76,27.06,27.06,0,0,1-3.92-1.08,10.78,10.78,0,0,1-2.89-1.55,6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.6,6.6,0,0,1,.58-2.7,6.28,6.28,0,0,1,1.82-2.32A9.4,9.4,0,0,1,39,20.45a14.49,14.49,0,0,1,4.48-.61,20.36,20.36,0,0,1,5.12.61,13.22,13.22,0,0,1,4.39,2l-2.11,3.58a10.86,10.86,0,0,0-3.16-1.57,12.74,12.74,0,0,0-3.9-.59,7.71,7.71,0,0,0-4.28.91,2.72,2.72,0,0,0-1.3,2.33v.44a2.52,2.52,0,0,0,1.32,2.33A15.51,15.51,0,0,0,44,31.25a29.25,29.25,0,0,1,4.26,1.08,10.13,10.13,0,0,1,3,1.59A6.18,6.18,0,0,1,53,36.2a7.87,7.87,0,0,1,.58,3.19V40A6.2,6.2,0,0,1,52.87,43a7,7,0,0,1-2,2.38,10.25,10.25,0,0,1-3.21,1.59,14,14,0,0,1-4.24.59,19.88,19.88,0,0,1-6.12-.88,15.32,15.32,0,0,1-4.66-2.35l2.21-3.73a19.85,19.85,0,0,0,3.87,2A12.39,12.39,0,0,0,43.2,43.4Z"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-da</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M25.83,43.8a6.31,6.31,0,0,1-3.21,2.89,12.36,12.36,0,0,1-4.58.83q-5.1,0-7.77-3T7.6,36.1V31.35a14.18,14.18,0,0,1,.78-4.85,10.26,10.26,0,0,1,2.18-3.63,9.29,9.29,0,0,1,3.36-2.25,11.56,11.56,0,0,1,4.31-.78,9.66,9.66,0,0,1,4.88,1.05,8.3,8.3,0,0,1,2.62,2.23v-13h4.75V47.13H25.92V43.8Zm0-14.12a4.45,4.45,0,0,0-.52-2.05,5.7,5.7,0,0,0-1.47-1.84,7.63,7.63,0,0,0-2.25-1.3A8.11,8.11,0,0,0,18.72,24,5.72,5.72,0,0,0,14,26.11,9.28,9.28,0,0,0,12.3,32v3.28A9.13,9.13,0,0,0,14,41.25a5.74,5.74,0,0,0,4.7,2.11,8,8,0,0,0,2.75-.47,6.67,6.67,0,0,0,2.23-1.35,6.44,6.44,0,0,0,1.51-2.13,6.7,6.7,0,0,0,.57-2.82Z"/><path class="cls-2" d="M43.12,47.52a9.64,9.64,0,0,1-6.44-2A6.84,6.84,0,0,1,34.3,40V38.65a7.28,7.28,0,0,1,2.31-5.58q2.3-2.16,7.44-2.16h6.82V29.34a5.46,5.46,0,0,0-1.3-4,5.82,5.82,0,0,0-4.24-1.3,10.27,10.27,0,0,0-4.09.74,22,22,0,0,0-3.61,2l-2.35-3.53a22.56,22.56,0,0,1,4.41-2.38,14.94,14.94,0,0,1,5.69-1,14,14,0,0,1,4.11.56,9.25,9.25,0,0,1,3.21,1.67,7.73,7.73,0,0,1,2.11,2.69,8.2,8.2,0,0,1,.76,3.6V47.13H51V43.89h0a5.13,5.13,0,0,1-1.05,1.35,7.6,7.6,0,0,1-1.45,1.06,9.81,9.81,0,0,1-2.32.9A12.54,12.54,0,0,1,43.12,47.52Zm7.75-12.59H44.15a5.92,5.92,0,0,0-4,1.08A3.79,3.79,0,0,0,39,39v.68a3.13,3.13,0,0,0,1.37,2.84,5.91,5.91,0,0,0,3.28.88A9.94,9.94,0,0,0,46.67,43a7.86,7.86,0,0,0,2.38-1.25,4.2,4.2,0,0,0,1.4-1.69,6.22,6.22,0,0,0,.42-2.48Z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-dv</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M27.56,43.8a6.23,6.23,0,0,1-3.21,2.89,12.32,12.32,0,0,1-4.58.83q-5.1,0-7.77-3T9.33,36.1V31.35a13.94,13.94,0,0,1,.79-4.85,10.26,10.26,0,0,1,2.18-3.63,9.34,9.34,0,0,1,3.35-2.25A11.61,11.61,0,0,1,20,19.84a9.62,9.62,0,0,1,4.87,1.05,8.18,8.18,0,0,1,2.62,2.23v-13h4.76V47.13H27.66V43.8Zm0-14.12A4.57,4.57,0,0,0,27,27.63a5.7,5.7,0,0,0-1.47-1.84,7.69,7.69,0,0,0-2.26-1.3A8,8,0,0,0,20.46,24a5.71,5.71,0,0,0-4.73,2.11A9.22,9.22,0,0,0,14,32v3.28a9.19,9.19,0,0,0,1.71,5.93,5.76,5.76,0,0,0,4.71,2.11,7.92,7.92,0,0,0,2.74-.47,6.57,6.57,0,0,0,2.23-1.35A6.46,6.46,0,0,0,27,39.41a6.86,6.86,0,0,0,.56-2.82Z"/><path class="cls-2" d="M46.52,42.67l7-22.34h5l-9.07,26.8H43.39l-9.16-26.8h5.14l7.06,22.34Z"/></svg>

After

Width:  |  Height:  |  Size: 974 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-el</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M37.81,44.58a17.3,17.3,0,0,1-4.22,2.08,18.74,18.74,0,0,1-6.12.86,14.64,14.64,0,0,1-4.63-.71,10,10,0,0,1-3.73-2.2,10.33,10.33,0,0,1-2.5-3.85,15.64,15.64,0,0,1-.9-5.59v-3a15.11,15.11,0,0,1,.86-5.34A10.55,10.55,0,0,1,19,23a10,10,0,0,1,3.65-2.33,13.14,13.14,0,0,1,4.6-.78A10.89,10.89,0,0,1,35.41,23q3,3.13,3,8.87v3.58h-18v.19a7.81,7.81,0,0,0,2,5.81,7.15,7.15,0,0,0,5.24,2,14.42,14.42,0,0,0,4.54-.63A15.83,15.83,0,0,0,35.8,41ZM27.22,23.9a7,7,0,0,0-2.72.52,6.35,6.35,0,0,0-2.15,1.42A6.28,6.28,0,0,0,20.93,28a7.48,7.48,0,0,0-.52,2.82v.69H33.84v-.88a6.8,6.8,0,0,0-1.77-4.93A6.41,6.41,0,0,0,27.22,23.9Z"/><path class="cls-2" d="M46.92,10.08V47.13H42.17V10.08Z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-eo</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M29.6,44.58a17.3,17.3,0,0,1-4.22,2.08,18.74,18.74,0,0,1-6.12.86,14.64,14.64,0,0,1-4.63-.71,10,10,0,0,1-3.72-2.2,10.09,10.09,0,0,1-2.5-3.85,15.41,15.41,0,0,1-.91-5.59v-3a15.34,15.34,0,0,1,.86-5.34A10.55,10.55,0,0,1,10.76,23a10,10,0,0,1,3.65-2.33,13.14,13.14,0,0,1,4.6-.78A10.87,10.87,0,0,1,27.2,23c2,2.09,3,5.05,3,8.87v3.58h-18v.19a7.81,7.81,0,0,0,2,5.81,7.16,7.16,0,0,0,5.25,2A14.4,14.4,0,0,0,24,42.77,15.43,15.43,0,0,0,27.59,41ZM19,23.9a6.92,6.92,0,0,0-2.71.52,6.3,6.3,0,0,0-2.16,1.42A6.42,6.42,0,0,0,12.72,28a7.68,7.68,0,0,0-.52,2.82v.69H25.63v-.88a6.84,6.84,0,0,0-1.76-4.93A6.45,6.45,0,0,0,19,23.9Z"/><path class="cls-2" d="M44.54,19.84q5.53,0,8.75,3.18t3.21,9v3.28q0,5.84-3.21,9t-8.75,3.18q-5.53,0-8.74-3.18t-3.21-9V32q0-5.88,3.21-9T44.54,19.84Zm0,23.52a6.8,6.8,0,0,0,5.17-2.09q2-2.09,2-6.34v-2.5q0-4.26-2-6.35A6.83,6.83,0,0,0,44.54,24a6.86,6.86,0,0,0-5.17,2.08q-2,2.09-2,6.35v2.5q0,4.26,2,6.34A6.83,6.83,0,0,0,44.54,43.36Z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-fa</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M15.93,24.39H11.52V20.33h4.41V17.68q0-4.06,2-6a8.09,8.09,0,0,1,5.81-1.91,18.31,18.31,0,0,1,2.62.2,11.36,11.36,0,0,1,2.18.49l-.73,3.87a13.41,13.41,0,0,0-3.63-.49,6.28,6.28,0,0,0-1.32.14,2.37,2.37,0,0,0-1.1.57,2.85,2.85,0,0,0-.76,1.2,6,6,0,0,0-.3,2.11v2.45h7.06v4.06H20.68V47.13H15.93Z"/><path class="cls-2" d="M38,47.52a9.69,9.69,0,0,1-6.45-2A6.87,6.87,0,0,1,29.16,40V38.65a7.27,7.27,0,0,1,2.3-5.58q2.31-2.16,7.45-2.16h6.81V29.34a5.41,5.41,0,0,0-1.3-4c-.86-.87-2.28-1.3-4.24-1.3a10.3,10.3,0,0,0-4.09.74,21.52,21.52,0,0,0-3.6,2l-2.35-3.53a22,22,0,0,1,4.41-2.38,14.89,14.89,0,0,1,5.68-1,14.06,14.06,0,0,1,4.12.56,9.25,9.25,0,0,1,3.21,1.67,7.59,7.59,0,0,1,2.1,2.69,8.2,8.2,0,0,1,.76,3.6V47.13H45.87V43.89h0a5,5,0,0,1-1.06,1.35,7.86,7.86,0,0,1-1.44,1.06,10.06,10.06,0,0,1-2.33.9A12.45,12.45,0,0,1,38,47.52Zm7.74-12.59H39A5.93,5.93,0,0,0,35,36a3.79,3.79,0,0,0-1.2,3v.68a3.13,3.13,0,0,0,1.37,2.84,6,6,0,0,0,3.29.88A10,10,0,0,0,41.53,43a7.86,7.86,0,0,0,2.38-1.25,4.17,4.17,0,0,0,1.39-1.69,6.22,6.22,0,0,0,.42-2.48Z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-fr</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M18,24.39H13.6V20.33H18V17.68q0-4.06,2-6a8,8,0,0,1,5.8-1.91,18.2,18.2,0,0,1,2.62.2,11.36,11.36,0,0,1,2.18.49l-.73,3.87a13.41,13.41,0,0,0-3.63-.49,6.35,6.35,0,0,0-1.32.14,2.47,2.47,0,0,0-1.1.57,3,3,0,0,0-.76,1.2,6,6,0,0,0-.3,2.11v2.45h7.06v4.06H22.76V47.13H18Z"/><path class="cls-2" d="M49.66,25a7.88,7.88,0,0,0-1.49-.46,8.28,8.28,0,0,0-1.79-.18,6.39,6.39,0,0,0-2.52.52,5.88,5.88,0,0,0-2.08,1.47,7.31,7.31,0,0,0-1.43,2.28,7.74,7.74,0,0,0-.53,2.89V47.13H35.06V20.33h4.61v4.26h0a9.23,9.23,0,0,1,3.06-3.51,8.62,8.62,0,0,1,4.83-1.24,11.59,11.59,0,0,1,3.48.54Z"/></svg>

After

Width:  |  Height:  |  Size: 847 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-grc</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M24.49,46.79q0,11.26-9.56,11.27a10,10,0,0,1-4-.79,10.62,10.62,0,0,1-3.14-2.06l1.73-3.72A9.07,9.07,0,0,0,12,53.11a7.42,7.42,0,0,0,3,.63,5.2,5.2,0,0,0,4.21-1.69c.95-1.12,1.43-2.88,1.43-5.26V43.5a5.48,5.48,0,0,1-2.55,2.72,8,8,0,0,1-3.6.81,7.21,7.21,0,0,1-6.22-3q-2.13-3-2.13-8.46V31.35a17.66,17.66,0,0,1,.62-4.85,11,11,0,0,1,1.75-3.63,7.59,7.59,0,0,1,2.68-2.25,7.67,7.67,0,0,1,3.45-.78,6.45,6.45,0,0,1,3.9,1.05,7.15,7.15,0,0,1,2.1,2.23V20.33h3.8ZM20.73,29.68a5.55,5.55,0,0,0-.41-2.05,5.85,5.85,0,0,0-1.18-1.84,6,6,0,0,0-1.8-1.3A5.29,5.29,0,0,0,15.09,24a4.26,4.26,0,0,0-3.79,2.11A11,11,0,0,0,10,32v2.79a10.89,10.89,0,0,0,1.37,5.93,4.29,4.29,0,0,0,3.77,2.11,5.22,5.22,0,0,0,2.19-.47,5.17,5.17,0,0,0,1.78-1.35,6.71,6.71,0,0,0,1.22-2.13,8.26,8.26,0,0,0,.45-2.82Z"/><path class="cls-2" d="M40.33,25a5.54,5.54,0,0,0-1.2-.46,5.28,5.28,0,0,0-1.43-.18,4.24,4.24,0,0,0-2,.52A4.86,4.86,0,0,0,34,26.33a7.85,7.85,0,0,0-1.14,2.28,9.17,9.17,0,0,0-.43,2.89V47.13h-3.8V20.33h3.68v4.26h0a9.07,9.07,0,0,1,2.45-3.51,5.88,5.88,0,0,1,3.86-1.24,7.56,7.56,0,0,1,2.79.54Z"/><path class="cls-2" d="M51.07,19.84a9.87,9.87,0,0,1,4.37.83,11.81,11.81,0,0,1,3,2.11l-1.8,3.57a8.78,8.78,0,0,0-2.77-1.83,8.21,8.21,0,0,0-2.84-.47,5,5,0,0,0-2,.44,4.56,4.56,0,0,0-1.72,1.4,7.3,7.3,0,0,0-1.2,2.42,12.17,12.17,0,0,0-.45,3.53v3.38a13.33,13.33,0,0,0,.45,3.7,7.2,7.2,0,0,0,1.22,2.5,4.75,4.75,0,0,0,1.76,1.4,5.12,5.12,0,0,0,2.06.44,7.89,7.89,0,0,0,3.51-.69,10.44,10.44,0,0,0,2.53-1.76L59,44.43a10.49,10.49,0,0,1-7.92,3.09,8.08,8.08,0,0,1-6.88-3.23c-1.61-2.16-2.41-5.16-2.41-9V31.89a17.7,17.7,0,0,1,.67-5.12A11.27,11.27,0,0,1,44.35,23a8,8,0,0,1,2.9-2.36A8.94,8.94,0,0,1,51.07,19.84Z"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-gu</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M29.43,46.79q0,11.26-12,11.27a15.24,15.24,0,0,1-5-.79,13.88,13.88,0,0,1-3.92-2.06l2.16-3.72a12.16,12.16,0,0,0,3.11,1.62,11.35,11.35,0,0,0,3.8.63,7.4,7.4,0,0,0,5.27-1.69c1.19-1.12,1.78-2.88,1.78-5.26V43.5a6.23,6.23,0,0,1-3.18,2.72A12.22,12.22,0,0,1,17,47c-3.4,0-6-1-7.77-3s-2.67-4.8-2.67-8.46V31.35a14.18,14.18,0,0,1,.79-4.85,10.26,10.26,0,0,1,2.18-3.63,9.29,9.29,0,0,1,3.36-2.25,11.52,11.52,0,0,1,4.31-.78,9.59,9.59,0,0,1,4.87,1.05,8.08,8.08,0,0,1,2.62,2.23V20.33h4.76ZM24.72,29.68a4.57,4.57,0,0,0-.51-2.05,5.7,5.7,0,0,0-1.47-1.84,7.76,7.76,0,0,0-2.25-1.3A8.11,8.11,0,0,0,17.67,24a5.71,5.71,0,0,0-4.73,2.11A9.22,9.22,0,0,0,11.25,32v2.79A9.19,9.19,0,0,0,13,40.76a5.76,5.76,0,0,0,4.71,2.11,7.92,7.92,0,0,0,2.74-.47,6.47,6.47,0,0,0,3.75-3.48,6.7,6.7,0,0,0,.56-2.82Z"/><path class="cls-2" d="M34.23,20.33H39V37q0,3.38,1.37,4.9a5.62,5.62,0,0,0,4.36,1.51A7.14,7.14,0,0,0,47.12,43a6.89,6.89,0,0,0,2.13-1.23,6.07,6.07,0,0,0,1.54-2,6.42,6.42,0,0,0,.59-2.79V20.33h4.75v26.8h-4.6V43.75h-.05a8.28,8.28,0,0,1-3.19,2.86,10.29,10.29,0,0,1-4.75,1A11.09,11.09,0,0,1,39.89,47,8.1,8.1,0,0,1,37,45.27a8.43,8.43,0,0,1-2-3,11.1,11.1,0,0,1-.73-4.24Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-he</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M30.7,47.13H26V30.47c0-2.26-.48-3.89-1.42-4.9a5.79,5.79,0,0,0-4.41-1.52,7.31,7.31,0,0,0-2.43.42A6.4,6.4,0,0,0,14,27.72a6.17,6.17,0,0,0-.61,2.8V47.13H8.6V10.08h4.76V23.56a7.91,7.91,0,0,1,3.21-2.77,10.71,10.71,0,0,1,4.72-.95,11.35,11.35,0,0,1,3.68.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/><path class="cls-2" d="M56.23,44.58A17.4,17.4,0,0,1,52,46.66a18.85,18.85,0,0,1-6.13.86,14.68,14.68,0,0,1-4.63-.71,10,10,0,0,1-3.72-2.2A10.09,10.09,0,0,1,35,40.76a15.41,15.41,0,0,1-.91-5.59v-3A15.34,15.34,0,0,1,35,26.79,10.55,10.55,0,0,1,37.39,23,10.06,10.06,0,0,1,41,20.62a13.16,13.16,0,0,1,4.61-.78A10.86,10.86,0,0,1,53.83,23c2,2.09,3,5.05,3,8.87v3.58h-18v.19a7.81,7.81,0,0,0,2,5.81,7.16,7.16,0,0,0,5.25,2,14.4,14.4,0,0,0,4.53-.63A15.43,15.43,0,0,0,54.22,41ZM45.65,23.9a6.94,6.94,0,0,0-2.72.52A6.3,6.3,0,0,0,39.35,28a7.68,7.68,0,0,0-.52,2.82v.69H52.26v-.88a6.84,6.84,0,0,0-1.76-4.93A6.44,6.44,0,0,0,45.65,23.9Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-hi</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M39.13,47.13H34.37V30.47q0-3.39-1.42-4.9a5.79,5.79,0,0,0-4.41-1.52,7.25,7.25,0,0,0-2.42.42A6.6,6.6,0,0,0,24,25.69a6.39,6.39,0,0,0-1.57,2,6.17,6.17,0,0,0-.61,2.8V47.13H17V10.08h4.75V23.56A8,8,0,0,1,25,20.79a10.76,10.76,0,0,1,4.73-.95,11.29,11.29,0,0,1,3.67.58,8.33,8.33,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.14,11.14,0,0,1,.74,4.21Z"/><path class="cls-2" d="M49,10.72v5.2h-5v-5.2Zm-.14,9.61v26.8H44.07V20.33Z"/></svg>

After

Width:  |  Height:  |  Size: 698 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-hr</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M34.25,47.13H29.5V30.47q0-3.39-1.42-4.9a5.79,5.79,0,0,0-4.41-1.52,7.31,7.31,0,0,0-2.43.42,6.55,6.55,0,0,0-2.15,1.22,6.39,6.39,0,0,0-1.57,2,6.17,6.17,0,0,0-.61,2.8V47.13H12.15V10.08h4.76V23.56a7.91,7.91,0,0,1,3.21-2.77,10.76,10.76,0,0,1,4.73-.95,11.29,11.29,0,0,1,3.67.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/><path class="cls-2" d="M53.66,25a8.55,8.55,0,0,0-3.28-.64,6.4,6.4,0,0,0-2.53.52,6,6,0,0,0-2.08,1.47,7.29,7.29,0,0,0-1.42,2.28,7.55,7.55,0,0,0-.54,2.89V47.13H39.06V20.33h4.6v4.26h.05a9.4,9.4,0,0,1,3.06-3.51,8.62,8.62,0,0,1,4.83-1.24,11.49,11.49,0,0,1,3.48.54Z"/></svg>

After

Width:  |  Height:  |  Size: 994 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-hu</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M29.89,47.13H25.14V30.47q0-3.39-1.42-4.9a5.79,5.79,0,0,0-4.41-1.52,7.31,7.31,0,0,0-2.43.42,6.4,6.4,0,0,0-3.72,3.25,6.17,6.17,0,0,0-.61,2.8V47.13H7.79V10.08h4.76V23.56a7.91,7.91,0,0,1,3.21-2.77,10.76,10.76,0,0,1,4.73-.95,11.29,11.29,0,0,1,3.67.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/><path class="cls-2" d="M34.3,20.33h4.76V37c0,2.25.45,3.88,1.37,4.9a5.61,5.61,0,0,0,4.36,1.51,7.08,7.08,0,0,0,2.4-.41,6.89,6.89,0,0,0,2.13-1.23,6.09,6.09,0,0,0,1.55-2,6.42,6.42,0,0,0,.58-2.79V20.33h4.76v26.8H51.6V43.75h-.05a8.33,8.33,0,0,1-3.18,2.86,10.36,10.36,0,0,1-4.76,1A11.13,11.13,0,0,1,40,47,8.18,8.18,0,0,1,37,45.27a8.41,8.41,0,0,1-2-3,11.09,11.09,0,0,1-.74-4.24Z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-hy</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M31.58,47.13H26.83V30.47q0-3.39-1.42-4.9A5.79,5.79,0,0,0,21,24.05a7.31,7.31,0,0,0-2.43.42,6.55,6.55,0,0,0-2.15,1.22,6.39,6.39,0,0,0-1.57,2,6.17,6.17,0,0,0-.61,2.8V47.13H9.48V10.08h4.76V23.56a7.91,7.91,0,0,1,3.21-2.77,10.76,10.76,0,0,1,4.73-.95,11.29,11.29,0,0,1,3.67.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/><path class="cls-2" d="M45.65,41.74,52.7,20.33h5L43.79,58.2l-4.32-1.52L43,47.52,33.2,20.33h5.15l7.1,21.41Z"/></svg>

After

Width:  |  Height:  |  Size: 742 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ii</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M29.18,10.72v5.2H24.13v-5.2ZM29,20.33v26.8H24.28V20.33Z"/><path class="cls-2" d="M41.87,10.72v5.2h-5v-5.2Zm-.15,9.61v26.8H37V20.33Z"/></svg>

After

Width:  |  Height:  |  Size: 424 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-iu</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M21.17,10.72v5.2h-5v-5.2ZM21,20.33v26.8H16.27V20.33Z"/><path class="cls-2" d="M26,20.33h4.76V37c0,2.25.45,3.88,1.37,4.9a5.61,5.61,0,0,0,4.36,1.51,7,7,0,0,0,2.4-.41A6.89,6.89,0,0,0,41,41.76a6.09,6.09,0,0,0,1.55-2,6.42,6.42,0,0,0,.58-2.79V20.33h4.76v26.8H43.27V43.75h-.05A8.33,8.33,0,0,1,40,46.61a10.33,10.33,0,0,1-4.76,1A11.13,11.13,0,0,1,31.63,47a8.27,8.27,0,0,1-2.94-1.76,8.41,8.41,0,0,1-2-3A11.09,11.09,0,0,1,26,38.06Z"/></svg>

After

Width:  |  Height:  |  Size: 812 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ka</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M21.54,31.06,32.76,47.13h-6L18.26,34.39l-3.73,3.77v9H9.78V10.08h4.75v22.3L26,20.33h6.12Z"/><path class="cls-2" d="M42.26,47.52a9.66,9.66,0,0,1-6.44-2A6.87,6.87,0,0,1,33.45,40V38.65a7.27,7.27,0,0,1,2.3-5.58c1.53-1.44,4-2.16,7.45-2.16H50V29.34a5.46,5.46,0,0,0-1.3-4,5.82,5.82,0,0,0-4.24-1.3,10.27,10.27,0,0,0-4.09.74,21.52,21.52,0,0,0-3.6,2l-2.36-3.53a22.56,22.56,0,0,1,4.41-2.38,14.94,14.94,0,0,1,5.69-1,14,14,0,0,1,4.11.56,9.07,9.07,0,0,1,3.21,1.67A7.73,7.73,0,0,1,54,24.76a8.2,8.2,0,0,1,.76,3.6V47.13H50.15V43.89h0a5.13,5.13,0,0,1-1.05,1.35,7.86,7.86,0,0,1-1.44,1.06,10.06,10.06,0,0,1-2.33.9A12.48,12.48,0,0,1,42.26,47.52ZM50,34.93H43.29a5.92,5.92,0,0,0-4,1.08,3.79,3.79,0,0,0-1.2,3v.68a3.13,3.13,0,0,0,1.37,2.84,5.93,5.93,0,0,0,3.28.88A10.05,10.05,0,0,0,45.82,43a7.93,7.93,0,0,0,2.37-1.25,4.2,4.2,0,0,0,1.4-1.69A6.22,6.22,0,0,0,50,37.57Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-kk</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M21.32,31.06,32.54,47.13h-6L18,34.39l-3.73,3.77v9H9.56V10.08h4.75v22.3L25.78,20.33H31.9Z"/><path class="cls-2" d="M46.36,31.06,57.58,47.13h-6L43.07,34.39l-3.72,3.77v9H34.6V10.08h4.75v22.3L50.82,20.33h6.12Z"/></svg>

After

Width:  |  Height:  |  Size: 498 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-km</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M15.85,31.06l9,16.07H20L13.22,34.39l-3,3.77v9H6.44V10.08h3.8v22.3l9.18-12.05h4.9Z"/><path class="cls-2" d="M57.87,47.13h-3.8V31.06q0-6.91-4-6.91a4.64,4.64,0,0,0-3.37,1.49,5.92,5.92,0,0,0-1.16,2,8,8,0,0,0-.45,2.82V47.13h-3.8V31.06c0-4.61-1.34-6.91-4-6.91a4.85,4.85,0,0,0-1.78.34,4.41,4.41,0,0,0-1.59,1.08,5.65,5.65,0,0,0-1.15,1.89,7.4,7.4,0,0,0-.45,2.71v17H28.43V20.33H32.2V24h0a6.61,6.61,0,0,1,2-2.94A5.63,5.63,0,0,1,38,19.84,6.18,6.18,0,0,1,41.7,21a7,7,0,0,1,2.41,3.3,10.15,10.15,0,0,1,2.57-3.21,6.34,6.34,0,0,1,4.1-1.24A6.13,6.13,0,0,1,56,22.36c1.26,1.68,1.88,4.07,1.88,7.18Z"/></svg>

After

Width:  |  Height:  |  Size: 870 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-kn</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M20.39,31.06,31.61,47.13h-6L17.1,34.39l-3.72,3.77v9H8.63V10.08h4.75v22.3L24.85,20.33H31Z"/><path class="cls-2" d="M55.76,47.13H51V30.47q0-3.39-1.42-4.9a5.79,5.79,0,0,0-4.41-1.52,7.31,7.31,0,0,0-2.43.42,6.55,6.55,0,0,0-2.15,1.22,6.39,6.39,0,0,0-1.57,2,6.17,6.17,0,0,0-.61,2.8V47.13H33.67V20.33h4.6v3.38h0a8.21,8.21,0,0,1,3.23-2.87,10.64,10.64,0,0,1,4.81-1,11.29,11.29,0,0,1,3.67.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/></svg>

After

Width:  |  Height:  |  Size: 843 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ks</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M22.86,31.06,34.08,47.13h-6L19.58,34.39l-3.72,3.77v9H11.1V10.08h4.76v22.3L27.32,20.33h6.13Z"/><path class="cls-2" d="M44.47,43.4a7.71,7.71,0,0,0,4.12-.93,2.87,2.87,0,0,0,1.47-2.54v-.4a3.76,3.76,0,0,0-.25-1.42,2.31,2.31,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,31.07,31.07,0,0,0-3.09-.76A27.06,27.06,0,0,1,40,34.44a10.93,10.93,0,0,1-2.89-1.55,6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.61,6.61,0,0,1,.59-2.7,6.25,6.25,0,0,1,1.81-2.32,9.5,9.5,0,0,1,3.11-1.62,14.53,14.53,0,0,1,4.48-.61,20.5,20.5,0,0,1,5.13.61,13.26,13.26,0,0,1,4.38,2l-2.11,3.58A10.73,10.73,0,0,0,49,24.49a12.72,12.72,0,0,0-3.89-.59,7.77,7.77,0,0,0-4.29.91,2.72,2.72,0,0,0-1.3,2.33v.44a2.52,2.52,0,0,0,1.32,2.33,15.61,15.61,0,0,0,4.46,1.34,29.07,29.07,0,0,1,4.27,1.08,10.26,10.26,0,0,1,3,1.59,6.16,6.16,0,0,1,1.76,2.28,7.87,7.87,0,0,1,.59,3.19V40A6.32,6.32,0,0,1,54.15,43a7,7,0,0,1-2,2.38,10.25,10.25,0,0,1-3.21,1.59,13.91,13.91,0,0,1-4.23.59,19.9,19.9,0,0,1-6.13-.88,15.14,15.14,0,0,1-4.65-2.35l2.2-3.73a19.85,19.85,0,0,0,3.87,2A12.43,12.43,0,0,0,44.47,43.4Z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-lo</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M21.2,10.08V47.13H16.44V10.08Z"/><path class="cls-2" d="M37,19.84q5.53,0,8.75,3.18t3.21,9v3.28q0,5.84-3.21,9T37,47.52q-5.53,0-8.74-3.18t-3.21-9V32q0-5.88,3.21-9T37,19.84Zm0,23.52a6.8,6.8,0,0,0,5.17-2.09c1.32-1.39,2-3.5,2-6.34v-2.5c0-2.84-.67-5-2-6.35A6.83,6.83,0,0,0,37,24a6.86,6.86,0,0,0-5.17,2.08q-2,2.09-2,6.35v2.5q0,4.26,2,6.34A6.83,6.83,0,0,0,37,43.36Z"/></svg>

After

Width:  |  Height:  |  Size: 650 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-mai</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M33.94,47.13h-3.8V31.06q0-6.91-4-6.91a4.64,4.64,0,0,0-3.37,1.49,5.92,5.92,0,0,0-1.16,2,8,8,0,0,0-.45,2.82V47.13h-3.8V31.06q0-6.91-4-6.91a4.85,4.85,0,0,0-1.78.34,4.41,4.41,0,0,0-1.59,1.08,5.65,5.65,0,0,0-1.15,1.89,7.39,7.39,0,0,0-.46,2.71v17H4.5V20.33H8.27V24h0A6.71,6.71,0,0,1,10.36,21,5.63,5.63,0,0,1,14,19.84,6.2,6.2,0,0,1,17.77,21a7,7,0,0,1,2.41,3.3,10.15,10.15,0,0,1,2.57-3.21,6.34,6.34,0,0,1,4.1-1.24,6.13,6.13,0,0,1,5.21,2.52q1.88,2.52,1.88,7.18Z"/><path class="cls-2" d="M43.74,47.52a6.73,6.73,0,0,1-5.15-2A7.71,7.71,0,0,1,36.69,40V38.65a8.27,8.27,0,0,1,1.84-5.58c1.23-1.44,3.21-2.16,6-2.16h5.44V29.34a6.35,6.35,0,0,0-1-4,4.1,4.1,0,0,0-3.4-1.3,6.8,6.8,0,0,0-3.27.74,16.36,16.36,0,0,0-2.88,2l-1.88-3.53A16.93,16.93,0,0,1,41,20.84a9.8,9.8,0,0,1,4.54-1,9.18,9.18,0,0,1,3.3.56,7.06,7.06,0,0,1,2.57,1.67,7.74,7.74,0,0,1,1.68,2.69,9.92,9.92,0,0,1,.61,3.6V47.13H50.05V43.89h0a5.26,5.26,0,0,1-.84,1.35A6.43,6.43,0,0,1,48,46.3a7,7,0,0,1-1.86.9A8,8,0,0,1,43.74,47.52Zm6.19-12.59H44.56A4.1,4.1,0,0,0,41.37,36a4.32,4.32,0,0,0-1,3v.68a3.43,3.43,0,0,0,1.1,2.84,4,4,0,0,0,2.62.88A6.52,6.52,0,0,0,46.58,43a5.86,5.86,0,0,0,1.9-1.25,4.08,4.08,0,0,0,1.12-1.69,7.75,7.75,0,0,0,.33-2.48Z"/><path class="cls-2" d="M61.5,10.72v5.2h-4v-5.2Zm-.12,9.61v26.8h-3.8V20.33Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ml</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M45.62,47.13H40.87V31.06q0-6.91-5-6.91a6.91,6.91,0,0,0-2.23.37,5.66,5.66,0,0,0-3.43,3.08,6.66,6.66,0,0,0-.56,2.82V47.13H24.85V31.06c0-4.61-1.69-6.91-5.05-6.91a7.45,7.45,0,0,0-2.23.34,5.6,5.6,0,0,0-3.43,3,6,6,0,0,0-.56,2.71v17H8.82V20.33h4.71V24h.05A6.87,6.87,0,0,1,16.15,21a8.21,8.21,0,0,1,4.58-1.17A9.12,9.12,0,0,1,25.41,21a7.37,7.37,0,0,1,3,3.3,10.91,10.91,0,0,1,3.21-3.21,9.35,9.35,0,0,1,5.12-1.24,8.48,8.48,0,0,1,6.52,2.52q2.35,2.52,2.35,7.18Z"/><path class="cls-2" d="M55.18,10.08V47.13H50.42V10.08Z"/></svg>

After

Width:  |  Height:  |  Size: 896 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-mr</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M40.64,47.13H36.37V31.06q0-6.91-4.55-6.91a5.61,5.61,0,0,0-2,.37A5.19,5.19,0,0,0,28,25.64a5.84,5.84,0,0,0-1.3,2,7.17,7.17,0,0,0-.51,2.82V47.13H22V31.06q0-6.91-4.55-6.91a6,6,0,0,0-2,.34,5.08,5.08,0,0,0-1.79,1.08,5.61,5.61,0,0,0-1.3,1.89,6.62,6.62,0,0,0-.51,2.71v17H7.52V20.33h4.24V24h0A6.68,6.68,0,0,1,14.12,21a6.83,6.83,0,0,1,4.12-1.17A7.57,7.57,0,0,1,22.45,21a7.12,7.12,0,0,1,2.71,3.3,10.52,10.52,0,0,1,2.89-3.21,7.77,7.77,0,0,1,4.61-1.24,7.25,7.25,0,0,1,5.87,2.52q2.11,2.52,2.11,7.18Z"/><path class="cls-2" d="M58.11,25a6.91,6.91,0,0,0-1.35-.46,6.67,6.67,0,0,0-1.61-.18,5.27,5.27,0,0,0-2.27.52A5.4,5.4,0,0,0,51,26.33a7.39,7.39,0,0,0-1.28,2.28,8.16,8.16,0,0,0-.49,2.89V47.13H45V20.33h4.15v4.26h0a9.13,9.13,0,0,1,2.76-3.51,7.15,7.15,0,0,1,4.34-1.24,9.47,9.47,0,0,1,3.14.54Z"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-my</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M38.24,47.13H34V31.06q0-6.91-4.54-6.91a5.67,5.67,0,0,0-2,.37,5.15,5.15,0,0,0-1.78,1.12,5.69,5.69,0,0,0-1.3,2,7.17,7.17,0,0,0-.51,2.82V47.13H19.54V31.06q0-6.91-4.54-6.91a6.06,6.06,0,0,0-2,.34,5,5,0,0,0-1.78,1.08,5.48,5.48,0,0,0-1.3,1.89,6.62,6.62,0,0,0-.51,2.71v17H5.12V20.33H9.35V24H9.4A6.73,6.73,0,0,1,11.71,21a6.87,6.87,0,0,1,4.13-1.17A7.59,7.59,0,0,1,20.05,21a7.18,7.18,0,0,1,2.71,3.3,10.52,10.52,0,0,1,2.89-3.21,7.77,7.77,0,0,1,4.61-1.24,7.23,7.23,0,0,1,5.86,2.52c1.42,1.68,2.12,4.07,2.12,7.18Z"/><path class="cls-2" d="M50.9,41.74l6.35-21.41h4.5L49.22,58.2l-3.88-1.52,3.13-9.16L39.7,20.33h4.63l6.39,21.41Z"/></svg>

After

Width:  |  Height:  |  Size: 903 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ne</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M31.7,47.13H27V30.47c0-2.26-.48-3.89-1.42-4.9a5.79,5.79,0,0,0-4.41-1.52,7.31,7.31,0,0,0-2.43.42A6.4,6.4,0,0,0,15,27.72a6.17,6.17,0,0,0-.61,2.8V47.13H9.6V20.33h4.61v3.38h0a8.14,8.14,0,0,1,3.23-2.87,10.63,10.63,0,0,1,4.8-1,11.31,11.31,0,0,1,3.68.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/><path class="cls-2" d="M57.23,44.58A17.4,17.4,0,0,1,53,46.66a18.85,18.85,0,0,1-6.13.86,14.68,14.68,0,0,1-4.63-.71,10,10,0,0,1-3.72-2.2A10.21,10.21,0,0,1,36,40.76a15.41,15.41,0,0,1-.91-5.59v-3A15.34,15.34,0,0,1,36,26.79,10.55,10.55,0,0,1,38.39,23,10.06,10.06,0,0,1,42,20.62a13.2,13.2,0,0,1,4.61-.78A10.86,10.86,0,0,1,54.83,23c2,2.09,3,5.05,3,8.87v3.58h-18v.19a7.81,7.81,0,0,0,2,5.81,7.16,7.16,0,0,0,5.25,2,14.4,14.4,0,0,0,4.53-.63A15.43,15.43,0,0,0,55.22,41ZM46.65,23.9a6.94,6.94,0,0,0-2.72.52A6.3,6.3,0,0,0,40.35,28a7.68,7.68,0,0,0-.51,2.82v.69H53.26v-.88a6.84,6.84,0,0,0-1.76-4.93A6.43,6.43,0,0,0,46.65,23.9Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-nsk</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M22.81,47.13H19.25V30.47a8.7,8.7,0,0,0-1.07-4.9,3.76,3.76,0,0,0-3.3-1.52,4.24,4.24,0,0,0-1.82.42,4.81,4.81,0,0,0-1.62,1.22,6.54,6.54,0,0,0-1.18,2,8.1,8.1,0,0,0-.46,2.8V47.13H6.24V20.33H9.69v3.38h0a7.12,7.12,0,0,1,2.43-2.87,6.31,6.31,0,0,1,3.6-1,6.52,6.52,0,0,1,2.75.58,6.14,6.14,0,0,1,2.24,1.77,8.65,8.65,0,0,1,1.51,3,14.42,14.42,0,0,1,.55,4.21Z"/><path class="cls-2" d="M32.66,43.4a4.67,4.67,0,0,0,3.09-.93,3.17,3.17,0,0,0,1.1-2.54v-.4a4.91,4.91,0,0,0-.18-1.42,2.35,2.35,0,0,0-.7-1,5.17,5.17,0,0,0-1.4-.8,18.94,18.94,0,0,0-2.31-.76,16.45,16.45,0,0,1-2.94-1.08,7.86,7.86,0,0,1-2.17-1.55,5.84,5.84,0,0,1-1.34-2.18,8.86,8.86,0,0,1-.46-3v-.59a8.58,8.58,0,0,1,.44-2.7,6.38,6.38,0,0,1,1.36-2.32,6.75,6.75,0,0,1,2.33-1.62,8.45,8.45,0,0,1,3.37-.61,11.71,11.71,0,0,1,3.84.61,9.17,9.17,0,0,1,3.29,2L38.4,26.06A7.7,7.7,0,0,0,36,24.49a7.36,7.36,0,0,0-2.92-.59,4.66,4.66,0,0,0-3.21.91,3,3,0,0,0-1,2.33v.44a2.74,2.74,0,0,0,1,2.33,9.6,9.6,0,0,0,3.34,1.34,17.85,17.85,0,0,1,3.2,1.08,7.4,7.4,0,0,1,2.24,1.59A6.16,6.16,0,0,1,40,36.2a10,10,0,0,1,.44,3.19V40A8.12,8.12,0,0,1,39.92,43a6.93,6.93,0,0,1-1.52,2.38A7.34,7.34,0,0,1,36,46.93a8.12,8.12,0,0,1-3.18.59,11.49,11.49,0,0,1-4.59-.88,10.72,10.72,0,0,1-3.5-2.35l1.66-3.73a13.85,13.85,0,0,0,2.9,2A7.29,7.29,0,0,0,32.66,43.4Z"/><path class="cls-2" d="M51.7,31.06l8.41,16.07H55.63L49.24,34.39l-2.8,3.77v9H42.88V10.08h3.56v22.3L55,20.33h4.6Z"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-oj</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M26.46,19.84q5.53,0,8.75,3.18t3.21,9v3.28q0,5.84-3.21,9t-8.75,3.18q-5.54,0-8.74-3.18t-3.21-9V32q0-5.88,3.21-9T26.46,19.84Zm0,23.52a6.8,6.8,0,0,0,5.17-2.09q2-2.09,2-6.34v-2.5q0-4.26-2-6.35A6.83,6.83,0,0,0,26.46,24a6.86,6.86,0,0,0-5.17,2.08q-2,2.09-2,6.35v2.5q0,4.26,2,6.34A6.83,6.83,0,0,0,26.46,43.36Z"/><path class="cls-2" d="M48,50.17q0,4.06-2,6a8,8,0,0,1-5.81,1.92,18.31,18.31,0,0,1-2.62-.2,11.55,11.55,0,0,1-2.18-.49l.74-3.87a13.29,13.29,0,0,0,3.62.49,5.83,5.83,0,0,0,1.33-.15,2.45,2.45,0,0,0,1.1-.56,3.06,3.06,0,0,0,.76-1.2A6.37,6.37,0,0,0,43.22,50V20.33H48Zm.15-39.45v5.2h-5v-5.2Z"/></svg>

After

Width:  |  Height:  |  Size: 961 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-or</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M23,19.84c3.69,0,6.61,1.06,8.74,3.18S35,28.15,35,32v3.28q0,5.84-3.21,9c-2.13,2.12-5.05,3.18-8.74,3.18s-6.61-1.06-8.75-3.18-3.21-5.13-3.21-9V32q0-5.88,3.21-9T23,19.84Zm0,23.52a6.83,6.83,0,0,0,5.17-2.09q2-2.09,2-6.34v-2.5q0-4.26-2-6.35A6.86,6.86,0,0,0,23,24a6.83,6.83,0,0,0-5.17,2.08c-1.32,1.39-2,3.51-2,6.35v2.5c0,2.84.67,5,2,6.34A6.8,6.8,0,0,0,23,43.36Z"/><path class="cls-2" d="M53.39,25a8.55,8.55,0,0,0-3.28-.64,6.4,6.4,0,0,0-2.53.52,6,6,0,0,0-2.08,1.47,7.29,7.29,0,0,0-1.42,2.28,7.55,7.55,0,0,0-.54,2.89V47.13H38.79V20.33h4.6v4.26h0a9.4,9.4,0,0,1,3.06-3.51,8.62,8.62,0,0,1,4.83-1.24,11.49,11.49,0,0,1,3.48.54Z"/></svg>

After

Width:  |  Height:  |  Size: 905 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-pa</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M12.42,23.66a6.71,6.71,0,0,1,3.31-2.94,11.68,11.68,0,0,1,4.53-.88q5.1,0,7.77,3t2.67,8.38V36a14.27,14.27,0,0,1-.78,4.92,10.45,10.45,0,0,1-2.18,3.6,9.12,9.12,0,0,1-3.38,2.23,12.15,12.15,0,0,1-4.39.76,9.22,9.22,0,0,1-4.78-1.08,8.73,8.73,0,0,1-2.62-2.25V57.61H7.82V20.33h4.6Zm.1,13.91A4.67,4.67,0,0,0,13,39.66a5.66,5.66,0,0,0,1.47,1.86,7.93,7.93,0,0,0,2.23,1.32,7.56,7.56,0,0,0,2.84.52,5.75,5.75,0,0,0,4.73-2.11A9.3,9.3,0,0,0,26,35.32V32a9.11,9.11,0,0,0-1.72-5.93A5.72,5.72,0,0,0,19.58,24a7.76,7.76,0,0,0-2.75.49,6.9,6.9,0,0,0-2.22,1.37A6.42,6.42,0,0,0,13.09,28a6.77,6.77,0,0,0-.57,2.82Z"/><path class="cls-2" d="M44.23,47.52a9.67,9.67,0,0,1-6.45-2A6.87,6.87,0,0,1,35.41,40V38.65a7.27,7.27,0,0,1,2.3-5.58c1.53-1.44,4-2.16,7.45-2.16H52V29.34a5.46,5.46,0,0,0-1.3-4,5.82,5.82,0,0,0-4.24-1.3,10.27,10.27,0,0,0-4.09.74,21.52,21.52,0,0,0-3.6,2l-2.35-3.53a22,22,0,0,1,4.41-2.38,14.85,14.85,0,0,1,5.68-1,14.11,14.11,0,0,1,4.12.56,9.25,9.25,0,0,1,3.21,1.67,7.7,7.7,0,0,1,2.1,2.69,8.2,8.2,0,0,1,.76,3.6V47.13H52.12V43.89h0A5.4,5.4,0,0,1,51,45.24a7.86,7.86,0,0,1-1.44,1.06,10.06,10.06,0,0,1-2.33.9A12.45,12.45,0,0,1,44.23,47.52ZM52,34.93H45.25a5.92,5.92,0,0,0-4,1.08,3.79,3.79,0,0,0-1.2,3v.68a3.13,3.13,0,0,0,1.37,2.84,6,6,0,0,0,3.29.88A10,10,0,0,0,47.78,43a8,8,0,0,0,2.38-1.25,4.25,4.25,0,0,0,1.39-1.69A6.22,6.22,0,0,0,52,37.57Z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ps</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M14.85,23.66a6.67,6.67,0,0,1,3.31-2.94,11.68,11.68,0,0,1,4.53-.88q5.1,0,7.77,3t2.67,8.38V36a14,14,0,0,1-.79,4.92,10.3,10.3,0,0,1-2.18,3.6,9,9,0,0,1-3.38,2.23,12.06,12.06,0,0,1-4.38.76,9.17,9.17,0,0,1-4.78-1.08A8.6,8.6,0,0,1,15,44.19V57.61H10.24V20.33h4.61ZM15,37.57a4.79,4.79,0,0,0,.51,2.09,5.93,5.93,0,0,0,1.47,1.86,8.07,8.07,0,0,0,2.23,1.32,7.6,7.6,0,0,0,2.84.52,5.72,5.72,0,0,0,4.73-2.11,9.24,9.24,0,0,0,1.69-5.93V32a9.17,9.17,0,0,0-1.71-5.93A5.74,5.74,0,0,0,22,24a7.7,7.7,0,0,0-2.74.49A7,7,0,0,0,17,25.86,6.57,6.57,0,0,0,15.51,28,6.92,6.92,0,0,0,15,30.81Z"/><path class="cls-2" d="M45.33,43.4a7.67,7.67,0,0,0,4.11-.93,2.87,2.87,0,0,0,1.47-2.54v-.4a3.77,3.77,0,0,0-.24-1.42,2.37,2.37,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,31.79,31.79,0,0,0-3.09-.76,27.06,27.06,0,0,1-3.92-1.08A10.93,10.93,0,0,1,38,32.89a6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.45,6.45,0,0,1,.59-2.7A6.25,6.25,0,0,1,38,22.07a9.4,9.4,0,0,1,3.11-1.62,14.53,14.53,0,0,1,4.48-.61,20.36,20.36,0,0,1,5.12.61,13.22,13.22,0,0,1,4.39,2L53,26.06a10.73,10.73,0,0,0-3.16-1.57,12.72,12.72,0,0,0-3.89-.59,7.72,7.72,0,0,0-4.29.91,2.72,2.72,0,0,0-1.3,2.33v.44a2.52,2.52,0,0,0,1.32,2.33,15.61,15.61,0,0,0,4.46,1.34,29.07,29.07,0,0,1,4.27,1.08,10.2,10.2,0,0,1,3,1.59,6.08,6.08,0,0,1,1.77,2.28,7.87,7.87,0,0,1,.59,3.19V40A6.32,6.32,0,0,1,55,43a7.11,7.11,0,0,1-2,2.38,10.25,10.25,0,0,1-3.21,1.59,14,14,0,0,1-4.24.59,19.88,19.88,0,0,1-6.12-.88,15.32,15.32,0,0,1-4.66-2.35L37,40.56a19.85,19.85,0,0,0,3.87,2A12.39,12.39,0,0,0,45.33,43.4Z"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ru</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M26.86,25a8.55,8.55,0,0,0-3.29-.64,6.39,6.39,0,0,0-2.52.52A5.88,5.88,0,0,0,19,26.33a7.31,7.31,0,0,0-1.43,2.28A7.74,7.74,0,0,0,17,31.5V47.13H12.25V20.33h4.61v4.26h.05A9.23,9.23,0,0,1,20,21.08a8.62,8.62,0,0,1,4.83-1.24,11.59,11.59,0,0,1,3.48.54Z"/><path class="cls-2" d="M29.84,20.33H34.6V37c0,2.25.45,3.88,1.37,4.9a5.61,5.61,0,0,0,4.36,1.51,7,7,0,0,0,2.4-.41,6.77,6.77,0,0,0,2.13-1.23,6.09,6.09,0,0,0,1.55-2A6.42,6.42,0,0,0,47,36.94V20.33h4.76v26.8H47.14V43.75h0a8.33,8.33,0,0,1-3.18,2.86,10.33,10.33,0,0,1-4.76,1A11.13,11.13,0,0,1,35.5,47a8.27,8.27,0,0,1-2.94-1.76,8.41,8.41,0,0,1-2-3,11.09,11.09,0,0,1-.74-4.24Z"/></svg>

After

Width:  |  Height:  |  Size: 988 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-sa</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M19.65,43.4a7.69,7.69,0,0,0,4.12-.93,2.87,2.87,0,0,0,1.47-2.54v-.4A3.57,3.57,0,0,0,25,38.11a2.31,2.31,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,30.38,30.38,0,0,0-3.09-.76,27.43,27.43,0,0,1-3.92-1.08,11.09,11.09,0,0,1-2.89-1.55,6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.61,6.61,0,0,1,.59-2.7,6.35,6.35,0,0,1,1.81-2.32,9.6,9.6,0,0,1,3.11-1.62,14.6,14.6,0,0,1,4.49-.61,20.42,20.42,0,0,1,5.12.61,13.26,13.26,0,0,1,4.38,2l-2.1,3.58a11,11,0,0,0-3.16-1.57,12.83,12.83,0,0,0-3.9-.59,7.77,7.77,0,0,0-4.29.91,2.75,2.75,0,0,0-1.3,2.33v.44A2.53,2.53,0,0,0,16,29.91a15.51,15.51,0,0,0,4.46,1.34,29.25,29.25,0,0,1,4.26,1.08,10.26,10.26,0,0,1,3,1.59,6.16,6.16,0,0,1,1.76,2.28A7.87,7.87,0,0,1,30,39.39V40A6.32,6.32,0,0,1,29.33,43a7,7,0,0,1-2,2.38,10.47,10.47,0,0,1-3.21,1.59,14,14,0,0,1-4.24.59,19.9,19.9,0,0,1-6.13-.88,15.14,15.14,0,0,1-4.65-2.35l2.2-3.73a19.85,19.85,0,0,0,3.87,2A12.46,12.46,0,0,0,19.65,43.4Z"/><path class="cls-2" d="M40.72,47.52a9.64,9.64,0,0,1-6.44-2A6.84,6.84,0,0,1,31.9,40V38.65a7.31,7.31,0,0,1,2.3-5.58q2.31-2.16,7.45-2.16h6.81V29.34a5.45,5.45,0,0,0-1.29-4,5.82,5.82,0,0,0-4.24-1.3,10.32,10.32,0,0,0-4.1.74,21.52,21.52,0,0,0-3.6,2l-2.35-3.53a22.56,22.56,0,0,1,4.41-2.38,14.9,14.9,0,0,1,5.69-1,14,14,0,0,1,4.11.56,9.25,9.25,0,0,1,3.21,1.67,7.73,7.73,0,0,1,2.11,2.69,8.34,8.34,0,0,1,.76,3.6V47.13H48.61V43.89h0a5.13,5.13,0,0,1-1.05,1.35,7.93,7.93,0,0,1-1.45,1.06,10,10,0,0,1-2.32.9A12.54,12.54,0,0,1,40.72,47.52Zm7.74-12.59H41.75a5.92,5.92,0,0,0-4,1.08,3.79,3.79,0,0,0-1.2,3v.68a3.11,3.11,0,0,0,1.37,2.84,5.91,5.91,0,0,0,3.28.88A9.94,9.94,0,0,0,44.27,43a7.86,7.86,0,0,0,2.38-1.25,4.28,4.28,0,0,0,1.4-1.69,6.41,6.41,0,0,0,.41-2.48Z"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-sd</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M19.57,43.4a7.69,7.69,0,0,0,4.12-.93,2.87,2.87,0,0,0,1.47-2.54v-.4a3.77,3.77,0,0,0-.24-1.42,2.4,2.4,0,0,0-.94-1,7.53,7.53,0,0,0-1.86-.8A30.78,30.78,0,0,0,19,35.52a27.06,27.06,0,0,1-3.92-1.08,11,11,0,0,1-2.9-1.55,5.92,5.92,0,0,1-1.78-2.18,6.91,6.91,0,0,1-.62-3v-.59a6.61,6.61,0,0,1,.59-2.7,6.35,6.35,0,0,1,1.81-2.32,9.55,9.55,0,0,1,3.12-1.62,14.49,14.49,0,0,1,4.48-.61,20.36,20.36,0,0,1,5.12.61,13.31,13.31,0,0,1,4.39,2l-2.11,3.58a10.86,10.86,0,0,0-3.16-1.57,12.83,12.83,0,0,0-3.9-.59,7.71,7.71,0,0,0-4.28.91,2.72,2.72,0,0,0-1.3,2.33v.44a2.52,2.52,0,0,0,1.32,2.33,15.51,15.51,0,0,0,4.46,1.34,29.25,29.25,0,0,1,4.26,1.08,10.13,10.13,0,0,1,3,1.59,6.29,6.29,0,0,1,1.77,2.28A7.87,7.87,0,0,1,30,39.39V40A6.2,6.2,0,0,1,29.25,43a7,7,0,0,1-2,2.38A10.25,10.25,0,0,1,24,46.93a14,14,0,0,1-4.24.59,19.84,19.84,0,0,1-6.12-.88A15.2,15.2,0,0,1,9,44.29l2.21-3.73a19.3,19.3,0,0,0,3.87,2A12.37,12.37,0,0,0,19.57,43.4Z"/><path class="cls-2" d="M50.1,43.8a6.23,6.23,0,0,1-3.21,2.89,12.32,12.32,0,0,1-4.58.83q-5.1,0-7.77-3T31.87,36.1V31.35a13.94,13.94,0,0,1,.79-4.85,10.26,10.26,0,0,1,2.18-3.63,9.34,9.34,0,0,1,3.35-2.25,11.61,11.61,0,0,1,4.32-.78,9.62,9.62,0,0,1,4.87,1.05A8.18,8.18,0,0,1,50,23.12v-13h4.76V47.13H50.2V43.8Zm-.05-14.12a4.57,4.57,0,0,0-.51-2.05,6,6,0,0,0-1.47-1.84,7.69,7.69,0,0,0-2.26-1.3A8,8,0,0,0,43,24a5.7,5.7,0,0,0-4.73,2.11A9.22,9.22,0,0,0,36.58,32v3.28a9.19,9.19,0,0,0,1.71,5.93A5.75,5.75,0,0,0,43,43.36a7.92,7.92,0,0,0,2.74-.47A6.57,6.57,0,0,0,48,41.54a6.46,6.46,0,0,0,1.52-2.13,6.86,6.86,0,0,0,.56-2.82Z"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-si</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M26.83,43.4A7.69,7.69,0,0,0,31,42.47a2.87,2.87,0,0,0,1.47-2.54v-.4a3.57,3.57,0,0,0-.25-1.42,2.31,2.31,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,30.38,30.38,0,0,0-3.09-.76,27.43,27.43,0,0,1-3.92-1.08,11.09,11.09,0,0,1-2.89-1.55,6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.61,6.61,0,0,1,.59-2.7,6.25,6.25,0,0,1,1.81-2.32,9.5,9.5,0,0,1,3.11-1.62,14.55,14.55,0,0,1,4.49-.61,20.42,20.42,0,0,1,5.12.61,13.26,13.26,0,0,1,4.38,2l-2.1,3.58a10.92,10.92,0,0,0-3.17-1.57,12.72,12.72,0,0,0-3.89-.59,7.77,7.77,0,0,0-4.29.91,2.75,2.75,0,0,0-1.3,2.33v.44a2.51,2.51,0,0,0,1.33,2.33,15.4,15.4,0,0,0,4.46,1.34,29.25,29.25,0,0,1,4.26,1.08,10.26,10.26,0,0,1,3,1.59,6.16,6.16,0,0,1,1.76,2.28,7.87,7.87,0,0,1,.59,3.19V40A6.32,6.32,0,0,1,36.51,43a7.08,7.08,0,0,1-2,2.38,10.47,10.47,0,0,1-3.21,1.59,14,14,0,0,1-4.24.59,19.9,19.9,0,0,1-6.13-.88,15.14,15.14,0,0,1-4.65-2.35l2.2-3.73a19.85,19.85,0,0,0,3.87,2A12.46,12.46,0,0,0,26.83,43.4Z"/><path class="cls-2" d="M45.5,10.72v5.2h-5v-5.2Zm-.15,9.61v26.8H40.6V20.33Z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-sk</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M19.43,43.4a7.69,7.69,0,0,0,4.12-.93A2.87,2.87,0,0,0,25,39.93v-.4a3.57,3.57,0,0,0-.25-1.42,2.31,2.31,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,30.38,30.38,0,0,0-3.09-.76A27.43,27.43,0,0,1,15,34.44a11.09,11.09,0,0,1-2.89-1.55,6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.61,6.61,0,0,1,.59-2.7,6.25,6.25,0,0,1,1.81-2.32,9.6,9.6,0,0,1,3.11-1.62,14.6,14.6,0,0,1,4.49-.61,20.42,20.42,0,0,1,5.12.61,13.26,13.26,0,0,1,4.38,2l-2.1,3.58a11,11,0,0,0-3.16-1.57A12.83,12.83,0,0,0,20,23.9a7.77,7.77,0,0,0-4.29.91,2.75,2.75,0,0,0-1.3,2.33v.44a2.53,2.53,0,0,0,1.33,2.33,15.51,15.51,0,0,0,4.46,1.34,29.25,29.25,0,0,1,4.26,1.08,10.26,10.26,0,0,1,3,1.59,6.16,6.16,0,0,1,1.76,2.28,7.87,7.87,0,0,1,.59,3.19V40A6.32,6.32,0,0,1,29.11,43a7,7,0,0,1-2,2.38,10.47,10.47,0,0,1-3.21,1.59,14,14,0,0,1-4.24.59,19.9,19.9,0,0,1-6.13-.88,15.14,15.14,0,0,1-4.65-2.35l2.2-3.73a19.85,19.85,0,0,0,3.87,2A12.46,12.46,0,0,0,19.43,43.4Z"/><path class="cls-2" d="M44.81,31.06,56,47.13h-6L41.53,34.39l-3.72,3.77v9H33.05V10.08h4.76v22.3L49.27,20.33H55.4Z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-sr</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M23,43.4a7.71,7.71,0,0,0,4.12-.93,2.87,2.87,0,0,0,1.47-2.54v-.4a3.76,3.76,0,0,0-.25-1.42,2.31,2.31,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,31.07,31.07,0,0,0-3.09-.76,27.06,27.06,0,0,1-3.92-1.08,10.93,10.93,0,0,1-2.89-1.55,6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.61,6.61,0,0,1,.59-2.7,6.25,6.25,0,0,1,1.81-2.32,9.5,9.5,0,0,1,3.11-1.62,14.55,14.55,0,0,1,4.49-.61,20.47,20.47,0,0,1,5.12.61,13.26,13.26,0,0,1,4.38,2L30.6,26.06a10.73,10.73,0,0,0-3.16-1.57,12.72,12.72,0,0,0-3.89-.59,7.75,7.75,0,0,0-4.29.91A2.72,2.72,0,0,0,18,27.14v.44a2.51,2.51,0,0,0,1.33,2.33,15.42,15.42,0,0,0,4.45,1.34A29.07,29.07,0,0,1,28,32.33a10.39,10.39,0,0,1,3,1.59,6.16,6.16,0,0,1,1.76,2.28,7.87,7.87,0,0,1,.59,3.19V40A6.32,6.32,0,0,1,32.64,43a7,7,0,0,1-2,2.38,10.25,10.25,0,0,1-3.21,1.59,13.91,13.91,0,0,1-4.23.59A19.9,19.9,0,0,1,17,46.64a15.14,15.14,0,0,1-4.65-2.35l2.2-3.73a19.85,19.85,0,0,0,3.87,2A12.43,12.43,0,0,0,23,43.4Z"/><path class="cls-2" d="M51.18,25a7.88,7.88,0,0,0-1.49-.46,8.28,8.28,0,0,0-1.79-.18,6.39,6.39,0,0,0-2.52.52,6,6,0,0,0-2.09,1.47,7.47,7.47,0,0,0-1.42,2.28,7.55,7.55,0,0,0-.54,2.89V47.13H36.58V20.33h4.61v4.26h.05a9.23,9.23,0,0,1,3.06-3.51,8.62,8.62,0,0,1,4.83-1.24,11.48,11.48,0,0,1,3.47.54Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-sv</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M21.39,43.4a7.67,7.67,0,0,0,4.11-.93A2.87,2.87,0,0,0,27,39.93v-.4a3.77,3.77,0,0,0-.24-1.42,2.37,2.37,0,0,0-.93-1,7.88,7.88,0,0,0-1.86-.8,31.79,31.79,0,0,0-3.09-.76,27.06,27.06,0,0,1-3.92-1.08A10.93,10.93,0,0,1,14,32.89a6,6,0,0,1-1.79-2.18,6.91,6.91,0,0,1-.61-3v-.59a6.6,6.6,0,0,1,.58-2.7A6.38,6.38,0,0,1,14,22.07a9.4,9.4,0,0,1,3.11-1.62,14.53,14.53,0,0,1,4.48-.61,20.36,20.36,0,0,1,5.12.61,13.22,13.22,0,0,1,4.39,2L29,26.06a10.73,10.73,0,0,0-3.16-1.57A12.72,12.72,0,0,0,22,23.9a7.72,7.72,0,0,0-4.29.91,2.72,2.72,0,0,0-1.3,2.33v.44a2.52,2.52,0,0,0,1.32,2.33,15.51,15.51,0,0,0,4.46,1.34,29.4,29.4,0,0,1,4.27,1.08,10.2,10.2,0,0,1,3,1.59,6.08,6.08,0,0,1,1.77,2.28,7.87,7.87,0,0,1,.59,3.19V40A6.32,6.32,0,0,1,31.07,43a7.11,7.11,0,0,1-2,2.38,10.25,10.25,0,0,1-3.21,1.59,14,14,0,0,1-4.24.59,19.88,19.88,0,0,1-6.12-.88,15.32,15.32,0,0,1-4.66-2.35L13,40.56a19.85,19.85,0,0,0,3.87,2A12.39,12.39,0,0,0,21.39,43.4Z"/><path class="cls-2" d="M44.12,42.67l7-22.34h5l-9.07,26.8H41l-9.17-26.8H37L44,42.67Z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-t</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M28,24.39H23.55V20.33H28V13.56h4.75v6.77h7.06v4.06H32.71V39.63a6.43,6.43,0,0,0,.25,2,2.44,2.44,0,0,0,.71,1.15,2.58,2.58,0,0,0,1.1.54,6.55,6.55,0,0,0,1.37.14,10.44,10.44,0,0,0,3.53-.63l.73,3.82a11.92,11.92,0,0,1-2.2.61,14.5,14.5,0,0,1-2.79.27q-3.82,0-5.64-1.91c-1.21-1.27-1.81-3.27-1.81-6Z"/></svg>

After

Width:  |  Height:  |  Size: 679 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ta</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M15.66,24.39H11.25V20.33h4.41V13.56h4.75v6.77h7.06v4.06H20.41V39.63a6.43,6.43,0,0,0,.25,2,2.44,2.44,0,0,0,.71,1.15,2.58,2.58,0,0,0,1.1.54,6.55,6.55,0,0,0,1.37.14,10.44,10.44,0,0,0,3.53-.63l.73,3.82a11.92,11.92,0,0,1-2.2.61,14.5,14.5,0,0,1-2.79.27q-3.83,0-5.64-1.91c-1.21-1.27-1.81-3.27-1.81-6Z"/><path class="cls-2" d="M38.05,47.52a9.64,9.64,0,0,1-6.44-2A6.84,6.84,0,0,1,29.23,40V38.65a7.31,7.31,0,0,1,2.3-5.58q2.31-2.16,7.45-2.16h6.81V29.34a5.41,5.41,0,0,0-1.3-4c-.86-.87-2.27-1.3-4.23-1.3a10.32,10.32,0,0,0-4.1.74,21.52,21.52,0,0,0-3.6,2l-2.35-3.53a22.56,22.56,0,0,1,4.41-2.38,14.89,14.89,0,0,1,5.68-1,14,14,0,0,1,4.12.56,9.25,9.25,0,0,1,3.21,1.67,7.73,7.73,0,0,1,2.11,2.69,8.34,8.34,0,0,1,.76,3.6V47.13H45.94V43.89h0a5.13,5.13,0,0,1-1,1.35,7.93,7.93,0,0,1-1.45,1.06,9.89,9.89,0,0,1-2.33.9A12.39,12.39,0,0,1,38.05,47.52Zm7.74-12.59H39.08a5.92,5.92,0,0,0-4,1.08,3.79,3.79,0,0,0-1.2,3v.68a3.11,3.11,0,0,0,1.37,2.84,5.91,5.91,0,0,0,3.28.88A9.94,9.94,0,0,0,41.6,43,7.86,7.86,0,0,0,44,41.74a4.28,4.28,0,0,0,1.4-1.69,6.41,6.41,0,0,0,.41-2.48Z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-taii</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M10.54,24.39H6.13V20.33h4.41V13.56h4.75v6.77h7.06v4.06H15.29V39.63a6.43,6.43,0,0,0,.25,2,2.44,2.44,0,0,0,.71,1.15,2.58,2.58,0,0,0,1.1.54,6.55,6.55,0,0,0,1.37.14,10.44,10.44,0,0,0,3.53-.63L23,46.64a11.92,11.92,0,0,1-2.2.61,14.5,14.5,0,0,1-2.79.27q-3.82,0-5.64-1.91c-1.21-1.27-1.81-3.27-1.81-6Z"/><path class="cls-2" d="M32.93,47.52a9.64,9.64,0,0,1-6.44-2A6.84,6.84,0,0,1,24.11,40V38.65a7.31,7.31,0,0,1,2.3-5.58q2.31-2.16,7.45-2.16h6.81V29.34a5.41,5.41,0,0,0-1.3-4c-.86-.87-2.27-1.3-4.23-1.3a10.32,10.32,0,0,0-4.1.74,21.52,21.52,0,0,0-3.6,2l-2.35-3.53a22.56,22.56,0,0,1,4.41-2.38,14.89,14.89,0,0,1,5.68-1,14,14,0,0,1,4.12.56,9.25,9.25,0,0,1,3.21,1.67,7.73,7.73,0,0,1,2.11,2.69,8.34,8.34,0,0,1,.76,3.6V47.13H40.82V43.89h0a5.13,5.13,0,0,1-1.05,1.35,7.93,7.93,0,0,1-1.45,1.06,9.89,9.89,0,0,1-2.33.9A12.39,12.39,0,0,1,32.93,47.52Zm7.74-12.59H34A5.92,5.92,0,0,0,30,36a3.79,3.79,0,0,0-1.2,3v.68a3.11,3.11,0,0,0,1.37,2.84,5.91,5.91,0,0,0,3.28.88A9.94,9.94,0,0,0,36.48,43a7.86,7.86,0,0,0,2.38-1.25,4.28,4.28,0,0,0,1.4-1.69,6.41,6.41,0,0,0,.41-2.48Z"/><path class="cls-2" d="M55.13,10.72v5.2H50.08v-5.2ZM55,20.33v26.8H50.23V20.33Z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-te</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M14.19,24.39H9.78V20.33h4.41V13.56h4.75v6.77H26v4.06H18.94V39.63a6.43,6.43,0,0,0,.25,2,2.44,2.44,0,0,0,.71,1.15,2.64,2.64,0,0,0,1.1.54,6.55,6.55,0,0,0,1.37.14,10.44,10.44,0,0,0,3.53-.63l.73,3.82a11.92,11.92,0,0,1-2.2.61,14.5,14.5,0,0,1-2.79.27q-3.83,0-5.64-1.91c-1.21-1.27-1.81-3.27-1.81-6Z"/><path class="cls-2" d="M52.31,44.58a17.4,17.4,0,0,1-4.21,2.08,18.85,18.85,0,0,1-6.13.86,14.68,14.68,0,0,1-4.63-.71,10,10,0,0,1-3.72-2.2,10.09,10.09,0,0,1-2.5-3.85,15.41,15.41,0,0,1-.91-5.59v-3a15.34,15.34,0,0,1,.86-5.34A10.55,10.55,0,0,1,33.47,23a10.06,10.06,0,0,1,3.65-2.33,13.16,13.16,0,0,1,4.61-.78A10.86,10.86,0,0,1,49.91,23c2,2.09,3,5.05,3,8.87v3.58h-18v.19a7.81,7.81,0,0,0,2,5.81,7.16,7.16,0,0,0,5.25,2,14.4,14.4,0,0,0,4.53-.63A15.43,15.43,0,0,0,50.3,41ZM41.73,23.9a6.94,6.94,0,0,0-2.72.52A6.3,6.3,0,0,0,35.43,28a7.68,7.68,0,0,0-.51,2.82v.69H48.34v-.88a6.84,6.84,0,0,0-1.76-4.93A6.44,6.44,0,0,0,41.73,23.9Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-th</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M14.51,24.39H10.1V20.33h4.41V13.56h4.75v6.77h7.06v4.06H19.26V39.63a6.79,6.79,0,0,0,.24,2,2.45,2.45,0,0,0,.72,1.15,2.58,2.58,0,0,0,1.1.54,6.55,6.55,0,0,0,1.37.14,10.44,10.44,0,0,0,3.53-.63L27,46.64a11.92,11.92,0,0,1-2.2.61,14.5,14.5,0,0,1-2.79.27q-3.83,0-5.64-1.91c-1.21-1.27-1.81-3.27-1.81-6Z"/><path class="cls-2" d="M51.55,47.13H46.8V30.47c0-2.26-.48-3.89-1.42-4.9A5.79,5.79,0,0,0,41,24.05a7.31,7.31,0,0,0-2.43.42,6.6,6.6,0,0,0-2.16,1.22,6.51,6.51,0,0,0-1.56,2,6.17,6.17,0,0,0-.62,2.8V47.13H29.45V10.08H34.2V23.56a8,8,0,0,1,3.21-2.77,10.79,10.79,0,0,1,4.73-.95,11.35,11.35,0,0,1,3.68.58,8.42,8.42,0,0,1,3,1.77,8.13,8.13,0,0,1,2,3,11.15,11.15,0,0,1,.73,4.21Z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ug</title><path class="cls-1" d="M49.6,64H14.4A14.4,14.4,0,0,1,0,49.6V14.4A14.4,14.4,0,0,1,14.4,0H49.6A14.4,14.4,0,0,1,64,14.4V49.6A14.4,14.4,0,0,1,49.6,64Z"/><path class="cls-2" d="M7.48,20.33h4.75V37q0,3.38,1.37,4.9A5.61,5.61,0,0,0,18,43.4a7,7,0,0,0,2.4-.41,6.67,6.67,0,0,0,2.13-1.23,6,6,0,0,0,1.55-2,6.42,6.42,0,0,0,.59-2.79V20.33h4.75v26.8H24.77V43.75h-.05a8.25,8.25,0,0,1-3.18,2.86,10.32,10.32,0,0,1-4.75,1A11.15,11.15,0,0,1,13.13,47a8.14,8.14,0,0,1-2.93-1.76,8.3,8.3,0,0,1-2-3,11.1,11.1,0,0,1-.73-4.24Z"/><path class="cls-2" d="M56.13,46.79q0,11.26-12,11.27a15.2,15.2,0,0,1-5-.79,13.74,13.74,0,0,1-3.92-2.06l2.15-3.72a12.23,12.23,0,0,0,3.12,1.62,11.29,11.29,0,0,0,3.79.63,7.39,7.39,0,0,0,5.27-1.69c1.19-1.12,1.79-2.88,1.79-5.26V43.5a6.21,6.21,0,0,1-3.19,2.72,12.17,12.17,0,0,1-4.5.81q-5.1,0-7.77-3t-2.67-8.46V31.35A14.18,14.18,0,0,1,34,26.5a10.26,10.26,0,0,1,2.18-3.63,9.29,9.29,0,0,1,3.36-2.25,11.56,11.56,0,0,1,4.31-.78,9.66,9.66,0,0,1,4.88,1.05,8.3,8.3,0,0,1,2.62,2.23V20.33h4.75Zm-4.7-17.11a4.45,4.45,0,0,0-.52-2.05,5.7,5.7,0,0,0-1.47-1.84,7.63,7.63,0,0,0-2.25-1.3A8.11,8.11,0,0,0,44.37,24a5.72,5.72,0,0,0-4.73,2.11A9.28,9.28,0,0,0,38,32v2.79a9.13,9.13,0,0,0,1.72,5.93,5.74,5.74,0,0,0,4.7,2.11,8,8,0,0,0,2.75-.47,6.67,6.67,0,0,0,2.23-1.35,6.54,6.54,0,0,0,1.51-2.13,6.7,6.7,0,0,0,.57-2.82Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-uk</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M8.33,20.33h4.76V37c0,2.25.45,3.88,1.37,4.9a5.61,5.61,0,0,0,4.36,1.51,7,7,0,0,0,2.4-.41,6.89,6.89,0,0,0,2.13-1.23,6.09,6.09,0,0,0,1.55-2,6.42,6.42,0,0,0,.58-2.79V20.33h4.76v26.8H25.63V43.75h-.05a8.33,8.33,0,0,1-3.18,2.86,10.33,10.33,0,0,1-4.76,1A11.13,11.13,0,0,1,14,47a8.27,8.27,0,0,1-2.94-1.76,8.41,8.41,0,0,1-2-3,11.09,11.09,0,0,1-.74-4.24Z"/><path class="cls-2" d="M47.19,31.06,58.41,47.13h-6L43.91,34.39l-3.73,3.77v9H35.43V10.08h4.75v22.3L51.65,20.33h6.12Z"/></svg>

After

Width:  |  Height:  |  Size: 754 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-ur</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M12.86,20.33h4.76V37c0,2.25.45,3.88,1.37,4.9a5.59,5.59,0,0,0,4.36,1.51,7.13,7.13,0,0,0,2.4-.41,6.89,6.89,0,0,0,2.13-1.23,5.94,5.94,0,0,0,1.54-2A6.28,6.28,0,0,0,30,36.94V20.33h4.75v26.8h-4.6V43.75h-.05a8.28,8.28,0,0,1-3.19,2.86,10.29,10.29,0,0,1-4.75,1A11.13,11.13,0,0,1,18.52,47a8.1,8.1,0,0,1-2.94-1.76,8.41,8.41,0,0,1-2-3,11.09,11.09,0,0,1-.74-4.24Z"/><path class="cls-2" d="M54.56,25a8.44,8.44,0,0,0-3.28-.64,6.4,6.4,0,0,0-2.53.52,6,6,0,0,0-2.08,1.47,7.29,7.29,0,0,0-1.42,2.28,7.55,7.55,0,0,0-.54,2.89V47.13H40V20.33h4.6v4.26h0a9.33,9.33,0,0,1,3.07-3.51,8.56,8.56,0,0,1,4.82-1.24,11.49,11.49,0,0,1,3.48.54Z"/></svg>

After

Width:  |  Height:  |  Size: 901 B

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-uz</title><path class="cls-1" d="M51.78,0H12.22A12.23,12.23,0,0,0,0,12.22V51.78A12.23,12.23,0,0,0,12.22,64H51.78A12.23,12.23,0,0,0,64,51.78V12.22A12.23,12.23,0,0,0,51.78,0Z"/><path class="cls-2" d="M10,20.33h4.75V37q0,3.38,1.38,4.9a5.59,5.59,0,0,0,4.36,1.51,7.13,7.13,0,0,0,2.4-.41A6.89,6.89,0,0,0,25,41.76a5.94,5.94,0,0,0,1.54-2,6.42,6.42,0,0,0,.59-2.79V20.33H31.9v26.8H27.3V43.75h-.05a8.28,8.28,0,0,1-3.19,2.86,10.29,10.29,0,0,1-4.75,1A11.09,11.09,0,0,1,15.66,47a8.1,8.1,0,0,1-2.94-1.76,8.43,8.43,0,0,1-2-3A11.1,11.1,0,0,1,10,38.06Z"/><path class="cls-2" d="M55.23,24,40.53,43H56v4.12H34.5V43.7L49.39,24.49H35.48V20.33H55.23Z"/></svg>

After

Width:  |  Height:  |  Size: 821 B

View File

@@ -0,0 +1,73 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="레이어_1"
data-name="레이어 1"
viewBox="0 0 64 64"
version="1.1"
sodipodi:docname="nimf-m17n-vi.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<metadata
id="metadata17">
<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>nimf-m17n-yi</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1499"
inkscape:window-height="931"
id="namedview15"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="-72.375513"
inkscape:cy="90.398376"
inkscape:window-x="0"
inkscape:window-y="33"
inkscape:window-maximized="0"
inkscape:current-layer="레이어_1" />
<defs
id="defs4">
<style
id="style2">.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style>
</defs>
<title
id="title6">nimf-m17n-yi</title>
<rect
class="cls-1"
width="64"
height="64"
rx="12.22"
ry="12.22"
id="rect8" />
<path
class="cls-2"
d="m 27.08,41.74 7.05,-21.41 h 5 L 28.716151,47.449832 24.38,47.52 v 0 L 14.63,20.33 h 5.15 l 7.1,21.41 z"
id="path10"
inkscape:connector-curvature="0"
style="fill:#262933"
sodipodi:nodetypes="cccccccccc" />
<path
class="cls-2"
d="M46.19,10.72v5.2h-5v-5.2ZM46,20.33v26.8H41.29V20.33Z"
id="path12" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1 @@
<svg id="레이어_1" data-name="레이어 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#262933;}</style></defs><title>nimf-m17n-yi</title><rect class="cls-1" width="64" height="64" rx="12.22" ry="12.22"/><path class="cls-2" d="M27.08,41.74l7.05-21.41h5L25.21,58.2,20.9,56.68l3.48-9.16L14.63,20.33h5.15l7.1,21.41Z"/><path class="cls-2" d="M46.19,10.72v5.2h-5v-5.2ZM46,20.33v26.8H41.29V20.33Z"/></svg>

After

Width:  |  Height:  |  Size: 456 B