UNPKG

@intuitionrobotics/thunderstorm

Version:
6 lines 501 B
import * as React from 'react'; export 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" })); export 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" })); //# sourceMappingURL=treeicons.js.map