@gravity-ui/icons
Version:
Pack of Gravity UI icons
8 lines (7 loc) • 778 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const NodesDown = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 11a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0M12 14a3 3 0 1 0-.79-5.895L10.092 6.15a3 3 0 1 0-4.185 0L4.79 8.105A3.003 3.003 0 0 0 1 11a3 3 0 1 0 5.092-2.15L7.21 6.895a3 3 0 0 0 1.58 0L9.908 8.85A3 3 0 0 0 12 14m-6.5-3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0M8 2.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3", clipRule: "evenodd" })));
exports.default = NodesDown;