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

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

16
17
18
19
20
21
22
  solidIcons.faChevronCircleUp,
  solidIcons.faUser,
  solidIcons.faSearch,
  solidIcons.faGift,
  solidIcons.faSync,
  solidIcons.faPencilAlt
]
fork icon2
star icon2
watch icon0

+ 2 other calls in file

345
346
347
348
349
350
351
352
353
354
      },
      children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactFontawesome.FontAwesomeIcon, {
        style: {
          color: webStyle.colors[componentStyles.textColor]
        },
        icon: _freeSolidSvgIcons.faPencilAlt
      })
    })
  })]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("nav", {
fork icon0
star icon1
watch icon0

+ 4 other calls in file

26
27
28
29
30
31
32
33
34
35
function POSManagementComponent(router, activeRoute) {
  this.router = router;
  this.activeRoute = activeRoute;
  this.Pagewidth = 0;
  this.faPlusCircle = free_solid_svg_icons_1.faPlusCircle;
  this.faPencilAlt = free_solid_svg_icons_1.faPencilAlt;
  this.faArrowsAlt = free_solid_svg_icons_1.faArrowsAlt;
  this.field = '';
  this.action = '';
  this.category = [{
fork icon1
star icon0
watch icon1

+ 9 other calls in file