├── .vs ├── ProjectSettings.json └── slnx.sqlite ├── family ├── png │ ├── AT274_.png │ ├── kgtkr.png │ ├── makies.png │ ├── Kory__3.png │ ├── boxpurin.png │ ├── fal_rnd.png │ ├── mitudama.png │ ├── stmtk_01.png │ ├── 190131start.png │ ├── 2929Python.png │ ├── AkiUnleash.png │ ├── M_KOTARO__.png │ ├── amasahiko2.png │ ├── ekuzodia_jp.png │ ├── elipmoc101.png │ ├── gaccho_song.png │ ├── genkumasano.png │ ├── klono_ryuta.png │ ├── kz_sky0022.png │ ├── mouse_484.png │ ├── negiboudu.png │ ├── pii_gyakuii.png │ ├── re_hs2_o0.png │ ├── samunohito.png │ ├── yameteyou.png │ ├── Automaten_IT.png │ ├── DRVO_Project.png │ ├── Yametaro1983.png │ ├── kazukichi3110.png │ ├── rnIHITAN_die.png │ ├── ryuichi_1208.png │ ├── susu_to_susu.png │ ├── syakuram0chi.png │ ├── Automaten_IT_2.png │ ├── fisherman3110se.png │ ├── sapporo_east_k.png │ └── tensyokushimasu.png └── psd │ ├── AT274_.psd │ ├── dora.psd │ ├── dora_2.psd │ ├── kgtkr.psd │ ├── makies.psd │ ├── Kory__3.psd │ ├── boxpurin.psd │ ├── fal_rnd.psd │ ├── mitudama.psd │ ├── stmtk_01.psd │ ├── 190131start.psd │ ├── 2929Python.psd │ ├── AkiUnleash.psd │ ├── M_KOTARO__.psd │ ├── amasahiko2.psd │ ├── ekuzodia_jp.psd │ ├── elipmoc101.psd │ ├── gaccho_song.psd │ ├── genkumasano.psd │ ├── klono_ryuta.psd │ ├── kz_sky0022.psd │ ├── mouse_484.psd │ ├── negiboudu.psd │ ├── pii_gyakuii.psd │ ├── re_hs2_o0.psd │ ├── samunohito.psd │ ├── yameteyou.psd │ ├── Automaten_IT.psd │ ├── DRVO_Project.psd │ ├── Yametaro1983.psd │ ├── kazukichi3110.psd │ ├── rnIHITAN_die.psd │ ├── ryuichi_1208.psd │ ├── susu_to_susu.psd │ ├── syakuram0chi.psd │ ├── Automaten_IT_2.psd │ ├── fisherman3110se.psd │ ├── samunohito_old.psd │ ├── sapporo_east_k.psd │ └── tensyokushimasu.psd ├── other └── picture │ └── mix.gif ├── standard ├── png │ └── misettei.png └── psd │ └── misettei.psd ├── LICENSE ├── README.md └── .gitignore /.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/.vs/slnx.sqlite -------------------------------------------------------------------------------- /family/png/AT274_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/AT274_.png -------------------------------------------------------------------------------- /family/png/kgtkr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/kgtkr.png -------------------------------------------------------------------------------- /family/png/makies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/makies.png -------------------------------------------------------------------------------- /family/psd/AT274_.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/AT274_.psd -------------------------------------------------------------------------------- /family/psd/dora.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/dora.psd -------------------------------------------------------------------------------- /family/psd/dora_2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/dora_2.psd -------------------------------------------------------------------------------- /family/psd/kgtkr.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/kgtkr.psd -------------------------------------------------------------------------------- /family/psd/makies.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/makies.psd -------------------------------------------------------------------------------- /other/picture/mix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/other/picture/mix.gif -------------------------------------------------------------------------------- /family/png/Kory__3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/Kory__3.png -------------------------------------------------------------------------------- /family/png/boxpurin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/boxpurin.png -------------------------------------------------------------------------------- /family/png/fal_rnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/fal_rnd.png -------------------------------------------------------------------------------- /family/png/mitudama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/mitudama.png -------------------------------------------------------------------------------- /family/png/stmtk_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/stmtk_01.png -------------------------------------------------------------------------------- /family/psd/Kory__3.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/Kory__3.psd -------------------------------------------------------------------------------- /family/psd/boxpurin.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/boxpurin.psd -------------------------------------------------------------------------------- /family/psd/fal_rnd.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/fal_rnd.psd -------------------------------------------------------------------------------- /family/psd/mitudama.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/mitudama.psd -------------------------------------------------------------------------------- /family/psd/stmtk_01.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/stmtk_01.psd -------------------------------------------------------------------------------- /family/png/190131start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/190131start.png -------------------------------------------------------------------------------- /family/png/2929Python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/2929Python.png -------------------------------------------------------------------------------- /family/png/AkiUnleash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/AkiUnleash.png -------------------------------------------------------------------------------- /family/png/M_KOTARO__.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/M_KOTARO__.png -------------------------------------------------------------------------------- /family/png/amasahiko2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/amasahiko2.png -------------------------------------------------------------------------------- /family/png/ekuzodia_jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/ekuzodia_jp.png -------------------------------------------------------------------------------- /family/png/elipmoc101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/elipmoc101.png -------------------------------------------------------------------------------- /family/png/gaccho_song.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/gaccho_song.png -------------------------------------------------------------------------------- /family/png/genkumasano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/genkumasano.png -------------------------------------------------------------------------------- /family/png/klono_ryuta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/klono_ryuta.png -------------------------------------------------------------------------------- /family/png/kz_sky0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/kz_sky0022.png -------------------------------------------------------------------------------- /family/png/mouse_484.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/mouse_484.png -------------------------------------------------------------------------------- /family/png/negiboudu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/negiboudu.png -------------------------------------------------------------------------------- /family/png/pii_gyakuii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/pii_gyakuii.png -------------------------------------------------------------------------------- /family/png/re_hs2_o0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/re_hs2_o0.png -------------------------------------------------------------------------------- /family/png/samunohito.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/samunohito.png -------------------------------------------------------------------------------- /family/png/yameteyou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/yameteyou.png -------------------------------------------------------------------------------- /family/psd/190131start.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/190131start.psd -------------------------------------------------------------------------------- /family/psd/2929Python.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/2929Python.psd -------------------------------------------------------------------------------- /family/psd/AkiUnleash.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/AkiUnleash.psd -------------------------------------------------------------------------------- /family/psd/M_KOTARO__.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/M_KOTARO__.psd -------------------------------------------------------------------------------- /family/psd/amasahiko2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/amasahiko2.psd -------------------------------------------------------------------------------- /family/psd/ekuzodia_jp.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/ekuzodia_jp.psd -------------------------------------------------------------------------------- /family/psd/elipmoc101.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/elipmoc101.psd -------------------------------------------------------------------------------- /family/psd/gaccho_song.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/gaccho_song.psd -------------------------------------------------------------------------------- /family/psd/genkumasano.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/genkumasano.psd -------------------------------------------------------------------------------- /family/psd/klono_ryuta.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/klono_ryuta.psd -------------------------------------------------------------------------------- /family/psd/kz_sky0022.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/kz_sky0022.psd -------------------------------------------------------------------------------- /family/psd/mouse_484.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/mouse_484.psd -------------------------------------------------------------------------------- /family/psd/negiboudu.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/negiboudu.psd -------------------------------------------------------------------------------- /family/psd/pii_gyakuii.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/pii_gyakuii.psd -------------------------------------------------------------------------------- /family/psd/re_hs2_o0.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/re_hs2_o0.psd -------------------------------------------------------------------------------- /family/psd/samunohito.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/samunohito.psd -------------------------------------------------------------------------------- /family/psd/yameteyou.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/yameteyou.psd -------------------------------------------------------------------------------- /standard/png/misettei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/standard/png/misettei.png -------------------------------------------------------------------------------- /standard/psd/misettei.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/standard/psd/misettei.psd -------------------------------------------------------------------------------- /family/png/Automaten_IT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/Automaten_IT.png -------------------------------------------------------------------------------- /family/png/DRVO_Project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/DRVO_Project.png -------------------------------------------------------------------------------- /family/png/Yametaro1983.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/Yametaro1983.png -------------------------------------------------------------------------------- /family/png/kazukichi3110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/kazukichi3110.png -------------------------------------------------------------------------------- /family/png/rnIHITAN_die.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/rnIHITAN_die.png -------------------------------------------------------------------------------- /family/png/ryuichi_1208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/ryuichi_1208.png -------------------------------------------------------------------------------- /family/png/susu_to_susu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/susu_to_susu.png -------------------------------------------------------------------------------- /family/png/syakuram0chi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/syakuram0chi.png -------------------------------------------------------------------------------- /family/psd/Automaten_IT.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/Automaten_IT.psd -------------------------------------------------------------------------------- /family/psd/DRVO_Project.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/DRVO_Project.psd -------------------------------------------------------------------------------- /family/psd/Yametaro1983.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/Yametaro1983.psd -------------------------------------------------------------------------------- /family/psd/kazukichi3110.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/kazukichi3110.psd -------------------------------------------------------------------------------- /family/psd/rnIHITAN_die.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/rnIHITAN_die.psd -------------------------------------------------------------------------------- /family/psd/ryuichi_1208.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/ryuichi_1208.psd -------------------------------------------------------------------------------- /family/psd/susu_to_susu.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/susu_to_susu.psd -------------------------------------------------------------------------------- /family/psd/syakuram0chi.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/syakuram0chi.psd -------------------------------------------------------------------------------- /family/png/Automaten_IT_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/Automaten_IT_2.png -------------------------------------------------------------------------------- /family/png/fisherman3110se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/fisherman3110se.png -------------------------------------------------------------------------------- /family/png/sapporo_east_k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/sapporo_east_k.png -------------------------------------------------------------------------------- /family/png/tensyokushimasu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/png/tensyokushimasu.png -------------------------------------------------------------------------------- /family/psd/Automaten_IT_2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/Automaten_IT_2.psd -------------------------------------------------------------------------------- /family/psd/fisherman3110se.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/fisherman3110se.psd -------------------------------------------------------------------------------- /family/psd/samunohito_old.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/samunohito_old.psd -------------------------------------------------------------------------------- /family/psd/sapporo_east_k.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/sapporo_east_k.psd -------------------------------------------------------------------------------- /family/psd/tensyokushimasu.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsPJT/Icon/HEAD/family/psd/tensyokushimasu.psd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Gaccho Icon License - Version 1.0 2 | 3 | familyフォルダ内にpngフォルダとpsdフォルダがある。 4 | その中にアイコンが入っている。 5 | 6 | 各自、自分のアイコン(TwitterIDとファイル名が一致しているファイル) 7 | のみ使用することが出来る。 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Gaccho Icon 2 | 3 | familyフォルダ内にpngフォルダとpsdフォルダがある。 4 | その中にアイコンが入っている。 5 | 6 | [mix.gif](https://github.com/Kasugaccho/GacchoIcon/blob/master/other/picture/mix.gif) 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # この .gitignore ファイルは Microsoft(R) Visual Studio によって自動的に作成されました。 3 | ################################################################################ 4 | 5 | /.vs/GacchoIcon/v16/.suo 6 | /.vs/GacchoIcon/v16/Browse.VC.db 7 | /.vs/GacchoIcon/v16/Browse.VC.opendb 8 | --------------------------------------------------------------------------------