@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 365 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoLaptop = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m37.5 8.3v20.5h-35v-20.5c0-0.5 0.3-0.8 0.8-0.8h33.4c0.5 0 0.8 0.3 0.8 0.8z m-2.5 18v-16.3h-30v16.3h30z m-35 4.1v-0.4h40v0.4c-5.5 1.6-9.1 2.1-20 2.1s-14.5-0.5-20-2.1z"/></g>
</Icon>
)
export default IoLaptop