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

The following examples show how to use @fortawesome/free-solid-svg-icons#faLaptopCode. 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: MetaOptions.js    From Designer-Client with GNU General Public License v3.0 6 votes vote down vote up
export function MetaOptions(props) {
  const classes = useStyles();

  return (
    <div>
      <MetaSchemaTitle img={logoImg} title='API 설정' />

      <div className={classes.root}>
        <FontAwesomeIcon icon={faLaptopCode} className={classes.fontIcon} />
        API 상세 설명
        <Paper>
          feij
        </Paper>
      </div>
    </div>
  )
}
Example #2
Source File: index.js    From gatsby-markdown-personal-website with MIT License 5 votes vote down vote up
/* add any additional icon to the library */
library.add(fab, faLaptopCode, faDrawPolygon, faEdit, faEdit, faBullhorn, faMapMarkerAlt, faPhone, faPaperPlane);