react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.06 kB
JavaScript
import * as React from 'react';
export function SvgCloudMoonSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M10.406 5.938l-1.656.03c-3.742.137-6.75 3.227-6.75 7a6.988 6.988 0 002.688 5.5A5.023 5.023 0 004 21c0 2.758 2.242 5 5 5h16c2.758 0 5-2.242 5-5 0-2.02-1.21-3.82-3.031-4.594-.282-2.418-2.313-4.308-4.782-4.406A5.968 5.968 0 0017 9a6.013 6.013 0 00-5.375 3.344c-1.328-.547-2.281-1.836-2.281-3.375 0-.559.117-1.082.344-1.563zM7.5 8.313c-.027.23-.156.417-.156.656 0 1.953.988 3.664 2.5 4.687-.848.555-1.512 1.422-1.75 2.438-.77.14-1.461.46-2.063.906A5.024 5.024 0 014 12.969c0-2.239 1.484-4.012 3.5-4.656zM17 11c1.605 0 3.055.96 3.688 2.438l.28.687.907-.094c.043-.008.078-.031.125-.031 1.652 0 2.996 1.352 3 2.938l-.031.968.781.188A2.996 2.996 0 0128 21c0 1.652-1.348 3-3 3H9c-1.652 0-3-1.348-3-3s1.348-3 3-3h1v-1c0-1.102.895-1.996 1.906-2l1 .063.188-.844C13.469 12.359 15.102 11 17 11z" })));
}
export default SvgCloudMoonSolid;