UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 1.08 kB
import * as React from "react"; import { forwardRef } from "react"; const MailOutlined = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 33 30", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("path", { d: "M1.5 7.66667C1.5 5.64141 3.17871 4 5.25 4H27.75C29.8184 4 31.5 5.64141 31.5 7.66667V22.3333C31.5 24.3557 29.8184 26 27.75 26H5.25C3.17871 26 1.5 24.3557 1.5 22.3333V7.66667ZM4.3125 7.66667V8.93281L14.4199 17.0453C15.627 18.0193 17.373 18.0193 18.5801 17.0453L28.6875 8.93281V7.6151C28.6875 7.1625 28.2656 6.69844 27.75 6.69844H5.25C4.73203 6.69844 4.3125 7.1625 4.3125 7.6151V7.66667ZM4.3125 12.4906V22.3333C4.3125 22.8375 4.73203 23.25 5.25 23.25H27.75C28.2656 23.25 28.6875 22.8375 28.6875 22.3333V12.4906L20.3672 19.1708C18.1172 20.9755 14.8828 20.9755 12.5801 19.1708L4.3125 12.4906Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(MailOutlined); export default ForwardRef;