@icongo/li
Version:
LibreICONS Icons
15 lines • 640 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialPeriscope = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-periscope",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7 1a4.685 4.685 0 0 0-4.686 4.686C2.314 9.17 6.061 13 7 13c.939 0 4.686-3.83 4.686-7.314A4.685 4.685 0 0 0 7 1zm0 1.857a2.844 2.844 0 1 1-2.303 1.178 1.147 1.147 0 1 0 1.649-1.1c.21-.05.429-.078.654-.078z"
})
}));
export { LISocialPeriscope };