web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
65 lines (60 loc) • 2.04 kB
JavaScript
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
function SvgComponent(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
width: "1em",
height: "1em"
}, props), /*#__PURE__*/React.createElement("g", {
fontWeight: 400,
fill: "#2e3436"
}, /*#__PURE__*/React.createElement("path", {
d: "M7.006 6s-1.209-.014-2.447.605C3.32 7.225 2.006 8.667 2.006 11v2h2v-2c0-1.667.686-2.225 1.447-2.605A4.045 4.045 0 017.006 8H12V6z",
style: {
lineHeight: "normal",
fontVariantLigatures: "normal",
fontVariantPosition: "normal",
fontVariantCaps: "normal",
fontVariantNumeric: "normal",
fontVariantAlternates: "normal",
fontFeatureSettings: "normal",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textDecorationStyle: "solid",
textDecorationColor: "#000",
textTransform: "none",
textOrientation: "mixed",
shapePadding: 0,
isolation: "auto",
mixBlendMode: "normal",
marker: "none"
},
color: "#000",
fontFamily: "sans-serif",
overflow: "visible"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 3.022v1c0 .257.13.529.313.719l2.28 2.281-2.28 2.281c-.183.19-.313.462-.313.72v1h1c.31 0 .552-.091.75-.282l3.656-3.719-3.656-3.719c-.198-.19-.44-.28-.75-.28z",
style: {
lineHeight: "normal",
InkscapeFontSpecification: "'Bitstream Vera Sans'",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textTransform: "none",
marker: "none"
},
color: "#bebebe",
fontFamily: "Bitstream Vera Sans",
overflow: "visible"
})));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=mail-forward-symbolic.js.map