web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
50 lines (45 loc) • 1.64 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("path", {
d: "M4.494 3v2h6c.428 0 .607.281.482.732L10.625 7h-5.24C3.546 7 2.254 8.343 1.879 9.74c-.188.7-.174 1.477.238 2.155.412.677 1.252 1.105 2.16 1.105h6.76l1.865-6.732C13.337 4.698 12.174 3 10.494 3zm.89 6h4.686l-.555 2H4.277c-.398 0-.409-.072-.453-.145-.044-.072-.094-.294-.014-.595C3.972 9.657 4.54 9 5.385 9z",
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",
fontWeight: 400,
fontFamily: "sans-serif",
overflow: "visible",
fill: "#474747"
}));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=format-text-italic-symbolic.js.map