UNPKG

@intuitionrobotics/thunderstorm

Version:
11 lines 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Collapsed = exports.Expanded = void 0; const React = require("react"); const Expanded = (props) => React.createElement("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "currentColor", style: props.style }, React.createElement("path", { d: "M0 5l6 6 6-6z" })); exports.Expanded = Expanded; const Collapsed = (props) => React.createElement("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "currentColor", style: props.style }, React.createElement("path", { d: "M0 14l6-6-6-6z" })); exports.Collapsed = Collapsed; //# sourceMappingURL=treeicons.js.map