UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 3.54 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaBicycle extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m13.228888888888891 24.444444444444446h-5.451111111111112q-0.6944444444444446 0-0.9977777777777774-0.6077777777777769t0.11333333333333329-1.163333333333334l3.264444444444445-4.357777777777777q-1.1288888888888913-0.5377777777777801-2.377777777777779-0.5377777777777801-2.293333333333334 0-3.9244444444444446 1.6333333333333329t-1.6333333333333333 3.9222222222222243 1.6333333333333333 3.9222222222222207 3.922222222222223 1.6333333333333329q1.9977777777777774 0 3.525555555555556-1.2588888888888903t1.9266666666666659-3.1855555555555526z m-3.228888888888891-2.222222222222225h3.228888888888889q-0.3111111111111118-1.4755555555555553-1.3022222222222215-2.568888888888889z m8.333333333333336 0l5-6.666666666666668h-8.333333333333334l-1.7188888888888894 2.2922222222222217q1.8222222222222229 1.7888888888888879 2.18888888888889 4.375555555555554h2.8633333333333333z m19.444444444444443 1.1111111111111143q0-2.2922222222222217-1.6333333333333329-3.9222222222222207t-3.9222222222222243-1.6333333333333364q-1.0422222222222217 0-2.1000000000000014 0.41666666666666785l3.020000000000003 4.513333333333332q0.259999999999998 0.3999999999999986 0.173333333333332 0.8511111111111127t-0.46888888888889113 0.6944444444444429q-0.259999999999998 0.19111111111111256-0.6244444444444426 0.19111111111111256-0.6077777777777769 0-0.9200000000000017-0.5033333333333339l-3.022222222222222-4.513333333333335q-1.6133333333333297 1.6499999999999986-1.6133333333333297 3.9055555555555586 0 2.293333333333333 1.6333333333333329 3.9244444444444433t3.9222222222222207 1.6333333333333329 3.9222222222222243-1.6333333333333329 1.6333333333333329-3.9222222222222207z m2.2222222222222214 0q0 3.211111111111112-2.2833333333333314 5.494444444444447t-5.494444444444447 2.2833333333333314-5.494444444444447-2.283333333333335-2.283333333333328-5.494444444444444q0-1.6844444444444449 0.6855555555555561-3.185555555555556t1.8999999999999986-2.5955555555555563l-1.1277777777777764-1.6999999999999993-6.128888888888891 8.141111111111112q-0.31111111111111356 0.4511111111111106-0.8844444444444441 0.4511111111111106h-3.4222222222222225q-0.3977777777777778 2.8466666666666676-2.5855555555555565 4.755555555555556t-5.103333333333332 1.9111111111111114q-3.213333333333333 0-5.495555555555556-2.283333333333335t-2.282222222222223-5.494444444444444 2.282222222222222-5.494444444444447 5.495555555555557-2.2833333333333314q1.9777777777777779 0 3.7311111111111117 0.9555555555555557l2.3777777777777764-3.177777777777779h-3.8866666666666667q-0.4499999999999993 0-0.7799999999999994-0.33000000000000007t-0.33111111111111136-0.7811111111111106 0.3288888888888888-0.7811111111111106 0.7822222222222219-0.33000000000000185h6.666666666666668v2.2222222222222214h7.551111111111112l-1.4755555555555553-2.2222222222222214h-3.8555555555555543q-0.4499999999999993 0-0.7800000000000011-0.33000000000000007t-0.32888888888889056-0.7811111111111106 0.32888888888889056-0.7811111111111106 0.7822222222222202-0.33000000000000007h4.444444444444446q0.5722222222222229 0 0.9188888888888904 0.48666666666666636l4.636666666666663 6.944444444444445q1.5777777777777793-0.7644444444444431 3.333333333333332-0.7644444444444431 3.2111111111111086 0 5.493333333333332 2.283333333333335t2.2844444444444463 5.494444444444444z"/></g> </IconBase> ); } }