@icongo/li
Version:
LibreICONS Icons
14 lines • 914 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiPictureCircle = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7 1C3.691 1 1 3.691 1 7c0 1.296.416 2.493 1.117 3.475v.029h.022A5.993 5.993 0 0 0 7 13c3.309 0 6-2.691 6-6s-2.691-6-6-6Zm-.018 1.096a4.87 4.87 0 0 1 4.872 4.87c0 .145-.01.286-.022.427l-2.86-2.86-3.536 3.54-1.108-1.106-1.85 1.85a4.855 4.855 0 0 1-.367-1.85c0-.51.1-.99.244-1.451a1.283 1.283 0 0 0 1.09.566c.369 0 .682-.129.94-.387.258-.258.386-.57.386-.94 0-.368-.128-.68-.386-.939a1.268 1.268 0 0 0-.756-.37 4.846 4.846 0 0 1 3.353-1.35Zm-3.334 8.408h6.668a4.844 4.844 0 0 1-3.334 1.334 4.844 4.844 0 0 1-3.334-1.334z"
})
}));
export { LIGuiPictureCircle };