import { SVG, Line, Circle } from '@wordpress/components'; /** * RangeIcon - A horizontal line with a dot in the middle, for use as a range field icon. * * @param {object} props - React props * @return {Element} The SVG icon */ export default function RangeIcon( props ) { return ( ); }