UNPKG

@comfortdelgro/compass-icons

Version:
25 lines (23 loc) 1.26 kB
import * as React from "react"; import { forwardRef } from "react"; const MkvSolid = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 40 40", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "none" }, /*#__PURE__*/ React.createElement("path", { d: "M4 4C4 1.79086 5.79086 0 8 0H24L36 12V36C36 38.2091 34.2091 40 32 40H8C5.79086 40 4 38.2091 4 36V4Z", fill: "#6554C0" }), /*#__PURE__*/ React.createElement("path", { opacity: 0.3, d: "M24 0L36 12H28C25.7909 12 24 10.2091 24 8V0Z", fill: "white" }), /*#__PURE__*/ React.createElement("path", { d: "M9.98247 25.4545H11.6891L13.4917 29.8523H13.5684L15.371 25.4545H17.0776V32H15.7353V27.7397H15.681L13.9871 31.968H13.073L11.3791 27.7237H11.3248V32H9.98247V25.4545ZM18.2178 32V25.4545H19.6017V28.3406H19.688L22.0435 25.4545H23.7022L21.2732 28.3853L23.731 32H22.0754L20.2824 29.3089L19.6017 30.1399V32H18.2178ZM25.6054 25.4545L27.1875 30.4276H27.2482L28.8334 25.4545H30.3675L28.1111 32H26.3277L24.0681 25.4545H25.6054Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(MkvSolid); export default ForwardRef;