@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
18 lines (16 loc) • 732 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const H5Switch = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M12 23C5.9247 23 1 18.0753 1 12C1 5.9247 5.9247 1 12 1C18.0753 1 23 5.9247 23 12C23 18.0753 18.0753 23 12 23ZM6.5 8.7H8.7V13.1H10.9V8.7H13.1L9.8 4.85L6.5 8.7ZM17.5 15.3H15.3V10.9H13.1V15.3H10.9L14.2 19.15L17.5 15.3Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(H5Switch);
export default ForwardRef;