react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 2.38 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class FaGraduationCap extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m30.8 18.957777777777775l0.31111111111111356 5.486666666666672q0.07000000000000028 1.1966666666666654-1.4222222222222207 2.2222222222222214t-4.08111111111111 1.6222222222222236-5.607777777777784 0.5999999999999979-5.607777777777777-0.6000000000000014-4.081111111111113-1.62222222222222-1.4222222222222207-2.2222222222222214l0.3111111111111118-5.486666666666668 9.96666666666667 3.142222222222223q0.3822222222222216 0.12222222222222356 0.8333333333333321 0.12222222222222356t0.8333333333333321-0.12222222222222356z m9.2-5.624444444444441q0 0.40000000000000036-0.3822222222222251 0.5377777777777784l-19.444444444444446 6.111111111111111q-0.06999999999999318 0.017777777777777004-0.17333333333332845 0.017777777777777004t-0.173333333333332-0.017777777777777004l-11.318888888888889-3.5777777777777793q-0.746666666666667 0.5911111111111111-1.2333333333333334 1.9366666666666674t-0.5888888888888886 3.1000000000000014q1.0933333333333328 0.6222222222222236 1.0933333333333328 1.8911111111111119 0 1.1966666666666654-1.0055555555555555 1.8555555555555543l1.0044444444444443 7.521111111111107q0.035555555555555785 0.24444444444444713-0.137777777777778 0.43333333333333-0.1555555555555559 0.19111111111111967-0.41777777777777825 0.19111111111111967h-3.3333333333333335q-0.25888888888888895 0-0.4155555555555557-0.19111111111111256-0.17333333333333334-0.19111111111111256-0.13888888888888884-0.43333333333333l1.007777777777778-7.518888888888888q-1.008888888888889-0.6588888888888924-1.008888888888889-1.8566666666666691 0-1.2688888888888883 1.1299999999999994-1.9277777777777771 0.1911111111111108-3.5933333333333337 1.7000000000000002-5.728888888888889l-5.778888888888889-1.8066666666666684q-0.38444444444444414-0.1366666666666685-0.38444444444444414-0.5366666666666671t0.3833333333333333-0.5377777777777784l19.444444444444446-6.111111111111112q0.07000000000000028-0.017777777777777004 0.17222222222222072-0.017777777777777004t0.1744444444444433 0.017777777777777892l19.444444444444446 6.111111111111111q0.3811111111111103 0.13777777777777978 0.3811111111111103 0.5377777777777784z"/></g>
</IconBase>
);
}
}