@icongo/li
Version:
LibreICONS Icons
19 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LITechCircuit = props => /*#__PURE__*/_jsxs("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", {
fill: "#4caf50",
d: "M1 2.333v9.334C1 12.4 1.6 13 2.333 13h9.334C12.4 13 13 12.4 13 11.667V2.333C13 1.6 12.4 1 11.667 1H2.333C1.6 1 1 1.6 1 2.333z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffc107",
d: "m1.2 1.667 2 2c-.133.2-.2.433-.2.666 0 .734.6 1.334 1.333 1.334.734 0 1.334-.6 1.334-1.334C5.667 3.6 5.067 3 4.333 3c-.233 0-.466.067-.666.2l-2-2c-.2.1-.367.267-.467.467zm3.133 2.166c.267 0 .5.234.5.5s-.233.5-.5.5-.5-.233-.5-.5.234-.5.5-.5zm8.467 8.5-2-2c.133-.2.2-.433.2-.666 0-.734-.6-1.334-1.333-1.334-.734 0-1.334.6-1.334 1.334 0 .733.6 1.333 1.334 1.333.233 0 .466-.067.666-.2l2 2c.2-.1.367-.267.467-.467zm-3.133-2.166c-.267 0-.5-.234-.5-.5s.233-.5.5-.5.5.233.5.5-.234.5-.5.5zM4.333 11c.734 0 1.334-.6 1.334-1.333 0-.234-.067-.467-.2-.667L9 5.467c.2.133.433.2.667.2.733 0 1.333-.6 1.333-1.334C11 3.6 10.4 3 9.667 3c-.734 0-1.334.6-1.334 1.333 0 .234.067.467.2.667L5 8.533c-.2-.133-.433-.2-.667-.2C3.6 8.333 3 8.933 3 9.667 3 10.4 3.6 11 4.333 11zm5.334-7.167c.266 0 .5.234.5.5s-.234.5-.5.5-.5-.233-.5-.5.233-.5.5-.5zM4.333 9.167c.267 0 .5.233.5.5s-.233.5-.5.5-.5-.234-.5-.5.234-.5.5-.5z"
})]
}));
export { LITechCircuit };