@gechiui/icons
Version:
GeChiUI Icons package, based on dashicon.
27 lines (23 loc) • 792 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _element = require("@gechiui/element");
var _primitives = require("@gechiui/primitives");
/**
* GeChiUI dependencies
*/
const helpFilled = (0, _element.createElement)(_primitives.SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
width: "24",
height: "24"
}, (0, _element.createElement)(_primitives.Path, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1 16v-2h2v2h-2zm2-3v-1.141A3.991 3.991 0 0016 10a4 4 0 00-8 0h2c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2a1 1 0 00-1 1v2h2z"
}));
var _default = helpFilled;
exports.default = _default;
//# sourceMappingURL=help-filled.js.map