1# About icons 2 3## pagetools-sprite.png 4 5`pagetools-sprite.png` is generated from `pagetools/icon_copy.png`. Its license is available at `pagetools/license.txt`. 6 7### How to build 8 9```sh 10cd /path/to/dokuwiki-plugin-copypage 11ln -s $DOKUWIKI/lib/tpl/dokuwiki/style.ini . 12cd images 13php $DOKUWIKI/lib/tpl/dokuwiki/images/pagetools-build.php 14``` 15 16This will generate `pagetools-sprite.png`. 17 18## content-copy.svg 19 20`content-copy.svg` is from Google Material Design Icons licenced under [Apache License 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE). 21 22Downloaded from https://materialdesignicons.com/icon/content-copy. 23