web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
40 lines (35 loc) • 1.51 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.001",
width: "1em",
height: "1em"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7.875.001a1 1 0 00-.5.25l-4.906 4a1 1 0 00-.062.031s-.326.298-.657.75c-.223.306-.352.832-.5 1.313a1 1 0 00-.031.031A1 1 0 001 6.94v.03a1 1 0 000 .032 1 1 0 000 .156v7.844a1 1 0 001 1h12a1 1 0 001-1V7.157a1 1 0 000-.156 1 1 0 00-.218-.656 1 1 0 00-.032-.031 5.087 5.087 0 00-1.125-2 1 1 0 00-.03-.032L8.624.252a1 1 0 00-.656-.25 1 1 0 00-.094 0zM8 2.282l4.313 3.532.031.03c.021.026.18.25.344.5L8 9.877 3.313 6.345c.026-.04.035-.087.062-.125.191-.262.319-.414.344-.438l.031-.03zM3 7.376l4.688 3.531.312.22.313-.22L13 7.377V14H3z",
style: {
lineHeight: "normal",
InkscapeFontSpecification: "Sans",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textTransform: "none",
marker: "none"
},
color: "#000",
fontWeight: 400,
fontFamily: "Sans",
overflow: "visible",
opacity: 0.5,
fill: "#474747"
}));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=mail-read-symbolic.js.map