UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

35 lines (30 loc) 1.31 kB
"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: "M.969 2.5v11.969C.969 16 2.469 16 2.469 16h4.5v-2h-4V3h1V1h-1.5s-1.5 0-1.5 1.5zm10-1.5v2H12v4.031L13.97 7V2.5c0-1.5-1.5-1.5-1.5-1.5zM4.031 5.031V12H6.97V8.998S6.97 7 8.97 7h2V5zM5.5 0h3.969c.277 0 .5.223.5.5v3c0 .277-.223.5-.5.5H5.5a.499.499 0 01-.5-.5v-3c0-.277.223-.5.5-.5z", fill: "#2e3436" }), /*#__PURE__*/React.createElement("path", { className: "warning", d: "M8.969 8c-1 0-1 1-1 1v6s0 1 1 1h6c1 0 1-1 1-1V9c0-1-1-1-1-1zm2 1h2v2.5s0 .5-.5.5h-1c-.5 0-.5-.5-.5-.5zm.5 4h1c.277 0 .5.223.5.5v1c0 .277-.223.5-.5.5h-1a.499.499 0 01-.5-.5v-1c0-.277.223-.5.5-.5z", style: { marker: "none" }, color: "#bebebe", overflow: "visible", fill: "#f57900" })); } var _default = SvgComponent; exports.default = _default; //# sourceMappingURL=task-due-symbolic.js.map