@ftdata/icons
Version:
Fulltime Styleguide Icons
34 lines (33 loc) • 2.45 kB
JavaScript
;
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var jsx_runtime_1 = require("react/jsx-runtime");
function MailEmailLetterBadge(_a) {
var color = _a.color, size = _a.size, weight = _a.weight, rest = __rest(_a, ["color", "size", "weight"]);
return (jsx_runtime_1.jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M20 13.7582V6.0332", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M13.028 18.0002H5C3.343 18.0002 2 16.6572 2 15.0002V6.0332", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.136 11.018L3.085 7.831C2.418 7.479 2 6.787 2 6.033V6C2 4.895 2.895 4 4 4H17.967C19.09 4 20 4.91 20 6.033V6.053C20 6.795 19.589 7.477 18.932 7.823L12.864 11.019C11.697 11.633 10.303 11.633 9.136 11.018Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M20.682 14.3218C22.439 16.0838 22.439 18.9418 20.683 20.7048C18.963 22.4308 16.038 22.4308 14.317 20.7048C12.56 18.9418 12.561 16.0838 14.318 14.3218C16.075 12.5588 18.925 12.5588 20.682 14.3218", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = MailEmailLetterBadge;