How to use the faSitemap function from @fortawesome/free-solid-svg-icons
Find comprehensive JavaScript @fortawesome/free-solid-svg-icons.faSitemap code examples handpicked from public code repositorys.
@fortawesome/free-solid-svg-icons.faSitemap is an icon from the FontAwesome icon library that represents a sitemap in a solid style.
63 64 65 66 67 68 69 70 71 72
var main = /*#__PURE__*/_react["default"].createElement("div", { className: "panel" }, /*#__PURE__*/_react["default"].createElement("h5", { className: "m-0 p-2" }, /*#__PURE__*/_react["default"].createElement(_reactFontawesome.FontAwesomeIcon, { icon: _freeSolidSvgIcons.faSitemap }), " ", _RecitEditor.i18n.get_string('tree')), /*#__PURE__*/_react["default"].createElement("hr", { className: "mt-0" }), /*#__PURE__*/_react["default"].createElement("ul", { className: "tree-view"
0
0
0
+ 6 other calls in file
473 474 475 476 477 478 479 480 481 482
}), /*#__PURE__*/_react["default"].createElement(LeftPanelButton, { checked: this.state.panels.treeView === 1, value: "treeView,1", onClick: this.onPanelChange, title: _RecitEditor.i18n.get_string('tree'), glyph: _freeSolidSvgIcons.faSitemap }))), (this.state.panels.components | this.state.panels.properties | this.state.panels.treeView) >= 1 && /*#__PURE__*/_react["default"].createElement("div", { className: "panel-list", style: { width: "".concat(LayoutBuilder.properties.leftPanel.panelList.width, "px")
0
0
0
+ 5 other calls in file
How does @fortawesome/free-solid-svg-icons.faSitemap work?
@fortawesome/free-solid-svg-icons.faSitemap
is a variable provided by the Font Awesome icon library that contains an object representation of the "Sitemap" icon in the "solid" style, which can be used in a web page or application to display the corresponding icon.
Ai Example
1
import { faSitemap } from "@fortawesome/free-solid-svg-icons";
This code imports the faSitemap icon from the @fortawesome/free-solid-svg-icons package, which can then be used to display the icon in a webpage or application.
@fortawesome/free-solid-svg-icons.faParagraph is the most popular function in @fortawesome/free-solid-svg-icons (7109 examples)