web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
39 lines (34 loc) • 1.76 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: "M.472 10H2.5c.262 0 .472.223.472.5v1c0 .277-.21.5-.472.5H.472A.486.486 0 010 11.5v-1c0-.277.21-.5.472-.5zm13.012 0H15.5c.277 0 .5.223.5.5v1c0 .277-.223.5-.5.5h-2.016a.499.499 0 01-.5-.5v-1c0-.277.223-.5.5-.5zM11.17 6.415l1.426-1.425a.499.499 0 01.707 0l.707.707a.499.499 0 010 .707L12.585 7.83a.499.499 0 01-.708 0l-.707-.707a.499.499 0 010-.708zM3.412 7.828L1.987 6.403a.499.499 0 010-.708l.707-.707a.499.499 0 01.707 0l1.426 1.426a.499.499 0 010 .707l-.707.707a.499.499 0 01-.708 0zM7 5.5v-2c0-.277.223-.5.5-.5h1c.277 0 .5.223.5.5v2c0 .277-.223.5-.5.5h-1a.499.499 0 01-.5-.5z",
style: {
marker: "none"
},
color: "#bebebe",
overflow: "visible"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.245 9a.428.428 0 00-.375.261l-.836 2.217c-.101.234.126.528.404.522a25395.185 25395.185 0 005.134 0c.277.006.505-.288.403-.522l-.836-2.217c-.073-.193-.337-.306-.548-.235-.213.07-.82.261-1.586.261a5.147 5.147 0 01-1.587-.26A.465.465 0 006.245 9z",
style: {
marker: "none"
},
color: "#000",
overflow: "visible"
})));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=keyboard-brightness-symbolic.js.map