UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

30 lines (25 loc) 1.16 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("g", { fill: "#474747" }, /*#__PURE__*/React.createElement("path", { d: "M3.5 1A2.495 2.495 0 001 3.5V4h14v-.5C15 2.115 13.885 1 12.5 1zM1.062 9A2.486 2.486 0 003.5 11h6.375L13 15v-4.063A2.488 2.488 0 0014.938 9z", opacity: 0.5 }), /*#__PURE__*/React.createElement("path", { d: "M5 6.5A1.5 1.5 0 013.5 8 1.5 1.5 0 012 6.5 1.5 1.5 0 013.5 5 1.5 1.5 0 015 6.5zm4 0A1.5 1.5 0 017.5 8 1.5 1.5 0 016 6.5 1.5 1.5 0 017.5 5 1.5 1.5 0 019 6.5zm4 0A1.5 1.5 0 0111.5 8 1.5 1.5 0 0110 6.5 1.5 1.5 0 0111.5 5 1.5 1.5 0 0113 6.5z" }))); } var _default = SvgComponent; exports.default = _default; //# sourceMappingURL=user-status-pending-symbolic.js.map