Flourish studioのPictogramがかわいい
けど、アイコン変えたい。
How to use this template には、こう書かれている。
Either a string containing the name of a built-in icon (e.g. "cat", "dog") or an SVG path string (e.g. "M10, 10 l90,0 l0,90 l-90,0 z".
名前で設定できる名前の一覧はここiconの項目にあるが、やっぱ足りない。作らなきゃ。
illustratorでアイコンを作り
AVG形式で保存をして、それをテキストエディタで開いてみた
path dの値、M から Z までの文字列、これが「SVG path string」となる
コピーした文字列をicon テーブルのiconフィールドにペーストし、サイズも調整する
プレビューすると、作ったアイコンが表示された
アイコン使えるサービスサイトもありがたい〜