gitextract_7wp_m6p_/ ├── .gitignore ├── .npmignore ├── Makefile ├── README.md ├── bower.json ├── component.json ├── composer.json ├── css/ │ ├── all.css │ ├── brands.css │ ├── fontawesome.css │ ├── regular.css │ ├── solid.css │ ├── svg-with-js.css │ ├── v4-font-face.css │ ├── v4-shims.css │ └── v5-font-face.css ├── less/ │ ├── _animated.less │ ├── _bordered-pulled.less │ ├── _core.less │ ├── _fixed-width.less │ ├── _icons.less │ ├── _list.less │ ├── _mixins.less │ ├── _rotated-flipped.less │ ├── _screen-reader.less │ ├── _shims.less │ ├── _sizing.less │ ├── _stacked.less │ ├── _variables.less │ ├── brands.less │ ├── fontawesome.less │ ├── regular.less │ ├── solid.less │ └── v4-shims.less ├── metadata/ │ ├── categories.yml │ ├── icon-families.json │ ├── icon-families.yml │ ├── icons.json │ ├── icons.yml │ ├── shims.json │ ├── shims.yml │ └── sponsors.yml ├── package.json └── scss/ ├── _animated.scss ├── _bordered-pulled.scss ├── _core.scss ├── _fixed-width.scss ├── _functions.scss ├── _icons.scss ├── _list.scss ├── _mixins.scss ├── _rotated-flipped.scss ├── _screen-reader.scss ├── _shims.scss ├── _sizing.scss ├── _stacked.scss ├── _variables.scss ├── brands.scss ├── fontawesome.scss ├── regular.scss ├── solid.scss └── v4-shims.scss