├── README.md ├── css ├── demo.css ├── reset.css └── style.css ├── img ├── cd-icon-1-large.svg ├── cd-icon-1-small.svg ├── cd-icon-2-large.svg ├── cd-icon-2-small.svg ├── cd-icon-3-large.svg ├── cd-icon-3-small.svg ├── cd-icon-4-large.svg ├── cd-icon-4-small.svg ├── cd-pattern-large.svg └── cd-pattern-small.svg ├── index.html └── js └── main.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/README.md -------------------------------------------------------------------------------- /css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/css/demo.css -------------------------------------------------------------------------------- /css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/css/reset.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/css/style.css -------------------------------------------------------------------------------- /img/cd-icon-1-large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-1-large.svg -------------------------------------------------------------------------------- /img/cd-icon-1-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-1-small.svg -------------------------------------------------------------------------------- /img/cd-icon-2-large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-2-large.svg -------------------------------------------------------------------------------- /img/cd-icon-2-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-2-small.svg -------------------------------------------------------------------------------- /img/cd-icon-3-large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-3-large.svg -------------------------------------------------------------------------------- /img/cd-icon-3-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-3-small.svg -------------------------------------------------------------------------------- /img/cd-icon-4-large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-4-large.svg -------------------------------------------------------------------------------- /img/cd-icon-4-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-icon-4-small.svg -------------------------------------------------------------------------------- /img/cd-pattern-large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-pattern-large.svg -------------------------------------------------------------------------------- /img/cd-pattern-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/img/cd-pattern-small.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/index.html -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/icons-filling-effect/HEAD/js/main.js --------------------------------------------------------------------------------