web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
42 lines (37 loc) • 1.4 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", {
fill: "#474747"
}, /*#__PURE__*/React.createElement("path", {
d: "M4.183 0C2.385 0 1.03 1.338 1.03 3v10c0 1.662 1.354 3 3.152 3h7.572C13.553 16 15 14.662 15 13V6.41l-1.976 2.878V13c0 .554-.482 1-1.082 1H4.026c-.599 0-1.019-.446-1.019-1V3c0-.554.42-1 1.02-1h7.66L13.006.25A3.577 3.577 0 0011.755 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.04 1.031S11.521 4.537 10 7L8.594 8.167l.038 1.574-.764 1.245h.696l.74-.584 1.675-.462.595-1.481 4.185-6.365z",
style: {
lineHeight: "normal",
InkscapeFontSpecification: "Sans",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textTransform: "none",
marker: "none"
},
color: "#000",
fontWeight: 400,
fontFamily: "Sans",
overflow: "visible"
})));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=pda-symbolic.js.map