UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.21 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgEmailTemplateFilled = function SvgEmailTemplateFilled(_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 5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5h-9a4 4 0 0 0-4 4v5c0 .345.044.68.126 1h-1.126a3 3 0 0 1-3-3v-12Zm3.75-1a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5Zm2 3a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5Zm-.202 5.27a2.996 2.996 0 0 1 2.452-1.27h9c1.013 0 1.908.502 2.452 1.27l-6.952 4.345-6.952-4.344Zm-.534 1.436c-.01.097-.014.195-.014.294v5a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3v-5c0-.1-.005-.197-.014-.294l-7.088 4.43a.75.75 0 0 1-.796 0l-7.088-4.43Z", fill: color })); }; export { SvgEmailTemplateFilled as S };