react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.12 kB
JavaScript
import * as React from 'react';
export function SvgMedapps(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 2c-4.486 0-8 3.443-8 7.838 0 2.139.856 4.735 2.182 6.617l.134.191C11.106 17.763 12 19.03 12 20a1 1 0 102 0c0-1.605-1.088-3.147-2.049-4.508l-.135-.19C10.73 13.762 10 11.566 10 9.839 10 6.565 12.636 4 16 4s6 2.565 6 5.838c0 1.726-.73 3.923-1.816 5.465l-.127.18C19.237 16.636 18 18.382 18 20a1 1 0 102 0c0-.98 1.099-2.53 1.688-3.361l.128-.184C23.143 14.573 24 11.977 24 9.838 24 5.443 20.486 2 16 2zm.217 8c-.462.079-.505 3.195-.746 4.379-.483-.667-.555-1.762-.996-1.852-.336 0-.515 1.066-.704 1.703l-1.648.249c-.787.308 2.361.388 2.54.398.335.846.924 2.637 1.165 1.98l.492-3.304c.504 1.045.684 2.498.936 2.498.326-.01.366-.665.607-1.412.85-.01 2.236-.021 2.131-.389 0 0-2.077-.129-2.603-.338-.126-.558-.691-3.952-1.174-3.912zM13 23c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-6zm1 4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4z" })));
}
export default SvgMedapps;