UNPKG

@scaleflex/icons

Version:
28 lines 1.75 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var Mail = function Mail(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Mail", ref: ref, width: size, height: size, viewBox: "0 0 18 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M0.375751 1.25534C2.84618 3.34752 7.18102 7.02831 8.45508 8.17599C8.62611 8.33089 8.80956 8.40964 9 8.40964C9.19006 8.40964 9.37319 8.33162 9.54383 8.17747C10.819 7.02866 15.1538 3.34752 17.6243 1.25534C17.7781 1.12533 17.8015 0.896816 17.677 0.737875C17.3892 0.370597 16.96 0.160011 16.5 0.160011H1.50001C1.04006 0.160011 0.610841 0.370597 0.323016 0.73791C0.198493 0.896816 0.221942 1.12533 0.375751 1.25534Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M17.7825 2.38913C17.6496 2.32725 17.4932 2.34884 17.3826 2.44334C14.6429 4.76583 11.1464 7.74279 10.0463 8.73409C9.4288 9.29146 8.57187 9.29146 7.95298 8.73336C6.78038 7.67684 2.85384 4.33882 0.617414 2.44331C0.506074 2.3488 0.349348 2.32796 0.217512 2.38909C0.0849726 2.45065 0 2.58323 0 2.72934V12.16C0 12.9873 0.672715 13.66 1.50001 13.66H16.5C17.3273 13.66 18 12.9873 18 12.16V2.72934C18 2.58323 17.915 2.4503 17.7825 2.38913Z", fill: color })); }; export default Mail;