react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 557 B
JavaScript
import * as React from 'react';
export function SvgLaptopSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M5 6v13.563l-2.281 2.312A2.451 2.451 0 002 23.594 2.417 2.417 0 004.406 26h23.188A2.417 2.417 0 0030 23.594c0-.64-.266-1.266-.719-1.719L27 19.562V6zm2 2h18v11H7zm-.563 13h19.125l2.313 2.281a.465.465 0 01.125.313.385.385 0 01-.406.406H4.406A.385.385 0 014 23.594c0-.11.047-.235.125-.313z" })));
}
export default SvgLaptopSolid;