@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 1.52 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Node = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: _jsx("path", { fill: "#2DD4BF", fillRule: "evenodd", d: "M11.235 21.794c.235.136.5.206.768.206v-.004c.27 0 .537-.07.772-.205l7.327-4.232a1.55 1.55 0 00.768-1.336V7.766a1.545 1.545 0 00-.768-1.335l-7.327-4.234a1.607 1.607 0 00-1.54 0L3.897 6.429a1.54 1.54 0 00-.769 1.335v8.457a1.55 1.55 0 00.769 1.338l1.923 1.108c.931.458 1.265.458 1.69.458 1.377 0 2.17-.834 2.17-2.287v-8.35a.21.21 0 00-.212-.212h-.928a.21.21 0 00-.213.211v8.347c0 .646-.666 1.288-1.755.743l-2.007-1.16a.226.226 0 01-.114-.196V7.764c0-.08.045-.16.116-.2l7.325-4.226a.225.225 0 01.225 0l7.326 4.226c.07.043.113.118.113.202v8.457c0 .08-.044.16-.112.198l-7.328 4.23a.248.248 0 01-.228 0l-1.88-1.115c-.055-.033-.127-.044-.181-.013-.52.296-.62.334-1.106.505-.12.041-.3.114.066.318l2.447 1.448zm-.847-8.328c0 1.235.672 2.707 3.88 2.707l-.011.008c2.322 0 3.654-.915 3.654-2.511 0-1.583-1.07-2.005-3.322-2.304-2.275-.301-2.506-.457-2.506-.99 0-.441.196-1.028 1.882-1.028 1.506 0 2.06.325 2.29 1.339a.21.21 0 00.205.165h.952a.213.213 0 00.213-.231c-.147-1.75-1.31-2.565-3.656-2.565-2.09 0-3.337.88-3.337 2.36 0 1.605 1.24 2.047 3.247 2.245 2.4.235 2.586.585 2.586 1.057 0 .819-.656 1.168-2.201 1.168-1.94 0-2.365-.487-2.508-1.451a.212.212 0 00-.209-.18H10.6a.21.21 0 00-.212.211z", clipRule: "evenodd" }) })));
export default Node;
//# sourceMappingURL=node.js.map