web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
31 lines (26 loc) • 1.12 kB
JavaScript
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: "M1.384 3h1.231A.38.38 0 013 3.379V4.62a.38.38 0 01-.385.38h-1.23A.38.38 0 011 4.621V3.38A.38.38 0 011.384 3zm0 4.016h1.231A.38.38 0 013 7.394v1.243a.38.38 0 01-.385.379h-1.23A.38.38 0 011 8.636V7.395a.38.38 0 01.384-.378zm0 3.984h1.231a.38.38 0 01.385.379v1.242a.38.38 0 01-.385.379h-1.23A.38.38 0 011 12.621V11.38a.38.38 0 01.384-.38zM7 3v4H3.937l5.125 5.781L14.187 7H11V3z",
style: {
marker: "none"
},
overflow: "visible",
color: "#000",
fill: "#474747"
}));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=view-sort-ascending-symbolic.js.map
;