UNPKG

@comfortdelgro/compass-icons

Version:
18 lines (16 loc) 1.3 kB
import * as React from "react"; import { forwardRef } from "react"; const H5Close = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("path", { d: "M7.29289 5.73758C7.68342 6.12811 8.31658 6.12811 8.70711 5.73758L12.7376 1.70711C13.1281 1.31658 13.7613 1.31658 14.1518 1.70711L14.2929 1.8482C14.6834 2.23873 14.6834 2.87189 14.2929 3.26242L10.2624 7.29289C9.87189 7.68342 9.87189 8.31658 10.2624 8.70711L14.2929 12.7376C14.6834 13.1281 14.6834 13.7613 14.2929 14.1518L14.1518 14.2929C13.7613 14.6834 13.1281 14.6834 12.7376 14.2929L8.70711 10.2624C8.31658 9.87189 7.68342 9.87189 7.29289 10.2624L3.26242 14.2929C2.87189 14.6834 2.23873 14.6834 1.8482 14.2929L1.70711 14.1518C1.31658 13.7613 1.31658 13.1281 1.70711 12.7376L5.73758 8.70711C6.12811 8.31658 6.12811 7.68342 5.73758 7.29289L1.70711 3.26242C1.31658 2.87189 1.31658 2.23873 1.70711 1.8482L1.8482 1.70711C2.23873 1.31658 2.87189 1.31658 3.26242 1.70711L7.29289 5.73758Z", fill: "currentColor" }))); const ForwardRef = /*#__PURE__*/ forwardRef(H5Close); export default ForwardRef;