react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 772 B
JavaScript
import * as React from 'react';
export function SvgIoxhost(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 4C9.383 4 4 9.383 4 16c0 1.04.156 2.035.406 3H2c-.55 0-1 .45-1 1s.45 1 1 1h3.094c1.902 4.121 6.078 7 10.906 7 6.617 0 12-5.383 12-12 0-1.04-.156-2.035-.406-3H30c.55 0 1-.45 1-1s-.45-1-1-1h-3.094C25.004 6.879 20.828 4 16 4zm0 2a9.952 9.952 0 018.656 5H11c-.55 0-1 .45-1 1s.45 1 1 1h14.563c.296.95.437 1.953.437 3 0 5.535-4.465 10-10 10a9.952 9.952 0 01-8.656-5H21c.55 0 1-.45 1-1s-.45-1-1-1H6.437A10.008 10.008 0 016 16c0-5.535 4.465-10 10-10zm-5 9c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z" })));
}
export default SvgIoxhost;