@icongo/li
Version:
LibreICONS Icons
15 lines • 628 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialDiscourse = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-discourse",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7.05 1C3.768 1 1 3.638 1 6.896L1.003 13l6.048-.005c3.287 0 5.949-2.74 5.949-5.998C13 3.74 10.338 1 7.05 1ZM7 10.429c-.52 0-1.015-.116-1.457-.325l-2.172.539.613-2.01A3.428 3.428 0 1 1 7 10.429z"
})
}));
export { LISocialDiscourse };