@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.5 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgEmailTemplate = function SvgEmailTemplate(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M2 5.25a3.25 3.25 0 0 1 3.25-3.25h10.5a3.25 3.25 0 0 1 3.25 3.25v4.757a4.315 4.315 0 0 0-.25-.007h-1.25v-4.75a1.75 1.75 0 0 0-1.75-1.75h-10.5a1.75 1.75 0 0 0-1.75 1.75v11.5c0 .966.784 1.75 1.75 1.75h.75v.25c0 .435.065.855.187 1.25h-.937a3.25 3.25 0 0 1-3.25-3.25v-11.5Zm4.75-.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5Zm1.25 3.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75Zm-1 6a3.25 3.25 0 0 1 3.25-3.25h8.5a3.25 3.25 0 0 1 3.25 3.25v4.5a3.25 3.25 0 0 1-3.25 3.25h-8.5a3.25 3.25 0 0 1-3.25-3.25v-4.5Zm3.25-1.75c-.504 0-.959.213-1.278.555l5.528 3.553 5.528-3.553a1.745 1.745 0 0 0-1.278-.555h-8.5Zm-1.75 6.25c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-4.216l-5.594 3.597a.75.75 0 0 1-.812 0l-5.594-3.597v4.216Z",
fill: color
}));
};
export { SvgEmailTemplate as S };