@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
17 lines (16 loc) • 968 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _base = require("@atlaskit/icon/base");
var _statusInformation = _interopRequireDefault(require("@atlaskit/icon/core/status-information"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const EditorPanelIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M12 19a7 7 0 1 1 0-14 7 7 0 0 1 0 14m0-1.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-6a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1m0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/></svg>`
}, props, {
newIcon: _statusInformation.default
}));
EditorPanelIcon.displayName = 'EditorPanelIcon';
var _default = exports.default = EditorPanelIcon;
;