react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 561 B
JavaScript
import * as React from 'react';
export function SvgVoicemailSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M8 9c-3.855 0-7 3.145-7 7s3.145 7 7 7h16c3.855 0 7-3.145 7-7s-3.145-7-7-7-7 3.145-7 7c0 1.957.82 3.727 2.125 5h-6.25A6.975 6.975 0 0015 16c0-3.855-3.145-7-7-7zm0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5-5-2.227-5-5 2.227-5 5-5zm16 0c2.773 0 5 2.227 5 5s-2.227 5-5 5-5-2.227-5-5 2.227-5 5-5z" })));
}
export default SvgVoicemailSolid;