UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 1.08 kB
import * as React from 'react'; export function SvgSpeakap(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M15.395 3C8.56 3 3 8.588 3 15.457 3 22.197 8 29 19.168 29c2.813 0 6.602-1.079 6.762-1.125l2.07-.594-1.715-1.31a33.267 33.267 0 01-2.086-1.754 12.416 12.416 0 003.59-8.76C27.79 8.588 22.23 3 15.395 3zm0 2c5.732 0 10.394 4.691 10.394 10.457a10.38 10.38 0 01-3.01 7.352l-1.47 1.486 1.548 1.402c.265.24.526.472.78.692-1.285.288-3.049.611-4.469.611C8.711 27 5 20.782 5 15.457 5 9.691 9.663 5 15.395 5zm.851 4.002c-2.58-.051-4.727 1.395-4.767 3.934-.01.562.01 1.816 1.445 2.709 1.697 1.053 4.266 1.054 4.236 2.57-.02 1.054-1.294 1.274-1.896 1.264-.151 0-1.497-.02-2.35-1.213l-1.967 2.097c1.385 1.335 2.902 1.615 4.116 1.635.502.01 4.748.01 4.818-3.994.01-.783-.102-1.956-1.426-2.79-1.686-1.063-4.184-.963-4.154-2.448.02-1.145 1.524-1.256 1.845-1.246.02 0 1.316.01 1.958.853l1.898-2.018c-.472-.442-1.578-1.323-3.756-1.353z" }))); } export default SvgSpeakap;