@fortawesome/free-solid-svg-icons#faPalette JavaScript Examples

The following examples show how to use @fortawesome/free-solid-svg-icons#faPalette. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: icons_library.js    From official-website-backend with MIT License 5 votes vote down vote up
// Adding all the icons we need in the project
library.add(faHeart, faFire, faPalette, faMapPin, faMapMarker, faPhone, faMailBulk);
Example #2
Source File: index.js    From Artion-Client with GNU General Public License v3.0 5 votes vote down vote up
PaletteIcon = <FontAwesomeIcon icon={faPalette} color="#007bff" />