How to use the faCloudDownloadAlt function from @fortawesome/free-solid-svg-icons

Find comprehensive JavaScript @fortawesome/free-solid-svg-icons.faCloudDownloadAlt code examples handpicked from public code repositorys.

613
614
615
616
617
618
619
620
621
622
}), " ", _RecitEditor.i18n.get_string('showroom')))), this.state.showMenu && this.props.type === 'c' && /*#__PURE__*/_react["default"].createElement(_reactBootstrap.Button, {
  onClick: function onClick(event) {
    return _this8.onExport(event, _this8.props.dataProvider.myComponents);
  }
}, /*#__PURE__*/_react["default"].createElement(_reactFontawesome.FontAwesomeIcon, {
  icon: _freeSolidSvgIcons.faCloudDownloadAlt
}), " ", _RecitEditor.i18n.get_string('export'))), this.props.type === 'l' && /*#__PURE__*/_react["default"].createElement("ul", {
  className: "mt-2 d-flex flex-wrap justify-content-center"
}, this.props.dataProvider.map(function (item, index) {
  return that.getToken(item, index, true);
fork icon0
star icon0
watch icon2

+ 11 other calls in file

84
85
86
87
88
89
90
91
92
93
    }
};
HeaderComponent.prototype.ngOnInit = function () {
    this.faBars = free_solid_svg_icons_1.faBars;
    this.faShareAlt = free_solid_svg_icons_1.faShareAlt;
    this.faCloudDownloadAlt = free_solid_svg_icons_1.faCloudDownloadAlt;
    if (this.url.path().includes("pt")) {
        this.cvPath = "assets/David-Juan-pt.pdf";
        this.titleCv = "Baixar Curriculo em PDF";
    }
fork icon0
star icon0
watch icon0

+ 3 other calls in file