UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 661 B
import * as React from 'react'; export function SvgRobotSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 1c-1.105 0-2 .895-2 2 0 .738.402 1.371 1 1.719V7h-5c-2.75 0-5 2.25-5 5v2H2v8h3v5h22v-5h3v-8h-3v-2c0-2.75-2.25-5-5-5h-5V4.719c.598-.348 1-.98 1-1.719 0-1.105-.895-2-2-2zm-6 8h12c1.668 0 3 1.332 3 3v13h-2v-5H9v5H7V12c0-1.668 1.332-3 3-3zm2 4a1.999 1.999 0 100 4 1.999 1.999 0 100-4zm8 0a1.999 1.999 0 100 4 1.999 1.999 0 100-4zM4 16h1v4H4zm23 0h1v4h-1zm-16 6h2v3h-2zm4 0h2v3h-2zm4 0h2v3h-2z" }))); } export default SvgRobotSolid;