@icongo/li
Version:
LibreICONS Icons
17 lines • 660 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LITechWatch = 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.6 6.4V5.2H6.4v2.4h2.4V6.4H7.6zm2.292 3.645A4.188 4.188 0 0 0 11.2 7c0-1.199-.502-2.28-1.308-3.045L9.4 1H4.6l-.492 2.955A4.188 4.188 0 0 0 2.8 7c0 1.199.502 2.28 1.308 3.045L4.6 13h4.8l.492-2.955ZM7 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",
style: {
fillRule: "evenodd"
}
})
}));
export { LITechWatch };